Trace number 215622

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, and are wall clock time (not CPU 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
sugar 0.40? (TO) 1800.07 1813.65

General information on the benchmark

NamepseudoSeries/mps/
mps-air04.xml
MD5SUM9397e7a00f5b089be9e90f3663b01b11
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.90041
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables8904
Number of constraints1646
Maximum constraint arity368
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1646
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/215622-1170100088/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/215622-1170100088/unknown.xml [Mon Jan 29 20:48:11 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/215622-1170100088/unknown.xml /tmp/evaluation/215622-1170100088/sugar26987.csp [Mon Jan 29 20:48:11 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/215622-1170100088/sugar-v0-40.jar -convert /tmp/evaluation/215622-1170100088/unknown.xml /tmp/evaluation/215622-1170100088/sugar26987.csp
0.16	c BEGIN convert /tmp/evaluation/215622-1170100088/unknown.xml
7.68	c END convert (7.525935 seconds)
7.73	c # CONVERT_XML  END : /tmp/evaluation/215622-1170100088/sugar26987.csp 2119282 bytes (7 seconds) [Mon Jan 29 20:48:18 2007]
7.73	c # CONVERT_XML  CPU : 7.56 = 0 + 0 + 7.37 + 0.19
7.73	
7.73	c # GENERATE_SAT  BEGIN : /tmp/evaluation/215622-1170100088/sugar26987.bcnf [Mon Jan 29 20:48:18 2007]
7.73	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/215622-1170100088/sugar-v0-40.jar -bcnf -map /tmp/evaluation/215622-1170100088/sugar26987.map /tmp/evaluation/215622-1170100088/sugar26987.csp /tmp/evaluation/215622-1170100088/sugar26987.bcnf
7.84	c BEGIN parse /tmp/evaluation/215622-1170100088/sugar26987.csp
176.65	c END parse (168.813141 seconds)
176.65	c BEGIN simplify
176.70	c END simplify (0.049578 seconds)
176.70	c BEGIN encode /tmp/evaluation/215622-1170100088/sugar26987.bcnf
184.74	c END encode (8.036347 seconds)
186.23	c # GENERATE_SAT  END : 660944 variables 7947142 clauses 119691052 bytes (179 seconds) [Mon Jan 29 20:51:17 2007]
186.23	c # GENERATE_SAT  CPU : 176.47 = 1.29 + 0.14 + 174.11 + 0.93
186.23	
186.23	c # SOLVE_SAT  BEGIN : /tmp/evaluation/215622-1170100088/sugar26987.bcnf [Mon Jan 29 20:51:17 2007]
186.23	c # CMD : /tmp/evaluation/215622-1170100088/minisat /tmp/evaluation/215622-1170100088/sugar26987.bcnf /tmp/evaluation/215622-1170100088/sugar26987.out
192.19	c ==================================[MINISAT]===================================
192.19	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
192.19	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
192.19	c ==============================================================================
192.19	c |         0 | 4797243 13423253 | 1599081       0        0     nan |  0.000 % |
196.63	c |       100 | 4797253 13423253 | 1758989      87     2004    23.0 | 41.944 % |
198.53	c |       250 | 4797255 13423253 | 1934888     232     8168    35.2 | 42.002 % |
203.34	c |       475 | 4797264 13423253 | 2128376     445    16543    37.2 | 42.065 % |
207.96	c |       812 | 4797284 13423253 | 2341214     762    26925    35.3 | 42.065 % |
212.43	c |      1318 | 4784608 13395635 | 2575335    1220    47057    38.6 | 42.077 % |
222.30	c |      2077 | 4784654 13395635 | 2832869    1929    75164    39.0 | 42.095 % |
238.64	c |      3217 | 4782609 13391219 | 3116156    2997   108795    36.3 | 42.475 % |
261.28	c |      4925 | 4753707 13326914 | 3427772    4592   172262    37.5 | 42.521 % |
303.93	c |      7487 | 4738999 13293767 | 3770549    6957   265272    38.1 | 42.711 % |
357.16	c |     11331 | 4733413 13281506 | 4147604   10602   464494    43.8 | 42.789 % |
430.02	c |     17097 | 4725331 13263713 | 4562364   16009   763499    47.7 | 42.877 % |
537.79	c |     25747 | 4707598 13222610 | 5018601   24406  1308617    53.6 | 43.090 % |
738.54	c |     38722 | 4697713 13200680 | 5520461   36936  2171397    58.8 | 43.256 % |
993.70	c |     58184 | 4671628 13144091 | 6072507   55215  3618413    65.5 | 43.602 % |
1393.91	c |     87378 | 4646911 13089236 | 6679758   83476  7221360    86.5 | 43.929 % |
1812.36	
1812.36	s UNKNOWN
1812.36	c # INTERRUPTED
1812.36	c # MAIN  END :  (1812 seconds) [Mon Jan 29 21:18:23 2007]
1812.36	c # MAIN  CPU : 184.04 = 1.29 + 0.15 + 181.48 + 1.12
1812.36	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node5/watcher-215622-1170100088 -o ROOT/results/node5/solver-215622-1170100088 -C 1800 -M 900 /tmp/evaluation/215622-1170100088/solver /tmp/evaluation/215622-1170100088 /tmp/evaluation/215622-1170100088/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.31 1.80 2.27 2/81 26988
/proc/meminfo: memFree=1867520/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=12268 CPUtime=0
/proc/26987/stat : 26987 (sugar) R 26985 26987 26613 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 29963877 12562432 315 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922380286 0 0 4224 0 0 0 0 17 1 0 0
/proc/26987/statm: 3067 315 241 3 0 167 0

[startup+0.102825 s]
/proc/loadavg: 1.31 1.80 2.27 2/81 26988
/proc/meminfo: memFree=1867520/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=13724 CPUtime=0.03
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 29963877 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26987/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510858 s]
/proc/loadavg: 1.31 1.80 2.27 2/81 26988
/proc/meminfo: memFree=1867520/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=13724 CPUtime=0.03
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29963877 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26987/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33194 s]
/proc/loadavg: 1.31 1.80 2.27 2/89 26999
/proc/meminfo: memFree=1828288/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=13724 CPUtime=0.03
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29963877 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26987/statm: 3431 805 368 3 0 531 0
[pid=26989] ppid=26987 vsize=808168 CPUtime=1.26
/proc/26989/stat : 26989 (java) R 26987 26987 26613 0 -1 0 11236 0 1 0 119 7 0 0 20 0 8 0 29963882 827564032 10979 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073786917 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26989/statm: 202042 10979 1691 14 0 189320 0
[pid=26989/tid=26990] ppid=26987 vsize=808168 CPUtime=0.09
/proc/26989/task/26990/stat : 26990 (java) S 26987 26987 26613 0 -1 64 4650 0 0 0 7 2 0 0 16 0 8 0 29963885 827564032 10979 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26991] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26991/stat : 26991 (java) S 26987 26987 26613 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29963886 827564032 10979 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26992/stat : 26992 (java) S 26987 26987 26613 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 29963886 827564032 10979 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26993/stat : 26993 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29963889 827564032 10979 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26994] ppid=26987 vsize=808168 CPUtime=0.14
/proc/26989/task/26994/stat : 26994 (java) S 26987 26987 26613 0 -1 64 428 0 0 0 14 0 0 0 15 0 8 0 29963889 827564032 10979 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26995] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26987 26613 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29963889 827564032 10979 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29963889 827564032 10979 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 821892

[startup+2.97015 s]
/proc/loadavg: 1.31 1.80 2.27 2/89 27026
/proc/meminfo: memFree=1806336/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=13724 CPUtime=0.03
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29963877 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26987/statm: 3431 805 368 3 0 531 0
[pid=26989] ppid=26987 vsize=808168 CPUtime=2.87
/proc/26989/stat : 26989 (java) R 26987 26987 26613 0 -1 0 11698 0 1 0 273 14 0 0 23 0 8 0 29963882 827564032 11427 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153440224 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 202042 11427 1691 14 0 189320 0
[pid=26989/tid=26990] ppid=26987 vsize=808168 CPUtime=0.13
/proc/26989/task/26990/stat : 26990 (java) S 26987 26987 26613 0 -1 64 5097 0 0 0 10 3 0 0 16 0 8 0 29963885 827564032 11427 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26991] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26991/stat : 26991 (java) S 26987 26987 26613 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29963886 827564032 11427 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26992/stat : 26992 (java) S 26987 26987 26613 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 29963886 827564032 11427 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26993/stat : 26993 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29963889 827564032 11427 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26994] ppid=26987 vsize=808168 CPUtime=0.14
/proc/26989/task/26994/stat : 26994 (java) S 26987 26987 26613 0 -1 64 428 0 0 0 14 0 0 0 15 0 8 0 29963889 827564032 11427 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26989/tid=26995] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26987 26613 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29963889 827564032 11427 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29963889 827564032 11427 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821892

[startup+6.27052 s]
/proc/loadavg: 1.36 1.80 2.26 3/102 27039
/proc/meminfo: memFree=1746840/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=13724 CPUtime=0.03
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29963877 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26987/statm: 3431 805 368 3 0 531 0
[pid=26989] ppid=26987 vsize=808168 CPUtime=6.15
/proc/26989/stat : 26989 (java) R 26987 26987 26613 0 -1 0 14644 0 1 0 599 16 0 0 25 0 8 0 29963882 827564032 14341 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153380136 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26989/statm: 202042 14341 1695 14 0 189320 0
[pid=26989/tid=26990] ppid=26987 vsize=808168 CPUtime=0.27
/proc/26989/task/26990/stat : 26990 (java) S 26987 26987 26613 0 -1 64 7981 0 0 0 22 5 0 0 16 0 8 0 29963885 827564032 14341 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26991] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26991/stat : 26991 (java) S 26987 26987 26613 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29963886 827564032 14341 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26992] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26992/stat : 26992 (java) S 26987 26987 26613 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 29963886 827564032 14341 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26993] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26993/stat : 26993 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29963889 827564032 14341 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26994] ppid=26987 vsize=808168 CPUtime=0.17
/proc/26989/task/26994/stat : 26994 (java) S 26987 26987 26613 0 -1 64 444 0 0 0 17 0 0 0 16 0 8 0 29963889 827564032 14341 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26995] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26995/stat : 26995 (java) S 26987 26987 26613 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29963889 827564032 14341 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26989/tid=26996] ppid=26987 vsize=808168 CPUtime=0
/proc/26989/task/26996/stat : 26996 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29963889 827564032 14341 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 821892

[startup+12.7523 s]
/proc/loadavg: 1.49 1.82 2.27 3/102 27047
/proc/meminfo: memFree=1722904/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=13724 CPUtime=7.59
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 1190 14737 0 1 3 0 737 19 15 0 1 0 29963877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 3431 809 371 3 0 531 0
[pid=27040] ppid=26987 vsize=807356 CPUtime=4.98
/proc/27040/stat : 27040 (java) R 26987 26987 26613 0 -1 0 17799 0 1 0 489 9 0 0 25 0 8 0 29964650 826732544 17517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073648068 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27040/statm: 201839 17517 1506 14 0 189117 0
[pid=27040/tid=27041] ppid=26987 vsize=807356 CPUtime=0.72
/proc/27040/task/27041/stat : 27041 (java) S 26987 26987 26613 0 -1 64 11497 0 0 0 68 4 0 0 16 0 8 0 29964653 826732544 17517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27042] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27042/stat : 27042 (java) S 26987 26987 26613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29964654 826732544 17517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27043] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27043/stat : 27043 (java) S 26987 26987 26613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29964654 826732544 17517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27044] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27044/stat : 27044 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29964657 826732544 17517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27045] ppid=26987 vsize=807356 CPUtime=0.15
/proc/27040/task/27045/stat : 27045 (java) S 26987 26987 26613 0 -1 64 419 0 0 0 14 1 0 0 17 0 8 0 29964657 826732544 17517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27046] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27046/stat : 27046 (java) S 26987 26987 26613 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29964657 826732544 17517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27047] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27047/stat : 27047 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29964657 826732544 17517 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 821080

[startup+25.5577 s]
/proc/loadavg: 1.57 1.83 2.27 3/102 27047
/proc/meminfo: memFree=1704664/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=13724 CPUtime=7.59
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 1190 14737 0 1 3 0 737 19 15 0 1 0 29963877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 3431 809 371 3 0 531 0
[pid=27040] ppid=26987 vsize=807356 CPUtime=17.72
/proc/27040/stat : 27040 (java) R 26987 26987 26613 0 -1 0 22203 0 1 0 1760 12 0 0 25 0 8 0 29964650 826732544 21862 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073448213 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27040/statm: 201839 21862 1506 14 0 189117 0
[pid=27040/tid=27041] ppid=26987 vsize=807356 CPUtime=1.15
/proc/27040/task/27041/stat : 27041 (java) S 26987 26987 26613 0 -1 64 15841 0 0 0 109 6 0 0 16 0 8 0 29964653 826732544 21862 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27042] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27042/stat : 27042 (java) S 26987 26987 26613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29964654 826732544 21862 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27043] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27043/stat : 27043 (java) S 26987 26987 26613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29964654 826732544 21862 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27044] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27044/stat : 27044 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29964657 826732544 21862 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27045] ppid=26987 vsize=807356 CPUtime=0.15
/proc/27040/task/27045/stat : 27045 (java) S 26987 26987 26613 0 -1 64 420 0 0 0 14 1 0 0 16 0 8 0 29964657 826732544 21862 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27046] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27046/stat : 27046 (java) S 26987 26987 26613 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29964657 826732544 21862 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27047] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27047/stat : 27047 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29964657 826732544 21862 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 821080

[startup+51.1616 s]
/proc/loadavg: 1.86 1.88 2.27 3/102 27047
/proc/meminfo: memFree=1512216/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=13724 CPUtime=7.59
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 1190 14737 0 1 3 0 737 19 15 0 1 0 29963877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 3431 809 371 3 0 531 0
[pid=27040] ppid=26987 vsize=807356 CPUtime=43.03
/proc/27040/stat : 27040 (java) R 26987 26987 26613 0 -1 0 30718 0 1 0 4285 18 0 0 25 0 8 0 29964650 826732544 30265 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632697 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27040/statm: 201839 30265 1506 14 0 189117 0
[pid=27040/tid=27041] ppid=26987 vsize=807356 CPUtime=2.1
/proc/27040/task/27041/stat : 27041 (java) S 26987 26987 26613 0 -1 64 24244 0 0 0 199 11 0 0 16 0 8 0 29964653 826732544 30265 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27042] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27042/stat : 27042 (java) S 26987 26987 26613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29964654 826732544 30265 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27043] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27043/stat : 27043 (java) S 26987 26987 26613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29964654 826732544 30265 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27044] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27044/stat : 27044 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29964657 826732544 30265 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27045] ppid=26987 vsize=807356 CPUtime=0.15
/proc/27040/task/27045/stat : 27045 (java) S 26987 26987 26613 0 -1 64 420 0 0 0 14 1 0 0 17 0 8 0 29964657 826732544 30265 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27046] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27046/stat : 27046 (java) S 26987 26987 26613 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29964657 826732544 30265 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27040/tid=27047] ppid=26987 vsize=807356 CPUtime=0
/proc/27040/task/27047/stat : 27047 (java) S 26987 26987 26613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29964657 826732544 30265 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 821080

[startup+102.438 s]
/proc/loadavg: 2.26 1.97 2.28 3/102 27047
/proc/meminfo: memFree=1456472/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=13724 CPUtime=7.59
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 1190 14737 0 1 3 0 737 19 15 0 1 0 29963877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 3431 809 371 3 0 531 0
[pid=27040] ppid=26987 vsize=807356 CPUtime=93.69
/proc/27040/stat : 27040 (java) R 26987 26987 26613 0 -1 0 45014 0 1 0 9341 28 0 0 25 0 8 0 29964650 826732544 44328 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073660227 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27040/statm: 201839 44328 1506 14 0 189117 0
[pid=27040/tid=27041] ppid=26987 vsize=807356 CPUtime=3.95

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

/proc/loadavg: 4.41 3.25 2.68 3/95 27338
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=930.1
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73800 0 0 0 92766 244 0 0 25 0 1 0 29982500 304472064 70945 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528000 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 74334 70945 51 112 0 74218 0
Current children cumulated CPU time (s) 1114.17
Current children cumulated vsize (KiB) 395912

[startup+1183.51 s]
/proc/loadavg: 3.67 3.27 2.72 3/95 27338
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=989.99
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73800 0 0 0 98733 266 0 0 25 0 1 0 29982500 304472064 70945 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 74334 70945 51 112 0 74218 0
Current children cumulated CPU time (s) 1174.06
Current children cumulated vsize (KiB) 395912

[startup+1243.51 s]
/proc/loadavg: 2.80 3.10 2.70 3/95 27340
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=1049.86
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73810 0 0 0 104698 288 0 0 25 0 1 0 29982500 304472064 70955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528010 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 74334 70955 51 112 0 74218 0
Current children cumulated CPU time (s) 1233.93
Current children cumulated vsize (KiB) 395912

[startup+1303.61 s]
/proc/loadavg: 2.79 3.03 2.70 3/95 27346
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=1109.83
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73810 0 0 0 110674 309 0 0 25 0 1 0 29982500 304472064 70955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525192 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 74334 70955 51 112 0 74218 0
Current children cumulated CPU time (s) 1293.9
Current children cumulated vsize (KiB) 395912

[startup+1363.69 s]
/proc/loadavg: 3.08 3.07 2.73 3/95 27351
/proc/meminfo: memFree=16080/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=1169.74
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73810 0 0 0 116644 330 0 0 25 0 1 0 29982500 304472064 70955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 74334 70955 51 112 0 74218 0
Current children cumulated CPU time (s) 1353.81
Current children cumulated vsize (KiB) 395912

[startup+1423.73 s]
/proc/loadavg: 3.21 3.10 2.76 3/95 27361
/proc/meminfo: memFree=16080/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=1229.63
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73810 0 0 0 122609 354 0 0 25 0 1 0 29982500 304472064 70955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 74334 70955 51 112 0 74218 0
Current children cumulated CPU time (s) 1413.7
Current children cumulated vsize (KiB) 395912

[startup+1483.8 s]
/proc/loadavg: 4.03 3.33 2.86 3/95 27369
/proc/meminfo: memFree=16080/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=1289.56
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73810 0 0 0 128577 379 0 0 25 0 1 0 29982500 304472064 70955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525947 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 74334 70955 51 112 0 74218 0
Current children cumulated CPU time (s) 1473.63
Current children cumulated vsize (KiB) 395912

[startup+1543.82 s]
/proc/loadavg: 4.69 3.65 2.99 3/95 27382
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=1349.43
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73810 0 0 0 134540 403 0 0 25 0 1 0 29982500 304472064 70955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 74334 70955 51 112 0 74218 0
Current children cumulated CPU time (s) 1533.5
Current children cumulated vsize (KiB) 395912

[startup+1603.83 s]
/proc/loadavg: 3.56 3.53 2.99 3/95 27395
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=1409.27
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73810 0 0 0 140502 425 0 0 25 0 1 0 29982500 304472064 70955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 74334 70955 51 112 0 74218 0
Current children cumulated CPU time (s) 1593.34
Current children cumulated vsize (KiB) 395912

[startup+1663.92 s]
/proc/loadavg: 3.15 3.42 2.99 3/95 27400
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=1468.92
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73810 0 0 0 146454 438 0 0 25 0 1 0 29982500 304472064 70955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27048/statm: 74334 70955 51 112 0 74218 0
Current children cumulated CPU time (s) 1652.99
Current children cumulated vsize (KiB) 395912

[startup+1723.94 s]
/proc/loadavg: 3.09 3.35 2.99 4/95 27400
/proc/meminfo: memFree=15120/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=1528.37
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73810 0 0 0 152393 444 0 0 25 0 1 0 29982500 304472064 70955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528267 0 0 4096 3 0 0 0 17 1 0 0
/proc/27048/statm: 74334 70955 51 112 0 74218 0
Current children cumulated CPU time (s) 1712.44
Current children cumulated vsize (KiB) 395912

[startup+1784.01 s]
/proc/loadavg: 2.57 3.15 2.95 3/95 27400
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=1587.87
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73810 0 0 0 158338 449 0 0 25 0 1 0 29982500 304472064 70955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527048 0 0 4096 3 0 0 0 17 1 0 0
/proc/27048/statm: 74334 70955 51 112 0 74218 0
Current children cumulated CPU time (s) 1771.94
Current children cumulated vsize (KiB) 395912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.35 s]
/proc/loadavg: 2.34 3.04 2.91 3/95 27400
/proc/meminfo: memFree=15888/2055920 swapFree=4192812/4192956
[pid=26987] ppid=26985 vsize=98576 CPUtime=184.07
/proc/26987/stat : 26987 (sugar) S 26985 26987 26613 0 -1 4194304 22208 81501 0 2 132 15 18148 112 16 0 1 0 29963877 100941824 21530 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26987/statm: 24644 21530 373 3 0 21744 0
[pid=27048] ppid=26987 vsize=297336 CPUtime=1615.94
/proc/27048/stat : 27048 (minisat) R 26987 26987 26613 0 -1 0 73810 0 0 0 161143 451 0 0 25 0 1 0 29982500 304472064 70955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27048/statm: 74334 70955 51 112 0 74218 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 395912

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26987 and gives childrusage.ru_utime.tv_sec=182 childrusage.ru_utime.tv_usec=806209 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=300802
CPU time returned by wait4() is 184.107
while last known CPU time is 1800.07

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1813.65
CPU time (s): 1800.07
CPU user time (s): 1794.23
CPU system time (s): 5.84
CPU usage (%): 99.2511
Max. virtual memory (cumulated for all children) (KiB): 822084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.806
system time used= 1.3008
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103794
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10757
involuntary context switches= 15031

runsolver used 2.13468 s user time and 5.99209 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Jan 29 19:48:09 UTC 2007


IDJOB= 215622
IDBENCH= 5015
IDSOLVER= 86
FILE ID= node5/215622-1170100088

PBS_JOBID= 3689518

Free space on /tmp= 66554 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mps/mps-air04.xml
COMMAND LINE= /tmp/evaluation/215622-1170100088/solver /tmp/evaluation/215622-1170100088 /tmp/evaluation/215622-1170100088/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-215622-1170100088 -o ROOT/results/node5/solver-215622-1170100088 -C 1800 -M 900  /tmp/evaluation/215622-1170100088/solver /tmp/evaluation/215622-1170100088 /tmp/evaluation/215622-1170100088/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9397e7a00f5b089be9e90f3663b01b11

RANDOM SEED= 17692612

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.224
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.224
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:       1868000 kB
Buffers:         23256 kB
Cached:          62084 kB
SwapCached:          0 kB
Active:          98056 kB
Inactive:        36408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4784 kB
Writeback:           0 kB
Mapped:          67972 kB
Slab:            38784 kB
Committed_AS:   408964 kB
PageTables:       1900 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= 51238 MiB



End job on node5 on Mon Jan 29 20:18:25 UTC 2007