Trace number 1724453

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LySAT c/2009-03-20UNSAT 132.325 132.379

General information on the benchmark

Namemanol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.8372
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.18/0.29	c ==============================================================================
0.18/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.18/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.18/0.29	c ==============================================================================
0.18/0.29	c |         0 |  283362   661178 |   85008       0        0     nan |  0.000 % |
1.99/2.00	c |         0 |  123377   480567 |      --       0       --      -- |     --   | -159983/-180606
1.99/2.00	c ==============================================================================
1.99/2.00	c Result  :   #vars: 16544   #clauses: 123377   #literals: 480567
1.99/2.00	c CPU time:   1.91071 s
1.99/2.00	c ==============================================================================
2.19/2.22	This is MiniSat 2.0 beta
2.19/2.22	WARNING: for repeatability, setting FPU to use double precision
2.19/2.22	============================[ Problem Statistics ]=============================
2.19/2.22	|                                                                             |
2.19/2.22	|  Number of variables:  16544                                                |
2.19/2.22	|  Number of clauses:    123377                                               |
2.21/2.31	|  Parsing time:         0.07         s                                       |
132.23/132.35	restarts              : 20
132.23/132.35	conflicts             : 528114         (4064 /sec)
132.23/132.35	decisions             : 2328629        (1.61 % random) (17919 /sec)
132.23/132.35	propagations          : 78511959       (604165 /sec)
132.23/132.35	conflict literals     : 17182931       (22.61 % deleted)
132.23/132.35	Memory used           : 53.04 MB
132.23/132.35	CPU time              : 129.951 s
132.23/132.35	
132.23/132.35	UNSATISFIABLE
132.23/132.36	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1724453-1240696291/watcher-1724453-1240696291 -o /tmp/evaluation-result-1724453-1240696291/solver-1724453-1240696291 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1724453-1240696291.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.12 1.53 1.36 3/64 21386
/proc/meminfo: memFree=1342632/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=0
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97655935 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 235 195 169 0 50 0
[pid=21387] ppid=21386 vsize=684 CPUtime=0
/proc/21387/stat : 21387 (SatElite) R 21386 21386 21173 0 -1 4194304 43 0 0 0 0 0 0 0 20 0 1 0 97655936 700416 27 1992294400 134512640 135034092 4294956096 18446744073709551615 134928336 0 0 4096 0 0 0 0 17 1 0 0
/proc/21387/statm: 171 41 32 127 0 41 0

[startup+0.0861139 s]
/proc/loadavg: 1.12 1.53 1.36 3/64 21386
/proc/meminfo: memFree=1342632/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=0
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97655935 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 235 195 169 0 50 0
[pid=21387] ppid=21386 vsize=11124 CPUtime=0.07
/proc/21387/stat : 21387 (SatElite) R 21386 21386 21173 0 -1 4194304 2661 0 0 0 7 0 0 0 20 0 1 0 97655936 11390976 2645 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/21387/statm: 2781 2646 50 127 0 2651 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16480

[startup+0.101116 s]
/proc/loadavg: 1.12 1.53 1.36 3/64 21386
/proc/meminfo: memFree=1342632/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=0
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97655935 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 235 195 169 0 50 0
[pid=21387] ppid=21386 vsize=15376 CPUtime=0.09
/proc/21387/stat : 21387 (SatElite) R 21386 21386 21173 0 -1 4194304 3163 0 0 0 8 1 0 0 20 0 1 0 97655936 15745024 3147 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/21387/statm: 3844 3148 50 127 0 3714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20732

[startup+0.301151 s]
/proc/loadavg: 1.12 1.53 1.36 3/64 21386
/proc/meminfo: memFree=1342632/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=0
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97655935 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 235 195 169 0 50 0
[pid=21387] ppid=21386 vsize=42120 CPUtime=0.29
/proc/21387/stat : 21387 (SatElite) R 21386 21386 21173 0 -1 4194304 9304 0 0 0 25 4 0 0 21 0 1 0 97655936 43130880 9288 1992294400 134512640 135034092 4294956096 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 1 0 0
/proc/21387/statm: 10530 9295 67 127 0 10400 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47476

[startup+0.701222 s]
/proc/loadavg: 1.12 1.53 1.36 3/64 21386
/proc/meminfo: memFree=1342632/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=0
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97655935 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 235 195 169 0 50 0
[pid=21387] ppid=21386 vsize=45912 CPUtime=0.68
/proc/21387/stat : 21387 (SatElite) R 21386 21386 21173 0 -1 4194304 10864 0 0 0 63 5 0 0 25 0 1 0 97655936 47013888 10059 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/21387/statm: 11478 10059 68 127 0 11348 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 51268

[startup+1.50136 s]
/proc/loadavg: 1.12 1.53 1.36 2/66 21388
/proc/meminfo: memFree=1296472/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=0
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97655935 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 235 195 169 0 50 0
[pid=21387] ppid=21386 vsize=49308 CPUtime=1.48
/proc/21387/stat : 21387 (SatElite) R 21386 21386 21173 0 -1 4194304 11626 0 0 0 140 8 0 0 25 0 1 0 97655936 50491392 10821 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/21387/statm: 12327 10821 68 127 0 12197 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54664

[startup+3.10166 s]
/proc/loadavg: 1.12 1.53 1.36 2/66 21388
/proc/meminfo: memFree=1289816/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 5356
heavy processes:

[startup+6.30122 s]
/proc/loadavg: 1.11 1.52 1.36 2/66 21389
/proc/meminfo: memFree=1316696/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=16500 CPUtime=4.06
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 3956 0 0 0 403 3 0 0 25 0 1 0 97656158 16896000 3941 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 4125 3941 78 171 0 3952 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21856

[startup+12.7014 s]
/proc/loadavg: 1.10 1.51 1.36 2/66 21389
/proc/meminfo: memFree=1308760/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=23748 CPUtime=10.46
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 5787 0 0 0 1042 4 0 0 25 0 1 0 97656158 24317952 5772 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 5937 5772 78 171 0 5764 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29104

[startup+25.5017 s]
/proc/loadavg: 1.08 1.49 1.35 2/66 21389
/proc/meminfo: memFree=1298584/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=33832 CPUtime=23.26
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 8264 0 0 0 2319 7 0 0 25 0 1 0 97656158 34643968 8249 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 8458 8249 78 171 0 8285 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 39188

[startup+51.1012 s]
/proc/loadavg: 1.05 1.45 1.34 2/66 21389
/proc/meminfo: memFree=1291096/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=41092 CPUtime=48.84
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 10112 0 0 0 4875 9 0 0 25 0 1 0 97656158 42078208 10097 1992294400 134512640 135214827 4294956208 18446744073709551615 134538961 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 10273 10097 78 171 0 10100 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 46448

[startup+102.305 s]
/proc/loadavg: 1.02 1.38 1.32 2/66 21389
/proc/meminfo: memFree=1278168/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=54312 CPUtime=100.03
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 13336 0 0 0 9990 13 0 0 25 0 1 0 97656158 55615488 13321 1992294400 134512640 135214827 4294956208 18446744073709551615 134529446 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 13578 13321 78 171 0 13405 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 59668

Solver just ended. Dumping a history of the last processes samples

[startup+115.102 s]
/proc/loadavg: 1.01 1.36 1.32 2/66 21389
/proc/meminfo: memFree=1278232/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=54312 CPUtime=112.82
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 13336 0 0 0 11269 13 0 0 25 0 1 0 97656158 55615488 13321 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 13578 13321 78 171 0 13405 0
Current children cumulated CPU time (s) 115.03
Current children cumulated vsize (KiB) 59668

[startup+121.502 s]
/proc/loadavg: 1.01 1.35 1.32 2/66 21389
/proc/meminfo: memFree=1278232/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=54312 CPUtime=119.22
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 13336 0 0 0 11909 13 0 0 25 0 1 0 97656158 55615488 13321 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 13578 13321 78 171 0 13405 0
Current children cumulated CPU time (s) 121.43
Current children cumulated vsize (KiB) 59668

[startup+127.902 s]
/proc/loadavg: 1.01 1.34 1.31 2/66 21389
/proc/meminfo: memFree=1278232/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=54312 CPUtime=125.62
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 13336 0 0 0 12549 13 0 0 25 0 1 0 97656158 55615488 13321 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 13578 13321 78 171 0 13405 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 59668

[startup+129.501 s]
/proc/loadavg: 1.01 1.34 1.31 2/66 21389
/proc/meminfo: memFree=1278232/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=54312 CPUtime=127.22
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 13336 0 0 0 12709 13 0 0 25 0 1 0 97656158 55615488 13321 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 13578 13321 78 171 0 13405 0
Current children cumulated CPU time (s) 129.43
Current children cumulated vsize (KiB) 59668

[startup+131.102 s]
/proc/loadavg: 1.01 1.34 1.31 2/66 21389
/proc/meminfo: memFree=1278232/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=54312 CPUtime=128.82
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 13336 0 0 0 12869 13 0 0 25 0 1 0 97656158 55615488 13321 1992294400 134512640 135214827 4294956208 18446744073709551615 134529287 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 13578 13321 78 171 0 13405 0
Current children cumulated CPU time (s) 131.03
Current children cumulated vsize (KiB) 59668

[startup+131.902 s]
/proc/loadavg: 1.01 1.34 1.31 2/66 21389
/proc/meminfo: memFree=1278232/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=54312 CPUtime=129.62
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 13336 0 0 0 12949 13 0 0 25 0 1 0 97656158 55615488 13321 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 13578 13321 78 171 0 13405 0
Current children cumulated CPU time (s) 131.83
Current children cumulated vsize (KiB) 59668

[startup+132.302 s]
/proc/loadavg: 1.01 1.34 1.31 2/66 21389
/proc/meminfo: memFree=1278232/2055920 swapFree=4180880/4192956
[pid=21386] ppid=21384 vsize=5356 CPUtime=2.21
/proc/21386/stat : 21386 (lysat.sh) S 21384 21386 21173 0 -1 4194304 310 12046 0 0 0 0 210 11 16 0 1 0 97655935 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21386/statm: 1339 237 195 169 0 50 0
[pid=21389] ppid=21386 vsize=54312 CPUtime=130.02
/proc/21389/stat : 21389 (LySATc) R 21386 21386 21173 0 -1 4194304 13336 0 0 0 12989 13 0 0 25 0 1 0 97656158 55615488 13321 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/21389/statm: 13578 13321 78 171 0 13405 0
Current children cumulated CPU time (s) 132.23
Current children cumulated vsize (KiB) 59668

Child status: 20
Real time (s): 132.379
CPU time (s): 132.325
CPU user time (s): 132.062
CPU system time (s): 0.26296
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 59668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.062
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 382

runsolver used 0.159975 second user time and 0.334949 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-25 23:51:32
IDJOB=1724453
IDBENCH=71780
IDSOLVER=512
FILE ID=node60/1724453-1240696291
PBS_JOBID= 9186747
Free space on /tmp= 66404 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-c6nidw_i.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724453-1240696291/watcher-1724453-1240696291 -o /tmp/evaluation-result-1724453-1240696291/solver-1724453-1240696291 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1724453-1240696291.cnf c

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 15c4413e436aecbd4fcb1d7037e18abf
RANDOM SEED=804134377

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1343112 kB
Buffers:         78056 kB
Cached:         546892 kB
SwapCached:       6500 kB
Active:         131780 kB
Inactive:       502164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1343112 kB
SwapTotal:     4192956 kB
SwapFree:      4180880 kB
Dirty:            6868 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            64804 kB
Committed_AS:   375700 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node60 at 2009-04-25 23:53:44