Trace number 223595

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.15 1803.51

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-55_ext.xml
MD5SUMc4eaf58bbed1b596e02395ab602941fd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.21836
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/223595-1170102833/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/223595-1170102833/unknown.xml [Mon Jan 29 21:33:55 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/223595-1170102833/unknown.xml /tmp/evaluation/223595-1170102833/sugar26865.csp [Mon Jan 29 21:33:55 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223595-1170102833/sugar-v0-40.jar -convert /tmp/evaluation/223595-1170102833/unknown.xml /tmp/evaluation/223595-1170102833/sugar26865.csp
0.16	c BEGIN convert /tmp/evaluation/223595-1170102833/unknown.xml
0.75	c END convert (0.581757 seconds)
1.01	c # CONVERT_XML  END : /tmp/evaluation/223595-1170102833/sugar26865.csp 1722998 bytes (1 seconds) [Mon Jan 29 21:33:56 2007]
1.01	c # CONVERT_XML  CPU : 0.69 = 0 + 0 + 0.64 + 0.05
1.01	
1.01	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223595-1170102833/sugar26865.bcnf [Mon Jan 29 21:33:56 2007]
1.01	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223595-1170102833/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223595-1170102833/sugar26865.map /tmp/evaluation/223595-1170102833/sugar26865.csp /tmp/evaluation/223595-1170102833/sugar26865.bcnf
1.13	c BEGIN parse /tmp/evaluation/223595-1170102833/sugar26865.csp
309.34	c END parse (308.205916 seconds)
309.34	c BEGIN simplify
310.38	c END simplify (1.038792 seconds)
310.38	c BEGIN encode /tmp/evaluation/223595-1170102833/sugar26865.bcnf
317.88	c END encode (7.505652 seconds)
318.57	c # GENERATE_SAT  END : 54962 variables 159165 clauses 80672508 bytes (318 seconds) [Mon Jan 29 21:39:14 2007]
318.57	c # GENERATE_SAT  CPU : 317.35 = 0.5 + 0.04 + 314.88 + 1.93
318.57	
318.57	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223595-1170102833/sugar26865.bcnf [Mon Jan 29 21:39:14 2007]
318.57	c # CMD : /tmp/evaluation/223595-1170102833/minisat /tmp/evaluation/223595-1170102833/sugar26865.bcnf /tmp/evaluation/223595-1170102833/sugar26865.out
320.31	c ==================================[MINISAT]===================================
320.31	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
320.31	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
320.31	c ==============================================================================
320.31	c |         0 |  159165 20008918 |   53055       0        0     nan |  0.000 % |
320.50	c |       100 |  159169 20008918 |   58360      96    10970   114.3 |  0.000 % |
320.80	c |       251 |  159172 20008918 |   64196     244    21349    87.5 |  0.000 % |
321.17	c |       476 |  159176 20008918 |   70616     465    39654    85.3 |  0.000 % |
321.89	c |       813 |  159178 20008918 |   77677     800    79531    99.4 |  0.000 % |
322.89	c |      1319 |  159178 20008918 |   85445    1306   116289    89.0 |  0.000 % |
324.46	c |      2078 |  159179 20008918 |   93990    2064   160651    77.8 |  0.000 % |
326.46	c |      3218 |  159181 20008918 |  103389    3202   222279    69.4 |  0.000 % |
330.50	c |      4927 |  159184 20008918 |  113728    4908   392522    80.0 |  0.000 % |
336.93	c |      7489 |  159187 20008918 |  125100    7467   587813    78.7 |  0.000 % |
345.15	c |     11333 |  159196 20008918 |  137611   11302   869312    76.9 |  0.000 % |
364.35	c |     17099 |  159201 20008918 |  151372   17063  1496182    87.7 |  0.000 % |
390.83	c |     25748 |  159207 20008918 |  166509   25706  2141804    83.3 |  0.000 % |
439.75	c |     38722 |  159220 20008918 |  183160   38667  3352719    86.7 |  0.000 % |
513.60	c |     58183 |  159224 20008918 |  201476   58124  5081897    87.4 |  0.000 % |
658.07	c |     87375 |  159236 20008918 |  221623   87304  8154749    93.4 |  0.000 % |
920.45	c |    131164 |  159242 20008918 |  243786  131087 12980271    99.0 |  0.000 % |
1313.71	c |    196849 |  159255 20008918 |  268164  196759 20908127   106.3 |  0.000 % |
1802.45	
1802.45	s UNKNOWN
1802.45	c # INTERRUPTED
1802.45	c # MAIN  END :  (1802 seconds) [Mon Jan 29 22:03:57 2007]
1802.45	c # MAIN  CPU : 318.04 = 0.5 + 0.04 + 315.52 + 1.98
1802.45	

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/node6/watcher-223595-1170102833 -o ROOT/results/node6/solver-223595-1170102833 -C 1800 -M 900 /tmp/evaluation/223595-1170102833/solver /tmp/evaluation/223595-1170102833 /tmp/evaluation/223595-1170102833/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.37 1.72 1.95 5/87 26866
/proc/meminfo: memFree=1853720/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=12268 CPUtime=0
/proc/26865/stat : 26865 (sugar) R 26863 26865 26656 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 30238216 12562432 316 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268583008869 0 0 4224 0 0 0 0 17 1 0 0
/proc/26865/statm: 3067 316 241 3 0 167 0

[startup+0.109567 s]
/proc/loadavg: 1.37 1.72 1.95 5/87 26866
/proc/meminfo: memFree=1853720/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=13724 CPUtime=0.04
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30238216 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.517647 s]
/proc/loadavg: 1.37 1.72 1.95 5/87 26866
/proc/meminfo: memFree=1853720/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=13724 CPUtime=0.04
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30238216 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33981 s]
/proc/loadavg: 1.37 1.72 1.95 4/95 26882
/proc/meminfo: memFree=1845656/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=13724 CPUtime=0.73
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 1190 7672 0 1 3 1 64 5 15 0 1 0 30238216 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 3431 809 371 3 0 531 0
[pid=26875] ppid=26865 vsize=807064 CPUtime=0.31
/proc/26875/stat : 26875 (java) S 26865 26865 26656 0 -1 0 6333 0 1 0 27 4 0 0 18 0 8 0 30238317 826433536 6083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26875/statm: 201766 6083 1491 14 0 189044 0
[pid=26875/tid=26876] ppid=26865 vsize=807064 CPUtime=0.01
/proc/26875/task/26876/stat : 26876 (java) R 26865 26865 26656 0 -1 64 283 0 0 0 1 0 0 0 16 0 8 0 30238320 826433536 6083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26877] ppid=26865 vsize=807064 CPUtime=0
/proc/26875/task/26877/stat : 26877 (java) S 26865 26865 26656 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 30238321 826433536 6084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26878] ppid=26865 vsize=807064 CPUtime=0
/proc/26875/task/26878/stat : 26878 (java) S 26865 26865 26656 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 30238321 826433536 6085 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26879] ppid=26865 vsize=807064 CPUtime=0
/proc/26875/task/26879/stat : 26879 (java) S 26865 26865 26656 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30238324 826433536 6086 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26880] ppid=26865 vsize=807064 CPUtime=0.05
/proc/26875/task/26880/stat : 26880 (java) R 26865 26865 26656 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30238324 826433536 6087 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26881] ppid=26865 vsize=807064 CPUtime=0
/proc/26875/task/26881/stat : 26881 (java) S 26865 26865 26656 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30238324 826433536 6088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26882] ppid=26865 vsize=807064 CPUtime=0
/proc/26875/task/26882/stat : 26882 (java) S 26865 26865 26656 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238324 826433536 6089 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 820788

[startup+2.99314 s]
/proc/loadavg: 1.37 1.72 1.95 3/95 26882
/proc/meminfo: memFree=1815192/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=13724 CPUtime=0.73
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 1190 7672 0 1 3 1 64 5 15 0 1 0 30238216 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 3431 809 371 3 0 531 0
[pid=26875] ppid=26865 vsize=807064 CPUtime=1.96
/proc/26875/stat : 26875 (java) R 26865 26865 26656 0 -1 0 13601 0 1 0 187 9 0 0 25 0 8 0 30238317 826433536 13336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073482407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26875/statm: 201766 13336 1494 14 0 189044 0
[pid=26875/tid=26876] ppid=26865 vsize=807064 CPUtime=0.5
/proc/26875/task/26876/stat : 26876 (java) S 26865 26865 26656 0 -1 64 7534 0 0 0 46 4 0 0 16 0 8 0 30238320 826433536 13336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26877] ppid=26865 vsize=807064 CPUtime=0
/proc/26875/task/26877/stat : 26877 (java) S 26865 26865 26656 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238321 826433536 13336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26878] ppid=26865 vsize=807064 CPUtime=0
/proc/26875/task/26878/stat : 26878 (java) S 26865 26865 26656 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238321 826433536 13336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26879] ppid=26865 vsize=807064 CPUtime=0
/proc/26875/task/26879/stat : 26879 (java) S 26865 26865 26656 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30238324 826433536 13336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26880] ppid=26865 vsize=807064 CPUtime=0.05
/proc/26875/task/26880/stat : 26880 (java) S 26865 26865 26656 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30238324 826433536 13336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26881] ppid=26865 vsize=807064 CPUtime=0
/proc/26875/task/26881/stat : 26881 (java) S 26865 26865 26656 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30238324 826433536 13336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26882] ppid=26865 vsize=807064 CPUtime=0
/proc/26875/task/26882/stat : 26882 (java) S 26865 26865 26656 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238324 826433536 13336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 820788

[startup+6.28379 s]
/proc/loadavg: 1.42 1.73 1.95 3/95 26882
/proc/meminfo: memFree=1721304/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=13724 CPUtime=0.73
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 1190 7672 0 1 3 1 64 5 15 0 1 0 30238216 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 3431 809 371 3 0 531 0
[pid=26875] ppid=26865 vsize=807336 CPUtime=5.26
/proc/26875/stat : 26875 (java) R 26865 26865 26656 0 -1 0 38104 0 1 0 505 21 0 0 25 0 8 0 30238317 826712064 37731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073566885 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26875/statm: 201834 37731 1506 14 0 189112 0
[pid=26875/tid=26876] ppid=26865 vsize=807336 CPUtime=1.61
/proc/26875/task/26876/stat : 26876 (java) S 26865 26865 26656 0 -1 64 31777 0 0 0 147 14 0 0 16 0 8 0 30238320 826712064 37731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26877] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26877/stat : 26877 (java) S 26865 26865 26656 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238321 826712064 37731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26878] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26878/stat : 26878 (java) S 26865 26865 26656 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238321 826712064 37731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26879] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26879/stat : 26879 (java) S 26865 26865 26656 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30238324 826712064 37731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26880] ppid=26865 vsize=807336 CPUtime=0.12
/proc/26875/task/26880/stat : 26880 (java) S 26865 26865 26656 0 -1 64 396 0 0 0 12 0 0 0 16 0 8 0 30238324 826712064 37731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26881] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26881/stat : 26881 (java) S 26865 26865 26656 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30238324 826712064 37731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26882] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26882/stat : 26882 (java) S 26865 26865 26656 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238324 826712064 37731 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 821060

[startup+12.7831 s]
/proc/loadavg: 1.46 1.73 1.95 3/95 26882
/proc/meminfo: memFree=1638808/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=13724 CPUtime=0.73
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 1190 7672 0 1 3 1 64 5 15 0 1 0 30238216 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 3431 809 371 3 0 531 0
[pid=26875] ppid=26865 vsize=807336 CPUtime=11.75
/proc/26875/stat : 26875 (java) R 26865 26865 26656 0 -1 0 54768 0 1 0 1144 31 0 0 25 0 8 0 30238317 826712064 54143 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26875/statm: 201834 54143 1507 14 0 189112 0
[pid=26875/tid=26876] ppid=26865 vsize=807336 CPUtime=4.2
/proc/26875/task/26876/stat : 26876 (java) R 26865 26865 26656 0 -1 64 48215 0 0 0 396 24 0 0 16 0 8 0 30238320 826712064 54143 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26877] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26877/stat : 26877 (java) S 26865 26865 26656 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238321 826712064 54143 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26878] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26878/stat : 26878 (java) S 26865 26865 26656 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238321 826712064 54143 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26879] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26879/stat : 26879 (java) S 26865 26865 26656 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30238324 826712064 54143 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26880] ppid=26865 vsize=807336 CPUtime=0.13
/proc/26875/task/26880/stat : 26880 (java) S 26865 26865 26656 0 -1 64 399 0 0 0 13 0 0 0 16 0 8 0 30238324 826712064 54143 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26881] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26881/stat : 26881 (java) S 26865 26865 26656 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30238324 826712064 54143 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26882] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26882/stat : 26882 (java) S 26865 26865 26656 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238324 826712064 54143 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 821060

[startup+25.6546 s]
/proc/loadavg: 1.65 1.76 1.96 4/95 26882
/proc/meminfo: memFree=1638104/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=13724 CPUtime=0.73
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 1190 7672 0 1 3 1 64 5 15 0 1 0 30238216 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 3431 809 371 3 0 531 0
[pid=26875] ppid=26865 vsize=807336 CPUtime=24.61
/proc/26875/stat : 26875 (java) R 26865 26865 26656 0 -1 0 55951 0 1 0 2423 38 0 0 25 0 8 0 30238317 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073567036 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26875/statm: 201834 54115 1507 14 0 189112 0
[pid=26875/tid=26876] ppid=26865 vsize=807336 CPUtime=9.41
/proc/26875/task/26876/stat : 26876 (java) S 26865 26865 26656 0 -1 64 48950 0 0 0 913 28 0 0 16 0 8 0 30238320 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26877] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26877/stat : 26877 (java) S 26865 26865 26656 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238321 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26878] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26878/stat : 26878 (java) S 26865 26865 26656 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238321 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26879] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26879/stat : 26879 (java) S 26865 26865 26656 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30238324 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26880] ppid=26865 vsize=807336 CPUtime=0.14
/proc/26875/task/26880/stat : 26880 (java) S 26865 26865 26656 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30238324 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26881] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26881/stat : 26881 (java) S 26865 26865 26656 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30238324 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26882] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26882/stat : 26882 (java) S 26865 26865 26656 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238324 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 821060

[startup+51.3107 s]
/proc/loadavg: 1.84 1.79 1.96 3/95 26882
/proc/meminfo: memFree=1637784/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=13724 CPUtime=0.73
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 1190 7672 0 1 3 1 64 5 15 0 1 0 30238216 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 3431 809 371 3 0 531 0
[pid=26875] ppid=26865 vsize=807336 CPUtime=50.25
/proc/26875/stat : 26875 (java) R 26865 26865 26656 0 -1 0 57643 0 1 0 4973 52 0 0 25 0 8 0 30238317 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26875/statm: 201834 54115 1507 14 0 189112 0
[pid=26875/tid=26876] ppid=26865 vsize=807336 CPUtime=19.96
/proc/26875/task/26876/stat : 26876 (java) R 26865 26865 26656 0 -1 64 49762 0 0 0 1959 37 0 0 15 0 8 0 30238320 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827297 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26877] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26877/stat : 26877 (java) S 26865 26865 26656 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238321 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26878] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26878/stat : 26878 (java) S 26865 26865 26656 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238321 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26879] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26879/stat : 26879 (java) S 26865 26865 26656 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30238324 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26880] ppid=26865 vsize=807336 CPUtime=0.14
/proc/26875/task/26880/stat : 26880 (java) S 26865 26865 26656 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30238324 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26881] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26881/stat : 26881 (java) S 26865 26865 26656 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30238324 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26875/tid=26882] ppid=26865 vsize=807336 CPUtime=0
/proc/26875/task/26882/stat : 26882 (java) S 26865 26865 26656 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238324 826712064 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 821060

[startup+102.517 s]
/proc/loadavg: 1.97 1.84 1.97 4/95 26884
/proc/meminfo: memFree=1545112/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=13724 CPUtime=0.73
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 1190 7672 0 1 3 1 64 5 15 0 1 0 30238216 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 3431 809 371 3 0 531 0
[pid=26875] ppid=26865 vsize=807336 CPUtime=101.42
/proc/26875/stat : 26875 (java) R 26865 26865 26656 0 -1 0 84093 0 1 0 10060 82 0 0 25 0 8 0 30238317 826712064 77052 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26875/statm: 201834 77052 1507 14 0 189112 0
[pid=26875/tid=26876] ppid=26865 vsize=807336 CPUtime=42.26

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

/proc/loadavg: 2.00 2.00 2.00 3/88 26885
/proc/meminfo: memFree=1568080/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=161236 CPUtime=804.64
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 40791 0 0 0 80416 48 0 0 25 0 1 0 30270073 165105664 39737 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26885/statm: 40309 39737 52 112 0 40193 0
Current children cumulated CPU time (s) 1122.72
Current children cumulated vsize (KiB) 204640

[startup+1183.65 s]
/proc/loadavg: 2.03 2.01 2.00 3/88 26885
/proc/meminfo: memFree=1562192/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=166784 CPUtime=864.68
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 42167 0 0 0 86418 50 0 0 25 0 1 0 30270073 170786816 41113 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/26885/statm: 41696 41113 52 112 0 41580 0
Current children cumulated CPU time (s) 1182.76
Current children cumulated vsize (KiB) 210188

[startup+1243.71 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 26885
/proc/meminfo: memFree=1557264/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=171320 CPUtime=924.72
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 43336 0 0 0 92421 51 0 0 25 0 1 0 30270073 175431680 42282 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26885/statm: 42830 42282 52 112 0 42714 0
Current children cumulated CPU time (s) 1242.8
Current children cumulated vsize (KiB) 214724

[startup+1303.79 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26885
/proc/meminfo: memFree=1551312/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=176752 CPUtime=984.78
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 44704 0 0 0 98425 53 0 0 25 0 1 0 30270073 180994048 43650 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26885/statm: 44188 43650 52 112 0 44072 0
Current children cumulated CPU time (s) 1302.86
Current children cumulated vsize (KiB) 220156

[startup+1363.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26885
/proc/meminfo: memFree=1546192/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=181432 CPUtime=1044.81
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 45857 0 0 0 104427 54 0 0 25 0 1 0 30270073 185786368 44803 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/26885/statm: 45358 44803 52 112 0 45242 0
Current children cumulated CPU time (s) 1362.89
Current children cumulated vsize (KiB) 224836

[startup+1423.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26885
/proc/meminfo: memFree=1541584/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=186056 CPUtime=1104.86
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 46915 0 0 0 110430 56 0 0 25 0 1 0 30270073 190521344 45861 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/26885/statm: 46514 45861 52 112 0 46398 0
Current children cumulated CPU time (s) 1422.94
Current children cumulated vsize (KiB) 229460

[startup+1483.97 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26885
/proc/meminfo: memFree=1537296/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=189636 CPUtime=1164.9
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 47846 0 0 0 116433 57 0 0 25 0 1 0 30270073 194187264 46792 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26885/statm: 47409 46792 52 112 0 47293 0
Current children cumulated CPU time (s) 1482.98
Current children cumulated vsize (KiB) 233040

[startup+1544.03 s]
/proc/loadavg: 2.05 2.01 2.00 3/88 26885
/proc/meminfo: memFree=1532688/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=193896 CPUtime=1224.94
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 48907 0 0 0 122436 58 0 0 25 0 1 0 30270073 198549504 47853 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/26885/statm: 48474 47853 52 112 0 48358 0
Current children cumulated CPU time (s) 1543.02
Current children cumulated vsize (KiB) 237300

[startup+1604.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 26885
/proc/meminfo: memFree=1528336/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=198080 CPUtime=1284.99
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 49953 0 0 0 128439 60 0 0 25 0 1 0 30270073 202833920 48899 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527072 0 0 4096 3 0 0 0 17 1 0 0
/proc/26885/statm: 49520 48899 52 112 0 49404 0
Current children cumulated CPU time (s) 1603.07
Current children cumulated vsize (KiB) 241484

[startup+1664.17 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 26993
/proc/meminfo: memFree=1522208/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=202620 CPUtime=1344.94
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 51084 0 0 0 134432 62 0 0 25 0 1 0 30270073 207482880 50030 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/26885/statm: 50655 50030 52 112 0 50539 0
Current children cumulated CPU time (s) 1663.02
Current children cumulated vsize (KiB) 246024

[startup+1724.25 s]
/proc/loadavg: 2.17 2.05 2.01 4/95 27147
/proc/meminfo: memFree=1197016/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=206720 CPUtime=1404.6
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 52129 0 0 0 140391 69 0 0 25 0 1 0 30270073 211681280 51075 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525907 0 0 4096 3 0 0 0 17 0 0 0
/proc/26885/statm: 51680 51075 52 112 0 51564 0
Current children cumulated CPU time (s) 1722.68
Current children cumulated vsize (KiB) 250124

[startup+1784.26 s]
/proc/loadavg: 2.47 2.14 2.04 3/95 27147
/proc/meminfo: memFree=1163352/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=211212 CPUtime=1464.03
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 53238 0 0 0 146333 70 0 0 25 0 1 0 30270073 216281088 52184 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26885/statm: 52803 52184 52 112 0 52687 0
Current children cumulated CPU time (s) 1782.11
Current children cumulated vsize (KiB) 254616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.44 s]
/proc/loadavg: 2.51 2.17 2.05 4/95 27147
/proc/meminfo: memFree=1144216/2055924 swapFree=4192812/4192956
[pid=26865] ppid=26863 vsize=43404 CPUtime=318.08
/proc/26865/stat : 26865 (sugar) S 26863 26865 26656 0 -1 4194304 8553 175521 0 2 53 5 31552 198 16 0 1 0 30238216 44445696 7968 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26865/statm: 10851 7968 373 3 0 7951 0
[pid=26885] ppid=26865 vsize=212612 CPUtime=1482.01
/proc/26885/stat : 26885 (minisat) R 26865 26865 26656 0 -1 0 53582 0 0 0 148131 70 0 0 25 0 1 0 30270073 217714688 52528 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/26885/statm: 53153 52528 52 112 0 53037 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 256016

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26865 and gives childrusage.ru_utime.tv_sec=316 childrusage.ru_utime.tv_usec=56952 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=87682
CPU time returned by wait4() is 318.145
while last known CPU time is 1800.15

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

Real time (s): 1803.51
CPU time (s): 1800.15
CPU user time (s): 1797.36
CPU system time (s): 2.79
CPU usage (%): 99.8139
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 316.057
system time used= 2.08768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184160
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= 49324
involuntary context switches= 45088

runsolver used 1.9787 s user time and 5.22321 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan 29 20:33:54 UTC 2007


IDJOB= 223595
IDBENCH= 5657
IDSOLVER= 86
FILE ID= node6/223595-1170102833

PBS_JOBID= 3689560

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-55_ext.xml
COMMAND LINE= /tmp/evaluation/223595-1170102833/solver /tmp/evaluation/223595-1170102833 /tmp/evaluation/223595-1170102833/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-223595-1170102833 -o ROOT/results/node6/solver-223595-1170102833 -C 1800 -M 900  /tmp/evaluation/223595-1170102833/solver /tmp/evaluation/223595-1170102833 /tmp/evaluation/223595-1170102833/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c4eaf58bbed1b596e02395ab602941fd

RANDOM SEED= 385602459

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.277
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.277
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:      2055924 kB
MemFree:       1854328 kB
Buffers:         23712 kB
Cached:          56596 kB
SwapCached:          0 kB
Active:         116632 kB
Inactive:        36640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1854328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1124 kB
Writeback:           0 kB
Mapped:          92656 kB
Slab:            33208 kB
Committed_AS:   444304 kB
PageTables:       2168 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= 66550 MiB



End job on node6 on Mon Jan 29 21:03:59 UTC 2007