Trace number 1776247

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 2/2009-03-20 (4 threads)? (TO) 3991.31 1000.03

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
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 variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    4729    12297 |    1418       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |    4024    11995 |      --       0       --      -- |     --   | -663/-215
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 969   #clauses: 4024   #literals: 11995
0.00/0.02	c CPU time:   0.02 s
0.00/0.02	c ==============================================================================

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1776247-1243508507/watcher-1776247-1243508507 -o /tmp/evaluation-result-1776247-1243508507/solver-1776247-1243508507 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1776247-1243508507.cnf aimd 2 

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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.05 4.33 4.30 3/96 30984
/proc/meminfo: memFree=3137916/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2416 CPUtime=0
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1115514764 2473984 274 4294967295 134512640 135169312 3215019360 3215017896 3085807342 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/30984/statm: 604 274 231 161 0 43 0
[pid=30985] ppid=30984 vsize=1160 CPUtime=0
/proc/30985/stat : 30985 (SatElite) R 30984 30984 27966 0 -1 4202496 228 0 0 0 0 0 0 0 18 0 1 0 1115514764 1187840 165 4294967295 134512640 135034092 3220093424 3220089384 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30985/statm: 290 165 51 128 0 160 0

[startup+0.055627 s]
/proc/loadavg: 4.05 4.33 4.30 3/96 30984
/proc/meminfo: memFree=3137916/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2420

[startup+0.106244 s]
/proc/loadavg: 4.05 4.33 4.30 3/96 30984
/proc/meminfo: memFree=3137916/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2420

[startup+0.397038 s]
/proc/loadavg: 4.05 4.33 4.30 3/96 30984
/proc/meminfo: memFree=3137916/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2420

[startup+0.71004 s]
/proc/loadavg: 4.05 4.33 4.30 3/96 30984
/proc/meminfo: memFree=3137916/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2420

[startup+1.52191 s]
/proc/loadavg: 4.05 4.33 4.30 5/101 30990
/proc/meminfo: memFree=3133252/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=34820 CPUtime=5.86
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 1732 0 0 0 582 4 0 0 15 0 4 0 1115514767 35655680 1668 4294967295 134512640 135305190 3216322192 3216320216 134694990 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/30987/statm: 8705 1668 79 194 0 8509 0
[pid=30987/tid=30988] ppid=30984 vsize=34820 CPUtime=1.47
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 279 0 0 0 146 1 0 0 17 0 4 0 1115514767 35655680 1668 4294967295 134512640 135305190 3216322192 3086810372 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=34820 CPUtime=1.46
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 391 0 0 0 144 2 0 0 16 0 4 0 1115514767 35655680 1668 4294967295 134512640 135305190 3216322192 3078421544 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=34820 CPUtime=1.44
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 279 0 0 0 144 0 0 0 15 0 4 0 1115514767 35655680 1668 4294967295 134512640 135305190 3216322192 3070033012 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 37240

[startup+3.10596 s]
/proc/loadavg: 4.05 4.33 4.30 7/101 30990
/proc/meminfo: memFree=3129256/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=38284 CPUtime=12.16
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 2608 0 0 0 1210 6 0 0 16 0 4 0 1115514767 39202816 2544 4294967295 134512640 135305190 3216322192 3216320032 134551854 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 9571 2544 79 194 0 9375 0
[pid=30987/tid=30988] ppid=30984 vsize=38284 CPUtime=3.06
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 476 0 0 0 305 1 0 0 17 0 4 0 1115514767 39202816 2544 4294967295 134512640 135305190 3216322192 3086810304 134528539 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=38284 CPUtime=3.01
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 641 0 0 0 298 3 0 0 16 0 4 0 1115514767 39202816 2544 4294967295 134512640 135305190 3216322192 3078421696 134528603 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=38284 CPUtime=3.03
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 521 0 0 0 303 0 0 0 16 0 4 0 1115514767 39202816 2544 4294967295 134512640 135305190 3216322192 3070033088 134528435 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 40704

[startup+6.31569 s]
/proc/loadavg: 4.05 4.32 4.30 9/101 30990
/proc/meminfo: memFree=3123344/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=45496 CPUtime=24.99
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 4393 0 0 0 2491 8 0 0 16 0 4 0 1115514767 46587904 4329 4294967295 134512640 135305190 3216322192 3216320160 134547978 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 11374 4329 79 194 0 11178 0
[pid=30987/tid=30988] ppid=30984 vsize=45496 CPUtime=6.26
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 770 0 0 0 624 2 0 0 19 0 4 0 1115514767 46587904 4329 4294967295 134512640 135305190 3216322192 3086810028 134551504 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=45496 CPUtime=6.22
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 1227 0 0 0 618 4 0 0 16 0 4 0 1115514767 46587904 4329 4294967295 134512640 135305190 3216322192 3078421696 134531043 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=45496 CPUtime=6.24
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 1015 0 0 0 624 0 0 0 16 0 4 0 1115514767 46587904 4329 4294967295 134512640 135305190 3216322192 3070033088 134528397 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 47916

[startup+12.7152 s]
/proc/loadavg: 4.12 4.33 4.30 5/101 30991
/proc/meminfo: memFree=3110700/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=56768 CPUtime=50.53
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 7108 0 0 0 5039 14 0 0 25 0 4 0 1115514767 58130432 7044 4294967295 134512640 135305190 3216322192 3216320368 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 14192 7044 79 194 0 13996 0
[pid=30987/tid=30988] ppid=30984 vsize=56768 CPUtime=12.63
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 1342 0 0 0 1259 4 0 0 25 0 4 0 1115514767 58130432 7044 4294967295 134512640 135305190 3216322192 3086810304 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=56768 CPUtime=12.62
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 1994 0 0 0 1257 5 0 0 16 0 4 0 1115514767 58130432 7044 4294967295 134512640 135305190 3216322192 3078421376 134553542 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=56768 CPUtime=12.61
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 1748 0 0 0 1259 2 0 0 25 0 4 0 1115514767 58130432 7044 4294967295 134512640 135305190 3216322192 3070033088 134528506 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 59188

[startup+25.5241 s]
/proc/loadavg: 4.24 4.35 4.31 5/101 31174
/proc/meminfo: memFree=3103376/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=64028 CPUtime=101.44
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 8868 0 0 0 10124 20 0 0 25 0 4 0 1115514767 65564672 8804 4294967295 134512640 135305190 3216322192 3216320368 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 16007 8804 79 194 0 15811 0
[pid=30987/tid=30988] ppid=30984 vsize=64028 CPUtime=25.26
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 1731 0 0 0 2521 5 0 0 25 0 4 0 1115514767 65564672 8804 4294967295 134512640 135305190 3216322192 3086810304 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=64028 CPUtime=25.42
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 2676 0 0 0 2537 5 0 0 17 0 4 0 1115514767 65564672 8804 4294967295 134512640 135305190 3216322192 3078421696 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=64028 CPUtime=25.39
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 2151 0 0 0 2534 5 0 0 25 0 4 0 1115514767 65564672 8804 4294967295 134512640 135305190 3216322192 3070033088 134528562 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 66448

[startup+51.112 s]
/proc/loadavg: 4.34 4.37 4.31 6/101 31177
/proc/meminfo: memFree=3090948/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=76612 CPUtime=203.68
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 12023 0 0 0 20340 28 0 0 25 0 4 0 1115514767 78450688 11959 4294967295 134512640 135305190 3216322192 3216320160 134547980 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 19153 11959 79 194 0 18957 0
[pid=30987/tid=30988] ppid=30984 vsize=76612 CPUtime=50.84
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 2346 0 0 0 5077 7 0 0 25 0 4 0 1115514767 78450688 11959 4294967295 134512640 135305190 3216322192 3086810304 134528256 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=76612 CPUtime=51.01
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 4089 0 0 0 5093 8 0 0 25 0 4 0 1115514767 78450688 11959 4294967295 134512640 135305190 3216322192 3078421696 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=76612 CPUtime=50.88
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 2707 0 0 0 5081 7 0 0 25 0 4 0 1115514767 78450688 11959 4294967295 134512640 135305190 3216322192 3070033088 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 79032

[startup+102.318 s]
/proc/loadavg: 4.28 4.34 4.30 5/101 31367
/proc/meminfo: memFree=3078440/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=89444 CPUtime=407.85
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 15129 0 0 0 40738 47 0 0 25 0 4 0 1115514767 91590656 15065 4294967295 134512640 135305190 3216322192 3216320368 134528410 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 22361 15065 79 194 0 22165 0
[pid=30987/tid=30988] ppid=30984 vsize=89444 CPUtime=101.71
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 3044 0 0 0 10161 10 0 0 25 0 4 0 1115514767 91590656 15065 4294967295 134512640 135305190 3216322192 3086810304 134528263 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=89444 CPUtime=102.05
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 5366 0 0 0 10191 14 0 0 25 0 4 0 1115514767 91590656 15065 4294967295 134512640 135305190 3216322192 3078421696 134528325 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=89444 CPUtime=101.98
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 3257 0 0 0 10188 10 0 0 25 0 4 0 1115514767 91590656 15065 4294967295 134512640 135305190 3216322192 3070033088 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.87
Current children cumulated vsize (KiB) 91864

[startup+162.313 s]
/proc/loadavg: 4.54 4.39 4.32 5/101 31556
/proc/meminfo: memFree=3063240/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=103740 CPUtime=647.34
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 18672 0 0 0 64670 64 0 0 25 0 4 0 1115514767 106229760 18608 4294967295 134512640 135305190 3216322192 3216320368 134528256 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 25935 18608 79 194 0 25739 0
[pid=30987/tid=30988] ppid=30984 vsize=103740 CPUtime=161.52
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 3677 0 0 0 16139 13 0 0 25 0 4 0 1115514767 106229760 18608 4294967295 134512640 135305190 3216322192 3086810304 134528603 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=103740 CPUtime=161.97
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 7079 0 0 0 16174 23 0 0 25 0 4 0 1115514767 106229760 18608 4294967295 134512640 135305190 3216322192 3078421696 134528425 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=103740 CPUtime=161.89
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 3881 0 0 0 16176 13 0 0 25 0 4 0 1115514767 106229760 18608 4294967295 134512640 135305190 3216322192 3070033088 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.36

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

/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 5785 0 0 0 52121 36 0 0 25 0 4 0 1115514767 152547328 29132 4294967295 134512640 135305190 3216322192 3070032816 134558312 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2084.46
Current children cumulated vsize (KiB) 151392

[startup+582.318 s]
/proc/loadavg: 4.18 4.26 4.27 5/101 408
/proc/meminfo: memFree=3012472/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=158508 CPUtime=2324.01
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 31287 0 0 0 232197 204 0 0 25 0 4 0 1115514767 162312192 31220 4294967295 134512640 135305190 3216322192 3216320368 134528395 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 39627 31220 79 194 0 39431 0
[pid=30987/tid=30988] ppid=30984 vsize=158508 CPUtime=581.21
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 5897 0 0 0 58078 43 0 0 25 0 4 0 1115514767 162312192 31220 4294967295 134512640 135305190 3216322192 3086810304 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=158508 CPUtime=580.83
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 12935 0 0 0 58025 58 0 0 25 0 4 0 1115514767 162312192 31220 4294967295 134512640 135305190 3216322192 3078421584 134538175 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=158508 CPUtime=581.52
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 6311 0 0 0 58110 42 0 0 25 0 4 0 1115514767 162312192 31220 4294967295 134512640 135305190 3216322192 3070033088 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2324.03
Current children cumulated vsize (KiB) 160928

[startup+642.313 s]
/proc/loadavg: 4.27 4.26 4.26 6/101 596
/proc/meminfo: memFree=3011332/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=159556 CPUtime=2563.48
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 31510 0 0 0 256126 222 0 0 25 0 4 0 1115514767 163385344 31443 4294967295 134512640 135305190 3216322192 3216320160 134547935 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30987/statm: 39889 31443 79 194 0 39693 0
[pid=30987/tid=30988] ppid=30984 vsize=159556 CPUtime=640.97
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 6003 0 0 0 64051 46 0 0 25 0 4 0 1115514767 163385344 31443 4294967295 134512640 135305190 3216322192 3086810304 134528489 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=159556 CPUtime=640.65
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 12936 0 0 0 64005 60 0 0 25 0 4 0 1115514767 163385344 31443 4294967295 134512640 135305190 3216322192 3078421696 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=159556 CPUtime=641.51
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 6323 0 0 0 64104 47 0 0 25 0 4 0 1115514767 163385344 31443 4294967295 134512640 135305190 3216322192 3070032880 134547909 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2563.5
Current children cumulated vsize (KiB) 161976

[startup+702.318 s]
/proc/loadavg: 4.25 4.25 4.26 6/101 783
/proc/meminfo: memFree=2999628/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=172836 CPUtime=2802.96
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 34938 0 0 0 280047 249 0 0 25 0 4 0 1115514767 176984064 34871 4294967295 134512640 135305190 3216322192 3216320368 134528252 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 43209 34871 79 194 0 43013 0
[pid=30987/tid=30988] ppid=30984 vsize=172836 CPUtime=700.73
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 6345 0 0 0 70019 54 0 0 25 0 4 0 1115514767 176984064 34871 4294967295 134512640 135305190 3216322192 3086810304 134528548 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=172836 CPUtime=700.57
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 14912 0 0 0 69987 70 0 0 25 0 4 0 1115514767 176984064 34871 4294967295 134512640 135305190 3216322192 3078421696 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=172836 CPUtime=701.46
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 6727 0 0 0 70096 50 0 0 25 0 4 0 1115514767 176984064 34871 4294967295 134512640 135305190 3216322192 3070033088 134528224 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.98
Current children cumulated vsize (KiB) 175256

[startup+762.313 s]
/proc/loadavg: 4.39 4.28 4.27 5/101 980
/proc/meminfo: memFree=2985732/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=188064 CPUtime=3042.47
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 37994 0 0 0 303986 261 0 0 25 0 4 0 1115514767 192577536 37927 4294967295 134512640 135305190 3216322192 3216320368 134528265 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 47016 37927 79 194 0 46820 0
[pid=30987/tid=30988] ppid=30984 vsize=188064 CPUtime=760.44
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 6916 0 0 0 75983 61 0 0 25 0 4 0 1115514767 192577536 37927 4294967295 134512640 135305190 3216322192 3086810304 134528747 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=188064 CPUtime=760.45
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 16334 0 0 0 75974 71 0 0 25 0 4 0 1115514767 192577536 37927 4294967295 134512640 135305190 3216322192 3078421696 134528750 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=188064 CPUtime=761.44
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 7556 0 0 0 76093 51 0 0 25 0 4 0 1115514767 192577536 37927 4294967295 134512640 135305190 3216322192 3070033088 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.49
Current children cumulated vsize (KiB) 190484

[startup+822.308 s]
/proc/loadavg: 4.14 4.23 4.25 5/101 1170
/proc/meminfo: memFree=2984580/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=188380 CPUtime=3282.03
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 38107 0 0 0 327931 272 0 0 25 0 4 0 1115514767 192901120 38040 4294967295 134512640 135305190 3216322192 3216320368 134528277 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 47095 38040 79 194 0 46899 0
[pid=30987/tid=30988] ppid=30984 vsize=188380 CPUtime=820.31
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 6989 0 0 0 81968 63 0 0 25 0 4 0 1115514767 192901120 38040 4294967295 134512640 135305190 3216322192 3086810304 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=188380 CPUtime=820.37
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 16364 0 0 0 81964 73 0 0 25 0 4 0 1115514767 192901120 38040 4294967295 134512640 135305190 3216322192 3078421696 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=188380 CPUtime=821.31
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 7558 0 0 0 82078 53 0 0 25 0 4 0 1115514767 192901120 38040 4294967295 134512640 135305190 3216322192 3070033088 134528455 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3282.05
Current children cumulated vsize (KiB) 190800

[startup+882.313 s]
/proc/loadavg: 4.20 4.22 4.25 5/101 1363
/proc/meminfo: memFree=2983952/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=189408 CPUtime=3521.51
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 38313 0 0 0 351867 284 0 0 25 0 4 0 1115514767 193953792 38246 4294967295 134512640 135305190 3216322192 3216320160 134547909 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 47352 38246 79 194 0 47156 0
[pid=30987/tid=30988] ppid=30984 vsize=189408 CPUtime=880.01
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 6990 0 0 0 87938 63 0 0 25 0 4 0 1115514767 193953792 38246 4294967295 134512640 135305190 3216322192 3086810304 134528136 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=189408 CPUtime=880.2
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 16394 0 0 0 87945 75 0 0 25 0 4 0 1115514767 193953792 38246 4294967295 134512640 135305190 3216322192 3078421696 134528181 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=189408 CPUtime=881.25
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 7572 0 0 0 88070 55 0 0 25 0 4 0 1115514767 193953792 38246 4294967295 134512640 135305190 3216322192 3070033088 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3521.53
Current children cumulated vsize (KiB) 191828

[startup+942.308 s]
/proc/loadavg: 4.20 4.22 4.25 5/101 1554
/proc/meminfo: memFree=2972744/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=202004 CPUtime=3761.01
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 41282 0 0 0 375791 310 0 0 25 0 4 0 1115514767 206852096 41215 4294967295 134512640 135305190 3216322192 3216320368 134528376 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30987/statm: 50501 41215 79 194 0 50305 0
[pid=30987/tid=30988] ppid=30984 vsize=202004 CPUtime=939.75
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 7223 0 0 0 93905 70 0 0 25 0 4 0 1115514767 206852096 41215 4294967295 134512640 135305190 3216322192 3086810304 134528341 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=202004 CPUtime=940.07
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 18510 0 0 0 93921 86 0 0 25 0 4 0 1115514767 206852096 41215 4294967295 134512640 135305190 3216322192 3078421696 134528274 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=202004 CPUtime=941.18
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 7760 0 0 0 94060 58 0 0 25 0 4 0 1115514767 206852096 41215 4294967295 134512640 135305190 3216322192 3070033088 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3761.03
Current children cumulated vsize (KiB) 204424



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 4.58 4.31 4.28 6/101 1741
/proc/meminfo: memFree=2962220/3368532 swapFree=1953788/1959888
[pid=30984] ppid=30982 vsize=2420 CPUtime=0.02
/proc/30984/stat : 30984 (manysat.sh) S 30982 30984 27966 0 -1 4194304 371 354 0 0 0 0 2 0 18 0 1 0 1115514764 2478080 275 4294967295 134512640 135169312 3215019360 3215015576 3085807342 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30984/statm: 605 275 231 161 0 44 0
[pid=30987] ppid=30984 vsize=213460 CPUtime=3991.29
/proc/30987/stat : 30987 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202496 43834 0 0 0 398808 321 0 0 25 0 4 0 1115514767 218583040 43760 4294967295 134512640 135305190 3216322192 3216320084 134695249 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30987/statm: 53365 43760 79 194 0 53169 0
[pid=30987/tid=30988] ppid=30984 vsize=213460 CPUtime=997.28
/proc/30987/task/30988/stat : 30988 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 7888 0 0 0 99655 73 0 0 25 0 4 0 1115514767 218583040 43760 4294967295 134512640 135305190 3216322192 3086810192 134538154 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30987/tid=30989] ppid=30984 vsize=213460 CPUtime=997.69
/proc/30987/task/30989/stat : 30989 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 19802 0 0 0 99677 92 0 0 25 0 4 0 1115514767 218583040 43760 4294967295 134512640 135305190 3216322192 3078421696 134528576 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30987/tid=30990] ppid=30984 vsize=213460 CPUtime=998.83
/proc/30987/task/30990/stat : 30990 (manysat1.1_stat) R 30984 30984 27966 0 -1 4202560 8107 0 0 0 99823 60 0 0 25 0 4 0 1115514767 218583040 43760 4294967295 134512640 135305190 3216322192 3070033088 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3991.31
Current children cumulated vsize (KiB) 215880

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

Real time (s): 1000.03
CPU time (s): 3991.31
CPU user time (s): 3988.1
CPU system time (s): 3.21
CPU usage (%): 399.118
Max. virtual memory (cumulated for all children) (KiB): 215880

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 13:01:47
IDJOB=1776247
IDBENCH=20472
IDSOLVER=626
FILE ID=/1776247-1243508507
PBS_JOBID=
Free space on /tmp= 6476 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776247-1243508507/watcher-1776247-1243508507 -o /tmp/evaluation-result-1776247-1243508507/solver-1776247-1243508507 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1776247-1243508507.cnf aimd 2

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED= 530098354

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3137916 kB
Buffers:         38096 kB
Cached:          92904 kB
SwapCached:       2256 kB
Active:          64496 kB
Inactive:        76352 kB
HighTotal:     2489216 kB
HighFree:      2385124 kB
LowTotal:       879316 kB
LowFree:        752792 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            1608 kB
Writeback:           0 kB
AnonPages:        8852 kB
Mapped:           3164 kB
Slab:            80400 kB
SReclaimable:    67208 kB
SUnreclaim:      13192 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88680 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6476 MiB
End job on  at 2009-05-28 13:18:29