Trace number 1773386

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 5009.62

General information on the benchmark

Namemizh-sha0-36-3.cnf
MD5SUM7e900a3d5c709e5167c14f906d6ebd88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark129.894
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210235
Sum of the clauses size628383
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286992
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.09/0.18	c ==============================================================================
0.09/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.18	c ==============================================================================
0.09/0.18	c |         0 |  180421   522537 |   54126       0        0     nan |  0.000 % |
0.69/0.77	c |         0 |  120276   407848 |      --       0       --      -- |     --   | -57310/-106300
0.69/0.77	c ==============================================================================
0.69/0.77	c Result  :   #vars: 20562   #clauses: 120276   #literals: 407848
0.69/0.77	c CPU time:   0.728889 s
0.69/0.77	c ==============================================================================

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773386-1241287269/watcher-1773386-1241287269 -o /tmp/evaluation-result-1773386-1241287269/solver-1773386-1241287269 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773386-1241287269.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: 4.08 3.93 3.28 3/64 26913
/proc/meminfo: memFree=1248368/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156760293 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 235 195 169 0 50 0
[pid=26914] ppid=26913 vsize=1116 CPUtime=0
/proc/26914/stat : 26914 (SatElite) R 26913 26913 26654 0 -1 4194304 172 0 0 0 0 0 0 0 19 0 1 0 156760293 1142784 156 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/26914/statm: 279 156 51 127 0 149 0

[startup+0.0425129 s]
/proc/loadavg: 4.08 3.93 3.28 3/64 26913
/proc/meminfo: memFree=1248368/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156760293 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 235 195 169 0 50 0
[pid=26914] ppid=26913 vsize=5200 CPUtime=0.03
/proc/26914/stat : 26914 (SatElite) R 26913 26913 26654 0 -1 4194304 1146 0 0 0 3 0 0 0 19 0 1 0 156760293 5324800 1130 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/26914/statm: 1300 1131 51 127 0 1170 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10556

[startup+0.101496 s]
/proc/loadavg: 4.08 3.93 3.28 3/64 26913
/proc/meminfo: memFree=1248368/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156760293 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 235 195 169 0 50 0
[pid=26914] ppid=26913 vsize=11324 CPUtime=0.09
/proc/26914/stat : 26914 (SatElite) R 26913 26913 26654 0 -1 4194304 2710 0 0 0 8 1 0 0 19 0 1 0 156760293 11595776 2694 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/26914/statm: 2831 2694 51 127 0 2701 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16680

[startup+0.301439 s]
/proc/loadavg: 4.08 3.93 3.28 3/64 26913
/proc/meminfo: memFree=1248368/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156760293 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 235 195 169 0 50 0
[pid=26914] ppid=26913 vsize=27020 CPUtime=0.29
/proc/26914/stat : 26914 (SatElite) R 26913 26913 26654 0 -1 4194304 6393 0 0 0 26 3 0 0 21 0 1 0 156760293 27668480 5925 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/26914/statm: 6755 5925 68 127 0 6625 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32376

[startup+0.701326 s]
/proc/loadavg: 4.08 3.93 3.28 3/64 26913
/proc/meminfo: memFree=1248368/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156760293 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 235 195 169 0 50 0
[pid=26914] ppid=26913 vsize=29644 CPUtime=0.69
/proc/26914/stat : 26914 (SatElite) R 26913 26913 26654 0 -1 4194304 7698 0 0 0 65 4 0 0 25 0 1 0 156760293 30355456 6608 1992294400 134512640 135034092 4294956112 18446744073709551615 134575739 0 0 4096 3 0 0 0 17 0 0 0
/proc/26914/statm: 7411 6608 68 127 0 7281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35000

[startup+1.5021 s]
/proc/loadavg: 3.83 3.88 3.27 2/66 26916
/proc/meminfo: memFree=1233760/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=71744 CPUtime=0.78
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 9215 0 0 0 73 5 0 0 16 0 4 0 156760388 73465856 9201 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26916/statm: 17936 9202 83 193 0 17740 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 77100

[startup+3.10265 s]
/proc/loadavg: 3.83 3.88 3.27 5/69 26919
/proc/meminfo: memFree=1203656/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=78108 CPUtime=3.98
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 10901 0 0 0 389 9 0 0 16 0 4 0 156760388 79982592 10887 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26916/statm: 19527 10887 83 193 0 19331 0
[pid=26916/tid=26917] ppid=26913 vsize=78108 CPUtime=0.9
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 625 0 0 0 89 1 0 0 16 0 4 0 156760418 79982592 10887 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26918] ppid=26913 vsize=78108 CPUtime=1
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 566 0 0 0 100 0 0 0 16 0 4 0 156760418 79982592 10887 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26919] ppid=26913 vsize=78108 CPUtime=0.85
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 591 0 0 0 83 2 0 0 16 0 4 0 156760418 79982592 10887 1992294400 134512640 135305190 4294956160 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 83464

[startup+6.30175 s]
/proc/loadavg: 3.85 3.88 3.27 5/69 26919
/proc/meminfo: memFree=1194248/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=85656 CPUtime=10.34
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 12844 0 0 0 1020 14 0 0 16 0 4 0 156760388 87711744 12830 1992294400 134512640 135305190 4294956160 18446744073709551615 134528322 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26916/statm: 21414 12830 83 193 0 21218 0
[pid=26916/tid=26917] ppid=26913 vsize=85656 CPUtime=2.52
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 1114 0 0 0 250 2 0 0 17 0 4 0 156760418 87711744 12830 1992294400 134512640 135305190 4294956160 18446744073709551615 134531174 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26916/tid=26918] ppid=26913 vsize=85656 CPUtime=2.41
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 985 0 0 0 240 1 0 0 17 0 4 0 156760418 87711744 12830 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26919] ppid=26913 vsize=85656 CPUtime=2.63
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 1063 0 0 0 259 4 0 0 16 0 4 0 156760418 87711744 12830 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 91012

[startup+12.7019 s]
/proc/loadavg: 3.86 3.88 3.28 5/69 26919
/proc/meminfo: memFree=1183752/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=94568 CPUtime=23.1
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 15084 0 0 0 2292 18 0 0 17 0 4 0 156760388 96837632 15070 1992294400 134512640 135305190 4294956160 18446744073709551615 134528181 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26916/statm: 23642 15070 83 193 0 23446 0
[pid=26916/tid=26917] ppid=26913 vsize=94568 CPUtime=5.67
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 1580 0 0 0 565 2 0 0 16 0 4 0 156760418 96837632 15070 1992294400 134512640 135305190 4294956160 18446744073709551615 134541978 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26916/tid=26918] ppid=26913 vsize=94568 CPUtime=5.65
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 1647 0 0 0 562 3 0 0 17 0 4 0 156760418 96837632 15070 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26916/tid=26919] ppid=26913 vsize=94568 CPUtime=5.76
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 1543 0 0 0 571 5 0 0 16 0 4 0 156760418 96837632 15070 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.04
Current children cumulated vsize (KiB) 99924

[startup+25.5023 s]
/proc/loadavg: 3.89 3.89 3.29 5/69 26919
/proc/meminfo: memFree=1169672/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=108856 CPUtime=48.64
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 18515 0 0 0 4839 25 0 0 17 0 4 0 156760388 111468544 18501 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26916/statm: 27214 18501 83 193 0 27018 0
[pid=26916/tid=26917] ppid=26913 vsize=108856 CPUtime=12.18
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 2252 0 0 0 1214 4 0 0 17 0 4 0 156760418 111468544 18501 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26916/tid=26918] ppid=26913 vsize=108856 CPUtime=12.11
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 2721 0 0 0 1207 4 0 0 17 0 4 0 156760418 111468544 18501 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26919] ppid=26913 vsize=108856 CPUtime=11.87
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 2298 0 0 0 1180 7 0 0 16 0 4 0 156760418 111468544 18501 1992294400 134512640 135305190 4294956160 18446744073709551615 134538030 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.58
Current children cumulated vsize (KiB) 114212

[startup+51.102 s]
/proc/loadavg: 3.93 3.89 3.30 5/69 26919
/proc/meminfo: memFree=1147848/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=130976 CPUtime=99.73
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 23964 0 0 0 9940 33 0 0 17 0 4 0 156760388 134119424 23950 1992294400 134512640 135305190 4294956160 18446744073709551615 134528840 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26916/statm: 32744 23950 83 193 0 32548 0
[pid=26916/tid=26917] ppid=26913 vsize=130976 CPUtime=25.23
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 3315 0 0 0 2517 6 0 0 17 0 4 0 156760418 134119424 23950 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26916/tid=26918] ppid=26913 vsize=130976 CPUtime=23.6
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 4672 0 0 0 2354 6 0 0 18 0 4 0 156760418 134119424 23950 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26916/tid=26919] ppid=26913 vsize=130976 CPUtime=22.99
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 3044 0 0 0 2291 8 0 0 18 0 4 0 156760418 134119424 23950 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.67
Current children cumulated vsize (KiB) 136332

[startup+102.306 s]
/proc/loadavg: 3.97 3.91 3.34 5/69 26919
/proc/meminfo: memFree=1120456/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=158180 CPUtime=201.92
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 30762 0 0 0 20148 44 0 0 17 0 4 0 156760388 161976320 30748 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26916/statm: 39545 30748 83 193 0 39349 0
[pid=26916/tid=26917] ppid=26913 vsize=158180 CPUtime=45.63
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 4076 0 0 0 4556 7 0 0 18 0 4 0 156760418 161976320 30748 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26916/tid=26918] ppid=26913 vsize=158180 CPUtime=46.1
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 7048 0 0 0 4600 10 0 0 18 0 4 0 156760418 161976320 30748 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26916/tid=26919] ppid=26913 vsize=158180 CPUtime=54.03
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 4687 0 0 0 5393 10 0 0 17 0 4 0 156760418 161976320 30748 1992294400 134512640 135305190 4294956160 18446744073709551615 134551731 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.86
Current children cumulated vsize (KiB) 163536

[startup+162.301 s]
/proc/loadavg: 3.99 3.92 3.38 5/69 26919
/proc/meminfo: memFree=1096136/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=181608 CPUtime=321.69
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 36910 0 0 0 32115 54 0 0 18 0 4 0 156760388 185966592 36896 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26916/statm: 45402 36896 83 193 0 45206 0
[pid=26916/tid=26917] ppid=26913 vsize=181608 CPUtime=78.7

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

/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 42907 0 0 0 250506 90 0 0 25 0 4 0 156760418 763289600 177518 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9067.18
Current children cumulated vsize (KiB) 750756

[startup+4602.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/69 26927
/proc/meminfo: memFree=530888/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=746424 CPUtime=9186.03
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 177733 0 0 0 918275 328 0 0 25 0 4 0 156760388 764338176 177719 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26916/statm: 186606 177719 83 193 0 186410 0
[pid=26916/tid=26917] ppid=26913 vsize=746424 CPUtime=2067.5
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 23228 0 0 0 206701 49 0 0 25 0 4 0 156760418 764338176 177719 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26918] ppid=26913 vsize=746424 CPUtime=2005.45
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43605 0 0 0 200470 75 0 0 25 0 4 0 156760418 764338176 177719 1992294400 134512640 135305190 4294956160 18446744073709551615 134554276 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26916/tid=26919] ppid=26913 vsize=746424 CPUtime=2535.85
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 42907 0 0 0 253495 90 0 0 25 0 4 0 156760418 764338176 177719 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9186.97
Current children cumulated vsize (KiB) 751780

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/69 26927
/proc/meminfo: memFree=530632/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=746424 CPUtime=9305.82
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 177794 0 0 0 930253 329 0 0 19 0 4 0 156760388 764338176 177780 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26916/statm: 186606 177780 83 193 0 186410 0
[pid=26916/tid=26917] ppid=26913 vsize=746424 CPUtime=2097.4
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 23228 0 0 0 209691 49 0 0 25 0 4 0 156760418 764338176 177780 1992294400 134512640 135305190 4294956160 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26918] ppid=26913 vsize=746424 CPUtime=2035.5
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43610 0 0 0 203475 75 0 0 25 0 4 0 156760418 764338176 177780 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26916/tid=26919] ppid=26913 vsize=746424 CPUtime=2565.73
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 42963 0 0 0 256483 90 0 0 25 0 4 0 156760418 764338176 177780 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9306.76
Current children cumulated vsize (KiB) 751780

[startup+4722.31 s]
/proc/loadavg: 4.14 4.04 3.94 5/69 26927
/proc/meminfo: memFree=529608/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=748472 CPUtime=9425.6
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 178061 0 0 0 942231 329 0 0 25 0 4 0 156760388 766435328 178047 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26916/statm: 187118 178047 83 193 0 186922 0
[pid=26916/tid=26917] ppid=26913 vsize=748472 CPUtime=2127.29
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 23228 0 0 0 212680 49 0 0 25 0 4 0 156760418 766435328 178047 1992294400 134512640 135305190 4294956160 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26918] ppid=26913 vsize=748472 CPUtime=2063.19
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43610 0 0 0 206244 75 0 0 25 0 4 0 156760418 766435328 178047 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26916/tid=26919] ppid=26913 vsize=748472 CPUtime=2595.63
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 42963 0 0 0 259472 91 0 0 25 0 4 0 156760418 766435328 178047 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9426.54
Current children cumulated vsize (KiB) 753828

[startup+4782.3 s]
/proc/loadavg: 4.05 4.03 3.94 5/69 26927
/proc/meminfo: memFree=525896/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=752568 CPUtime=9545.4
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 179036 0 0 0 954208 332 0 0 25 0 4 0 156760388 770629632 179022 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26916/statm: 188142 179022 83 193 0 187946 0
[pid=26916/tid=26917] ppid=26913 vsize=752568 CPUtime=2154.71
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 23298 0 0 0 215422 49 0 0 25 0 4 0 156760418 770629632 179022 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26918] ppid=26913 vsize=752568 CPUtime=2090.59
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43619 0 0 0 208984 75 0 0 25 0 4 0 156760418 770629632 179022 1992294400 134512640 135305190 4294956160 18446744073709551615 134552667 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26919] ppid=26913 vsize=752568 CPUtime=2628.08
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43041 0 0 0 262717 91 0 0 25 0 4 0 156760418 770629632 179022 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9546.34
Current children cumulated vsize (KiB) 757924

[startup+4842.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/69 26927
/proc/meminfo: memFree=524680/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=753592 CPUtime=9665.19
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 179299 0 0 0 966186 333 0 0 25 0 4 0 156760388 771678208 179285 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26916/statm: 188398 179285 83 193 0 188202 0
[pid=26916/tid=26917] ppid=26913 vsize=753592 CPUtime=2184.6
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 23348 0 0 0 218411 49 0 0 25 0 4 0 156760418 771678208 179285 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26918] ppid=26913 vsize=753592 CPUtime=2120.48
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43680 0 0 0 211973 75 0 0 25 0 4 0 156760418 771678208 179285 1992294400 134512640 135305190 4294956160 18446744073709551615 134528350 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26919] ppid=26913 vsize=753592 CPUtime=2658.39
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43042 0 0 0 265748 91 0 0 25 0 4 0 156760418 771678208 179285 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9666.13
Current children cumulated vsize (KiB) 758948

[startup+4902.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/69 26927
/proc/meminfo: memFree=523144/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=755640 CPUtime=9784.98
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 179699 0 0 0 978164 334 0 0 25 0 4 0 156760388 773775360 179685 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26916/statm: 188910 179685 83 193 0 188714 0
[pid=26916/tid=26917] ppid=26913 vsize=755640 CPUtime=2214.49
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 23348 0 0 0 221400 49 0 0 25 0 4 0 156760418 773775360 179685 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26918] ppid=26913 vsize=755640 CPUtime=2150.37
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43700 0 0 0 214962 75 0 0 25 0 4 0 156760418 773775360 179685 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26919] ppid=26913 vsize=755640 CPUtime=2688.4
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43043 0 0 0 268749 91 0 0 25 0 4 0 156760418 773775360 179685 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9785.92
Current children cumulated vsize (KiB) 760996

[startup+4962.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/69 26927
/proc/meminfo: memFree=521480/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=756664 CPUtime=9904.77
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 180102 0 0 0 990142 335 0 0 25 0 4 0 156760388 774823936 180088 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26916/statm: 189166 180088 83 193 0 188970 0
[pid=26916/tid=26917] ppid=26913 vsize=756664 CPUtime=2245.18
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 23357 0 0 0 224469 49 0 0 25 0 4 0 156760418 774823936 180088 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26918] ppid=26913 vsize=756664 CPUtime=2179.47
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43907 0 0 0 217871 76 0 0 25 0 4 0 156760418 774823936 180088 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26919] ppid=26913 vsize=756664 CPUtime=2719.18
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43043 0 0 0 271827 91 0 0 25 0 4 0 156760418 774823936 180088 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9905.71
Current children cumulated vsize (KiB) 762020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5009.6 s]
/proc/loadavg: 4.00 4.01 3.94 5/69 26927
/proc/meminfo: memFree=510600/2055920 swapFree=4179172/4192956
[pid=26913] ppid=26911 vsize=5356 CPUtime=0.94
/proc/26913/stat : 26913 (manysat.sh) S 26911 26913 26654 0 -1 4194304 313 8084 0 0 0 0 88 6 19 0 1 0 156760293 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26913/statm: 1339 238 195 169 0 50 0
[pid=26916] ppid=26913 vsize=767640 CPUtime=9999.21
/proc/26916/stat : 26916 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194304 182806 0 0 0 999583 338 0 0 25 0 4 0 156760388 786063360 182792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26916/statm: 191910 182792 83 193 0 191714 0
[pid=26916/tid=26917] ppid=26913 vsize=767640 CPUtime=2268.77
/proc/26916/task/26917/stat : 26917 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 23724 0 0 0 226827 50 0 0 25 0 4 0 156760418 786063360 182792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26918] ppid=26913 vsize=767640 CPUtime=2203.02
/proc/26916/task/26918/stat : 26918 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 44884 0 0 0 220225 77 0 0 25 0 4 0 156760418 786063360 182792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26916/tid=26919] ppid=26913 vsize=767640 CPUtime=2743.61
/proc/26916/task/26919/stat : 26919 (manysat1.1_stat) R 26913 26913 26654 0 -1 4194368 43689 0 0 0 274270 91 0 0 17 0 4 0 156760418 786063360 182792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 772996

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26913 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=886865
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=63990
# CPU time returned by wait4() is 0.950855
# 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): 5009.62
CPU time (s): 10000.1
CPU user time (s): 9996.71
CPU system time (s): 3.44
CPU usage (%): 199.619
Max. virtual memory (cumulated for all children) (KiB): 772996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.886865
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8397
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.79127 second user time and 13.5289 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-02 20:01:09
IDJOB=1773386
IDBENCH=69574
IDSOLVER=612
FILE ID=node16/1773386-1241287269
PBS_JOBID= 9225074
Free space on /tmp= 66556 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE08/cnf/mizh-sha0-36-3.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773386-1241287269/watcher-1773386-1241287269 -o /tmp/evaluation-result-1773386-1241287269/solver-1773386-1241287269 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773386-1241287269.cnf aimd 1

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

MD5SUM BENCH= 7e900a3d5c709e5167c14f906d6ebd88
RANDOM SEED=178158242

node16.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.234
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.234
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:       1248912 kB
Buffers:         79072 kB
Cached:         653300 kB
SwapCached:       8080 kB
Active:         147504 kB
Inactive:       594368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1248912 kB
SwapTotal:     4192956 kB
SwapFree:      4179172 kB
Dirty:            5716 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            51280 kB
Committed_AS:   699968 kB
PageTables:       1436 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= 66552 MiB
End job on node16 at 2009-05-02 21:24:41