Trace number 1773856

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 5012.32

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray32_32.cnf
MD5SUMb7a07371a2da4a8c8bef63c213dd1e15
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 variables72202
Number of clauses213533
Sum of the clauses size498241
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2142354
Number of clauses of size 371177
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.19/0.21	c ==============================================================================
0.19/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |  213531   498239 |   64059       0        0     nan |  0.000 % |
1.59/1.65	c |         0 |  163018   485616 |      --       0       --      -- |     --   | -50511/-12618
1.59/1.66	c ==============================================================================
1.59/1.66	c Result  :   #vars: 36494   #clauses: 163018   #literals: 485616
1.59/1.66	c CPU time:   1.59176 s
1.59/1.66	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-1773856-1241288828/watcher-1773856-1241288828 -o /tmp/evaluation-result-1773856-1241288828/solver-1773856-1241288828 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773856-1241288828.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.91 3.32 3/64 27531
/proc/meminfo: memFree=1294128/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=0
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156916205 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27531/statm: 1339 235 195 169 0 50 0
[pid=27532] ppid=27531 vsize=1088 CPUtime=0
/proc/27532/stat : 27532 (SatElite) R 27531 27531 27395 0 -1 4194304 175 0 0 0 0 0 0 0 18 0 1 0 156916205 1114112 159 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/27532/statm: 272 159 50 127 0 142 0

[startup+0.074132 s]
/proc/loadavg: 3.75 3.91 3.32 3/64 27531
/proc/meminfo: memFree=1294128/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=0
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156916205 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27531/statm: 1339 235 195 169 0 50 0
[pid=27532] ppid=27531 vsize=10312 CPUtime=0.06
/proc/27532/stat : 27532 (SatElite) R 27531 27531 27395 0 -1 4194304 2392 0 0 0 5 1 0 0 18 0 1 0 156916205 10559488 2376 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27532/statm: 2578 2378 50 127 0 2448 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15668

[startup+0.101134 s]
/proc/loadavg: 3.75 3.91 3.32 3/64 27531
/proc/meminfo: memFree=1294128/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=0
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156916205 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27531/statm: 1339 235 195 169 0 50 0
[pid=27532] ppid=27531 vsize=15660 CPUtime=0.08
/proc/27532/stat : 27532 (SatElite) R 27531 27531 27395 0 -1 4194304 3285 0 0 0 7 1 0 0 18 0 1 0 156916205 16035840 3269 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27532/statm: 3915 3271 50 127 0 3785 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21016

[startup+0.301154 s]
/proc/loadavg: 3.75 3.91 3.32 3/64 27531
/proc/meminfo: memFree=1294128/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=0
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156916205 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27531/statm: 1339 235 195 169 0 50 0
[pid=27532] ppid=27531 vsize=37356 CPUtime=0.29
/proc/27532/stat : 27532 (SatElite) R 27531 27531 27395 0 -1 4194304 8286 0 0 0 25 4 0 0 19 0 1 0 156916205 38252544 7642 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/27532/statm: 9339 7642 68 127 0 9209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42712

[startup+0.701194 s]
/proc/loadavg: 3.75 3.91 3.32 3/64 27531
/proc/meminfo: memFree=1294128/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=0
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156916205 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27531/statm: 1339 235 195 169 0 50 0
[pid=27532] ppid=27531 vsize=44196 CPUtime=0.69
/proc/27532/stat : 27532 (SatElite) R 27531 27531 27395 0 -1 4194304 9973 0 0 0 63 6 0 0 22 0 1 0 156916205 45256704 9329 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/27532/statm: 11049 9329 68 127 0 10919 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49552

[startup+1.50128 s]
/proc/loadavg: 3.75 3.91 3.32 2/66 27533
/proc/meminfo: memFree=1253408/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=0
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156916205 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27531/statm: 1339 235 195 169 0 50 0
[pid=27532] ppid=27531 vsize=43952 CPUtime=1.49
/proc/27532/stat : 27532 (SatElite) R 27531 27531 27395 0 -1 4194304 10094 0 0 0 143 6 0 0 25 0 1 0 156916205 45006848 9308 1992294400 134512640 135034092 4294956112 18446744073709551615 134569232 0 0 4096 3 0 0 0 17 1 0 0
/proc/27532/statm: 10988 9308 68 127 0 10858 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49308

[startup+3.10145 s]
/proc/loadavg: 3.75 3.91 3.32 2/66 27534
/proc/meminfo: memFree=1256608/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=86744 CPUtime=1.95
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 12895 0 0 0 183 12 0 0 16 0 4 0 156916394 88825856 12881 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27534/statm: 21686 12881 83 193 0 21490 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 92100

[startup+6.30178 s]
/proc/loadavg: 3.77 3.91 3.32 5/69 27537
/proc/meminfo: memFree=1232840/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=89756 CPUtime=8.27
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 13684 0 0 0 813 14 0 0 16 0 4 0 156916394 91910144 13670 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27534/statm: 22439 13670 83 193 0 22243 0
[pid=27534/tid=27535] ppid=27531 vsize=89756 CPUtime=1.9
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 541 0 0 0 188 2 0 0 17 0 4 0 156916435 91910144 13670 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27536] ppid=27531 vsize=89756 CPUtime=2.02
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 576 0 0 0 201 1 0 0 17 0 4 0 156916435 91910144 13670 1992294400 134512640 135305190 4294956160 18446744073709551615 134542031 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27531 vsize=89756 CPUtime=2.1
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 545 0 0 0 208 2 0 0 17 0 4 0 156916435 91910144 13670 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 95112

[startup+12.7024 s]
/proc/loadavg: 3.79 3.91 3.33 5/69 27537
/proc/meminfo: memFree=1230728/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=91812 CPUtime=20.98
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 14252 0 0 0 2080 18 0 0 17 0 4 0 156916394 94015488 14223 1992294400 134512640 135305190 4294956160 18446744073709551615 134531193 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 22953 14223 83 193 0 22757 0
[pid=27534/tid=27535] ppid=27531 vsize=91812 CPUtime=5.26
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 708 0 0 0 524 2 0 0 17 0 4 0 156916435 94015488 14223 1992294400 134512640 135305190 4294956160 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27536] ppid=27531 vsize=91812 CPUtime=5.12
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 754 0 0 0 510 2 0 0 17 0 4 0 156916435 94015488 14223 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27537] ppid=27531 vsize=91812 CPUtime=5.44
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 690 0 0 0 542 2 0 0 16 0 4 0 156916435 94015488 14223 1992294400 134512640 135305190 4294956160 18446744073709551615 134530945 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.86
Current children cumulated vsize (KiB) 97168

[startup+25.5017 s]
/proc/loadavg: 3.84 3.92 3.34 5/69 27537
/proc/meminfo: memFree=1215752/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=107636 CPUtime=46.51
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 18065 0 0 0 4627 24 0 0 17 0 4 0 156916394 110219264 18010 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 26909 18010 83 193 0 26713 0
[pid=27534/tid=27535] ppid=27531 vsize=107636 CPUtime=11.71
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 1696 0 0 0 1167 4 0 0 17 0 4 0 156916435 110219264 18010 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27536] ppid=27531 vsize=107636 CPUtime=11.44
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 2050 0 0 0 1140 4 0 0 17 0 4 0 156916435 110219264 18010 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27537] ppid=27531 vsize=107636 CPUtime=11.83
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 1214 0 0 0 1179 4 0 0 17 0 4 0 156916435 110219264 18010 1992294400 134512640 135305190 4294956160 18446744073709551615 134544094 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.39
Current children cumulated vsize (KiB) 112992

[startup+51.1013 s]
/proc/loadavg: 3.89 3.92 3.35 5/69 27537
/proc/meminfo: memFree=1189576/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=133172 CPUtime=97.56
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 24510 0 0 0 9723 33 0 0 17 0 4 0 156916394 136368128 24455 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27534/statm: 33293 24455 83 193 0 33097 0
[pid=27534/tid=27535] ppid=27531 vsize=133172 CPUtime=22.8
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 2693 0 0 0 2275 5 0 0 18 0 4 0 156916435 136368128 24455 1992294400 134512640 135305190 4294956160 18446744073709551615 134530589 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27536] ppid=27531 vsize=133172 CPUtime=22.99
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 4652 0 0 0 2293 6 0 0 18 0 4 0 156916435 136368128 24455 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27531 vsize=133172 CPUtime=26
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 2364 0 0 0 2594 6 0 0 17 0 4 0 156916435 136368128 24455 1992294400 134512640 135305190 4294956160 18446744073709551615 134569684 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.44
Current children cumulated vsize (KiB) 138528

[startup+102.306 s]
/proc/loadavg: 3.95 3.93 3.39 5/69 27537
/proc/meminfo: memFree=1166408/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=156036 CPUtime=199.65
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 30252 0 0 0 19923 42 0 0 18 0 4 0 156916394 159780864 30197 1992294400 134512640 135305190 4294956160 18446744073709551615 134541664 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27534/statm: 39009 30197 83 193 0 38813 0
[pid=27534/tid=27535] ppid=27531 vsize=156036 CPUtime=44.84
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 3971 0 0 0 4477 7 0 0 18 0 4 0 156916435 159780864 30197 1992294400 134512640 135305190 4294956160 18446744073709551615 134542048 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27536] ppid=27531 vsize=156036 CPUtime=41.59
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 6521 0 0 0 4151 8 0 0 18 0 4 0 156916435 159780864 30197 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27531 vsize=156036 CPUtime=58.99
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 3426 0 0 0 5890 9 0 0 18 0 4 0 156916435 159780864 30197 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.53
Current children cumulated vsize (KiB) 161392

[startup+162.302 s]
/proc/loadavg: 3.98 3.94 3.42 5/69 27537
/proc/meminfo: memFree=1141256/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=180736 CPUtime=319.33
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 36576 0 0 0 31881 52 0 0 17 0 4 0 156916394 185073664 36521 1992294400 134512640 135305190 4294956160 18446744073709551615 134541938 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 45184 36521 83 193 0 44988 0
[pid=27534/tid=27535] ppid=27531 vsize=180736 CPUtime=71.9
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 4947 0 0 0 7181 9 0 0 19 0 4 0 156916435 185073664 36521 1992294400 134512640 135305190 4294956160 18446744073709551615 134528492 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27536] ppid=27531 vsize=180736 CPUtime=64.49
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 9153 0 0 0 6438 11 0 0 20 0 4 0 156916435 185073664 36521 1992294400 134512640 135305190 4294956160 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27531 vsize=180736 CPUtime=92.51
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 4360 0 0 0 9240 11 0 0 17 0 4 0 156916435 185073664 36521 1992294400 134512640 135305190 4294956160 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 321.21

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

/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 19172 0 0 0 242199 54 0 0 25 0 4 0 156916435 653393920 148825 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9181.87
Current children cumulated vsize (KiB) 643436

[startup+4662.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27547
/proc/meminfo: memFree=683272/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=645244 CPUtime=9299.73
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 150696 0 0 0 929702 271 0 0 25 0 4 0 156916394 660729856 150631 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 161311 150631 83 193 0 161115 0
[pid=27534/tid=27535] ppid=27531 vsize=645244 CPUtime=2113.52
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 17958 0 0 0 211311 41 0 0 25 0 4 0 156916435 660729856 150631 1992294400 134512640 135305190 4294956160 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27536] ppid=27531 vsize=645244 CPUtime=2151.44
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 62461 0 0 0 215059 85 0 0 25 0 4 0 156916435 660729856 150631 1992294400 134512640 135305190 4294956160 18446744073709551615 134528554 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27531 vsize=645244 CPUtime=2452.22
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 19322 0 0 0 245168 54 0 0 23 0 4 0 156916435 660729856 150631 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9301.61
Current children cumulated vsize (KiB) 650600

[startup+4722.31 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27547
/proc/meminfo: memFree=669896/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=659528 CPUtime=9419.47
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 154012 0 0 0 941671 276 0 0 25 0 4 0 156916394 675356672 153947 1992294400 134512640 135305190 4294956160 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 164882 153947 83 193 0 164686 0
[pid=27534/tid=27535] ppid=27531 vsize=659528 CPUtime=2144.28
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 18673 0 0 0 214386 42 0 0 18 0 4 0 156916435 675356672 153947 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27536] ppid=27531 vsize=659528 CPUtime=2176.87
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 63295 0 0 0 217601 86 0 0 25 0 4 0 156916435 675356672 153947 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27531 vsize=659528 CPUtime=2480.92
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 20255 0 0 0 248037 55 0 0 22 0 4 0 156916435 675356672 153947 1992294400 134512640 135305190 4294956160 18446744073709551615 134836452 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9421.35
Current children cumulated vsize (KiB) 664884

[startup+4782.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27547
/proc/meminfo: memFree=667720/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=661836 CPUtime=9539.19
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 154555 0 0 0 953642 277 0 0 25 0 4 0 156916394 677720064 154490 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27534/statm: 165459 154490 83 193 0 165263 0
[pid=27534/tid=27535] ppid=27531 vsize=661836 CPUtime=2177.07
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 18826 0 0 0 217665 42 0 0 20 0 4 0 156916435 677720064 154490 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27536] ppid=27531 vsize=661836 CPUtime=2203.85
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 63439 0 0 0 220299 86 0 0 23 0 4 0 156916435 677720064 154490 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27537] ppid=27531 vsize=661836 CPUtime=2510.12
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 20461 0 0 0 250956 56 0 0 19 0 4 0 156916435 677720064 154490 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9541.07
Current children cumulated vsize (KiB) 667192

[startup+4842.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27547
/proc/meminfo: memFree=663752/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=665548 CPUtime=9658.94
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 155537 0 0 0 965615 279 0 0 17 0 4 0 156916394 681521152 155472 1992294400 134512640 135305190 4294956160 18446744073709551615 134557325 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27534/statm: 166387 155472 83 193 0 166191 0
[pid=27534/tid=27535] ppid=27531 vsize=665548 CPUtime=2205.68
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 18979 0 0 0 220525 43 0 0 25 0 4 0 156916435 681521152 155472 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27536] ppid=27531 vsize=665548 CPUtime=2232.21
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 64004 0 0 0 223133 88 0 0 25 0 4 0 156916435 681521152 155472 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27531 vsize=665548 CPUtime=2542.21
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 20506 0 0 0 254165 56 0 0 21 0 4 0 156916435 681521152 155472 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9660.82
Current children cumulated vsize (KiB) 670904

[startup+4902.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27547
/proc/meminfo: memFree=653576/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=675484 CPUtime=9778.69
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 158141 0 0 0 977584 285 0 0 25 0 4 0 156916394 691695616 158076 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27534/statm: 168871 158076 83 193 0 168675 0
[pid=27534/tid=27535] ppid=27531 vsize=675484 CPUtime=2236.07
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 19191 0 0 0 223564 43 0 0 25 0 4 0 156916435 691695616 158076 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27536] ppid=27531 vsize=675484 CPUtime=2257.86
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 65107 0 0 0 225696 90 0 0 25 0 4 0 156916435 691695616 158076 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27531 vsize=675484 CPUtime=2576.32
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 21229 0 0 0 257575 57 0 0 19 0 4 0 156916435 691695616 158076 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9780.57
Current children cumulated vsize (KiB) 680840

[startup+4962.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27547
/proc/meminfo: memFree=634568/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=696868 CPUtime=9898.42
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 162881 0 0 0 989547 295 0 0 25 0 4 0 156916394 713592832 162816 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27534/statm: 174217 162816 83 193 0 174021 0
[pid=27534/tid=27535] ppid=27531 vsize=696868 CPUtime=2264.76
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 19769 0 0 0 226432 44 0 0 25 0 4 0 156916435 713592832 162816 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27536] ppid=27531 vsize=696868 CPUtime=2282.73
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 67243 0 0 0 228178 95 0 0 19 0 4 0 156916435 713592832 162816 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27537] ppid=27531 vsize=696868 CPUtime=2615.09
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 22398 0 0 0 261450 59 0 0 21 0 4 0 156916435 713592832 162816 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9900.3
Current children cumulated vsize (KiB) 702224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27547
/proc/meminfo: memFree=626312/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=704844 CPUtime=9998.22
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 164907 0 0 0 999522 300 0 0 25 0 4 0 156916394 721760256 164842 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27534/statm: 176211 164842 83 193 0 176015 0
[pid=27534/tid=27535] ppid=27531 vsize=704844 CPUtime=2289.12
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 20094 0 0 0 228868 44 0 0 25 0 4 0 156916435 721760256 164842 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27536] ppid=27531 vsize=704844 CPUtime=2305.45
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 68278 0 0 0 230447 98 0 0 25 0 4 0 156916435 721760256 164842 1992294400 134512640 135305190 4294956160 18446744073709551615 134555045 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27537] ppid=27531 vsize=704844 CPUtime=2643.79
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 22629 0 0 0 264319 60 0 0 23 0 4 0 156916435 721760256 164842 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 710200

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

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

[startup+5012.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 27547
/proc/meminfo: memFree=626312/2055920 swapFree=4181360/4192956
[pid=27531] ppid=27529 vsize=5356 CPUtime=1.88
/proc/27531/stat : 27531 (manysat.sh) S 27529 27531 27395 0 -1 4194304 313 10378 0 0 0 0 180 8 16 0 1 0 156916205 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27531/statm: 1339 238 195 169 0 50 0
[pid=27534] ppid=27531 vsize=704844 CPUtime=9998.22
/proc/27534/stat : 27534 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194304 164907 0 0 0 999522 300 0 0 25 0 4 0 156916394 721760256 164842 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27534/statm: 176211 164842 83 193 0 176015 0
[pid=27534/tid=27535] ppid=27531 vsize=704844 CPUtime=2289.12
/proc/27534/task/27535/stat : 27535 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 20094 0 0 0 228868 44 0 0 25 0 4 0 156916435 721760256 164842 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27534/tid=27536] ppid=27531 vsize=704844 CPUtime=2305.45
/proc/27534/task/27536/stat : 27536 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 68278 0 0 0 230447 98 0 0 25 0 4 0 156916435 721760256 164842 1992294400 134512640 135305190 4294956160 18446744073709551615 134555045 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27534/tid=27537] ppid=27531 vsize=704844 CPUtime=2643.79
/proc/27534/task/27537/stat : 27537 (manysat1.1_stat) R 27531 27531 27395 0 -1 4194368 22629 0 0 0 264319 60 0 0 23 0 4 0 156916435 721760256 164842 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 710200

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27531 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=806725
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=83987
# CPU time returned by wait4() is 1.89071
# 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): 5012.32
CPU time (s): 10000.1
CPU user time (s): 9997.02
CPU system time (s): 3.08
CPU usage (%): 199.51
Max. virtual memory (cumulated for all children) (KiB): 710200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.80672
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10691
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= 4

runsolver used 4.74628 second user time and 13.4919 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-02 20:27:08
IDJOB=1773856
IDBENCH=70813
IDSOLVER=612
FILE ID=node17/1773856-1241288828
PBS_JOBID= 9225098
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= b7a07371a2da4a8c8bef63c213dd1e15
RANDOM SEED=1275326984

node17.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.234
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.234
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:       1294672 kB
Buffers:         73464 kB
Cached:         586760 kB
SwapCached:       5428 kB
Active:          73780 kB
Inactive:       594384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1294672 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:            5020 kB
Writeback:           0 kB
Mapped:          13624 kB
Slab:            79100 kB
Committed_AS:   686708 kB
PageTables:       1452 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= 66440 MiB
End job on node17 at 2009-05-02 21:50:43