Trace number 1774056

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.52

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-20-s100.cnf
MD5SUM5d7745a7593199a47cd1accba5810ed0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark608.764
Satisfiable
(Un)Satisfiability was proved
Number of variables31503
Number of clauses94748
Sum of the clauses size223300
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260816
Number of clauses of size 333868
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.02/0.08	c ==============================================================================
0.02/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.08	c ==============================================================================
0.02/0.08	c |         0 |   94548   222824 |   28364       0        0     nan |  0.000 % |
1.18/1.24	c |         0 |   56930   168628 |      --       0       --      -- |     --   | -37278/-53220
1.18/1.24	c ==============================================================================
1.18/1.24	c Result  :   #vars: 13726   #clauses: 56930   #literals: 168628
1.18/1.24	c CPU time:   1.20282 s
1.18/1.24	c ==============================================================================

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774056-1241290072/watcher-1774056-1241290072 -o /tmp/evaluation-result-1774056-1241290072/solver-1774056-1241290072 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774056-1241290072.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.99 3.96 3.86 3/64 10874
/proc/meminfo: memFree=1865536/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=0
/proc/10874/stat : 10874 (manysat.sh) R 10872 10874 10769 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 157035213 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10874/statm: 1339 234 194 169 0 50 0
[pid=10875] ppid=10874 vsize=1556 CPUtime=0
/proc/10875/stat : 10875 (SatElite) R 10874 10874 10769 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 157035213 1593344 272 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/10875/statm: 389 275 50 127 0 259 0

[startup+0.0316271 s]
/proc/loadavg: 3.99 3.96 3.86 3/64 10874
/proc/meminfo: memFree=1865536/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=0
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157035213 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10874/statm: 1339 235 195 169 0 50 0
[pid=10875] ppid=10874 vsize=6020 CPUtime=0.02
/proc/10875/stat : 10875 (SatElite) R 10874 10874 10769 0 -1 4194304 1397 0 0 0 2 0 0 0 19 0 1 0 157035213 6164480 1381 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/10875/statm: 1505 1382 51 127 0 1375 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11376

[startup+0.101594 s]
/proc/loadavg: 3.99 3.96 3.86 3/64 10874
/proc/meminfo: memFree=1865536/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=0
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157035213 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10874/statm: 1339 235 195 169 0 50 0
[pid=10875] ppid=10874 vsize=13212 CPUtime=0.09
/proc/10875/stat : 10875 (SatElite) R 10874 10874 10769 0 -1 4194304 3362 0 0 0 8 1 0 0 19 0 1 0 157035213 13529088 3146 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/10875/statm: 3303 3146 68 127 0 3173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18568

[startup+0.301611 s]
/proc/loadavg: 3.99 3.96 3.86 3/64 10874
/proc/meminfo: memFree=1865536/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=0
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157035213 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10874/statm: 1339 235 195 169 0 50 0
[pid=10875] ppid=10874 vsize=14200 CPUtime=0.29
/proc/10875/stat : 10875 (SatElite) R 10874 10874 10769 0 -1 4194304 3586 0 0 0 27 2 0 0 21 0 1 0 157035213 14540800 3370 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/10875/statm: 3550 3370 68 127 0 3420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19556

[startup+0.701646 s]
/proc/loadavg: 3.99 3.96 3.86 3/64 10874
/proc/meminfo: memFree=1865536/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=0
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157035213 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10874/statm: 1339 235 195 169 0 50 0
[pid=10875] ppid=10874 vsize=15712 CPUtime=0.69
/proc/10875/stat : 10875 (SatElite) R 10874 10874 10769 0 -1 4194304 3792 0 0 0 66 3 0 0 25 0 1 0 157035213 16089088 3576 1992294400 134512640 135034092 4294956112 18446744073709551615 134566209 0 0 4096 3 0 0 0 17 0 0 0
/proc/10875/statm: 3928 3576 68 127 0 3798 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21068

[startup+1.50173 s]
/proc/loadavg: 3.99 3.96 3.86 2/66 10876
/proc/meminfo: memFree=1846704/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 5356

[startup+3.10287 s]
/proc/loadavg: 3.99 3.96 3.86 5/69 10880
/proc/meminfo: memFree=1840144/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=54700 CPUtime=3.37
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 5173 0 0 0 334 3 0 0 17 0 4 0 157035345 56012800 5159 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 13675 5159 83 193 0 13479 0
[pid=10877/tid=10878] ppid=10874 vsize=54700 CPUtime=0.61
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 144 0 0 0 61 0 0 0 20 0 4 0 157035361 56012800 5159 1992294400 134512640 135305190 4294956160 18446744073709551615 134557480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=54700 CPUtime=0.97
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 171 0 0 0 97 0 0 0 20 0 4 0 157035361 56012800 5159 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=54700 CPUtime=0.67
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 239 0 0 0 67 0 0 0 17 0 4 0 157035361 56012800 5159 1992294400 134512640 135305190 4294956160 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 60056

[startup+6.30115 s]
/proc/loadavg: 3.99 3.96 3.86 5/69 10880
/proc/meminfo: memFree=1839248/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=55096 CPUtime=9.75
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 5275 0 0 0 971 4 0 0 18 0 4 0 157035345 56418304 5261 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 13774 5261 83 193 0 13578 0
[pid=10877/tid=10878] ppid=10874 vsize=55096 CPUtime=2.21
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 177 0 0 0 220 1 0 0 25 0 4 0 157035361 56418304 5261 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=55096 CPUtime=2.56
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 185 0 0 0 256 0 0 0 25 0 4 0 157035361 56418304 5261 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=55096 CPUtime=1.83
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 270 0 0 0 183 0 0 0 18 0 4 0 157035361 56418304 5261 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (KiB) 60452

[startup+12.7017 s]
/proc/loadavg: 3.99 3.96 3.86 5/69 10880
/proc/meminfo: memFree=1838616/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=55748 CPUtime=22.52
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 5427 0 0 0 2248 4 0 0 25 0 4 0 157035345 57085952 5413 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 13937 5413 83 193 0 13741 0
[pid=10877/tid=10878] ppid=10874 vsize=55748 CPUtime=5.41
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 188 0 0 0 540 1 0 0 25 0 4 0 157035361 57085952 5413 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=55748 CPUtime=5.76
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 212 0 0 0 576 0 0 0 25 0 4 0 157035361 57085952 5413 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=55748 CPUtime=4.99
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 357 0 0 0 499 0 0 0 25 0 4 0 157035361 57085952 5413 1992294400 134512640 135305190 4294956160 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.82
Current children cumulated vsize (KiB) 61104

[startup+25.5018 s]
/proc/loadavg: 3.99 3.97 3.86 5/69 10880
/proc/meminfo: memFree=1837912/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=56784 CPUtime=48.07
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 5672 0 0 0 4802 5 0 0 25 0 4 0 157035345 58146816 5658 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 14196 5658 83 193 0 14000 0
[pid=10877/tid=10878] ppid=10874 vsize=56784 CPUtime=11.91
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 236 0 0 0 1190 1 0 0 25 0 4 0 157035361 58146816 5658 1992294400 134512640 135305190 4294956160 18446744073709551615 134556801 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=56784 CPUtime=12.06
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 236 0 0 0 1206 0 0 0 25 0 4 0 157035361 58146816 5658 1992294400 134512640 135305190 4294956160 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=56784 CPUtime=11.39
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 478 0 0 0 1139 0 0 0 25 0 4 0 157035361 58146816 5658 1992294400 134512640 135305190 4294956160 18446744073709551615 134557462 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.37
Current children cumulated vsize (KiB) 62140

[startup+51.1011 s]
/proc/loadavg: 3.99 3.97 3.87 5/69 10880
/proc/meminfo: memFree=1836248/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=58396 CPUtime=99.15
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 6081 0 0 0 9910 5 0 0 25 0 4 0 157035345 59797504 6067 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 14599 6067 83 193 0 14403 0
[pid=10877/tid=10878] ppid=10874 vsize=58396 CPUtime=24.71
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 341 0 0 0 2470 1 0 0 25 0 4 0 157035361 59797504 6067 1992294400 134512640 135305190 4294956160 18446744073709551615 134530646 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=58396 CPUtime=24.84
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 333 0 0 0 2484 0 0 0 25 0 4 0 157035361 59797504 6067 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=58396 CPUtime=24.12
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 598 0 0 0 2412 0 0 0 25 0 4 0 157035361 59797504 6067 1992294400 134512640 135305190 4294956160 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.45
Current children cumulated vsize (KiB) 63752

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.87 5/69 10880
/proc/meminfo: memFree=1832664/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=61868 CPUtime=201.35
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 6949 0 0 0 20129 6 0 0 25 0 4 0 157035345 63352832 6935 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 15467 6935 83 193 0 15271 0
[pid=10877/tid=10878] ppid=10874 vsize=61868 CPUtime=50.4
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 571 0 0 0 5039 1 0 0 25 0 4 0 157035361 63352832 6935 1992294400 134512640 135305190 4294956160 18446744073709551615 134557133 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=61868 CPUtime=50.33
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 587 0 0 0 5033 0 0 0 25 0 4 0 157035361 63352832 6935 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=61868 CPUtime=49.63
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 817 0 0 0 4963 0 0 0 25 0 4 0 157035361 63352832 6935 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.65
Current children cumulated vsize (KiB) 67224

[startup+162.302 s]
/proc/loadavg: 3.99 3.97 3.88 5/69 10880
/proc/meminfo: memFree=1829400/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=65120 CPUtime=321.09
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 7759 0 0 0 32102 7 0 0 25 0 4 0 157035345 66682880 7745 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 16280 7745 83 193 0 16084 0
[pid=10877/tid=10878] ppid=10874 vsize=65120 CPUtime=80.29
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 767 0 0 0 8028 1 0 0 25 0 4 0 157035361 66682880 7745 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=65120 CPUtime=80.41
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 766 0 0 0 8041 0 0 0 25 0 4 0 157035361 66682880 7745 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0

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

/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 7086 0 0 0 230519 8 0 0 25 0 4 0 157035361 144830464 25786 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9183.43
Current children cumulated vsize (KiB) 146792

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 10894
/proc/meminfo: memFree=1754320/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=142048 CPUtime=9301.86
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 25984 0 0 0 930153 33 0 0 25 0 4 0 157035345 145457152 25948 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 35512 25948 83 193 0 35316 0
[pid=10877/tid=10878] ppid=10874 vsize=142048 CPUtime=2317.75
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4686 0 0 0 231768 7 0 0 25 0 4 0 157035361 145457152 25948 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=142048 CPUtime=2313.55
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4665 0 0 0 231349 6 0 0 25 0 4 0 157035361 145457152 25948 1992294400 134512640 135305190 4294956160 18446744073709551615 134555126 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=142048 CPUtime=2335.14
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 7171 0 0 0 233505 9 0 0 25 0 4 0 157035361 145457152 25948 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9303.16
Current children cumulated vsize (KiB) 147404

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 10894
/proc/meminfo: memFree=1754136/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=142348 CPUtime=9421.62
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 26056 0 0 0 942128 34 0 0 25 0 4 0 157035345 145764352 26020 1992294400 134512640 135305190 4294956160 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 35587 26020 83 193 0 35391 0
[pid=10877/tid=10878] ppid=10874 vsize=142348 CPUtime=2347.36
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4709 0 0 0 234729 7 0 0 25 0 4 0 157035361 145764352 26020 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=142348 CPUtime=2343.48
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4665 0 0 0 234342 6 0 0 25 0 4 0 157035361 145764352 26020 1992294400 134512640 135305190 4294956160 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10880] ppid=10874 vsize=142348 CPUtime=2363.24
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 7217 0 0 0 236315 9 0 0 25 0 4 0 157035361 145764352 26020 1992294400 134512640 135305190 4294956160 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9422.92
Current children cumulated vsize (KiB) 147704

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 10894
/proc/meminfo: memFree=1754072/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=142348 CPUtime=9541.35
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 26065 0 0 0 954101 34 0 0 25 0 4 0 157035345 145764352 26029 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 35587 26029 83 193 0 35391 0
[pid=10877/tid=10878] ppid=10874 vsize=142348 CPUtime=2376.55
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4717 0 0 0 237648 7 0 0 25 0 4 0 157035361 145764352 26029 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=142348 CPUtime=2373.34
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4665 0 0 0 237328 6 0 0 25 0 4 0 157035361 145764352 26029 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
[pid=10877/tid=10880] ppid=10874 vsize=142348 CPUtime=2395.67
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 7218 0 0 0 239558 9 0 0 25 0 4 0 157035361 145764352 26029 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9542.65
Current children cumulated vsize (KiB) 147704

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 10894
/proc/meminfo: memFree=1753880/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=142420 CPUtime=9661.1
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 26109 0 0 0 966076 34 0 0 25 0 4 0 157035345 145838080 26073 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 35605 26073 83 193 0 35409 0
[pid=10877/tid=10878] ppid=10874 vsize=142420 CPUtime=2406.55
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4761 0 0 0 240648 7 0 0 25 0 4 0 157035361 145838080 26073 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=142420 CPUtime=2403.17
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4665 0 0 0 240311 6 0 0 25 0 4 0 157035361 145838080 26073 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=10877/tid=10880] ppid=10874 vsize=142420 CPUtime=2425.65
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 7218 0 0 0 242556 9 0 0 25 0 4 0 157035361 145838080 26073 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9662.4
Current children cumulated vsize (KiB) 147776

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 10894
/proc/meminfo: memFree=1753816/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=142420 CPUtime=9780.84
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 26109 0 0 0 978050 34 0 0 25 0 4 0 157035345 145838080 26073 1992294400 134512640 135305190 4294956160 18446744073709551615 134557253 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 35605 26073 83 193 0 35409 0
[pid=10877/tid=10878] ppid=10874 vsize=142420 CPUtime=2436.54
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4761 0 0 0 243647 7 0 0 25 0 4 0 157035361 145838080 26073 1992294400 134512640 135305190 4294956160 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=142420 CPUtime=2433.15
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4665 0 0 0 243308 7 0 0 25 0 4 0 157035361 145838080 26073 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
[pid=10877/tid=10880] ppid=10874 vsize=142420 CPUtime=2455.63
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 7218 0 0 0 245554 9 0 0 25 0 4 0 157035361 145838080 26073 1992294400 134512640 135305190 4294956160 18446744073709551615 134528634 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9782.14
Current children cumulated vsize (KiB) 147776

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 10894
/proc/meminfo: memFree=1753816/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=142420 CPUtime=9900.58
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 26110 0 0 0 990024 34 0 0 25 0 4 0 157035345 145838080 26074 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 35605 26074 83 193 0 35409 0
[pid=10877/tid=10878] ppid=10874 vsize=142420 CPUtime=2466.54
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4761 0 0 0 246647 7 0 0 25 0 4 0 157035361 145838080 26074 1992294400 134512640 135305190 4294956160 18446744073709551615 134845116 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=142420 CPUtime=2463.03
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4665 0 0 0 246296 7 0 0 25 0 4 0 157035361 145838080 26074 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=10877/tid=10880] ppid=10874 vsize=142420 CPUtime=2485.62
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 7218 0 0 0 248553 9 0 0 25 0 4 0 157035361 145838080 26074 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9901.88
Current children cumulated vsize (KiB) 147776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.5 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 10894
/proc/meminfo: memFree=1753432/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=142744 CPUtime=9998.78
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 26198 0 0 0 999844 34 0 0 25 0 4 0 157035345 146169856 26162 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 35686 26162 83 193 0 35490 0
[pid=10877/tid=10878] ppid=10874 vsize=142744 CPUtime=2491.13
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4761 0 0 0 249106 7 0 0 25 0 4 0 157035361 146169856 26162 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=142744 CPUtime=2487.53
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4753 0 0 0 248746 7 0 0 25 0 4 0 157035361 146169856 26162 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=10877/tid=10880] ppid=10874 vsize=142744 CPUtime=2510.22
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 7218 0 0 0 251013 9 0 0 25 0 4 0 157035361 146169856 26162 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 148100

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

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

[startup+5011.5 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 10894
/proc/meminfo: memFree=1753432/2055920 swapFree=4178396/4192956
[pid=10874] ppid=10872 vsize=5356 CPUtime=1.3
/proc/10874/stat : 10874 (manysat.sh) S 10872 10874 10769 0 -1 4194304 313 4203 0 0 0 0 126 4 16 0 1 0 157035213 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10874/statm: 1339 238 195 169 0 50 0
[pid=10877] ppid=10874 vsize=142744 CPUtime=9998.78
/proc/10877/stat : 10877 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194304 26198 0 0 0 999844 34 0 0 25 0 4 0 157035345 146169856 26162 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10877/statm: 35686 26162 83 193 0 35490 0
[pid=10877/tid=10878] ppid=10874 vsize=142744 CPUtime=2491.13
/proc/10877/task/10878/stat : 10878 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4761 0 0 0 249106 7 0 0 25 0 4 0 157035361 146169856 26162 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
[pid=10877/tid=10879] ppid=10874 vsize=142744 CPUtime=2487.53
/proc/10877/task/10879/stat : 10879 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 4753 0 0 0 248746 7 0 0 25 0 4 0 157035361 146169856 26162 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=10877/tid=10880] ppid=10874 vsize=142744 CPUtime=2510.22
/proc/10877/task/10880/stat : 10880 (manysat1.1_stat) R 10874 10874 10769 0 -1 4194368 7218 0 0 0 251013 9 0 0 25 0 4 0 157035361 146169856 26162 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 148100

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10874 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=270806
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=49992
# CPU time returned by wait4() is 1.3208
# 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.52
CPU time (s): 10000.1
CPU user time (s): 9999.7
CPU system time (s): 0.38
CPU usage (%): 199.542
Max. virtual memory (cumulated for all children) (KiB): 148100

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

runsolver used 4.67729 second user time and 13.6329 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-02 20:47:52
IDJOB=1774056
IDBENCH=70853
IDSOLVER=612
FILE ID=node50/1774056-1241290072
PBS_JOBID= 9225106
Free space on /tmp= 66500 MiB

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

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

MD5SUM BENCH= 5d7745a7593199a47cd1accba5810ed0
RANDOM SEED=1961868598

node50.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.216
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.216
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:       1866016 kB
Buffers:         26524 kB
Cached:          78332 kB
SwapCached:       8296 kB
Active:          22244 kB
Inactive:        92596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866016 kB
SwapTotal:     4192956 kB
SwapFree:      4178396 kB
Dirty:            3060 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            61016 kB
Committed_AS:   621728 kB
PageTables:       1448 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= 66496 MiB
End job on node50 at 2009-05-02 22:11:25