Trace number 1775116

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20? (TO) 10000.1 5011.32

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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 |   87044   258924 |   26113       0        0     nan |  0.000 % |
0.69/0.77	c |         0 |   86161   373261 |      --       0       --      -- |     --   | -883/114337
0.69/0.77	c ==============================================================================
0.69/0.77	c Result  :   #vars: 871   #clauses: 86161   #literals: 373261
0.69/0.77	c CPU time:   0.757884 s
0.69/0.77	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-1775116-1241293640/watcher-1775116-1241293640 -o /tmp/evaluation-result-1775116-1241293640/solver-1775116-1241293640 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1775116-1241293640.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.63 3.89 3.89 3/65 30036
/proc/meminfo: memFree=1885336/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157397703 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 235 195 169 0 50 0
[pid=30037] ppid=30036 vsize=988 CPUtime=0
/proc/30037/stat : 30037 (SatElite) R 30036 30036 29999 0 -1 4194304 171 0 0 0 0 0 0 0 19 0 1 0 157397703 1011712 155 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/30037/statm: 247 159 50 127 0 117 0

[startup+0.0636831 s]
/proc/loadavg: 3.63 3.89 3.89 3/65 30036
/proc/meminfo: memFree=1885336/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157397703 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 235 195 169 0 50 0
[pid=30037] ppid=30036 vsize=6584 CPUtime=0.05
/proc/30037/stat : 30037 (SatElite) R 30036 30036 29999 0 -1 4194304 1547 0 0 0 5 0 0 0 19 0 1 0 157397703 6742016 1531 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/30037/statm: 1646 1531 68 127 0 1516 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11940

[startup+0.101686 s]
/proc/loadavg: 3.63 3.89 3.89 3/65 30036
/proc/meminfo: memFree=1885336/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157397703 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 235 195 169 0 50 0
[pid=30037] ppid=30036 vsize=7536 CPUtime=0.08
/proc/30037/stat : 30037 (SatElite) R 30036 30036 29999 0 -1 4194304 1764 0 0 0 8 0 0 0 19 0 1 0 157397703 7716864 1748 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/30037/statm: 1884 1748 68 127 0 1754 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12892

[startup+0.301705 s]
/proc/loadavg: 3.63 3.89 3.89 3/65 30036
/proc/meminfo: memFree=1885336/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157397703 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 235 195 169 0 50 0
[pid=30037] ppid=30036 vsize=9912 CPUtime=0.29
/proc/30037/stat : 30037 (SatElite) R 30036 30036 29999 0 -1 4194304 2355 0 0 0 28 1 0 0 21 0 1 0 157397703 10149888 2339 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/30037/statm: 2478 2339 68 127 0 2348 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15268

[startup+0.701743 s]
/proc/loadavg: 3.63 3.89 3.89 3/65 30036
/proc/meminfo: memFree=1885336/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157397703 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 235 195 169 0 50 0
[pid=30037] ppid=30036 vsize=9912 CPUtime=0.69
/proc/30037/stat : 30037 (SatElite) R 30036 30036 29999 0 -1 4194304 2355 0 0 0 68 1 0 0 25 0 1 0 157397703 10149888 2339 1992294400 134512640 135034092 4294956112 18446744073709551615 134569391 0 0 4096 3 0 0 0 17 0 0 0
/proc/30037/statm: 2478 2339 68 127 0 2348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15268

[startup+1.50183 s]
/proc/loadavg: 3.63 3.89 3.89 2/67 30039
/proc/meminfo: memFree=1868488/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=58588 CPUtime=0.99
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 6635 0 0 0 96 3 0 0 17 0 4 0 157397793 59994112 6621 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30039/statm: 14647 6621 83 193 0 14451 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 63944

[startup+3.10298 s]
/proc/loadavg: 3.66 3.89 3.89 5/70 30042
/proc/meminfo: memFree=1855024/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=61532 CPUtime=4.19
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 7475 0 0 0 415 4 0 0 18 0 4 0 157397793 63008768 7461 1992294400 134512640 135305190 4294956160 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30039/statm: 15383 7461 83 193 0 15187 0
[pid=30039/tid=30040] ppid=30036 vsize=61532 CPUtime=1.13
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 469 0 0 0 113 0 0 0 19 0 4 0 157397812 63008768 7461 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=61532 CPUtime=0.81
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 482 0 0 0 81 0 0 0 22 0 4 0 157397812 63008768 7461 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30042] ppid=30036 vsize=61532 CPUtime=1.44
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 579 0 0 0 144 0 0 0 17 0 4 0 157397812 63008768 7461 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 66888

[startup+6.30129 s]
/proc/loadavg: 3.66 3.89 3.89 5/70 30042
/proc/meminfo: memFree=1848880/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=66512 CPUtime=10.57
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 8712 0 0 0 1051 6 0 0 19 0 4 0 157397793 68108288 8698 1992294400 134512640 135305190 4294956160 18446744073709551615 134557557 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30039/statm: 16628 8698 83 193 0 16432 0
[pid=30039/tid=30040] ppid=30036 vsize=66512 CPUtime=2.91
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 638 0 0 0 291 0 0 0 21 0 4 0 157397812 68108288 8698 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=66512 CPUtime=2.2
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 934 0 0 0 220 0 0 0 25 0 4 0 157397812 68108288 8698 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30042] ppid=30036 vsize=66512 CPUtime=4.44
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 1177 0 0 0 443 1 0 0 17 0 4 0 157397812 68108288 8698 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 71868

[startup+12.7029 s]
/proc/loadavg: 3.71 3.89 3.89 5/70 30042
/proc/meminfo: memFree=1841464/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=73028 CPUtime=23.35
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 10358 0 0 0 2327 8 0 0 25 0 4 0 157397793 74780672 10344 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30039/statm: 18257 10344 83 193 0 18061 0
[pid=30039/tid=30040] ppid=30036 vsize=73028 CPUtime=6.03
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 884 0 0 0 602 1 0 0 22 0 4 0 157397812 74780672 10344 1992294400 134512640 135305190 4294956160 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=73028 CPUtime=5.48
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 1461 0 0 0 547 1 0 0 25 0 4 0 157397812 74780672 10344 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30042] ppid=30036 vsize=73028 CPUtime=9.9
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 1982 0 0 0 988 2 0 0 19 0 4 0 157397812 74780672 10344 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.24
Current children cumulated vsize (KiB) 78384

[startup+25.5011 s]
/proc/loadavg: 3.76 3.90 3.89 5/70 30042
/proc/meminfo: memFree=1831376/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=84496 CPUtime=48.89
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 12968 0 0 0 4878 11 0 0 23 0 4 0 157397793 86523904 12954 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30039/statm: 21124 12954 83 193 0 20928 0
[pid=30039/tid=30040] ppid=30036 vsize=84496 CPUtime=8.22
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 1173 0 0 0 821 1 0 0 25 0 4 0 157397812 86523904 12954 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=84496 CPUtime=10.8
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 2357 0 0 0 1079 1 0 0 25 0 4 0 157397812 86523904 12954 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30036 vsize=84496 CPUtime=21.75
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 2825 0 0 0 2172 3 0 0 18 0 4 0 157397812 86523904 12954 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.78
Current children cumulated vsize (KiB) 89852

[startup+51.1015 s]
/proc/loadavg: 3.84 3.90 3.89 5/70 30042
/proc/meminfo: memFree=1814544/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=102752 CPUtime=99.98
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 17161 0 0 0 9983 15 0 0 25 0 4 0 157397793 105218048 17142 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30039/statm: 25688 17142 83 193 0 25492 0
[pid=30039/tid=30040] ppid=30036 vsize=102752 CPUtime=20.8
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 2133 0 0 0 2078 2 0 0 25 0 4 0 157397812 105218048 17142 1992294400 134512640 135305190 4294956160 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30039/tid=30041] ppid=30036 vsize=102752 CPUtime=20.8
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 3599 0 0 0 2078 2 0 0 25 0 4 0 157397812 105218048 17142 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30042] ppid=30036 vsize=102752 CPUtime=41.96
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 4046 0 0 0 4192 4 0 0 20 0 4 0 157397812 105218048 17142 1992294400 134512640 135305190 4294956160 18446744073709551615 134528433 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.87
Current children cumulated vsize (KiB) 108108

[startup+102.306 s]
/proc/loadavg: 3.93 3.92 3.90 5/70 30042
/proc/meminfo: memFree=1802704/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=113996 CPUtime=202.16
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 20044 0 0 0 20198 18 0 0 25 0 4 0 157397793 116731904 20025 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30039/statm: 28499 20025 83 193 0 28303 0
[pid=30039/tid=30040] ppid=30036 vsize=113996 CPUtime=46.52
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 3166 0 0 0 4648 4 0 0 25 0 4 0 157397812 116731904 20025 1992294400 134512640 135305190 4294956160 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30039/tid=30041] ppid=30036 vsize=113996 CPUtime=43.29
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 3780 0 0 0 4327 2 0 0 25 0 4 0 157397812 116731904 20025 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30042] ppid=30036 vsize=113996 CPUtime=70.49
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 5088 0 0 0 7043 6 0 0 25 0 4 0 157397812 116731904 20025 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.05
Current children cumulated vsize (KiB) 119352

[startup+162.301 s]
/proc/loadavg: 4.03 3.94 3.91 5/70 30042
/proc/meminfo: memFree=1790736/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=126676 CPUtime=321.9
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 23028 0 0 0 32167 23 0 0 25 0 4 0 157397793 129716224 22977 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30039/statm: 31669 22977 83 193 0 31473 0
[pid=30039/tid=30040] ppid=30036 vsize=126676 CPUtime=76.16

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

/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 29516 0 0 0 236474 60 0 0 25 0 4 0 157397812 464531456 97527 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9183.82
Current children cumulated vsize (KiB) 459000

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/70 30056
/proc/meminfo: memFree=1489104/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=453876 CPUtime=9302.67
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 97897 0 0 0 930095 172 0 0 25 0 4 0 157397793 464769024 97583 1992294400 134512640 135305190 4294956160 18446744073709551615 134528455 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 113469 97583 83 193 0 113273 0
[pid=30039/tid=30040] ppid=30036 vsize=453876 CPUtime=2297.4
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 16656 0 0 0 229713 27 0 0 25 0 4 0 157397812 464769024 97583 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=453876 CPUtime=2304.88
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 26778 0 0 0 230438 50 0 0 25 0 4 0 157397812 464769024 97583 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30036 vsize=453876 CPUtime=2404.33
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 29517 0 0 0 240373 60 0 0 25 0 4 0 157397812 464769024 97583 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9303.56
Current children cumulated vsize (KiB) 459232

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.96 5/70 30056
/proc/meminfo: memFree=1488656/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=454164 CPUtime=9422.43
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 97992 0 0 0 942071 172 0 0 25 0 4 0 157397793 465063936 97678 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 113541 97678 83 193 0 113345 0
[pid=30039/tid=30040] ppid=30036 vsize=454164 CPUtime=2327.27
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 16711 0 0 0 232700 27 0 0 25 0 4 0 157397812 465063936 97678 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=454164 CPUtime=2334.87
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 26800 0 0 0 233437 50 0 0 25 0 4 0 157397812 465063936 97678 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30036 vsize=454164 CPUtime=2434.33
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 29517 0 0 0 243373 60 0 0 25 0 4 0 157397812 465063936 97678 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9423.32
Current children cumulated vsize (KiB) 459520

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/70 30056
/proc/meminfo: memFree=1488400/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=454548 CPUtime=9542.16
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 98042 0 0 0 954044 172 0 0 25 0 4 0 157397793 465457152 97728 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 113637 97728 83 193 0 113441 0
[pid=30039/tid=30040] ppid=30036 vsize=454548 CPUtime=2358.75
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 16712 0 0 0 235847 28 0 0 25 0 4 0 157397812 465457152 97728 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=454548 CPUtime=2364.34
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 26846 0 0 0 236384 50 0 0 25 0 4 0 157397812 465457152 97728 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30036 vsize=454548 CPUtime=2464.82
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 29518 0 0 0 246422 60 0 0 25 0 4 0 157397812 465457152 97728 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9543.05
Current children cumulated vsize (KiB) 459904

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/70 30056
/proc/meminfo: memFree=1488080/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=454976 CPUtime=9661.9
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 98121 0 0 0 966017 173 0 0 25 0 4 0 157397793 465895424 97807 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 113744 97807 83 193 0 113548 0
[pid=30039/tid=30040] ppid=30036 vsize=454976 CPUtime=2388.72
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 16712 0 0 0 238844 28 0 0 25 0 4 0 157397812 465895424 97807 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=454976 CPUtime=2394.32
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 26923 0 0 0 239382 50 0 0 25 0 4 0 157397812 465895424 97807 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30036 vsize=454976 CPUtime=2494.81
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 29518 0 0 0 249421 60 0 0 25 0 4 0 157397812 465895424 97807 1992294400 134512640 135305190 4294956160 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9662.79
Current children cumulated vsize (KiB) 460332

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/70 30056
/proc/meminfo: memFree=1487824/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=455428 CPUtime=9781.65
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 98207 0 0 0 977992 173 0 0 25 0 4 0 157397793 466358272 97893 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 113857 97893 83 193 0 113661 0
[pid=30039/tid=30040] ppid=30036 vsize=455428 CPUtime=2418.49
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 16740 0 0 0 241821 28 0 0 25 0 4 0 157397812 466358272 97893 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=455428 CPUtime=2424.3
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 26958 0 0 0 242380 50 0 0 25 0 4 0 157397812 466358272 97893 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30036 vsize=455428 CPUtime=2524.82
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 29518 0 0 0 252421 61 0 0 25 0 4 0 157397812 466358272 97893 1992294400 134512640 135305190 4294956160 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9782.54
Current children cumulated vsize (KiB) 460784

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/70 30056
/proc/meminfo: memFree=1486672/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=456796 CPUtime=9901.39
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 98470 0 0 0 989965 174 0 0 25 0 4 0 157397793 467759104 98156 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30039/statm: 114199 98156 83 193 0 114003 0
[pid=30039/tid=30040] ppid=30036 vsize=456796 CPUtime=2445.77
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 16743 0 0 0 244549 28 0 0 25 0 4 0 157397812 467759104 98156 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=456796 CPUtime=2456.68
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 27005 0 0 0 245617 51 0 0 25 0 4 0 157397812 467759104 98156 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30036 vsize=456796 CPUtime=2556.91
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 29519 0 0 0 255630 61 0 0 25 0 4 0 157397812 467759104 98156 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9902.28
Current children cumulated vsize (KiB) 462152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/70 30056
/proc/meminfo: memFree=1485392/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=458240 CPUtime=9999.19
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 98793 0 0 0 999744 175 0 0 25 0 4 0 157397793 469237760 98479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30039/statm: 114560 98479 83 193 0 114364 0
[pid=30039/tid=30040] ppid=30036 vsize=458240 CPUtime=2469.55
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 16744 0 0 0 246927 28 0 0 25 0 4 0 157397812 469237760 98479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=458240 CPUtime=2481.27
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 27080 0 0 0 248076 51 0 0 25 0 4 0 157397812 469237760 98479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30036 vsize=458240 CPUtime=2581.95
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 29519 0 0 0 258134 61 0 0 25 0 4 0 157397812 469237760 98479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 463596

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

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

[startup+5011.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/70 30056
/proc/meminfo: memFree=1485392/2055920 swapFree=4181396/4192956
[pid=30036] ppid=30034 vsize=5356 CPUtime=0.89
/proc/30036/stat : 30036 (manysat.sh) S 30034 30036 29999 0 -1 4194304 313 2360 0 0 0 0 87 2 16 0 1 0 157397703 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30036/statm: 1339 238 195 169 0 50 0
[pid=30039] ppid=30036 vsize=458240 CPUtime=9999.19
/proc/30039/stat : 30039 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194304 98793 0 0 0 999744 175 0 0 25 0 4 0 157397793 469237760 98479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30039/statm: 114560 98479 83 193 0 114364 0
[pid=30039/tid=30040] ppid=30036 vsize=458240 CPUtime=2469.55
/proc/30039/task/30040/stat : 30040 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 16744 0 0 0 246927 28 0 0 25 0 4 0 157397812 469237760 98479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30039/tid=30041] ppid=30036 vsize=458240 CPUtime=2481.27
/proc/30039/task/30041/stat : 30041 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 27080 0 0 0 248076 51 0 0 25 0 4 0 157397812 469237760 98479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30036 vsize=458240 CPUtime=2581.95
/proc/30039/task/30042/stat : 30042 (manysat1.1_stat) R 30036 30036 29999 0 -1 4194368 29519 0 0 0 258134 61 0 0 25 0 4 0 157397812 469237760 98479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 463596

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30036 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=878866
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=25996
# CPU time returned by wait4() is 0.904862
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5011.32
CPU time (s): 10000.1
CPU user time (s): 9998.31
CPU system time (s): 1.77
CPU usage (%): 199.55
Max. virtual memory (cumulated for all children) (KiB): 463596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.878866
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2673
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.35834 second user time and 13.8739 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-02 21:47:20
IDJOB=1775116
IDBENCH=71089
IDSOLVER=612
FILE ID=node8/1775116-1241293640
PBS_JOBID= 9225145
Free space on /tmp= 65940 MiB

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

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=619440294

node8.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1885824 kB
Buffers:         12068 kB
Cached:          80940 kB
SwapCached:       4504 kB
Active:          30320 kB
Inactive:        71020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1885824 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            3064 kB
Writeback:           0 kB
Mapped:          15036 kB
Slab:            54564 kB
Committed_AS:   800832 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65936 MiB
End job on node8 at 2009-05-02 23:10:53