Trace number 1774136

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.2 5011.72

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-24-s100.cnf
MD5SUM107f2922072d64498e09af3270c7b9c3
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 variables31821
Number of clauses95735
Sum of the clauses size225739
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261338
Number of clauses of size 334333
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.06/0.09	c ==============================================================================
0.06/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.06/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.06/0.09	c ==============================================================================
0.06/0.09	c |         0 |   95535   225263 |   28660       0        0     nan |  0.000 % |
1.29/1.32	c |         0 |   58933   176133 |      --       0       --      -- |     --   | -36262/-48154
1.29/1.32	c ==============================================================================
1.29/1.32	c Result  :   #vars: 14170   #clauses: 58933   #literals: 176133
1.29/1.32	c CPU time:   1.2878 s
1.29/1.32	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-1774136-1241290436/watcher-1774136-1241290436 -o /tmp/evaluation-result-1774136-1241290436/solver-1774136-1241290436 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774136-1241290436.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.67 3.90 3.82 3/64 18889
/proc/meminfo: memFree=1212072/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=0
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 157076209 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18889/statm: 1339 235 195 169 0 50 0
[pid=18890] ppid=18889 vsize=2388 CPUtime=0
/proc/18890/stat : 18890 (SatElite) R 18889 18889 18852 0 -1 4194304 470 0 0 0 0 0 0 0 18 0 1 0 157076209 2445312 454 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 1 0 0
/proc/18890/statm: 597 456 51 127 0 467 0

[startup+0.079222 s]
/proc/loadavg: 3.67 3.90 3.82 3/64 18889
/proc/meminfo: memFree=1212072/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=0
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 157076209 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18889/statm: 1339 235 195 169 0 50 0
[pid=18890] ppid=18889 vsize=10760 CPUtime=0.06
/proc/18890/stat : 18890 (SatElite) R 18889 18889 18852 0 -1 4194304 2569 0 0 0 5 1 0 0 18 0 1 0 157076209 11018240 2553 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18890/statm: 2690 2554 52 127 0 2560 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16116

[startup+0.102224 s]
/proc/loadavg: 3.67 3.90 3.82 3/64 18889
/proc/meminfo: memFree=1212072/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=0
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 157076209 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18889/statm: 1339 235 195 169 0 50 0
[pid=18890] ppid=18889 vsize=13192 CPUtime=0.09
/proc/18890/stat : 18890 (SatElite) R 18889 18889 18852 0 -1 4194304 3287 0 0 0 8 1 0 0 18 0 1 0 157076209 13508608 3130 1992294400 134512640 135034092 4294956112 18446744073709551615 134562187 0 0 4096 3 0 0 0 17 1 0 0
/proc/18890/statm: 3298 3130 67 127 0 3168 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18548

[startup+0.30125 s]
/proc/loadavg: 3.67 3.90 3.82 3/64 18889
/proc/meminfo: memFree=1212072/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=0
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 157076209 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18889/statm: 1339 235 195 169 0 50 0
[pid=18890] ppid=18889 vsize=14320 CPUtime=0.29
/proc/18890/stat : 18890 (SatElite) R 18889 18889 18852 0 -1 4194304 3613 0 0 0 27 2 0 0 19 0 1 0 157076209 14663680 3393 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/18890/statm: 3580 3393 68 127 0 3450 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19676

[startup+0.701295 s]
/proc/loadavg: 3.67 3.90 3.82 3/64 18889
/proc/meminfo: memFree=1212072/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=0
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 157076209 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18889/statm: 1339 235 195 169 0 50 0
[pid=18890] ppid=18889 vsize=15476 CPUtime=0.69
/proc/18890/stat : 18890 (SatElite) R 18889 18889 18852 0 -1 4194304 3824 0 0 0 66 3 0 0 23 0 1 0 157076209 15847424 3604 1992294400 134512640 135034092 4294956112 18446744073709551615 134574600 0 0 4096 3 0 0 0 17 1 0 0
/proc/18890/statm: 3869 3604 68 127 0 3739 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20832

[startup+1.5014 s]
/proc/loadavg: 3.67 3.90 3.82 2/66 18891
/proc/meminfo: memFree=1193944/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 5356

[startup+3.10159 s]
/proc/loadavg: 3.70 3.91 3.82 5/69 18895
/proc/meminfo: memFree=1186176/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=55072 CPUtime=3.2
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 5327 0 0 0 316 4 0 0 17 0 4 0 157076350 56393728 5313 1992294400 134512640 135305190 4294956160 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18892/statm: 13768 5313 83 193 0 13572 0
[pid=18892/tid=18893] ppid=18889 vsize=55072 CPUtime=0.72
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 164 0 0 0 72 0 0 0 20 0 4 0 157076366 56393728 5313 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18894] ppid=18889 vsize=55072 CPUtime=0.82
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 167 0 0 0 81 1 0 0 19 0 4 0 157076366 56393728 5313 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=55072 CPUtime=0.74
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 225 0 0 0 74 0 0 0 17 0 4 0 157076366 56393728 5313 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 60428

[startup+6.30298 s]
/proc/loadavg: 3.70 3.91 3.82 5/69 18895
/proc/meminfo: memFree=1185152/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=55588 CPUtime=9.59
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 5442 0 0 0 954 5 0 0 19 0 4 0 157076350 56922112 5428 1992294400 134512640 135305190 4294956160 18446744073709551615 134557493 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18892/statm: 13897 5428 83 193 0 13701 0
[pid=18892/tid=18893] ppid=18889 vsize=55588 CPUtime=2.22
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 176 0 0 0 222 0 0 0 25 0 4 0 157076366 56922112 5428 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18894] ppid=18889 vsize=55588 CPUtime=2.51
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 183 0 0 0 250 1 0 0 18 0 4 0 157076366 56922112 5428 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=55588 CPUtime=2.17
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 277 0 0 0 217 0 0 0 18 0 4 0 157076366 56922112 5428 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.98
Current children cumulated vsize (KiB) 60944

[startup+12.7017 s]
/proc/loadavg: 3.75 3.91 3.82 5/69 18895
/proc/meminfo: memFree=1184664/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=56112 CPUtime=22.35
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 5601 0 0 0 2230 5 0 0 25 0 4 0 157076350 57458688 5587 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18892/statm: 14028 5587 83 193 0 13832 0
[pid=18892/tid=18893] ppid=18889 vsize=56112 CPUtime=5.32
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 209 0 0 0 532 0 0 0 25 0 4 0 157076366 57458688 5587 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18894] ppid=18889 vsize=56112 CPUtime=5.78
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 214 0 0 0 577 1 0 0 25 0 4 0 157076366 57458688 5587 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=56112 CPUtime=5.47
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 328 0 0 0 547 0 0 0 25 0 4 0 157076366 57458688 5587 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.74
Current children cumulated vsize (KiB) 61468

[startup+25.5023 s]
/proc/loadavg: 3.78 3.91 3.82 5/69 18895
/proc/meminfo: memFree=1183832/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=57160 CPUtime=47.89
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 5854 0 0 0 4784 5 0 0 25 0 4 0 157076350 58531840 5840 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 14290 5840 83 193 0 14094 0
[pid=18892/tid=18893] ppid=18889 vsize=57160 CPUtime=11.92
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 247 0 0 0 1192 0 0 0 23 0 4 0 157076366 58531840 5840 1992294400 134512640 135305190 4294956160 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=57160 CPUtime=12.12
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 270 0 0 0 1211 1 0 0 25 0 4 0 157076366 58531840 5840 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=57160 CPUtime=11.67
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 435 0 0 0 1167 0 0 0 25 0 4 0 157076366 58531840 5840 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.28
Current children cumulated vsize (KiB) 62516

[startup+51.1024 s]
/proc/loadavg: 3.86 3.92 3.82 5/69 18895
/proc/meminfo: memFree=1182168/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=58868 CPUtime=98.98
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 6277 0 0 0 9892 6 0 0 25 0 4 0 157076350 60280832 6263 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18892/statm: 14717 6263 83 193 0 14521 0
[pid=18892/tid=18893] ppid=18889 vsize=58868 CPUtime=24.69
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 313 0 0 0 2469 0 0 0 25 0 4 0 157076366 60280832 6263 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=58868 CPUtime=24.2
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 327 0 0 0 2419 1 0 0 25 0 4 0 157076366 60280832 6263 1992294400 134512640 135305190 4294956160 18446744073709551615 134528642 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=58868 CPUtime=24.41
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 661 0 0 0 2440 1 0 0 25 0 4 0 157076366 60280832 6263 1992294400 134512640 135305190 4294956160 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.37
Current children cumulated vsize (KiB) 64224

[startup+102.306 s]
/proc/loadavg: 3.94 3.93 3.83 5/69 18895
/proc/meminfo: memFree=1178584/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=62288 CPUtime=201.17
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 7158 0 0 0 20109 8 0 0 25 0 4 0 157076350 63782912 7144 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 15572 7144 83 193 0 15376 0
[pid=18892/tid=18893] ppid=18889 vsize=62288 CPUtime=49.38
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 511 0 0 0 4938 0 0 0 25 0 4 0 157076366 63782912 7144 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=62288 CPUtime=49.01
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 552 0 0 0 4900 1 0 0 25 0 4 0 157076366 63782912 7144 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=62288 CPUtime=51.49
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 944 0 0 0 5148 1 0 0 25 0 4 0 157076366 63782912 7144 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.56
Current children cumulated vsize (KiB) 67644

[startup+162.303 s]
/proc/loadavg: 3.97 3.94 3.83 5/69 18895
/proc/meminfo: memFree=1175384/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=65512 CPUtime=320.91
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 7952 0 0 0 32082 9 0 0 25 0 4 0 157076350 67084288 7938 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18892/statm: 16378 7938 83 193 0 16182 0
[pid=18892/tid=18893] ppid=18889 vsize=65512 CPUtime=78.45
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 667 0 0 0 7845 0 0 0 25 0 4 0 157076366 67084288 7938 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=65512 CPUtime=78.18
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 720 0 0 0 7817 1 0 0 25 0 4 0 157076366 67084288 7938 1992294400 134512640 135305190 4294956160 18446744073709551615 134553275 0 0 4096 3 0 0 0 -1 0 0 0

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

/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 8010 0 0 0 231284 11 0 0 25 0 4 0 157076366 155099136 28515 1992294400 134512640 135305190 4294956160 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9183.12
Current children cumulated vsize (KiB) 156820

[startup+4662.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 18909
/proc/meminfo: memFree=1089688/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=154592 CPUtime=9301.46
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 29248 0 0 0 930106 40 0 0 25 0 4 0 157076350 158302208 29227 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 38648 29227 83 193 0 38452 0
[pid=18892/tid=18893] ppid=18889 vsize=154592 CPUtime=2315.57
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5246 0 0 0 231549 8 0 0 25 0 4 0 157076366 158302208 29227 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=154592 CPUtime=2306.69
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5353 0 0 0 230660 9 0 0 25 0 4 0 157076366 158302208 29227 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=154592 CPUtime=2342.97
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 8291 0 0 0 234286 11 0 0 25 0 4 0 157076366 158302208 29227 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9302.85
Current children cumulated vsize (KiB) 159948

[startup+4722.31 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 18909
/proc/meminfo: memFree=1089496/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=154916 CPUtime=9421.21
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 29337 0 0 0 942081 40 0 0 25 0 4 0 157076350 158633984 29316 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 38729 29316 83 193 0 38533 0
[pid=18892/tid=18893] ppid=18889 vsize=154916 CPUtime=2345.57
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5246 0 0 0 234549 8 0 0 25 0 4 0 157076366 158633984 29316 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=154916 CPUtime=2335.05
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5390 0 0 0 233496 9 0 0 25 0 4 0 157076366 158633984 29316 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=154916 CPUtime=2372.96
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 8321 0 0 0 237285 11 0 0 25 0 4 0 157076366 158633984 29316 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9422.6
Current children cumulated vsize (KiB) 160272

[startup+4782.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 18909
/proc/meminfo: memFree=1089176/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=155060 CPUtime=9540.95
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 29393 0 0 0 954055 40 0 0 25 0 4 0 157076350 158781440 29372 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 38765 29372 83 193 0 38569 0
[pid=18892/tid=18893] ppid=18889 vsize=155060 CPUtime=2375.56
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5246 0 0 0 237548 8 0 0 25 0 4 0 157076366 158781440 29372 1992294400 134512640 135305190 4294956160 18446744073709551615 134557124 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=155060 CPUtime=2364.92
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5396 0 0 0 236483 9 0 0 25 0 4 0 157076366 158781440 29372 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=155060 CPUtime=2402.94
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 8371 0 0 0 240283 11 0 0 25 0 4 0 157076366 158781440 29372 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9542.34
Current children cumulated vsize (KiB) 160416

[startup+4842.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 18909
/proc/meminfo: memFree=1088856/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=155448 CPUtime=9660.69
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 29465 0 0 0 966028 41 0 0 25 0 4 0 157076350 159178752 29444 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 38862 29444 83 193 0 38666 0
[pid=18892/tid=18893] ppid=18889 vsize=155448 CPUtime=2405.56
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5246 0 0 0 240548 8 0 0 25 0 4 0 157076366 159178752 29444 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=155448 CPUtime=2394.78
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5405 0 0 0 239469 9 0 0 25 0 4 0 157076366 159178752 29444 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=155448 CPUtime=2432.93
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 8434 0 0 0 243282 11 0 0 25 0 4 0 157076366 159178752 29444 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9662.08
Current children cumulated vsize (KiB) 160804

[startup+4902.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 18909
/proc/meminfo: memFree=1088664/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=155592 CPUtime=9780.44
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 29509 0 0 0 978003 41 0 0 25 0 4 0 157076350 159326208 29488 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 38898 29488 83 193 0 38702 0
[pid=18892/tid=18893] ppid=18889 vsize=155592 CPUtime=2434.65
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5246 0 0 0 243457 8 0 0 25 0 4 0 157076366 159326208 29488 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=155592 CPUtime=2424.74
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5406 0 0 0 242465 9 0 0 25 0 4 0 157076366 159326208 29488 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=155592 CPUtime=2463.82
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 8477 0 0 0 246371 11 0 0 25 0 4 0 157076366 159326208 29488 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9781.83
Current children cumulated vsize (KiB) 160948

[startup+4962.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 18909
/proc/meminfo: memFree=1088664/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=155592 CPUtime=9900.17
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 29510 0 0 0 989976 41 0 0 25 0 4 0 157076350 159326208 29489 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 38898 29489 83 193 0 38702 0
[pid=18892/tid=18893] ppid=18889 vsize=155592 CPUtime=2464.64
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5246 0 0 0 246456 8 0 0 25 0 4 0 157076366 159326208 29489 1992294400 134512640 135305190 4294956160 18446744073709551615 134557238 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=155592 CPUtime=2454.63
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5407 0 0 0 245454 9 0 0 25 0 4 0 157076366 159326208 29489 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=155592 CPUtime=2493.82
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 8477 0 0 0 249371 11 0 0 25 0 4 0 157076366 159326208 29489 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9901.56
Current children cumulated vsize (KiB) 160948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.7 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 18909
/proc/meminfo: memFree=1088600/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=155736 CPUtime=9998.77
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 29540 0 0 0 999836 41 0 0 25 0 4 0 157076350 159473664 29519 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 38934 29519 83 193 0 38738 0
[pid=18892/tid=18893] ppid=18889 vsize=155736 CPUtime=2489.33
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5246 0 0 0 248925 8 0 0 25 0 4 0 157076366 159473664 29519 1992294400 134512640 135305190 4294956160 18446744073709551615 134557232 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=155736 CPUtime=2479.23
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5437 0 0 0 247914 9 0 0 25 0 4 0 157076366 159473664 29519 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=155736 CPUtime=2518.51
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 8477 0 0 0 251840 11 0 0 25 0 4 0 157076366 159473664 29519 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 161092

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

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

[startup+5011.7 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 18909
/proc/meminfo: memFree=1088600/2055920 swapFree=4191900/4192956
[pid=18889] ppid=18887 vsize=5356 CPUtime=1.39
/proc/18889/stat : 18889 (manysat.sh) S 18887 18889 18852 0 -1 4194304 313 4021 0 0 0 0 136 3 16 0 1 0 157076209 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18889/statm: 1339 238 195 169 0 50 0
[pid=18892] ppid=18889 vsize=155736 CPUtime=9998.77
/proc/18892/stat : 18892 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194304 29540 0 0 0 999836 41 0 0 25 0 4 0 157076350 159473664 29519 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18892/statm: 38934 29519 83 193 0 38738 0
[pid=18892/tid=18893] ppid=18889 vsize=155736 CPUtime=2489.33
/proc/18892/task/18893/stat : 18893 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5246 0 0 0 248925 8 0 0 25 0 4 0 157076366 159473664 29519 1992294400 134512640 135305190 4294956160 18446744073709551615 134557232 0 0 4096 3 0 0 0 -1 1 0 0
[pid=18892/tid=18894] ppid=18889 vsize=155736 CPUtime=2479.23
/proc/18892/task/18894/stat : 18894 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 5437 0 0 0 247914 9 0 0 25 0 4 0 157076366 159473664 29519 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=18892/tid=18895] ppid=18889 vsize=155736 CPUtime=2518.51
/proc/18892/task/18895/stat : 18895 (manysat1.1_stat) R 18889 18889 18852 0 -1 4194368 8477 0 0 0 251840 11 0 0 25 0 4 0 157076366 159473664 29519 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 161092

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5011.72
CPU time (s): 10000.2
CPU user time (s): 9999.72
CPU system time (s): 0.44
CPU usage (%): 199.536
Max. virtual memory (cumulated for all children) (KiB): 161092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.36679
system time used= 0.039993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4334
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 6

runsolver used 4.88826 second user time and 13.348 second system time

The end

Launcher Data

Begin job on node33 at 2009-05-02 20:53:56
IDJOB=1774136
IDBENCH=70874
IDSOLVER=612
FILE ID=node33/1774136-1241290436
PBS_JOBID= 9225114
Free space on /tmp= 66476 MiB

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

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

MD5SUM BENCH= 107f2922072d64498e09af3270c7b9c3
RANDOM SEED=1157920128

node33.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.212
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.212
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:       1212560 kB
Buffers:         78796 kB
Cached:         662156 kB
SwapCached:        384 kB
Active:          34144 kB
Inactive:       720024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1212560 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3092 kB
Writeback:           0 kB
Mapped:          21692 kB
Slab:            75200 kB
Committed_AS:   657400 kB
PageTables:       1388 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= 66468 MiB
End job on node33 at 2009-05-02 22:17:29