Trace number 1773926

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

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-14.cnf
MD5SUM5822cc7fe01f06c27406011d612b5e7d
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 variables69641
Number of clauses227010
Sum of the clauses size588274
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292498
Number of clauses of size 3134383
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 |  226367   586604 |   67910       0        0     nan |  0.000 % |
0.99/1.04	c |         0 |  163489   553284 |      --       0       --      -- |     --   | -62878/-33320
0.99/1.04	c ==============================================================================
0.99/1.04	c Result  :   #vars: 28527   #clauses: 163489   #literals: 553284
0.99/1.04	c CPU time:   0.979851 s
0.99/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-1773926-1241289259/watcher-1773926-1241289259 -o /tmp/evaluation-result-1773926-1241289259/solver-1773926-1241289259 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773926-1241289259.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.89 3/64 26098
/proc/meminfo: memFree=1888320/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=0
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156959916 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 235 195 169 0 50 0
[pid=26099] ppid=26098 vsize=1556 CPUtime=0
/proc/26099/stat : 26099 (SatElite) R 26098 26098 26061 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 156959916 1593344 264 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/26099/statm: 389 269 51 127 0 259 0

[startup+0.092926 s]
/proc/loadavg: 3.67 3.90 3.89 3/64 26098
/proc/meminfo: memFree=1888320/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=0
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156959916 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 235 195 169 0 50 0
[pid=26099] ppid=26098 vsize=22140 CPUtime=0.08
/proc/26099/stat : 26099 (SatElite) R 26098 26098 26061 0 -1 4194304 4223 0 0 0 6 2 0 0 19 0 1 0 156959916 22671360 4060 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26099/statm: 5535 4060 51 127 0 5405 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27496

[startup+0.101926 s]
/proc/loadavg: 3.67 3.90 3.89 3/64 26098
/proc/meminfo: memFree=1888320/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=0
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156959916 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 235 195 169 0 50 0
[pid=26099] ppid=26098 vsize=22932 CPUtime=0.09
/proc/26099/stat : 26099 (SatElite) R 26098 26098 26061 0 -1 4194304 4421 0 0 0 7 2 0 0 19 0 1 0 156959916 23482368 4258 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26099/statm: 5733 4259 51 127 0 5603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28288

[startup+0.301949 s]
/proc/loadavg: 3.67 3.90 3.89 3/64 26098
/proc/meminfo: memFree=1888320/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=0
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156959916 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 235 195 169 0 50 0
[pid=26099] ppid=26098 vsize=35912 CPUtime=0.29
/proc/26099/stat : 26099 (SatElite) R 26098 26098 26061 0 -1 4194304 7815 0 0 0 26 3 0 0 20 0 1 0 156959916 36773888 7448 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26099/statm: 8978 7448 68 127 0 8848 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41268

[startup+0.701993 s]
/proc/loadavg: 3.67 3.90 3.89 3/64 26098
/proc/meminfo: memFree=1888320/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=0
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156959916 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 235 195 169 0 50 0
[pid=26099] ppid=26098 vsize=42472 CPUtime=0.69
/proc/26099/stat : 26099 (SatElite) R 26098 26098 26061 0 -1 4194304 9339 0 0 0 63 6 0 0 24 0 1 0 156959916 43491328 8972 1992294400 134512640 135034092 4294956112 18446744073709551615 134566299 0 0 4096 3 0 0 0 17 0 0 0
/proc/26099/statm: 10618 8972 68 127 0 10488 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47828

[startup+1.5011 s]
/proc/loadavg: 3.67 3.90 3.89 2/66 26100
/proc/meminfo: memFree=1847344/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 5356

[startup+3.10209 s]
/proc/loadavg: 3.67 3.90 3.89 5/69 26104
/proc/meminfo: memFree=1829528/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=90552 CPUtime=3.12
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 13807 0 0 0 298 14 0 0 17 0 4 0 156960045 92725248 13793 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26101/statm: 22638 13793 83 193 0 22442 0
[pid=26101/tid=26102] ppid=26098 vsize=90552 CPUtime=0.57
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 533 0 0 0 55 2 0 0 16 0 4 0 156960091 92725248 13793 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26101/tid=26103] ppid=26098 vsize=90552 CPUtime=0.62
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 579 0 0 0 60 2 0 0 17 0 4 0 156960091 92725248 13793 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26104] ppid=26098 vsize=90552 CPUtime=0.62
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 769 0 0 0 60 2 0 0 17 0 4 0 156960091 92725248 13793 1992294400 134512640 135305190 4294956160 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 95908

[startup+6.30144 s]
/proc/loadavg: 3.62 3.89 3.88 5/69 26104
/proc/meminfo: memFree=1823704/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=92528 CPUtime=9.5
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 14295 0 0 0 934 16 0 0 17 0 4 0 156960045 94748672 14281 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26101/statm: 23132 14281 83 193 0 22936 0
[pid=26101/tid=26102] ppid=26098 vsize=92528 CPUtime=2.07
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 659 0 0 0 205 2 0 0 18 0 4 0 156960091 94748672 14281 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26103] ppid=26098 vsize=92528 CPUtime=2.11
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 693 0 0 0 209 2 0 0 18 0 4 0 156960091 94748672 14281 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26101/tid=26104] ppid=26098 vsize=92528 CPUtime=2.42
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 858 0 0 0 239 3 0 0 17 0 4 0 156960091 94748672 14281 1992294400 134512640 135305190 4294956160 18446744073709551615 134528515 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.78
Current children cumulated vsize (KiB) 97884

[startup+12.7022 s]
/proc/loadavg: 3.65 3.89 3.88 5/69 26104
/proc/meminfo: memFree=1821656/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=94408 CPUtime=22.27
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 14755 0 0 0 2211 16 0 0 16 0 4 0 156960045 96673792 14741 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26101/statm: 23602 14741 83 193 0 23406 0
[pid=26101/tid=26102] ppid=26098 vsize=94408 CPUtime=6.77
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 889 0 0 0 674 3 0 0 17 0 4 0 156960091 96673792 14741 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26103] ppid=26098 vsize=94408 CPUtime=6.51
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 802 0 0 0 649 2 0 0 19 0 4 0 156960091 96673792 14741 1992294400 134512640 135305190 4294956160 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26101/tid=26104] ppid=26098 vsize=94408 CPUtime=4.1
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 901 0 0 0 407 3 0 0 18 0 4 0 156960091 96673792 14741 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.55
Current children cumulated vsize (KiB) 99764

[startup+25.5016 s]
/proc/loadavg: 3.73 3.89 3.88 5/69 26104
/proc/meminfo: memFree=1819352/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=96772 CPUtime=47.82
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 15348 0 0 0 4764 18 0 0 19 0 4 0 156960045 99094528 15334 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26101/statm: 24193 15334 83 193 0 23997 0
[pid=26101/tid=26102] ppid=26098 vsize=96772 CPUtime=11.02
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 989 0 0 0 1099 3 0 0 25 0 4 0 156960091 99094528 15334 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26103] ppid=26098 vsize=96772 CPUtime=10.61
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 862 0 0 0 1059 2 0 0 25 0 4 0 156960091 99094528 15334 1992294400 134512640 135305190 4294956160 18446744073709551615 134551986 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26101/tid=26104] ppid=26098 vsize=96772 CPUtime=12.6
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 1149 0 0 0 1257 3 0 0 24 0 4 0 156960091 99094528 15334 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.1
Current children cumulated vsize (KiB) 102128

[startup+51.1015 s]
/proc/loadavg: 3.82 3.90 3.89 5/69 26104
/proc/meminfo: memFree=1815704/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=100312 CPUtime=98.89
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 16271 0 0 0 9870 19 0 0 25 0 4 0 156960045 102719488 16257 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26101/statm: 25078 16257 83 193 0 24882 0
[pid=26101/tid=26102] ppid=26098 vsize=100312 CPUtime=21.31
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 1172 0 0 0 2127 4 0 0 25 0 4 0 156960091 102719488 16257 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26103] ppid=26098 vsize=100312 CPUtime=24.3
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 1100 0 0 0 2428 2 0 0 25 0 4 0 156960091 102719488 16257 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26101/tid=26104] ppid=26098 vsize=100312 CPUtime=27.8
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 1431 0 0 0 2776 4 0 0 25 0 4 0 156960091 102719488 16257 1992294400 134512640 135305190 4294956160 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.17
Current children cumulated vsize (KiB) 105668

[startup+102.305 s]
/proc/loadavg: 3.92 3.92 3.89 5/69 26104
/proc/meminfo: memFree=1809240/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=106508 CPUtime=201.09
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 17841 0 0 0 20087 22 0 0 25 0 4 0 156960045 109064192 17827 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26101/statm: 26627 17827 83 193 0 26431 0
[pid=26101/tid=26102] ppid=26098 vsize=106508 CPUtime=44.51
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 1557 0 0 0 4447 4 0 0 25 0 4 0 156960091 109064192 17827 1992294400 134512640 135305190 4294956160 18446744073709551615 134551863 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26103] ppid=26098 vsize=106508 CPUtime=49.9
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 1314 0 0 0 4987 3 0 0 25 0 4 0 156960091 109064192 17827 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26101/tid=26104] ppid=26098 vsize=106508 CPUtime=55.59
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 2006 0 0 0 5555 4 0 0 25 0 4 0 156960091 109064192 17827 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.37
Current children cumulated vsize (KiB) 111864

[startup+162.302 s]
/proc/loadavg: 3.97 3.93 3.90 5/69 26104
/proc/meminfo: memFree=1803160/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=112568 CPUtime=320.82
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 19369 0 0 0 32058 24 0 0 25 0 4 0 156960045 115269632 19355 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26101/statm: 28142 19355 83 193 0 27946 0
[pid=26101/tid=26102] ppid=26098 vsize=112568 CPUtime=75.03
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 1930 0 0 0 7498 5 0 0 25 0 4 0 156960091 115269632 19355 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26101/tid=26103] ppid=26098 vsize=112568 CPUtime=82.5
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 1629 0 0 0 8247 3 0 0 21 0 4 0 156960091 115269632 19355 1992294400 134512640 135305190 4294956160 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 0 0 0

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

/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 15548 0 0 0 232239 26 0 0 25 0 4 0 156960091 325111808 70094 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9183.03
Current children cumulated vsize (KiB) 322848

[startup+4662.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 26114
/proc/meminfo: memFree=1597272/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=317636 CPUtime=9301.49
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 70150 0 0 0 930051 98 0 0 25 0 4 0 156960045 325259264 70127 1992294400 134512640 135305190 4294956160 18446744073709551615 134556566 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26101/statm: 79409 70127 83 193 0 79213 0
[pid=26101/tid=26102] ppid=26098 vsize=317636 CPUtime=2294.99
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 12665 0 0 0 229479 20 0 0 25 0 4 0 156960091 325259264 70127 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26103] ppid=26098 vsize=317636 CPUtime=2325.9
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 16726 0 0 0 232567 23 0 0 25 0 4 0 156960091 325259264 70127 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26104] ppid=26098 vsize=317636 CPUtime=2353.34
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 15549 0 0 0 235308 26 0 0 25 0 4 0 156960091 325259264 70127 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9302.77
Current children cumulated vsize (KiB) 322992

[startup+4722.31 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 26114
/proc/meminfo: memFree=1597272/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=317636 CPUtime=9421.24
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 70156 0 0 0 942026 98 0 0 25 0 4 0 156960045 325259264 70133 1992294400 134512640 135305190 4294956160 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26101/statm: 79409 70133 83 193 0 79213 0
[pid=26101/tid=26102] ppid=26098 vsize=317636 CPUtime=2325.6
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 12669 0 0 0 232540 20 0 0 25 0 4 0 156960091 325259264 70133 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26103] ppid=26098 vsize=317636 CPUtime=2355.05
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 16728 0 0 0 235482 23 0 0 25 0 4 0 156960091 325259264 70133 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26104] ppid=26098 vsize=317636 CPUtime=2383.34
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 15549 0 0 0 238308 26 0 0 25 0 4 0 156960091 325259264 70133 1992294400 134512640 135305190 4294956160 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9422.52
Current children cumulated vsize (KiB) 322992

[startup+4782.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 26114
/proc/meminfo: memFree=1597144/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=317636 CPUtime=9540.98
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 70180 0 0 0 954000 98 0 0 25 0 4 0 156960045 325259264 70157 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26101/statm: 79409 70157 83 193 0 79213 0
[pid=26101/tid=26102] ppid=26098 vsize=317636 CPUtime=2354.98
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 12682 0 0 0 235478 20 0 0 25 0 4 0 156960091 325259264 70157 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26103] ppid=26098 vsize=317636 CPUtime=2385.32
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 16728 0 0 0 238509 23 0 0 25 0 4 0 156960091 325259264 70157 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26104] ppid=26098 vsize=317636 CPUtime=2413.45
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 15560 0 0 0 241319 26 0 0 25 0 4 0 156960091 325259264 70157 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9542.26
Current children cumulated vsize (KiB) 322992

[startup+4842.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 26114
/proc/meminfo: memFree=1596952/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=317904 CPUtime=9660.72
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 70226 0 0 0 965974 98 0 0 25 0 4 0 156960045 325533696 70203 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26101/statm: 79476 70203 83 193 0 79280 0
[pid=26101/tid=26102] ppid=26098 vsize=317904 CPUtime=2384.88
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 12691 0 0 0 238468 20 0 0 25 0 4 0 156960091 325533696 70203 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26103] ppid=26098 vsize=317904 CPUtime=2415.18
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 16744 0 0 0 241495 23 0 0 25 0 4 0 156960091 325533696 70203 1992294400 134512640 135305190 4294956160 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26104] ppid=26098 vsize=317904 CPUtime=2443.43
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 15577 0 0 0 244317 26 0 0 25 0 4 0 156960091 325533696 70203 1992294400 134512640 135305190 4294956160 18446744073709551615 134551802 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9662
Current children cumulated vsize (KiB) 323260

[startup+4902.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 26114
/proc/meminfo: memFree=1596760/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=318124 CPUtime=9780.46
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 70256 0 0 0 977948 98 0 0 25 0 4 0 156960045 325758976 70233 1992294400 134512640 135305190 4294956160 18446744073709551615 134556761 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26101/statm: 79531 70233 83 193 0 79335 0
[pid=26101/tid=26102] ppid=26098 vsize=318124 CPUtime=2414.86
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 12702 0 0 0 241466 20 0 0 25 0 4 0 156960091 325758976 70233 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26101/tid=26103] ppid=26098 vsize=318124 CPUtime=2444.44
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 16762 0 0 0 244421 23 0 0 25 0 4 0 156960091 325758976 70233 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26104] ppid=26098 vsize=318124 CPUtime=2473.43
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 15578 0 0 0 247317 26 0 0 25 0 4 0 156960091 325758976 70233 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9781.74
Current children cumulated vsize (KiB) 323480

[startup+4962.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 26114
/proc/meminfo: memFree=1596504/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=318388 CPUtime=9900.2
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 70326 0 0 0 989922 98 0 0 19 0 4 0 156960045 326029312 70303 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26101/statm: 79597 70303 83 193 0 79401 0
[pid=26101/tid=26102] ppid=26098 vsize=318388 CPUtime=2444.85
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 12702 0 0 0 244465 20 0 0 25 0 4 0 156960091 326029312 70303 1992294400 134512640 135305190 4294956160 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26101/tid=26103] ppid=26098 vsize=318388 CPUtime=2472.82
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 16832 0 0 0 247259 23 0 0 25 0 4 0 156960091 326029312 70303 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26104] ppid=26098 vsize=318388 CPUtime=2503.42
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 15578 0 0 0 250316 26 0 0 25 0 4 0 156960091 326029312 70303 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9901.48
Current children cumulated vsize (KiB) 323744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.7 s]
/proc/loadavg: 4.00 3.99 3.91 5/69 26114
/proc/meminfo: memFree=1596312/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=318388 CPUtime=9998.79
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 70359 0 0 0 999781 98 0 0 25 0 4 0 156960045 326029312 70336 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26101/statm: 79597 70336 83 193 0 79401 0
[pid=26101/tid=26102] ppid=26098 vsize=318388 CPUtime=2469.54
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 12703 0 0 0 246934 20 0 0 25 0 4 0 156960091 326029312 70336 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26101/tid=26103] ppid=26098 vsize=318388 CPUtime=2495.83
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 16859 0 0 0 249560 23 0 0 25 0 4 0 156960091 326029312 70336 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26104] ppid=26098 vsize=318388 CPUtime=2528.12
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 15579 0 0 0 252786 26 0 0 25 0 4 0 156960091 326029312 70336 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 323744

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: 4.00 3.99 3.91 5/69 26114
/proc/meminfo: memFree=1596312/2055920 swapFree=4180376/4192956
[pid=26098] ppid=26096 vsize=5356 CPUtime=1.28
/proc/26098/stat : 26098 (manysat.sh) S 26096 26098 26061 0 -1 4194304 313 9882 0 0 0 0 120 8 19 0 1 0 156959916 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26098/statm: 1339 238 195 169 0 50 0
[pid=26101] ppid=26098 vsize=318388 CPUtime=9998.79
/proc/26101/stat : 26101 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194304 70359 0 0 0 999781 98 0 0 25 0 4 0 156960045 326029312 70336 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26101/statm: 79597 70336 83 193 0 79401 0
[pid=26101/tid=26102] ppid=26098 vsize=318388 CPUtime=2469.54
/proc/26101/task/26102/stat : 26102 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 12703 0 0 0 246934 20 0 0 25 0 4 0 156960091 326029312 70336 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26101/tid=26103] ppid=26098 vsize=318388 CPUtime=2495.83
/proc/26101/task/26103/stat : 26103 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 16859 0 0 0 249560 23 0 0 25 0 4 0 156960091 326029312 70336 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26101/tid=26104] ppid=26098 vsize=318388 CPUtime=2528.12
/proc/26101/task/26104/stat : 26104 (manysat1.1_stat) R 26098 26098 26061 0 -1 4194368 15579 0 0 0 252786 26 0 0 25 0 4 0 156960091 326029312 70336 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 323744

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26098 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=201817
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=86986
# CPU time returned by wait4() is 1.2888
# 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.72
CPU time (s): 10000.1
CPU user time (s): 9999.01
CPU system time (s): 1.06
CPU usage (%): 199.534
Max. virtual memory (cumulated for all children) (KiB): 323744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.20182
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10195
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.70928 second user time and 13.5269 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-02 20:34:20
IDJOB=1773926
IDBENCH=70824
IDSOLVER=612
FILE ID=node5/1773926-1241289259
PBS_JOBID= 9225105
Free space on /tmp= 66532 MiB

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

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED=1259429684

node5.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:       1888736 kB
Buffers:         25132 kB
Cached:          61288 kB
SwapCached:       6332 kB
Active:          26004 kB
Inactive:        68116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888736 kB
SwapTotal:     4192956 kB
SwapFree:      4180376 kB
Dirty:            5844 kB
Writeback:           0 kB
Mapped:          13352 kB
Slab:            59120 kB
Committed_AS:   704652 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= 66520 MiB
End job on node5 at 2009-05-02 21:57:54