Trace number 1774026

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 5012.02

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4326.83
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
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.00/0.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |   94910   223744 |   28472       0        0     nan |  0.000 % |
1.19/1.24	c |         0 |   57628   172230 |      --       0       --      -- |     --   | -36942/-50538
1.19/1.24	c ==============================================================================
1.19/1.24	c Result  :   #vars: 13864   #clauses: 57628   #literals: 172230
1.19/1.24	c CPU time:   1.20682 s
1.19/1.24	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-1774026-1241289932/watcher-1774026-1241289932 -o /tmp/evaluation-result-1774026-1241289932/solver-1774026-1241289932 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774026-1241289932.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.45 3.87 3.87 3/64 28543
/proc/meminfo: memFree=1086456/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=0
/proc/28543/stat : 28543 (manysat.sh) R 28541 28543 28506 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 157026445 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28543/statm: 1339 234 194 169 0 50 0
[pid=28544] ppid=28543 vsize=1556 CPUtime=0
/proc/28544/stat : 28544 (SatElite) R 28543 28543 28506 0 -1 4194304 291 0 0 0 0 0 0 0 18 0 1 0 157026446 1593344 275 1992294400 134512640 135034092 4294956112 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/28544/statm: 389 277 50 127 0 259 0

[startup+0.010424 s]
/proc/loadavg: 3.45 3.87 3.87 3/64 28543
/proc/meminfo: memFree=1086456/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=0
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157026445 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28543/statm: 1339 235 195 169 0 50 0
[pid=28544] ppid=28543 vsize=3924 CPUtime=0
/proc/28544/stat : 28544 (SatElite) R 28543 28543 28506 0 -1 4194304 723 0 0 0 0 0 0 0 18 0 1 0 157026446 4018176 708 1992294400 134512640 135034092 4294956112 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 0 0 0
/proc/28544/statm: 981 710 51 127 0 851 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9280

[startup+0.101438 s]
/proc/loadavg: 3.45 3.87 3.87 3/64 28543
/proc/meminfo: memFree=1086456/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=0
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157026445 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28543/statm: 1339 235 195 169 0 50 0
[pid=28544] ppid=28543 vsize=13260 CPUtime=0.09
/proc/28544/stat : 28544 (SatElite) R 28543 28543 28506 0 -1 4194304 3368 0 0 0 8 1 0 0 19 0 1 0 157026446 13578240 3151 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/28544/statm: 3315 3151 68 127 0 3185 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18616

[startup+0.301473 s]
/proc/loadavg: 3.45 3.87 3.87 3/64 28543
/proc/meminfo: memFree=1086456/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=0
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157026445 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28543/statm: 1339 235 195 169 0 50 0
[pid=28544] ppid=28543 vsize=14264 CPUtime=0.29
/proc/28544/stat : 28544 (SatElite) R 28543 28543 28506 0 -1 4194304 3597 0 0 0 27 2 0 0 21 0 1 0 157026446 14606336 3380 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/28544/statm: 3566 3380 68 127 0 3436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19620

[startup+0.701544 s]
/proc/loadavg: 3.45 3.87 3.87 3/64 28543
/proc/meminfo: memFree=1086456/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=0
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157026445 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28543/statm: 1339 235 195 169 0 50 0
[pid=28544] ppid=28543 vsize=15416 CPUtime=0.68
/proc/28544/stat : 28544 (SatElite) R 28543 28543 28506 0 -1 4194304 3801 0 0 0 66 2 0 0 25 0 1 0 157026446 15785984 3584 1992294400 134512640 135034092 4294956112 18446744073709551615 134566484 0 0 4096 3 0 0 0 17 0 0 0
/proc/28544/statm: 3854 3584 68 127 0 3724 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 20772

[startup+1.50169 s]
/proc/loadavg: 3.45 3.87 3.87 2/66 28545
/proc/meminfo: memFree=1067560/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 5356

[startup+3.10298 s]
/proc/loadavg: 3.45 3.87 3.87 5/69 28549
/proc/meminfo: memFree=1060752/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=53812 CPUtime=3.38
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 5275 0 0 0 334 4 0 0 19 0 4 0 157026577 55103488 5261 1992294400 134512640 135305190 4294956160 18446744073709551615 134557325 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28546/statm: 13453 5261 83 193 0 13257 0
[pid=28546/tid=28547] ppid=28543 vsize=53812 CPUtime=0.71
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 186 0 0 0 71 0 0 0 18 0 4 0 157026594 55103488 5261 1992294400 134512640 135305190 4294956160 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=53812 CPUtime=1.15
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 188 0 0 0 114 1 0 0 17 0 4 0 157026594 55103488 5261 1992294400 134512640 135305190 4294956160 18446744073709551615 134530633 0 0 4096 3 0 0 0 -1 0 0 0
[pid=28546/tid=28549] ppid=28543 vsize=53812 CPUtime=0.54
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 236 0 0 0 54 0 0 0 18 0 4 0 157026594 55103488 5261 1992294400 134512640 135305190 4294956160 18446744073709551615 134528515 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 59168

[startup+6.30154 s]
/proc/loadavg: 3.50 3.87 3.87 5/69 28549
/proc/meminfo: memFree=1059856/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=54256 CPUtime=9.76
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 5381 0 0 0 971 5 0 0 18 0 4 0 157026577 55558144 5367 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28546/statm: 13564 5367 83 193 0 13368 0
[pid=28546/tid=28547] ppid=28543 vsize=54256 CPUtime=1.32
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 194 0 0 0 132 0 0 0 24 0 4 0 157026594 55558144 5367 1992294400 134512640 135305190 4294956160 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=54256 CPUtime=3.19
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 208 0 0 0 318 1 0 0 20 0 4 0 157026594 55558144 5367 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=28546/tid=28549] ppid=28543 vsize=54256 CPUtime=1.7
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 278 0 0 0 170 0 0 0 25 0 4 0 157026594 55558144 5367 1992294400 134512640 135305190 4294956160 18446744073709551615 134557352 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 59612

[startup+12.7027 s]
/proc/loadavg: 3.54 3.87 3.87 5/69 28549
/proc/meminfo: memFree=1059424/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=54832 CPUtime=22.53
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 5514 0 0 0 2248 5 0 0 25 0 4 0 157026577 56147968 5500 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28546/statm: 13708 5500 83 193 0 13512 0
[pid=28546/tid=28547] ppid=28543 vsize=54832 CPUtime=4.46
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 217 0 0 0 446 0 0 0 25 0 4 0 157026594 56147968 5500 1992294400 134512640 135305190 4294956160 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=54832 CPUtime=6.39
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 238 0 0 0 638 1 0 0 25 0 4 0 157026594 56147968 5500 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=28546/tid=28549] ppid=28543 vsize=54832 CPUtime=4.9
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 338 0 0 0 490 0 0 0 25 0 4 0 157026594 56147968 5500 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.83
Current children cumulated vsize (KiB) 60188

[startup+25.5019 s]
/proc/loadavg: 3.64 3.88 3.87 5/69 28549
/proc/meminfo: memFree=1058400/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=55888 CPUtime=48.07
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 5784 0 0 0 4801 6 0 0 25 0 4 0 157026577 57229312 5770 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28546/statm: 13972 5770 83 193 0 13776 0
[pid=28546/tid=28547] ppid=28543 vsize=55888 CPUtime=10.82
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 296 0 0 0 1082 0 0 0 25 0 4 0 157026594 57229312 5770 1992294400 134512640 135305190 4294956160 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=55888 CPUtime=12.78
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 314 0 0 0 1277 1 0 0 25 0 4 0 157026594 57229312 5770 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=28546/tid=28549] ppid=28543 vsize=55888 CPUtime=11.29
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 406 0 0 0 1129 0 0 0 25 0 4 0 157026594 57229312 5770 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.37
Current children cumulated vsize (KiB) 61244

[startup+51.1014 s]
/proc/loadavg: 3.76 3.89 3.88 5/69 28549
/proc/meminfo: memFree=1056544/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=57888 CPUtime=99.15
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 6263 0 0 0 9908 7 0 0 25 0 4 0 157026577 59277312 6249 1992294400 134512640 135305190 4294956160 18446744073709551615 134557407 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28546/statm: 14472 6249 83 193 0 14276 0
[pid=28546/tid=28547] ppid=28543 vsize=57888 CPUtime=23.6
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 391 0 0 0 2360 0 0 0 25 0 4 0 157026594 59277312 6249 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=57888 CPUtime=25.4
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 438 0 0 0 2539 1 0 0 25 0 4 0 157026594 59277312 6249 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=28546/tid=28549] ppid=28543 vsize=57888 CPUtime=24.27
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 563 0 0 0 2426 1 0 0 25 0 4 0 157026594 59277312 6249 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.45
Current children cumulated vsize (KiB) 63244

[startup+102.306 s]
/proc/loadavg: 3.89 3.90 3.88 5/69 28549
/proc/meminfo: memFree=1053024/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=61240 CPUtime=201.33
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 7116 0 0 0 20125 8 0 0 25 0 4 0 157026577 62709760 7102 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/28546/statm: 15310 7102 83 193 0 15114 0
[pid=28546/tid=28547] ppid=28543 vsize=61240 CPUtime=49
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 572 0 0 0 4900 0 0 0 25 0 4 0 157026594 62709760 7102 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=61240 CPUtime=50.65
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 640 0 0 0 5064 1 0 0 25 0 4 0 157026594 62709760 7102 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=28546/tid=28549] ppid=28543 vsize=61240 CPUtime=49.89
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 891 0 0 0 4988 1 0 0 25 0 4 0 157026594 62709760 7102 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.63
Current children cumulated vsize (KiB) 66596

[startup+162.302 s]
/proc/loadavg: 3.96 3.92 3.89 5/69 28549
/proc/meminfo: memFree=1049952/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=64360 CPUtime=321.05
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 7886 0 0 0 32097 8 0 0 25 0 4 0 157026577 65904640 7872 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/28546/statm: 16090 7872 83 193 0 15894 0
[pid=28546/tid=28547] ppid=28543 vsize=64360 CPUtime=78.81
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 708 0 0 0 7881 0 0 0 25 0 4 0 157026594 65904640 7872 1992294400 134512640 135305190 4294956160 18446744073709551615 134528139 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=64360 CPUtime=80.63
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 826 0 0 0 8061 2 0 0 25 0 4 0 157026594 65904640 7872 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0

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

/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 7250 0 0 0 225597 10 0 0 25 0 4 0 157026594 144539648 26307 1992294400 134512640 135305190 4294956160 18446744073709551615 134556843 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9062.76
Current children cumulated vsize (KiB) 146508

[startup+4602.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/69 28563
/proc/meminfo: memFree=973400/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=144524 CPUtime=9181.2
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 26955 0 0 0 918082 38 0 0 25 0 4 0 157026577 147992576 26895 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/28546/statm: 36131 26895 83 193 0 35935 0
[pid=28546/tid=28547] ppid=28543 vsize=144524 CPUtime=2289.67
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 4629 0 0 0 228961 6 0 0 25 0 4 0 157026594 147992576 26895 1992294400 134512640 135305190 4294956160 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=144524 CPUtime=2302.43
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5253 0 0 0 230234 9 0 0 25 0 4 0 157026594 147992576 26895 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28549] ppid=28543 vsize=144524 CPUtime=2286.06
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 7491 0 0 0 228596 10 0 0 25 0 4 0 157026594 147992576 26895 1992294400 134512640 135305190 4294956160 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9182.5
Current children cumulated vsize (KiB) 149880

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/69 28563
/proc/meminfo: memFree=970776/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=147008 CPUtime=9300.91
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 27606 0 0 0 930053 38 0 0 25 0 4 0 157026577 150536192 27546 1992294400 134512640 135305190 4294956160 18446744073709551615 134556831 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/28546/statm: 36752 27546 83 193 0 36556 0
[pid=28546/tid=28547] ppid=28543 vsize=147008 CPUtime=2319.57
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 4747 0 0 0 231950 7 0 0 25 0 4 0 157026594 150536192 27546 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=147008 CPUtime=2332.29
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5369 0 0 0 233220 9 0 0 25 0 4 0 157026594 150536192 27546 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28549] ppid=28543 vsize=147008 CPUtime=2316.04
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 7740 0 0 0 231594 10 0 0 25 0 4 0 157026594 150536192 27546 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9302.21
Current children cumulated vsize (KiB) 152364

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.98 5/69 28563
/proc/meminfo: memFree=967768/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=150064 CPUtime=9420.64
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 28381 0 0 0 942025 39 0 0 25 0 4 0 157026577 153665536 28321 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/28546/statm: 37516 28321 83 193 0 37320 0
[pid=28546/tid=28547] ppid=28543 vsize=150064 CPUtime=2349.46
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 4869 0 0 0 234939 7 0 0 25 0 4 0 157026594 153665536 28321 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=150064 CPUtime=2362.15
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5546 0 0 0 236206 9 0 0 24 0 4 0 157026594 153665536 28321 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28549] ppid=28543 vsize=150064 CPUtime=2346.04
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 8084 0 0 0 234593 11 0 0 25 0 4 0 157026594 153665536 28321 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9421.94
Current children cumulated vsize (KiB) 155420

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/69 28563
/proc/meminfo: memFree=964824/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=153644 CPUtime=9540.38
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 29106 0 0 0 953997 41 0 0 25 0 4 0 157026577 157331456 29046 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/28546/statm: 38411 29046 83 193 0 38215 0
[pid=28546/tid=28547] ppid=28543 vsize=153644 CPUtime=2379.33
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5035 0 0 0 237925 8 0 0 25 0 4 0 157026594 157331456 29046 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=153644 CPUtime=2392.04
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5655 0 0 0 239195 9 0 0 25 0 4 0 157026594 157331456 29046 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28549] ppid=28543 vsize=153644 CPUtime=2376.03
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 8348 0 0 0 237592 11 0 0 25 0 4 0 157026594 157331456 29046 1992294400 134512640 135305190 4294956160 18446744073709551615 134528636 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9541.68
Current children cumulated vsize (KiB) 159000

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/69 28563
/proc/meminfo: memFree=962016/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=156316 CPUtime=9660.1
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 29820 0 0 0 965968 42 0 0 25 0 4 0 157026577 160067584 29760 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/28546/statm: 39079 29760 83 193 0 38883 0
[pid=28546/tid=28547] ppid=28543 vsize=156316 CPUtime=2409.18
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5207 0 0 0 240910 8 0 0 25 0 4 0 157026594 160067584 29760 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=156316 CPUtime=2421.93
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5829 0 0 0 242184 9 0 0 25 0 4 0 157026594 160067584 29760 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28549] ppid=28543 vsize=156316 CPUtime=2404.47
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 8601 0 0 0 240435 12 0 0 25 0 4 0 157026594 160067584 29760 1992294400 134512640 135305190 4294956160 18446744073709551615 134558342 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9661.4
Current children cumulated vsize (KiB) 161672

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/69 28563
/proc/meminfo: memFree=961760/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=156448 CPUtime=9779.84
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 29874 0 0 0 977942 42 0 0 25 0 4 0 157026577 160202752 29814 1992294400 134512640 135305190 4294956160 18446744073709551615 134557444 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28546/statm: 39112 29814 83 193 0 38916 0
[pid=28546/tid=28547] ppid=28543 vsize=156448 CPUtime=2438.48
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5223 0 0 0 243840 8 0 0 25 0 4 0 157026594 160202752 29814 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28548] ppid=28543 vsize=156448 CPUtime=2453.53
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5851 0 0 0 245344 9 0 0 25 0 4 0 157026594 160202752 29814 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
[pid=28546/tid=28549] ppid=28543 vsize=156448 CPUtime=2433.01
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 8610 0 0 0 243289 12 0 0 25 0 4 0 157026594 160202752 29814 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9781.14
Current children cumulated vsize (KiB) 161804

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/69 28563
/proc/meminfo: memFree=961504/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=156780 CPUtime=9899.57
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 29926 0 0 0 989915 42 0 0 25 0 4 0 157026577 160542720 29866 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28546/statm: 39195 29866 83 193 0 38999 0
[pid=28546/tid=28547] ppid=28543 vsize=156780 CPUtime=2468.52
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5271 0 0 0 246844 8 0 0 25 0 4 0 157026594 160542720 29866 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=28546/tid=28548] ppid=28543 vsize=156780 CPUtime=2483.42
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5855 0 0 0 248333 9 0 0 25 0 4 0 157026594 160542720 29866 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28549] ppid=28543 vsize=156780 CPUtime=2462.82
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 8610 0 0 0 246270 12 0 0 25 0 4 0 157026594 160542720 29866 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9900.87
Current children cumulated vsize (KiB) 162136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012 s]
/proc/loadavg: 4.00 4.00 3.98 5/69 28563
/proc/meminfo: memFree=961504/2055920 swapFree=4181908/4192956
[pid=28543] ppid=28541 vsize=5356 CPUtime=1.3
/proc/28543/stat : 28543 (manysat.sh) S 28541 28543 28506 0 -1 4194304 313 4021 0 0 0 0 127 3 16 0 1 0 157026445 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28543/statm: 1339 238 195 169 0 50 0
[pid=28546] ppid=28543 vsize=156780 CPUtime=9998.75
/proc/28546/stat : 28546 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194304 29928 0 0 0 999833 42 0 0 25 0 4 0 157026577 160542720 29868 1992294400 134512640 135305190 4294956160 18446744073709551615 134530569 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28546/statm: 39195 29868 83 193 0 38999 0
[pid=28546/tid=28547] ppid=28543 vsize=156780 CPUtime=2493.34
/proc/28546/task/28547/stat : 28547 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5273 0 0 0 249326 8 0 0 25 0 4 0 157026594 160542720 29868 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
[pid=28546/tid=28548] ppid=28543 vsize=156780 CPUtime=2508.22
/proc/28546/task/28548/stat : 28548 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 5855 0 0 0 250813 9 0 0 25 0 4 0 157026594 160542720 29868 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=28546/tid=28549] ppid=28543 vsize=156780 CPUtime=2487.68
/proc/28546/task/28549/stat : 28549 (manysat1.1_stat) R 28543 28543 28506 0 -1 4194368 8610 0 0 0 248756 12 0 0 25 0 4 0 157026594 160542720 29868 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 162136

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 28543 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=276805
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=41993
# CPU time returned by wait4() is 1.3188
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5012.02
CPU time (s): 10000
CPU user time (s): 9999.6
CPU system time (s): 0.45
CPU usage (%): 199.521
Max. virtual memory (cumulated for all children) (KiB): 162136

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

runsolver used 4.85926 second user time and 13.5759 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-02 20:45:32
IDJOB=1774026
IDBENCH=70848
IDSOLVER=612
FILE ID=node18/1774026-1241289932
PBS_JOBID= 9225108
Free space on /tmp= 66352 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-22-s100.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774026-1241289932/watcher-1774026-1241289932 -o /tmp/evaluation-result-1774026-1241289932/solver-1774026-1241289932 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1774026-1241289932.cnf aimd 1

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=893956358

node18.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.280
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.280
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:       1087000 kB
Buffers:         78872 kB
Cached:         781892 kB
SwapCached:       4876 kB
Active:         142832 kB
Inactive:       725724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1087000 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:            3120 kB
Writeback:           0 kB
Mapped:          13932 kB
Slab:            86500 kB
Committed_AS:   730368 kB
PageTables:       1372 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= 66344 MiB
End job on node18 at 2009-05-02 22:09:06