Trace number 1773846

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 5011.12

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray08_32.cnf
MD5SUMfd3f8184ebdeefe767f2b0366176385e
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 variables17818
Number of clauses52685
Sum of the clauses size122929
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 235122
Number of clauses of size 317561
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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   52683   122927 |   15804       0        0     nan |  0.000 % |
0.29/0.39	c |         0 |   40130   119943 |      --       0       --      -- |     --   | -12551/-2979
0.29/0.40	c ==============================================================================
0.29/0.40	c Result  :   #vars: 8978   #clauses: 40130   #literals: 119943
0.29/0.40	c CPU time:   0.380942 s
0.29/0.40	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-1773846-1241288756/watcher-1773846-1241288756 -o /tmp/evaluation-result-1773846-1241288756/solver-1773846-1241288756 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773846-1241288756.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.07 3.76 3.77 3/64 1246
/proc/meminfo: memFree=1941936/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156903306 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1246/statm: 1339 235 195 169 0 50 0
[pid=1247] ppid=1246 vsize=1596 CPUtime=0
/proc/1247/stat : 1247 (SatElite) R 1246 1246 1209 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 156903306 1634304 269 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/1247/statm: 399 270 50 127 0 269 0

[startup+0.079638 s]
/proc/loadavg: 3.07 3.76 3.77 3/64 1246
/proc/meminfo: memFree=1941936/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156903306 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1246/statm: 1339 235 195 169 0 50 0
[pid=1247] ppid=1246 vsize=9952 CPUtime=0.07
/proc/1247/stat : 1247 (SatElite) R 1246 1246 1209 0 -1 4194304 2225 0 0 0 6 1 0 0 18 0 1 0 156903306 10190848 2070 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/1247/statm: 2488 2070 68 127 0 2358 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15308

[startup+0.101639 s]
/proc/loadavg: 3.07 3.76 3.77 3/64 1246
/proc/meminfo: memFree=1941936/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156903306 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1246/statm: 1339 235 195 169 0 50 0
[pid=1247] ppid=1246 vsize=10752 CPUtime=0.09
/proc/1247/stat : 1247 (SatElite) R 1246 1246 1209 0 -1 4194304 2397 0 0 0 8 1 0 0 18 0 1 0 156903306 11010048 2242 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/1247/statm: 2688 2242 68 127 0 2558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16108

[startup+0.301658 s]
/proc/loadavg: 3.07 3.76 3.77 3/64 1246
/proc/meminfo: memFree=1941936/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156903306 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1246/statm: 1339 235 195 169 0 50 0
[pid=1247] ppid=1246 vsize=11544 CPUtime=0.29
/proc/1247/stat : 1247 (SatElite) R 1246 1246 1209 0 -1 4194304 2604 0 0 0 28 1 0 0 19 0 1 0 156903306 11821056 2449 1992294400 134512640 135034092 4294956112 18446744073709551615 134566585 0 0 4096 3 0 0 0 17 1 0 0
/proc/1247/statm: 2886 2449 68 127 0 2756 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16900

[startup+0.701703 s]
/proc/loadavg: 3.07 3.76 3.77 3/64 1246
/proc/meminfo: memFree=1941936/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 5356

[startup+1.50278 s]
/proc/loadavg: 3.07 3.76 3.77 5/69 1252
/proc/meminfo: memFree=1925384/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=50004 CPUtime=1.95
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 3883 0 0 0 191 4 0 0 16 0 4 0 156903352 51204096 3869 1992294400 134512640 135305190 4294956160 18446744073709551615 134551939 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1249/statm: 12501 3869 83 193 0 12305 0
[pid=1249/tid=1250] ppid=1246 vsize=50004 CPUtime=0.52
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 203 0 0 0 52 0 0 0 17 0 4 0 156903362 51204096 3869 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1251] ppid=1246 vsize=50004 CPUtime=0.43
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 185 0 0 0 43 0 0 0 17 0 4 0 156903362 51204096 3869 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1252] ppid=1246 vsize=50004 CPUtime=0.46
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 194 0 0 0 46 0 0 0 16 0 4 0 156903362 51204096 3869 1992294400 134512640 135305190 4294956160 18446744073709551615 134528286 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 55360

[startup+3.10193 s]
/proc/loadavg: 3.07 3.76 3.77 5/69 1252
/proc/meminfo: memFree=1923336/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=53824 CPUtime=5.14
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 4992 0 0 0 508 6 0 0 17 0 4 0 156903352 55115776 4978 1992294400 134512640 135305190 4294956160 18446744073709551615 134557232 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1249/statm: 13456 4978 83 193 0 13260 0
[pid=1249/tid=1250] ppid=1246 vsize=53824 CPUtime=1.35
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 443 0 0 0 134 1 0 0 17 0 4 0 156903362 55115776 4978 1992294400 134512640 135305190 4294956160 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1251] ppid=1246 vsize=53824 CPUtime=1.2
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 512 0 0 0 119 1 0 0 17 0 4 0 156903362 55115776 4978 1992294400 134512640 135305190 4294956160 18446744073709551615 134528936 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1252] ppid=1246 vsize=53824 CPUtime=1.22
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 359 0 0 0 121 1 0 0 17 0 4 0 156903362 55115776 4978 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 59180

[startup+6.30123 s]
/proc/loadavg: 3.14 3.76 3.77 5/69 1252
/proc/meminfo: memFree=1912712/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=63524 CPUtime=11.51
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 7380 0 0 0 1142 9 0 0 16 0 4 0 156903352 65048576 7360 1992294400 134512640 135305190 4294956160 18446744073709551615 134570423 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1249/statm: 15881 7360 83 193 0 15685 0
[pid=1249/tid=1250] ppid=1246 vsize=63524 CPUtime=2.95
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 879 0 0 0 293 2 0 0 16 0 4 0 156903362 65048576 7360 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1251] ppid=1246 vsize=63524 CPUtime=2.58
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 1246 0 0 0 256 2 0 0 16 0 4 0 156903362 65048576 7360 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1252] ppid=1246 vsize=63524 CPUtime=2.94
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 819 0 0 0 292 2 0 0 17 0 4 0 156903362 65048576 7360 1992294400 134512640 135305190 4294956160 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 68880

[startup+12.7018 s]
/proc/loadavg: 3.21 3.77 3.78 5/69 1252
/proc/meminfo: memFree=1901400/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=72036 CPUtime=24.28
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 9700 0 0 0 2415 13 0 0 16 0 4 0 156903352 73764864 9652 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1249/statm: 18009 9652 83 193 0 17813 0
[pid=1249/tid=1250] ppid=1246 vsize=72036 CPUtime=6.51
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 1336 0 0 0 649 2 0 0 16 0 4 0 156903362 73764864 9652 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1251] ppid=1246 vsize=72036 CPUtime=5.61
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 2031 0 0 0 558 3 0 0 16 0 4 0 156903362 73764864 9652 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1252] ppid=1246 vsize=72036 CPUtime=5.97
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 1292 0 0 0 594 3 0 0 17 0 4 0 156903362 73764864 9652 1992294400 134512640 135305190 4294956160 18446744073709551615 134548207 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 77392

[startup+25.503 s]
/proc/loadavg: 3.39 3.78 3.78 5/69 1252
/proc/meminfo: memFree=1891544/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=82828 CPUtime=49.81
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 12215 0 0 0 4964 17 0 0 17 0 4 0 156903352 84815872 12167 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1249/statm: 20707 12167 83 193 0 20511 0
[pid=1249/tid=1250] ppid=1246 vsize=82828 CPUtime=12.32
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 1739 0 0 0 1229 3 0 0 17 0 4 0 156903362 84815872 12167 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1251] ppid=1246 vsize=82828 CPUtime=11.28
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 2782 0 0 0 1124 4 0 0 17 0 4 0 156903362 84815872 12167 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1252] ppid=1246 vsize=82828 CPUtime=12.49
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 1817 0 0 0 1245 4 0 0 17 0 4 0 156903362 84815872 12167 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 88184

[startup+51.1024 s]
/proc/loadavg: 3.59 3.80 3.78 5/69 1252
/proc/meminfo: memFree=1879064/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=95016 CPUtime=100.88
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 15358 0 0 0 10066 22 0 0 18 0 4 0 156903352 97296384 15309 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1249/statm: 23754 15309 83 193 0 23558 0
[pid=1249/tid=1250] ppid=1246 vsize=95016 CPUtime=22.63
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 2007 0 0 0 2259 4 0 0 17 0 4 0 156903362 97296384 15309 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1251] ppid=1246 vsize=95016 CPUtime=20.79
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 3541 0 0 0 2075 4 0 0 17 0 4 0 156903362 97296384 15309 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1252] ppid=1246 vsize=95016 CPUtime=27.57
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 2518 0 0 0 2751 6 0 0 17 0 4 0 156903362 97296384 15309 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 100372

[startup+102.306 s]
/proc/loadavg: 3.82 3.83 3.79 5/69 1252
/proc/meminfo: memFree=1855256/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=118072 CPUtime=203.06
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 21216 0 0 0 20272 34 0 0 18 0 4 0 156903352 120905728 21167 1992294400 134512640 135305190 4294956160 18446744073709551615 134557229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1249/statm: 29518 21167 83 193 0 29322 0
[pid=1249/tid=1250] ppid=1246 vsize=118072 CPUtime=43.9
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 3327 0 0 0 4384 6 0 0 17 0 4 0 156903362 120905728 21167 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1251] ppid=1246 vsize=118072 CPUtime=38.93
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 4684 0 0 0 3887 6 0 0 16 0 4 0 156903362 120905728 21167 1992294400 134512640 135305190 4294956160 18446744073709551615 134528471 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1252] ppid=1246 vsize=118072 CPUtime=57.41
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 3908 0 0 0 5732 9 0 0 17 0 4 0 156903362 120905728 21167 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.5
Current children cumulated vsize (KiB) 123428

[startup+162.303 s]
/proc/loadavg: 3.93 3.85 3.81 5/69 1252
/proc/meminfo: memFree=1837976/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=135900 CPUtime=322.78

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

/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 23783 0 0 0 237289 54 0 0 25 0 4 0 156903362 612966400 137369 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9184.2
Current children cumulated vsize (KiB) 603956

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 1262
/proc/meminfo: memFree=1384728/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=600848 CPUtime=9303.5
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 138023 0 0 0 930101 249 0 0 25 0 4 0 156903352 615268352 137968 1992294400 134512640 135305190 4294956160 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1249/statm: 150212 137968 83 193 0 150016 0
[pid=1249/tid=1250] ppid=1246 vsize=600848 CPUtime=2191.81
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 24509 0 0 0 219131 50 0 0 25 0 4 0 156903362 615268352 137968 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1251] ppid=1246 vsize=600848 CPUtime=2278.41
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 54931 0 0 0 227761 80 0 0 25 0 4 0 156903362 615268352 137968 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1252] ppid=1246 vsize=600848 CPUtime=2406.32
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 24039 0 0 0 240578 54 0 0 25 0 4 0 156903362 615268352 137968 1992294400 134512640 135305190 4294956160 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9303.94
Current children cumulated vsize (KiB) 606204

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 1262
/proc/meminfo: memFree=1382424/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=604568 CPUtime=9423.25
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 138629 0 0 0 942075 250 0 0 25 0 4 0 156903352 619077632 138574 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1249/statm: 151142 138574 83 193 0 150946 0
[pid=1249/tid=1250] ppid=1246 vsize=604568 CPUtime=2221.66
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 24840 0 0 0 222116 50 0 0 25 0 4 0 156903362 619077632 138574 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1251] ppid=1246 vsize=604568 CPUtime=2308.4
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 55054 0 0 0 230760 80 0 0 25 0 4 0 156903362 619077632 138574 1992294400 134512640 135305190 4294956160 18446744073709551615 134569785 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1252] ppid=1246 vsize=604568 CPUtime=2436.23
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 24040 0 0 0 243569 54 0 0 25 0 4 0 156903362 619077632 138574 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9423.69
Current children cumulated vsize (KiB) 609924

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 1262
/proc/meminfo: memFree=1378840/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=608288 CPUtime=9542.99
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 139576 0 0 0 954048 251 0 0 25 0 4 0 156903352 622886912 139521 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1249/statm: 152072 139521 83 193 0 151876 0
[pid=1249/tid=1250] ppid=1246 vsize=608288 CPUtime=2246.83
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 25092 0 0 0 224632 51 0 0 25 0 4 0 156903362 622886912 139521 1992294400 134512640 135305190 4294956160 18446744073709551615 134528304 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1251] ppid=1246 vsize=608288 CPUtime=2343.14
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 55475 0 0 0 234234 80 0 0 19 0 4 0 156903362 622886912 139521 1992294400 134512640 135305190 4294956160 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1252] ppid=1246 vsize=608288 CPUtime=2466.18
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 24136 0 0 0 246563 55 0 0 25 0 4 0 156903362 622886912 139521 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9543.43
Current children cumulated vsize (KiB) 613644

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 1262
/proc/meminfo: memFree=1358872/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=628936 CPUtime=9662.74
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 144480 0 0 0 966017 257 0 0 25 0 4 0 156903352 644030464 144425 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1249/statm: 157234 144425 83 193 0 157038 0
[pid=1249/tid=1250] ppid=1246 vsize=628936 CPUtime=2274.26
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 25894 0 0 0 227374 52 0 0 18 0 4 0 156903362 644030464 144425 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1251] ppid=1246 vsize=628936 CPUtime=2376.32
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 58628 0 0 0 237548 84 0 0 25 0 4 0 156903362 644030464 144425 1992294400 134512640 135305190 4294956160 18446744073709551615 134528554 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1252] ppid=1246 vsize=628936 CPUtime=2496.21
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 24448 0 0 0 249566 55 0 0 25 0 4 0 156903362 644030464 144425 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9663.18
Current children cumulated vsize (KiB) 634292

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 1262
/proc/meminfo: memFree=1358360/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=629272 CPUtime=9782.47
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 144604 0 0 0 977989 258 0 0 25 0 4 0 156903352 644374528 144549 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1249/statm: 157318 144549 83 193 0 157122 0
[pid=1249/tid=1250] ppid=1246 vsize=629272 CPUtime=2304.07
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 26018 0 0 0 230355 52 0 0 25 0 4 0 156903362 644374528 144549 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1249/tid=1251] ppid=1246 vsize=629272 CPUtime=2402.23
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 58628 0 0 0 240139 84 0 0 25 0 4 0 156903362 644374528 144549 1992294400 134512640 135305190 4294956160 18446744073709551615 134554294 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1252] ppid=1246 vsize=629272 CPUtime=2525.23
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 24448 0 0 0 252468 55 0 0 25 0 4 0 156903362 644374528 144549 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9782.91
Current children cumulated vsize (KiB) 634628

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 1262
/proc/meminfo: memFree=1357976/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=629560 CPUtime=9902.21
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 144695 0 0 0 989961 260 0 0 25 0 4 0 156903352 644669440 144640 1992294400 134512640 135305190 4294956160 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1249/statm: 157390 144640 83 193 0 157194 0
[pid=1249/tid=1250] ppid=1246 vsize=629560 CPUtime=2339.89
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 26104 0 0 0 233936 53 0 0 25 0 4 0 156903362 644669440 144640 1992294400 134512640 135305190 4294956160 18446744073709551615 134557977 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1251] ppid=1246 vsize=629560 CPUtime=2431.05
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 58633 0 0 0 243021 84 0 0 25 0 4 0 156903362 644669440 144640 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1252] ppid=1246 vsize=629560 CPUtime=2551.64
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 24448 0 0 0 255108 56 0 0 25 0 4 0 156903362 644669440 144640 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9902.65
Current children cumulated vsize (KiB) 634916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.1 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 1262
/proc/meminfo: memFree=1357912/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=629560 CPUtime=9999.6
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 144703 0 0 0 999700 260 0 0 25 0 4 0 156903352 644669440 144648 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1249/statm: 157390 144648 83 193 0 157194 0
[pid=1249/tid=1250] ppid=1246 vsize=629560 CPUtime=2364.24
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 26104 0 0 0 236371 53 0 0 25 0 4 0 156903362 644669440 144648 1992294400 134512640 135305190 4294956160 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1251] ppid=1246 vsize=629560 CPUtime=2455.48
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 58638 0 0 0 245464 84 0 0 25 0 4 0 156903362 644669440 144648 1992294400 134512640 135305190 4294956160 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1252] ppid=1246 vsize=629560 CPUtime=2575.75
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 24451 0 0 0 257519 56 0 0 23 0 4 0 156903362 644669440 144648 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 634916

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

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

[startup+5011.1 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 1262
/proc/meminfo: memFree=1357912/2055920 swapFree=4181312/4192956
[pid=1246] ppid=1244 vsize=5356 CPUtime=0.44
/proc/1246/stat : 1246 (manysat.sh) S 1244 1246 1209 0 -1 4194304 313 2661 0 0 0 0 42 2 16 0 1 0 156903306 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1246/statm: 1339 238 195 169 0 50 0
[pid=1249] ppid=1246 vsize=629560 CPUtime=9999.6
/proc/1249/stat : 1249 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194304 144703 0 0 0 999700 260 0 0 25 0 4 0 156903352 644669440 144648 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1249/statm: 157390 144648 83 193 0 157194 0
[pid=1249/tid=1250] ppid=1246 vsize=629560 CPUtime=2364.24
/proc/1249/task/1250/stat : 1250 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 26104 0 0 0 236371 53 0 0 25 0 4 0 156903362 644669440 144648 1992294400 134512640 135305190 4294956160 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1251] ppid=1246 vsize=629560 CPUtime=2455.48
/proc/1249/task/1251/stat : 1251 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 58638 0 0 0 245464 84 0 0 25 0 4 0 156903362 644669440 144648 1992294400 134512640 135305190 4294956160 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1249/tid=1252] ppid=1246 vsize=629560 CPUtime=2575.75
/proc/1249/task/1252/stat : 1252 (manysat1.1_stat) R 1246 1246 1209 0 -1 4194368 24451 0 0 0 257519 56 0 0 23 0 4 0 156903362 644669440 144648 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 634916

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1246 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=429934
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=24996
# CPU time returned by wait4() is 0.45493
# 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): 5011.12
CPU time (s): 10000
CPU user time (s): 9997.42
CPU system time (s): 2.62
CPU usage (%): 199.557
Max. virtual memory (cumulated for all children) (KiB): 634916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.429934
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2974
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 4.6083 second user time and 13.6249 second system time

The end

Launcher Data

Begin job on node48 at 2009-05-02 20:25:56
IDJOB=1773846
IDBENCH=70812
IDSOLVER=612
FILE ID=node48/1773846-1241288756
PBS_JOBID= 9225104
Free space on /tmp= 66416 MiB

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

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

MD5SUM BENCH= fd3f8184ebdeefe767f2b0366176385e
RANDOM SEED=988938085

node48.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.209
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.209
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:       1942424 kB
Buffers:         10548 kB
Cached:          42220 kB
SwapCached:       5440 kB
Active:          16224 kB
Inactive:        44320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1942424 kB
SwapTotal:     4192956 kB
SwapFree:      4181312 kB
Dirty:            2504 kB
Writeback:           0 kB
Mapped:          13404 kB
Slab:            39036 kB
Committed_AS:   763428 kB
PageTables:       1368 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= 66412 MiB
End job on node48 at 2009-05-02 21:49:29