Trace number 1772786

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.2 5013.62

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8005.27
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

0.00/0.00	c Parsing...
0.49/0.53	c ==============================================================================
0.49/0.53	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.53	c ==============================================================================
0.49/0.53	c |         0 |  614789  1419314 |  184436       0        0     nan |  0.000 % |
4.29/4.33	c |         0 |  248601   661061 |      --       0       --      -- |     --   | -225959/-441263
4.29/4.34	c ==============================================================================
4.29/4.34	c Result  :   #vars: 44244   #clauses: 248601   #literals: 661061
4.29/4.34	c CPU time:   4.18036 s
4.29/4.34	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-1772786-1241285530/watcher-1772786-1241285530 -o /tmp/evaluation-result-1772786-1241285530/solver-1772786-1241285530 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1772786-1241285530.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: 0.99 1.00 0.99 3/64 24259
/proc/meminfo: memFree=1925536/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=0
/proc/24259/stat : 24259 (manysat.sh) R 24257 24259 24195 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 156581112 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24259/statm: 1339 234 194 169 0 50 0
[pid=24260] ppid=24259 vsize=1140 CPUtime=0
/proc/24260/stat : 24260 (SatElite) R 24259 24259 24195 0 -1 4194304 211 0 0 0 0 0 0 0 18 0 1 0 156581113 1167360 196 1992294400 134512640 135034092 4294956112 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 0 0 0
/proc/24260/statm: 285 196 50 127 0 155 0

[startup+0.0736591 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24259
/proc/meminfo: memFree=1925536/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=0
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156581112 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 235 195 169 0 50 0
[pid=24260] ppid=24259 vsize=19352 CPUtime=0.06
/proc/24260/stat : 24260 (SatElite) R 24259 24259 24195 0 -1 4194304 3368 0 0 0 5 1 0 0 19 0 1 0 156581113 19816448 3352 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/24260/statm: 4838 3353 50 127 0 4708 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24708

[startup+0.102659 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24259
/proc/meminfo: memFree=1925536/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=0
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156581112 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 235 195 169 0 50 0
[pid=24260] ppid=24259 vsize=21992 CPUtime=0.09
/proc/24260/stat : 24260 (SatElite) R 24259 24259 24195 0 -1 4194304 5017 0 0 0 7 2 0 0 19 0 1 0 156581113 22519808 5001 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24260/statm: 5498 5004 50 127 0 5368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27348

[startup+0.301678 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24259
/proc/meminfo: memFree=1925536/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=0
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156581112 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 235 195 169 0 50 0
[pid=24260] ppid=24259 vsize=40424 CPUtime=0.29
/proc/24260/stat : 24260 (SatElite) R 24259 24259 24195 0 -1 4194304 9783 0 0 0 24 5 0 0 21 0 1 0 156581113 41394176 9767 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/24260/statm: 10106 9768 50 127 0 9976 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45780

[startup+0.701713 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 24259
/proc/meminfo: memFree=1925536/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=0
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156581112 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 235 195 169 0 50 0
[pid=24260] ppid=24259 vsize=77100 CPUtime=0.68
/proc/24260/stat : 24260 (SatElite) R 24259 24259 24195 0 -1 4194304 16280 0 0 0 60 8 0 0 25 0 1 0 156581113 78950400 15082 1992294400 134512640 135034092 4294956112 18446744073709551615 134562055 0 0 4096 3 0 0 0 17 0 0 0
/proc/24260/statm: 19275 15082 67 127 0 19145 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 82456

[startup+1.50178 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24261
/proc/meminfo: memFree=1860752/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=0
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156581112 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 235 195 169 0 50 0
[pid=24260] ppid=24259 vsize=82756 CPUtime=1.49
/proc/24260/stat : 24260 (SatElite) R 24259 24259 24195 0 -1 4194304 18079 0 0 0 139 10 0 0 25 0 1 0 156581113 84742144 16609 1992294400 134512640 135034092 4294956112 18446744073709551615 134566547 0 0 4096 3 0 0 0 17 0 0 0
/proc/24260/statm: 20689 16609 68 127 0 20559 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88112

[startup+3.10193 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 24261
/proc/meminfo: memFree=1857040/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=0
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156581112 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 235 195 169 0 50 0
[pid=24260] ppid=24259 vsize=83812 CPUtime=3.09
/proc/24260/stat : 24260 (SatElite) R 24259 24259 24195 0 -1 4194304 20375 0 0 0 298 11 0 0 25 0 1 0 156581113 85823488 16929 1992294400 134512640 135034092 4294956112 18446744073709551615 134671906 0 0 4096 3 0 0 0 17 0 0 0
/proc/24260/statm: 20953 16929 68 127 0 20823 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89168

[startup+6.30223 s]
/proc/loadavg: 0.99 1.00 0.99 5/69 24265
/proc/meminfo: memFree=1850360/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=105824 CPUtime=2.55
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 17567 0 0 0 245 10 0 0 17 0 4 0 156581582 108363776 17545 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24262/statm: 26456 17545 83 193 0 26260 0
[pid=24262/tid=24263] ppid=24259 vsize=105824 CPUtime=0.48
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 291 0 0 0 48 0 0 0 17 0 4 0 156581646 108363776 17545 1992294400 134512640 135305190 4294956160 18446744073709551615 134558427 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24259 vsize=105824 CPUtime=0.47
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 324 0 0 0 47 0 0 0 17 0 4 0 156581646 108363776 17545 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24259 vsize=105824 CPUtime=0.48
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 339 0 0 0 48 0 0 0 17 0 4 0 156581646 108363776 17545 1992294400 134512640 135305190 4294956160 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 111180

[startup+12.7018 s]
/proc/loadavg: 1.46 1.10 1.03 5/69 24265
/proc/meminfo: memFree=1846136/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=107244 CPUtime=15.2
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 17676 0 0 0 1506 14 0 0 17 0 4 0 156581582 109817856 17654 1992294400 134512640 135305190 4294956160 18446744073709551615 134551661 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 26811 17654 83 193 0 26615 0
[pid=24262/tid=24263] ppid=24259 vsize=107244 CPUtime=3.54
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 338 0 0 0 354 0 0 0 17 0 4 0 156581646 109817856 17654 1992294400 134512640 135305190 4294956160 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24259 vsize=107244 CPUtime=3.52
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 353 0 0 0 351 1 0 0 18 0 4 0 156581646 109817856 17654 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24259 vsize=107244 CPUtime=3.94
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 359 0 0 0 392 2 0 0 18 0 4 0 156581646 109817856 17654 1992294400 134512640 135305190 4294956160 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.87
Current children cumulated vsize (KiB) 112600

[startup+25.503 s]
/proc/loadavg: 1.85 1.19 1.06 5/69 24265
/proc/meminfo: memFree=1845880/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=107532 CPUtime=40.75
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 17813 0 0 0 4060 15 0 0 18 0 4 0 156581582 110112768 17791 1992294400 134512640 135305190 4294956160 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 26883 17791 83 193 0 26687 0
[pid=24262/tid=24263] ppid=24259 vsize=107532 CPUtime=11.13
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 356 0 0 0 1112 1 0 0 18 0 4 0 156581646 110112768 17791 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24264] ppid=24259 vsize=107532 CPUtime=8.55
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 401 0 0 0 854 1 0 0 17 0 4 0 156581646 110112768 17791 1992294400 134512640 135305190 4294956160 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24259 vsize=107532 CPUtime=10.99
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 398 0 0 0 1097 2 0 0 17 0 4 0 156581646 110112768 17791 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.42
Current children cumulated vsize (KiB) 112888

[startup+51.1023 s]
/proc/loadavg: 2.65 1.43 1.14 5/69 24265
/proc/meminfo: memFree=1836536/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=116692 CPUtime=91.82
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 20240 0 0 0 9164 18 0 0 25 0 4 0 156581582 119492608 20218 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 29173 20218 83 193 0 28977 0
[pid=24262/tid=24263] ppid=24259 vsize=116692 CPUtime=28.28
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 1125 0 0 0 2826 2 0 0 17 0 4 0 156581646 119492608 20218 1992294400 134512640 135305190 4294956160 18446744073709551615 134530563 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24259 vsize=116692 CPUtime=22.6
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 1167 0 0 0 2258 2 0 0 19 0 4 0 156581646 119492608 20218 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24259 vsize=116692 CPUtime=20.57
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 856 0 0 0 2054 3 0 0 17 0 4 0 156581646 119492608 20218 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.49
Current children cumulated vsize (KiB) 122048

[startup+102.307 s]
/proc/loadavg: 3.46 1.86 1.30 5/69 24265
/proc/meminfo: memFree=1821560/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=132428 CPUtime=194.01
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 23926 0 0 0 19377 24 0 0 17 0 4 0 156581582 135606272 23904 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24262/statm: 33107 23904 83 193 0 32911 0
[pid=24262/tid=24263] ppid=24259 vsize=132428 CPUtime=52.72
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 1758 0 0 0 5269 3 0 0 23 0 4 0 156581646 135606272 23904 1992294400 134512640 135305190 4294956160 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24259 vsize=132428 CPUtime=44.03
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 2163 0 0 0 4400 3 0 0 17 0 4 0 156581646 135606272 23904 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24259 vsize=132428 CPUtime=50.39
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 2038 0 0 0 5034 5 0 0 19 0 4 0 156581646 135606272 23904 1992294400 134512640 135305190 4294956160 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 198.68
Current children cumulated vsize (KiB) 137784

[startup+162.302 s]
/proc/loadavg: 3.80 2.25 1.47 5/69 24265
/proc/meminfo: memFree=1809272/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=144240 CPUtime=313.74
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 26983 0 0 0 31346 28 0 0 21 0 4 0 156581582 147701760 26961 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24262/statm: 36060 26961 83 193 0 35864 0
[pid=24262/tid=24263] ppid=24259 vsize=144240 CPUtime=74.71
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 2136 0 0 0 7468 3 0 0 25 0 4 0 156581646 147701760 26961 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24259 vsize=144240 CPUtime=70.09
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 3070 0 0 0 7005 4 0 0 25 0 4 0 156581646 147701760 26961 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24259 vsize=144240 CPUtime=88.12
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 3103 0 0 0 8805 7 0 0 19 0 4 0 156581646 147701760 26961 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 318.41

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

/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 21022 0 0 0 227901 42 0 0 25 0 4 0 156581646 433324032 92553 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9059.59
Current children cumulated vsize (KiB) 428524

[startup+4602.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 24275
/proc/meminfo: memFree=1540088/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=426524 CPUtime=9174.67
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 93531 0 0 0 917316 151 0 0 25 0 4 0 156581582 436760576 93489 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24262/statm: 106631 93490 83 193 0 106435 0
[pid=24262/tid=24263] ppid=24259 vsize=426524 CPUtime=2287.28
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 16669 0 0 0 228697 31 0 0 25 0 4 0 156581646 436760576 93490 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24259 vsize=426524 CPUtime=2257.96
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 20467 0 0 0 225765 31 0 0 25 0 4 0 156581646 436760576 93490 1992294400 134512640 135305190 4294956160 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24259 vsize=426524 CPUtime=2309.42
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 21371 0 0 0 230899 43 0 0 25 0 4 0 156581646 436760576 93490 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9179.34
Current children cumulated vsize (KiB) 431880

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 24275
/proc/meminfo: memFree=1531576/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=436076 CPUtime=9294.4
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 95665 0 0 0 929285 155 0 0 25 0 4 0 156581582 446541824 95623 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24262/statm: 109019 95623 83 193 0 108823 0
[pid=24262/tid=24263] ppid=24259 vsize=436076 CPUtime=2316.34
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 17247 0 0 0 231602 32 0 0 25 0 4 0 156581646 446541824 95623 1992294400 134512640 135305190 4294956160 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24259 vsize=436076 CPUtime=2287.91
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 21112 0 0 0 228759 32 0 0 25 0 4 0 156581646 446541824 95623 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24259 vsize=436076 CPUtime=2340.05
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 21780 0 0 0 233961 44 0 0 25 0 4 0 156581646 446541824 95623 1992294400 134512640 135305190 4294956160 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9299.07
Current children cumulated vsize (KiB) 441432

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 24275
/proc/meminfo: memFree=1522488/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=445068 CPUtime=9414.15
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 97894 0 0 0 941255 160 0 0 25 0 4 0 156581582 455749632 97852 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24262/statm: 111267 97852 83 193 0 111071 0
[pid=24262/tid=24263] ppid=24259 vsize=445068 CPUtime=2340.31
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 17590 0 0 0 233998 33 0 0 25 0 4 0 156581646 455749632 97852 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24259 vsize=445068 CPUtime=2317.09
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 21783 0 0 0 231676 33 0 0 25 0 4 0 156581646 455749632 97852 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24259 vsize=445068 CPUtime=2375.84
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 22466 0 0 0 237539 45 0 0 18 0 4 0 156581646 455749632 97852 1992294400 134512640 135305190 4294956160 18446744073709551615 134539321 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9418.82
Current children cumulated vsize (KiB) 450424

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 24275
/proc/meminfo: memFree=1520696/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=447112 CPUtime=9533.89
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 98355 0 0 0 953228 161 0 0 25 0 4 0 156581582 457842688 98313 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24262/statm: 111778 98313 83 193 0 111582 0
[pid=24262/tid=24263] ppid=24259 vsize=447112 CPUtime=2369.16
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 17608 0 0 0 236883 33 0 0 25 0 4 0 156581646 457842688 98313 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24259 vsize=447112 CPUtime=2346.35
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 21944 0 0 0 234602 33 0 0 25 0 4 0 156581646 457842688 98313 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24259 vsize=447112 CPUtime=2406.74
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 22667 0 0 0 240629 45 0 0 25 0 4 0 156581646 457842688 98313 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9538.56
Current children cumulated vsize (KiB) 452468

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 24275
/proc/meminfo: memFree=1518264/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=449148 CPUtime=9653.63
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 98942 0 0 0 965200 163 0 0 25 0 4 0 156581582 459927552 98900 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24262/statm: 112287 98900 83 193 0 112091 0
[pid=24262/tid=24263] ppid=24259 vsize=449148 CPUtime=2399.05
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 17731 0 0 0 239871 34 0 0 25 0 4 0 156581646 459927552 98900 1992294400 134512640 135305190 4294956160 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24259 vsize=449148 CPUtime=2377.05
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 22034 0 0 0 237672 33 0 0 19 0 4 0 156581646 459927552 98900 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24259 vsize=449148 CPUtime=2436.63
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 22990 0 0 0 243617 46 0 0 25 0 4 0 156581646 459927552 98900 1992294400 134512640 135305190 4294956160 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9658.3
Current children cumulated vsize (KiB) 454504

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 24275
/proc/meminfo: memFree=1515000/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=453100 CPUtime=9773.38
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 99756 0 0 0 977174 164 0 0 20 0 4 0 156581582 463974400 99714 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24262/statm: 113275 99714 83 193 0 113079 0
[pid=24262/tid=24263] ppid=24259 vsize=453100 CPUtime=2428.86
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 17921 0 0 0 242852 34 0 0 25 0 4 0 156581646 463974400 99714 1992294400 134512640 135305190 4294956160 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24264] ppid=24259 vsize=453100 CPUtime=2407.69
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 22179 0 0 0 240736 33 0 0 25 0 4 0 156581646 463974400 99714 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24259 vsize=453100 CPUtime=2466.73
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 23403 0 0 0 246626 47 0 0 25 0 4 0 156581646 463974400 99714 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9778.05
Current children cumulated vsize (KiB) 458456

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 24275
/proc/meminfo: memFree=1509368/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=459320 CPUtime=9893.11
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 101154 0 0 0 989144 167 0 0 25 0 4 0 156581582 470343680 101112 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 114830 101112 83 193 0 114634 0
[pid=24262/tid=24263] ppid=24259 vsize=459320 CPUtime=2458.07
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 18245 0 0 0 245772 35 0 0 25 0 4 0 156581646 470343680 101112 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24264] ppid=24259 vsize=459320 CPUtime=2437.64
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 22434 0 0 0 243730 34 0 0 25 0 4 0 156581646 470343680 101112 1992294400 134512640 135305190 4294956160 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24259 vsize=459320 CPUtime=2497.42
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 23997 0 0 0 249693 49 0 0 25 0 4 0 156581646 470343680 101112 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9897.78
Current children cumulated vsize (KiB) 464676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5013.6 s]
/proc/loadavg: 4.05 4.01 3.94 5/69 24275
/proc/meminfo: memFree=1505592/2055920 swapFree=4191900/4192956
[pid=24259] ppid=24257 vsize=5356 CPUtime=4.67
/proc/24259/stat : 24259 (manysat.sh) S 24257 24259 24195 0 -1 4194304 313 27354 0 0 0 0 450 17 16 0 1 0 156581112 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24259/statm: 1339 238 195 169 0 50 0
[pid=24262] ppid=24259 vsize=463160 CPUtime=9995.51
/proc/24262/stat : 24262 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194304 102082 0 0 0 999381 170 0 0 25 0 4 0 156581582 474275840 102040 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 115790 102040 83 193 0 115594 0
[pid=24262/tid=24263] ppid=24259 vsize=463160 CPUtime=2483.74
/proc/24262/task/24263/stat : 24263 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 18447 0 0 0 248339 35 0 0 25 0 4 0 156581646 474275840 102040 1992294400 134512640 135305190 4294956160 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0
[pid=24262/tid=24264] ppid=24259 vsize=463160 CPUtime=2463.23
/proc/24262/task/24264/stat : 24264 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 22608 0 0 0 246289 34 0 0 25 0 4 0 156581646 474275840 102040 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24259 vsize=463160 CPUtime=2523.03
/proc/24262/task/24265/stat : 24265 (manysat1.1_stat) R 24259 24259 24195 0 -1 4194368 24343 0 0 0 252253 50 0 0 25 0 4 0 156581646 474275840 102040 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 468516

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 24259 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=507314
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=179972
# CPU time returned by wait4() is 4.68729
# while last known CPU time is 10000.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5013.62
CPU time (s): 10000.2
CPU user time (s): 9998.31
CPU system time (s): 1.87
CPU usage (%): 199.46
Max. virtual memory (cumulated for all children) (KiB): 468516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.50731
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27667
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= 5
involuntary context switches= 30

runsolver used 4.76527 second user time and 13.6469 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-02 19:32:11
IDJOB=1772786
IDBENCH=20387
IDSOLVER=612
FILE ID=node43/1772786-1241285530
PBS_JOBID= 9225065
Free space on /tmp= 66340 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772786-1241285530/watcher-1772786-1241285530 -o /tmp/evaluation-result-1772786-1241285530/solver-1772786-1241285530 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1772786-1241285530.cnf aimd 1

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=1149599569

node43.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.237
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.237
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:       1926088 kB
Buffers:          6468 kB
Cached:          54200 kB
SwapCached:        260 kB
Active:          25136 kB
Inactive:        48740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1926088 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           12236 kB
Writeback:           0 kB
Mapped:          21772 kB
Slab:            41932 kB
Committed_AS:   725732 kB
PageTables:       1444 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= 66328 MiB
End job on node43 at 2009-05-02 20:55:46