Trace number 1774996

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
ManySAT 1.1 aimd 1/2009-03-20? (TO) 10000.1 5013.52

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_14_UNSAT.cnf
MD5SUM6d69d175921d14f1c2600aaedc59f514
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2940
Number of clauses300446
Sum of the clauses size896973
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24737
Number of clauses of size 3295678
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.09/0.19	c ==============================================================================
0.09/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.19	c ==============================================================================
0.09/0.19	c |         0 |  300446   896973 |   90133       0        0     nan |  0.000 % |
3.98/4.09	c |         0 |  298711  1313786 |      --       0       --      -- |     --   | -1735/416813
3.98/4.09	c ==============================================================================
3.98/4.09	c Result  :   #vars: 1877   #clauses: 298711   #literals: 1313786
3.98/4.09	c CPU time:   4.04538 s
3.98/4.09	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774996-1241293220/watcher-1774996-1241293220 -o /tmp/evaluation-result-1774996-1241293220/solver-1774996-1241293220 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774996-1241293220.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.75 3.92 3.89 3/64 32083
/proc/meminfo: memFree=1132928/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=0
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157355224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 235 195 169 0 50 0
[pid=32084] ppid=32083 vsize=832 CPUtime=0
/proc/32084/stat : 32084 (SatElite) R 32083 32083 32011 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 157355224 851968 127 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/32084/statm: 241 129 50 127 0 111 0

[startup+0.104383 s]
/proc/loadavg: 3.75 3.92 3.89 3/64 32083
/proc/meminfo: memFree=1132928/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=0
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157355224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 235 195 169 0 50 0
[pid=32084] ppid=32083 vsize=9324 CPUtime=0.09
/proc/32084/stat : 32084 (SatElite) R 32083 32083 32011 0 -1 4194304 2145 0 0 0 8 1 0 0 18 0 1 0 157355224 9547776 2129 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/32084/statm: 2331 2130 50 127 0 2201 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14680

[startup+0.20139 s]
/proc/loadavg: 3.75 3.92 3.89 3/64 32083
/proc/meminfo: memFree=1132928/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=0
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157355224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 235 195 169 0 50 0
[pid=32084] ppid=32083 vsize=20004 CPUtime=0.19
/proc/32084/stat : 32084 (SatElite) R 32083 32083 32011 0 -1 4194304 4723 0 0 0 17 2 0 0 18 0 1 0 157355224 20484096 4707 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/32084/statm: 5001 4707 68 127 0 4871 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25360

[startup+0.301401 s]
/proc/loadavg: 3.75 3.92 3.89 3/64 32083
/proc/meminfo: memFree=1132928/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=0
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157355224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 235 195 169 0 50 0
[pid=32084] ppid=32083 vsize=22940 CPUtime=0.28
/proc/32084/stat : 32084 (SatElite) R 32083 32083 32011 0 -1 4194304 5429 0 0 0 26 2 0 0 19 0 1 0 157355224 23490560 5413 1992294400 134512640 135034092 4294956112 18446744073709551615 134540741 0 0 4096 3 0 0 0 17 0 0 0
/proc/32084/statm: 5735 5413 68 127 0 5605 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28296

[startup+0.701445 s]
/proc/loadavg: 3.75 3.92 3.89 3/64 32083
/proc/meminfo: memFree=1132928/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=0
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157355224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 235 195 169 0 50 0
[pid=32084] ppid=32083 vsize=26832 CPUtime=0.68
/proc/32084/stat : 32084 (SatElite) R 32083 32083 32011 0 -1 4194304 6088 0 0 0 65 3 0 0 23 0 1 0 157355224 27475968 6072 1992294400 134512640 135034092 4294956112 18446744073709551615 134540980 0 0 4096 3 0 0 0 17 0 0 0
/proc/32084/statm: 6708 6072 68 127 0 6578 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32188

[startup+1.50153 s]
/proc/loadavg: 3.75 3.92 3.89 2/66 32085
/proc/meminfo: memFree=1105072/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=0
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157355224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 235 195 169 0 50 0
[pid=32084] ppid=32083 vsize=32668 CPUtime=1.48
/proc/32084/stat : 32084 (SatElite) R 32083 32083 32011 0 -1 4194304 7426 0 0 0 144 4 0 0 25 0 1 0 157355224 33452032 7410 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/32084/statm: 8167 7410 68 127 0 8037 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38024

[startup+3.1017 s]
/proc/loadavg: 3.75 3.92 3.89 2/66 32085
/proc/meminfo: memFree=1101616/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=0
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157355224 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 235 195 169 0 50 0
[pid=32084] ppid=32083 vsize=32668 CPUtime=3.08
/proc/32084/stat : 32084 (SatElite) R 32083 32083 32011 0 -1 4194304 7426 0 0 0 304 4 0 0 25 0 1 0 157355224 33452032 7410 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/32084/statm: 8167 7410 68 127 0 8037 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38024

[startup+6.30106 s]
/proc/loadavg: 3.53 3.87 3.88 5/69 32089
/proc/meminfo: memFree=1047512/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=114552 CPUtime=2.8
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 20696 0 0 0 270 10 0 0 18 0 4 0 157355679 117301248 20682 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32086/statm: 28638 20682 83 193 0 28442 0
[pid=32086/tid=32087] ppid=32083 vsize=114552 CPUtime=0.44
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 672 0 0 0 44 0 0 0 17 0 4 0 157355746 117301248 20682 1992294400 134512640 135305190 4294956160 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32088] ppid=32083 vsize=114552 CPUtime=0.83
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 773 0 0 0 83 0 0 0 18 0 4 0 157355746 117301248 20682 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32089] ppid=32083 vsize=114552 CPUtime=0.5
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 494 0 0 0 50 0 0 0 18 0 4 0 157355746 117301248 20682 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 119908

[startup+12.7028 s]
/proc/loadavg: 3.57 3.87 3.88 5/69 32089
/proc/meminfo: memFree=1028952/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=128244 CPUtime=15.56
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 24169 0 0 0 1542 14 0 0 17 0 4 0 157355679 131321856 24155 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32086/statm: 32061 24155 83 193 0 31865 0
[pid=32086/tid=32087] ppid=32083 vsize=128244 CPUtime=1.03
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 939 0 0 0 103 0 0 0 21 0 4 0 157355746 131321856 24155 1992294400 134512640 135305190 4294956160 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32088] ppid=32083 vsize=128244 CPUtime=1.51
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 1034 0 0 0 150 1 0 0 22 0 4 0 157355746 131321856 24155 1992294400 134512640 135305190 4294956160 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32089] ppid=32083 vsize=128244 CPUtime=6.19
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 1722 0 0 0 617 2 0 0 17 0 4 0 157355746 131321856 24155 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.1
Current children cumulated vsize (KiB) 133600

[startup+25.5011 s]
/proc/loadavg: 3.66 3.88 3.88 5/69 32089
/proc/meminfo: memFree=1013208/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=143796 CPUtime=41.11
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 27922 0 0 0 4091 20 0 0 17 0 4 0 157355679 147247104 27908 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32086/statm: 35949 27908 83 193 0 35753 0
[pid=32086/tid=32087] ppid=32083 vsize=143796 CPUtime=2.43
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 1279 0 0 0 243 0 0 0 25 0 4 0 157355746 147247104 27908 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32088] ppid=32083 vsize=143796 CPUtime=3.01
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 1521 0 0 0 300 1 0 0 25 0 4 0 157355746 147247104 27908 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32089] ppid=32083 vsize=143796 CPUtime=17.53
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 3449 0 0 0 1749 4 0 0 17 0 4 0 157355746 147247104 27908 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.65
Current children cumulated vsize (KiB) 149152

[startup+51.1019 s]
/proc/loadavg: 3.78 3.89 3.88 5/69 32089
/proc/meminfo: memFree=980248/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=177968 CPUtime=92.2
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 36385 0 0 0 9188 32 0 0 25 0 4 0 157355679 182239232 36371 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32086/statm: 44492 36371 83 193 0 44296 0
[pid=32086/tid=32087] ppid=32083 vsize=177968 CPUtime=6.34
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 2165 0 0 0 632 2 0 0 25 0 4 0 157355746 182239232 36371 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32088] ppid=32083 vsize=177968 CPUtime=10.73
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 3910 0 0 0 1070 3 0 0 25 0 4 0 157355746 182239232 36371 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32089] ppid=32083 vsize=177968 CPUtime=39.14
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 6084 0 0 0 3906 8 0 0 17 0 4 0 157355746 182239232 36371 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.74
Current children cumulated vsize (KiB) 183324

[startup+102.301 s]
/proc/loadavg: 3.90 3.90 3.89 5/69 32089
/proc/meminfo: memFree=954840/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=203596 CPUtime=194.37
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 42527 0 0 0 19399 38 0 0 24 0 4 0 157355679 208482304 42513 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32086/statm: 50899 42513 83 193 0 50703 0
[pid=32086/tid=32087] ppid=32083 vsize=203596 CPUtime=23.19
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 3527 0 0 0 2317 2 0 0 24 0 4 0 157355746 208482304 42513 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32088] ppid=32083 vsize=203596 CPUtime=34.42
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 5761 0 0 0 3436 6 0 0 25 0 4 0 157355746 208482304 42513 1992294400 134512640 135305190 4294956160 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32089] ppid=32083 vsize=203596 CPUtime=73.28
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 8021 0 0 0 7318 10 0 0 18 0 4 0 157355746 208482304 42513 1992294400 134512640 135305190 4294956160 18446744073709551615 134528245 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 198.91
Current children cumulated vsize (KiB) 208952

[startup+162.302 s]
/proc/loadavg: 3.96 3.92 3.89 5/69 32089
/proc/meminfo: memFree=924184/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=234236 CPUtime=314.1
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 50276 0 0 0 31359 51 0 0 25 0 4 0 157355679 239857664 50262 1992294400 134512640 135305190 4294956160 18446744073709551615 134528690 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32086/statm: 58559 50262 83 193 0 58363 0
[pid=32086/tid=32087] ppid=32083 vsize=234236 CPUtime=46.52
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 5236 0 0 0 4647 5 0 0 25 0 4 0 157355746 239857664 50262 1992294400 134512640 135305190 4294956160 18446744073709551615 134528542 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32088] ppid=32083 vsize=234236 CPUtime=63.09
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 7771 0 0 0 6301 8 0 0 25 0 4 0 157355746 239857664 50262 1992294400 134512640 135305190 4294956160 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32089] ppid=32083 vsize=234236 CPUtime=109.31
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 10349 0 0 0 10917 14 0 0 25 0 4 0 157355746 239857664 50262 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 318.64

################
# More data... #
################

/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 75938 0 0 0 236596 122 0 0 25 0 4 0 157355746 951791616 217815 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9059.72
Current children cumulated vsize (KiB) 934840

[startup+4602.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 32097
/proc/meminfo: memFree=248288/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=933184 CPUtime=9174.93
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 218677 0 0 0 917161 332 0 0 25 0 4 0 157355679 955580416 218621 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32086/statm: 233296 218621 83 193 0 233100 0
[pid=32086/tid=32087] ppid=32083 vsize=933184 CPUtime=2221.24
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 31862 0 0 0 222072 52 0 0 25 0 4 0 157355746 955580416 218621 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32088] ppid=32083 vsize=933184 CPUtime=2230.77
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 44249 0 0 0 223008 69 0 0 25 0 4 0 157355746 955580416 218621 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32089] ppid=32083 vsize=933184 CPUtime=2397.16
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 76013 0 0 0 239594 122 0 0 25 0 4 0 157355746 955580416 218621 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9179.47
Current children cumulated vsize (KiB) 938540

[startup+4662.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 32097
/proc/meminfo: memFree=245472/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=935728 CPUtime=9294.67
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 219359 0 0 0 929132 335 0 0 25 0 4 0 157355679 958185472 219303 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32086/statm: 233932 219303 83 193 0 233736 0
[pid=32086/tid=32087] ppid=32083 vsize=935728 CPUtime=2251.11
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 31988 0 0 0 225059 52 0 0 25 0 4 0 157355746 958185472 219303 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32088] ppid=32083 vsize=935728 CPUtime=2260.67
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 44431 0 0 0 225997 70 0 0 25 0 4 0 157355746 958185472 219303 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32089] ppid=32083 vsize=935728 CPUtime=2427.15
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 76207 0 0 0 242592 123 0 0 25 0 4 0 157355746 958185472 219303 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9299.21
Current children cumulated vsize (KiB) 941084

[startup+4722.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 32097
/proc/meminfo: memFree=241632/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=939436 CPUtime=9414.42
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 220318 0 0 0 941105 337 0 0 25 0 4 0 157355679 961982464 220262 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32086/statm: 234859 220262 83 193 0 234663 0
[pid=32086/tid=32087] ppid=32083 vsize=939436 CPUtime=2280.99
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 32008 0 0 0 228046 53 0 0 25 0 4 0 157355746 961982464 220262 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32088] ppid=32083 vsize=939436 CPUtime=2290.57
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 44548 0 0 0 228987 70 0 0 25 0 4 0 157355746 961982464 220262 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32089] ppid=32083 vsize=939436 CPUtime=2457.94
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 76898 0 0 0 245669 125 0 0 25 0 4 0 157355746 961982464 220262 1992294400 134512640 135305190 4294956160 18446744073709551615 134551820 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9418.96
Current children cumulated vsize (KiB) 944792

[startup+4782.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 32097
/proc/meminfo: memFree=238624/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=943028 CPUtime=9534.16
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 221116 0 0 0 953077 339 0 0 25 0 4 0 157355679 965660672 221060 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32086/statm: 235757 221060 83 193 0 235561 0
[pid=32086/tid=32087] ppid=32083 vsize=943028 CPUtime=2310.88
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 32031 0 0 0 231035 53 0 0 25 0 4 0 157355746 965660672 221060 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32088] ppid=32083 vsize=943028 CPUtime=2320.43
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 44755 0 0 0 231973 70 0 0 25 0 4 0 157355746 965660672 221060 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32089] ppid=32083 vsize=943028 CPUtime=2487.92
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 77217 0 0 0 248667 125 0 0 25 0 4 0 157355746 965660672 221060 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9538.7
Current children cumulated vsize (KiB) 948384

[startup+4842.31 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 32103
/proc/meminfo: memFree=235416/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=945344 CPUtime=9653.88
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 221793 0 0 0 965047 341 0 0 25 0 4 0 157355679 968032256 221737 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32086/statm: 236336 221737 83 193 0 236140 0
[pid=32086/tid=32087] ppid=32083 vsize=945344 CPUtime=2340.71
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 32282 0 0 0 234017 54 0 0 25 0 4 0 157355746 968032256 221737 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32088] ppid=32083 vsize=945344 CPUtime=2350.35
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 44911 0 0 0 234964 71 0 0 25 0 4 0 157355746 968032256 221737 1992294400 134512640 135305190 4294956160 18446744073709551615 134569845 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32089] ppid=32083 vsize=945344 CPUtime=2517.92
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 77322 0 0 0 251666 126 0 0 25 0 4 0 157355746 968032256 221737 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9658.42
Current children cumulated vsize (KiB) 950700

[startup+4902.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 32103
/proc/meminfo: memFree=233184/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=947552 CPUtime=9773.61
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 222396 0 0 0 977017 344 0 0 25 0 4 0 157355679 970293248 222340 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32086/statm: 236888 222340 83 193 0 236692 0
[pid=32086/tid=32087] ppid=32083 vsize=947552 CPUtime=2368.97
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 32387 0 0 0 236843 54 0 0 25 0 4 0 157355746 970293248 222340 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32088] ppid=32083 vsize=947552 CPUtime=2383.12
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 44911 0 0 0 238240 72 0 0 25 0 4 0 157355746 970293248 222340 1992294400 134512640 135305190 4294956160 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32089] ppid=32083 vsize=947552 CPUtime=2546.8
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 77679 0 0 0 254553 127 0 0 25 0 4 0 157355746 970293248 222340 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9778.15
Current children cumulated vsize (KiB) 952908

[startup+4962.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 32103
/proc/meminfo: memFree=232992/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=947696 CPUtime=9893.35
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 222462 0 0 0 988991 344 0 0 25 0 4 0 157355679 970440704 222406 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32086/statm: 236924 222406 83 193 0 236728 0
[pid=32086/tid=32087] ppid=32083 vsize=947696 CPUtime=2398.97
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 32402 0 0 0 239843 54 0 0 25 0 4 0 157355746 970440704 222406 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32088] ppid=32083 vsize=947696 CPUtime=2413.11
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 44911 0 0 0 241239 72 0 0 25 0 4 0 157355746 970440704 222406 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32089] ppid=32083 vsize=947696 CPUtime=2576.66
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 77720 0 0 0 257539 127 0 0 25 0 4 0 157355746 970440704 222406 1992294400 134512640 135305190 4294956160 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9897.89
Current children cumulated vsize (KiB) 953052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5013.5 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 32103
/proc/meminfo: memFree=227872/2055920 swapFree=4191900/4192956
[pid=32083] ppid=32081 vsize=5356 CPUtime=4.54
/proc/32083/stat : 32083 (manysat.sh) S 32081 32083 32011 0 -1 4194304 313 7430 0 0 0 0 447 7 16 0 1 0 157355224 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32083/statm: 1339 238 195 169 0 50 0
[pid=32086] ppid=32083 vsize=953760 CPUtime=9995.53
/proc/32086/stat : 32086 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194304 223731 0 0 0 999206 347 0 0 25 0 4 0 157355679 976650240 223675 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32086/statm: 238440 223675 83 193 0 238244 0
[pid=32086/tid=32087] ppid=32083 vsize=953760 CPUtime=2425.96
/proc/32086/task/32087/stat : 32087 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 32602 0 0 0 242542 54 0 0 25 0 4 0 157355746 976650240 223675 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32086/tid=32088] ppid=32083 vsize=953760 CPUtime=2437.88
/proc/32086/task/32088/stat : 32088 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 45685 0 0 0 243714 74 0 0 25 0 4 0 157355746 976650240 223675 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32086/tid=32089] ppid=32083 vsize=953760 CPUtime=2600.79
/proc/32086/task/32089/stat : 32089 (manysat1.1_stat) R 32083 32083 32011 0 -1 4194368 77956 0 0 0 259951 128 0 0 25 0 4 0 157355746 976650240 223675 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 959116

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32083 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=478319
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=78987
# CPU time returned by wait4() is 4.55731
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5013.52
CPU time (s): 10000.1
CPU user time (s): 9996.53
CPU system time (s): 3.54
CPU usage (%): 199.462
Max. virtual memory (cumulated for all children) (KiB): 959116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.47832
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7743
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= 6
involuntary context switches= 22

runsolver used 5.01224 second user time and 13.358 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-02 21:40:21
IDJOB=1774996
IDBENCH=71071
IDSOLVER=612
FILE ID=node21/1774996-1241293220
PBS_JOBID= 9225129
Free space on /tmp= 66476 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_14_UNSAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774996-1241293220/watcher-1774996-1241293220 -o /tmp/evaluation-result-1774996-1241293220/solver-1774996-1241293220 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1774996-1241293220.cnf aimd 1

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED=484335915

node21.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.233
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.233
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:       1133408 kB
Buffers:         79424 kB
Cached:         730672 kB
SwapCached:        260 kB
Active:          58708 kB
Inactive:       764688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1133408 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            6512 kB
Writeback:           0 kB
Mapped:          21840 kB
Slab:            85196 kB
Committed_AS:   775612 kB
PageTables:       1388 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= 66468 MiB
End job on node21 at 2009-05-02 23:03:56