Trace number 1773886

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

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-15.cnf
MD5SUMc8a05d1e76535706c430a6b42d191d4b
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 variables69695
Number of clauses227171
Sum of the clauses size588683
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292572
Number of clauses of size 3134470
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.19/0.21	c ==============================================================================
0.19/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |  226528   587013 |   67958       0        0     nan |  0.000 % |
1.00/1.04	c |         0 |  163587   553632 |      --       0       --      -- |     --   | -62941/-33381
1.00/1.04	c ==============================================================================
1.00/1.04	c Result  :   #vars: 28546   #clauses: 163587   #literals: 553632
1.00/1.04	c CPU time:   0.974851 s
1.00/1.04	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-1773886-1241289039/watcher-1773886-1241289039 -o /tmp/evaluation-result-1773886-1241289039/solver-1773886-1241289039 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773886-1241289039.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.68 3.90 3.63 3/64 25627
/proc/meminfo: memFree=1829472/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156937425 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 235 195 169 0 50 0
[pid=25628] ppid=25627 vsize=1556 CPUtime=0
/proc/25628/stat : 25628 (SatElite) R 25627 25627 25485 0 -1 4194304 276 0 0 0 0 0 0 0 19 0 1 0 156937425 1593344 260 1992294400 134512640 135034092 4294956112 18446744073709551615 134544739 0 0 4096 3 0 0 0 17 0 0 0
/proc/25628/statm: 389 262 51 127 0 259 0

[startup+0.097081 s]
/proc/loadavg: 3.68 3.90 3.63 3/64 25627
/proc/meminfo: memFree=1829472/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156937425 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 235 195 169 0 50 0
[pid=25628] ppid=25627 vsize=22540 CPUtime=0.08
/proc/25628/stat : 25628 (SatElite) R 25627 25627 25485 0 -1 4194304 4316 0 0 0 7 1 0 0 19 0 1 0 156937425 23080960 4153 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25628/statm: 5635 4153 51 127 0 5505 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27896

[startup+0.102081 s]
/proc/loadavg: 3.68 3.90 3.63 3/64 25627
/proc/meminfo: memFree=1829472/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156937425 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 235 195 169 0 50 0
[pid=25628] ppid=25627 vsize=22936 CPUtime=0.09
/proc/25628/stat : 25628 (SatElite) R 25627 25627 25485 0 -1 4194304 4422 0 0 0 8 1 0 0 19 0 1 0 156937425 23486464 4259 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25628/statm: 5734 4260 51 127 0 5604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28292

[startup+0.301107 s]
/proc/loadavg: 3.68 3.90 3.63 3/64 25627
/proc/meminfo: memFree=1829472/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156937425 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 235 195 169 0 50 0
[pid=25628] ppid=25627 vsize=35924 CPUtime=0.29
/proc/25628/stat : 25628 (SatElite) R 25627 25627 25485 0 -1 4194304 7811 0 0 0 25 4 0 0 21 0 1 0 156937425 36786176 7444 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25628/statm: 8981 7445 68 127 0 8851 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41280

[startup+0.701158 s]
/proc/loadavg: 3.68 3.90 3.63 3/64 25627
/proc/meminfo: memFree=1829472/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=0
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156937425 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 235 195 169 0 50 0
[pid=25628] ppid=25627 vsize=42484 CPUtime=0.69
/proc/25628/stat : 25628 (SatElite) R 25627 25627 25485 0 -1 4194304 9345 0 0 0 62 7 0 0 24 0 1 0 156937425 43503616 8978 1992294400 134512640 135034092 4294956112 18446744073709551615 134566170 0 0 4096 3 0 0 0 17 0 0 0
/proc/25628/statm: 10621 8978 68 127 0 10491 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47840

[startup+1.50228 s]
/proc/loadavg: 3.68 3.90 3.63 2/66 25629
/proc/meminfo: memFree=1788496/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 5356

[startup+3.10149 s]
/proc/loadavg: 3.68 3.90 3.63 5/69 25633
/proc/meminfo: memFree=1770040/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=90000 CPUtime=3.11
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 13935 0 0 0 291 20 0 0 17 0 4 0 156937554 92160000 13921 1992294400 134512640 135305190 4294956160 18446744073709551615 134551720 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25630/statm: 22500 13921 83 193 0 22304 0
[pid=25630/tid=25631] ppid=25627 vsize=90000 CPUtime=0.69
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 638 0 0 0 66 3 0 0 17 0 4 0 156937600 92160000 13921 1992294400 134512640 135305190 4294956160 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25632] ppid=25627 vsize=90000 CPUtime=0.69
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 580 0 0 0 67 2 0 0 17 0 4 0 156937600 92160000 13921 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25633] ppid=25627 vsize=90000 CPUtime=0.64
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 650 0 0 0 60 4 0 0 17 0 4 0 156937600 92160000 13921 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 95356

[startup+6.30191 s]
/proc/loadavg: 3.70 3.91 3.63 5/69 25633
/proc/meminfo: memFree=1764408/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=92016 CPUtime=9.5
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 14438 0 0 0 930 20 0 0 17 0 4 0 156937554 94224384 14424 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25630/statm: 23004 14424 83 193 0 22808 0
[pid=25630/tid=25631] ppid=25627 vsize=92016 CPUtime=1.93
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 705 0 0 0 190 3 0 0 18 0 4 0 156937600 94224384 14424 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25632] ppid=25627 vsize=92016 CPUtime=2.65
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 746 0 0 0 263 2 0 0 17 0 4 0 156937600 94224384 14424 1992294400 134512640 135305190 4294956160 18446744073709551615 134552962 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25633] ppid=25627 vsize=92016 CPUtime=1.81
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 735 0 0 0 176 5 0 0 18 0 4 0 156937600 94224384 14424 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.78
Current children cumulated vsize (KiB) 97372

[startup+12.7018 s]
/proc/loadavg: 3.73 3.91 3.63 5/69 25633
/proc/meminfo: memFree=1762616/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=93592 CPUtime=22.27
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 14846 0 0 0 2206 21 0 0 20 0 4 0 156937554 95838208 14832 1992294400 134512640 135305190 4294956160 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25630/statm: 23398 14832 83 193 0 23202 0
[pid=25630/tid=25631] ppid=25627 vsize=93592 CPUtime=4.71
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 799 0 0 0 468 3 0 0 17 0 4 0 156937600 95838208 14832 1992294400 134512640 135305190 4294956160 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25632] ppid=25627 vsize=93592 CPUtime=5.53
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 818 0 0 0 551 2 0 0 16 0 4 0 156937600 95838208 14832 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25633] ppid=25627 vsize=93592 CPUtime=5.13
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 854 0 0 0 508 5 0 0 17 0 4 0 156937600 95838208 14832 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.55
Current children cumulated vsize (KiB) 98948

[startup+25.5024 s]
/proc/loadavg: 3.79 3.91 3.64 5/69 25633
/proc/meminfo: memFree=1760120/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=95968 CPUtime=47.8
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 15442 0 0 0 4759 21 0 0 25 0 4 0 156937554 98271232 15428 1992294400 134512640 135305190 4294956160 18446744073709551615 134528518 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25630/statm: 23992 15428 83 193 0 23796 0
[pid=25630/tid=25631] ppid=25627 vsize=95968 CPUtime=11.93
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 1013 0 0 0 1190 3 0 0 22 0 4 0 156937600 98271232 15428 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25632] ppid=25627 vsize=95968 CPUtime=12.92
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 968 0 0 0 1290 2 0 0 25 0 4 0 156937600 98271232 15428 1992294400 134512640 135305190 4294956160 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25633] ppid=25627 vsize=95968 CPUtime=10.66
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 980 0 0 0 1061 5 0 0 18 0 4 0 156937600 98271232 15428 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.08
Current children cumulated vsize (KiB) 101324

[startup+51.1028 s]
/proc/loadavg: 3.86 3.92 3.64 5/69 25633
/proc/meminfo: memFree=1756216/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=100028 CPUtime=98.89
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 16460 0 0 0 9866 23 0 0 25 0 4 0 156937554 102428672 16446 1992294400 134512640 135305190 4294956160 18446744073709551615 134551816 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25630/statm: 25007 16446 83 193 0 24811 0
[pid=25630/tid=25631] ppid=25627 vsize=100028 CPUtime=25.03
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 1242 0 0 0 2499 4 0 0 25 0 4 0 156937600 102428672 16446 1992294400 134512640 135305190 4294956160 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25632] ppid=25627 vsize=100028 CPUtime=24.61
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 1099 0 0 0 2458 3 0 0 25 0 4 0 156937600 102428672 16446 1992294400 134512640 135305190 4294956160 18446744073709551615 134553353 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25633] ppid=25627 vsize=100028 CPUtime=23.46
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 1329 0 0 0 2341 5 0 0 22 0 4 0 156937600 102428672 16446 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.17
Current children cumulated vsize (KiB) 105384

[startup+102.307 s]
/proc/loadavg: 3.94 3.93 3.66 5/69 25633
/proc/meminfo: memFree=1749112/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=106760 CPUtime=201.08
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 18166 0 0 0 20082 26 0 0 25 0 4 0 156937554 109322240 18152 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25630/statm: 26690 18152 83 193 0 26494 0
[pid=25630/tid=25631] ppid=25627 vsize=106760 CPUtime=50.72
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 1740 0 0 0 5067 5 0 0 25 0 4 0 156937600 109322240 18152 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25632] ppid=25627 vsize=106760 CPUtime=50.19
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 1429 0 0 0 5016 3 0 0 25 0 4 0 156937600 109322240 18152 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25633] ppid=25627 vsize=106760 CPUtime=49.6
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 1806 0 0 0 4954 6 0 0 25 0 4 0 156937600 109322240 18152 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.36
Current children cumulated vsize (KiB) 112116

[startup+162.302 s]
/proc/loadavg: 3.98 3.94 3.68 5/69 25633
/proc/meminfo: memFree=1743160/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=113736 CPUtime=320.8
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 19673 0 0 0 32053 27 0 0 25 0 4 0 156937554 116465664 19659 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25630/statm: 28434 19659 83 193 0 28238 0
[pid=25630/tid=25631] ppid=25627 vsize=113736 CPUtime=81.96
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 2103 0 0 0 8190 6 0 0 25 0 4 0 156937600 116465664 19659 1992294400 134512640 135305190 4294956160 18446744073709551615 134556772 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25632] ppid=25627 vsize=113736 CPUtime=78.9
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 1769 0 0 0 7887 3 0 0 25 0 4 0 156937600 116465664 19659 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0

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

/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15559 0 0 0 232407 28 0 0 19 0 4 0 156937600 318263296 68785 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9182.72
Current children cumulated vsize (KiB) 316160

[startup+4662.3 s]
/proc/loadavg: 3.99 3.98 3.97 5/69 25643
/proc/meminfo: memFree=1544632/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=310876 CPUtime=9301.17
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 68800 0 0 0 930015 102 0 0 25 0 4 0 156937554 318337024 68786 1992294400 134512640 135305190 4294956160 18446744073709551615 134558412 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25630/statm: 77719 68786 83 193 0 77523 0
[pid=25630/tid=25631] ppid=25627 vsize=310876 CPUtime=2322.46
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 12250 0 0 0 232224 22 0 0 25 0 4 0 156937600 318337024 68786 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25632] ppid=25627 vsize=310876 CPUtime=2293.96
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15698 0 0 0 229374 22 0 0 25 0 4 0 156937600 318337024 68786 1992294400 134512640 135305190 4294956160 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25633] ppid=25627 vsize=310876 CPUtime=2355.05
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15559 0 0 0 235477 28 0 0 25 0 4 0 156937600 318337024 68786 1992294400 134512640 135305190 4294956160 18446744073709551615 134557557 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9302.45
Current children cumulated vsize (KiB) 316232

[startup+4722.31 s]
/proc/loadavg: 3.99 3.98 3.97 5/69 25643
/proc/meminfo: memFree=1544312/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=311204 CPUtime=9420.92
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 68878 0 0 0 941990 102 0 0 25 0 4 0 156937554 318672896 68864 1992294400 134512640 135305190 4294956160 18446744073709551615 134528802 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25630/statm: 77801 68864 83 193 0 77605 0
[pid=25630/tid=25631] ppid=25627 vsize=311204 CPUtime=2353.09
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 12250 0 0 0 235287 22 0 0 21 0 4 0 156937600 318672896 68864 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25632] ppid=25627 vsize=311204 CPUtime=2323.86
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15776 0 0 0 232364 22 0 0 25 0 4 0 156937600 318672896 68864 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25633] ppid=25627 vsize=311204 CPUtime=2386.84
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15559 0 0 0 238656 28 0 0 25 0 4 0 156937600 318672896 68864 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9422.2
Current children cumulated vsize (KiB) 316560

[startup+4782.3 s]
/proc/loadavg: 3.99 3.98 3.97 5/69 25643
/proc/meminfo: memFree=1544184/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=311396 CPUtime=9540.65
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 68901 0 0 0 953963 102 0 0 25 0 4 0 156937554 318869504 68887 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25630/statm: 77849 68887 83 193 0 77653 0
[pid=25630/tid=25631] ppid=25627 vsize=311396 CPUtime=2383.87
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 12250 0 0 0 238365 22 0 0 25 0 4 0 156937600 318869504 68887 1992294400 134512640 135305190 4294956160 18446744073709551615 134551689 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25632] ppid=25627 vsize=311396 CPUtime=2353.75
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15799 0 0 0 235353 22 0 0 25 0 4 0 156937600 318869504 68887 1992294400 134512640 135305190 4294956160 18446744073709551615 134551986 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25633] ppid=25627 vsize=311396 CPUtime=2416.03
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15559 0 0 0 241575 28 0 0 25 0 4 0 156937600 318869504 68887 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9541.93
Current children cumulated vsize (KiB) 316752

[startup+4842.3 s]
/proc/loadavg: 3.99 3.98 3.97 5/69 25643
/proc/meminfo: memFree=1544184/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=311396 CPUtime=9660.39
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 68904 0 0 0 965937 102 0 0 25 0 4 0 156937554 318869504 68890 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25630/statm: 77849 68890 83 193 0 77653 0
[pid=25630/tid=25631] ppid=25627 vsize=311396 CPUtime=2414.61
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 12250 0 0 0 241439 22 0 0 25 0 4 0 156937600 318869504 68890 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25632] ppid=25627 vsize=311396 CPUtime=2382.85
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15802 0 0 0 238263 22 0 0 25 0 4 0 156937600 318869504 68890 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25633] ppid=25627 vsize=311396 CPUtime=2446.91
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15559 0 0 0 244663 28 0 0 19 0 4 0 156937600 318869504 68890 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9661.67
Current children cumulated vsize (KiB) 316752

[startup+4902.3 s]
/proc/loadavg: 3.99 3.98 3.97 5/69 25643
/proc/meminfo: memFree=1544056/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=311396 CPUtime=9780.13
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 68924 0 0 0 977911 102 0 0 25 0 4 0 156937554 318869504 68910 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25630/statm: 77849 68910 83 193 0 77653 0
[pid=25630/tid=25631] ppid=25627 vsize=311396 CPUtime=2444.48
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 12250 0 0 0 244426 22 0 0 25 0 4 0 156937600 318869504 68910 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25632] ppid=25627 vsize=311396 CPUtime=2410.54
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15822 0 0 0 241032 22 0 0 25 0 4 0 156937600 318869504 68910 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25633] ppid=25627 vsize=311396 CPUtime=2479.19
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15559 0 0 0 247891 28 0 0 25 0 4 0 156937600 318869504 68910 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9781.41
Current children cumulated vsize (KiB) 316752

[startup+4962.3 s]
/proc/loadavg: 3.99 3.98 3.97 5/69 25643
/proc/meminfo: memFree=1543992/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=311584 CPUtime=9899.87
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 68947 0 0 0 989885 102 0 0 25 0 4 0 156937554 319062016 68933 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25630/statm: 77896 68933 83 193 0 77700 0
[pid=25630/tid=25631] ppid=25627 vsize=311584 CPUtime=2474.36
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 12250 0 0 0 247414 22 0 0 25 0 4 0 156937600 319062016 68933 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25632] ppid=25627 vsize=311584 CPUtime=2440.54
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15845 0 0 0 244032 22 0 0 25 0 4 0 156937600 319062016 68933 1992294400 134512640 135305190 4294956160 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25633] ppid=25627 vsize=311584 CPUtime=2509.17
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15559 0 0 0 250889 28 0 0 25 0 4 0 156937600 319062016 68933 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9901.15
Current children cumulated vsize (KiB) 316940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.9 s]
/proc/loadavg: 3.99 3.98 3.97 5/69 25643
/proc/meminfo: memFree=1543928/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=311584 CPUtime=9998.86
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 68949 0 0 0 999783 103 0 0 25 0 4 0 156937554 319062016 68935 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25630/statm: 77896 68935 83 193 0 77700 0
[pid=25630/tid=25631] ppid=25627 vsize=311584 CPUtime=2499.05
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 12250 0 0 0 249883 22 0 0 25 0 4 0 156937600 319062016 68935 1992294400 134512640 135305190 4294956160 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25632] ppid=25627 vsize=311584 CPUtime=2465.33
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15847 0 0 0 246511 22 0 0 25 0 4 0 156937600 319062016 68935 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25633] ppid=25627 vsize=311584 CPUtime=2533.96
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15559 0 0 0 253368 28 0 0 25 0 4 0 156937600 319062016 68935 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) 316940

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

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

[startup+5011.9 s]
/proc/loadavg: 3.99 3.98 3.97 5/69 25643
/proc/meminfo: memFree=1543928/2055920 swapFree=4181364/4192956
[pid=25627] ppid=25625 vsize=5356 CPUtime=1.28
/proc/25627/stat : 25627 (manysat.sh) S 25625 25627 25485 0 -1 4194304 313 9887 0 0 0 0 118 10 16 0 1 0 156937425 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25627/statm: 1339 238 195 169 0 50 0
[pid=25630] ppid=25627 vsize=311584 CPUtime=9998.86
/proc/25630/stat : 25630 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194304 68949 0 0 0 999783 103 0 0 25 0 4 0 156937554 319062016 68935 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25630/statm: 77896 68935 83 193 0 77700 0
[pid=25630/tid=25631] ppid=25627 vsize=311584 CPUtime=2499.05
/proc/25630/task/25631/stat : 25631 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 12250 0 0 0 249883 22 0 0 25 0 4 0 156937600 319062016 68935 1992294400 134512640 135305190 4294956160 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25630/tid=25632] ppid=25627 vsize=311584 CPUtime=2465.33
/proc/25630/task/25632/stat : 25632 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15847 0 0 0 246511 22 0 0 25 0 4 0 156937600 319062016 68935 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25630/tid=25633] ppid=25627 vsize=311584 CPUtime=2533.96
/proc/25630/task/25633/stat : 25633 (manysat1.1_stat) R 25627 25627 25485 0 -1 4194368 15559 0 0 0 253368 28 0 0 25 0 4 0 156937600 319062016 68935 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) 316940

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25627 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=187819
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=102984
# CPU time returned by wait4() is 1.2908
# 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.92
CPU time (s): 10000.1
CPU user time (s): 9999.01
CPU system time (s): 1.13
CPU usage (%): 199.527
Max. virtual memory (cumulated for all children) (KiB): 316940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.18782
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10200
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.76328 second user time and 13.5389 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-02 20:30:39
IDJOB=1773886
IDBENCH=70819
IDSOLVER=612
FILE ID=node13/1773886-1241289039
PBS_JOBID= 9225087
Free space on /tmp= 66448 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-15.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773886-1241289039/watcher-1773886-1241289039 -o /tmp/evaluation-result-1773886-1241289039/solver-1773886-1241289039 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773886-1241289039.cnf aimd 1

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

MD5SUM BENCH= c8a05d1e76535706c430a6b42d191d4b
RANDOM SEED=3798757

node13.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.227
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.227
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:       1830464 kB
Buffers:         39488 kB
Cached:         105032 kB
SwapCached:       5352 kB
Active:          23984 kB
Inactive:       128388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830464 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:            5580 kB
Writeback:           0 kB
Mapped:          13540 kB
Slab:            59060 kB
Committed_AS:   632880 kB
PageTables:       1460 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= 66436 MiB
End job on node13 at 2009-05-02 21:54:13