Trace number 238768

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.06 1811.11

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-9_ext.xml
MD5SUMcb3a5c2104df8135afb4e0442892edcd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c # Sugar v0-40 (/tmp/evaluation/238768-1170108755/sugar-v0-40.jar)
0.16	
0.17	c # MAIN  BEGIN : /tmp/evaluation/238768-1170108755/unknown.xml [Mon Jan 29 23:12:36 2007]
0.17	c # CONVERT_XML  BEGIN : /tmp/evaluation/238768-1170108755/unknown.xml /tmp/evaluation/238768-1170108755/sugar28827.csp [Mon Jan 29 23:12:36 2007]
0.17	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238768-1170108755/sugar-v0-40.jar -convert /tmp/evaluation/238768-1170108755/unknown.xml /tmp/evaluation/238768-1170108755/sugar28827.csp
0.40	c BEGIN convert /tmp/evaluation/238768-1170108755/unknown.xml
1.05	c END convert (0.645502 seconds)
1.09	c # CONVERT_XML  END : /tmp/evaluation/238768-1170108755/sugar28827.csp 1866375 bytes (1 seconds) [Mon Jan 29 23:12:37 2007]
1.09	c # CONVERT_XML  CPU : 0.71 = 0 + 0 + 0.65 + 0.06
1.09	
1.09	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238768-1170108755/sugar28827.bcnf [Mon Jan 29 23:12:37 2007]
1.09	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238768-1170108755/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238768-1170108755/sugar28827.map /tmp/evaluation/238768-1170108755/sugar28827.csp /tmp/evaluation/238768-1170108755/sugar28827.bcnf
1.22	c BEGIN parse /tmp/evaluation/238768-1170108755/sugar28827.csp
115.02	c END parse (113.800048 seconds)
115.02	c BEGIN simplify
115.44	c END simplify (0.42132 seconds)
115.44	c BEGIN encode /tmp/evaluation/238768-1170108755/sugar28827.bcnf
118.05	c END encode (2.614052 seconds)
118.31	c # GENERATE_SAT  END : 18424 variables 91071 clauses 26422124 bytes (117 seconds) [Mon Jan 29 23:14:34 2007]
118.31	c # GENERATE_SAT  CPU : 116.37 = 0.15 + 0.01 + 115.08 + 1.13
118.31	
118.31	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238768-1170108755/sugar28827.bcnf [Mon Jan 29 23:14:34 2007]
118.31	c # CMD : /tmp/evaluation/238768-1170108755/minisat /tmp/evaluation/238768-1170108755/sugar28827.bcnf /tmp/evaluation/238768-1170108755/sugar28827.out
118.92	c ==================================[MINISAT]===================================
118.92	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
118.92	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
118.92	c ==============================================================================
118.92	c |         0 |   88578  6318496 |   29526       0        0     nan |  0.000 % |
119.03	c |       100 |   88587  6318496 |   32478      79      540     6.8 |  0.874 % |
119.11	c |       250 |   88600  6318496 |   35726     215     1770     8.2 |  0.912 % |
119.15	c |       476 |   88616  6318496 |   39299     425     3686     8.7 |  0.912 % |
119.20	c |       813 |   88625  6318496 |   43229     753     7302     9.7 |  0.912 % |
119.28	c |      1319 |   88642  6318496 |   47551    1239    13074    10.6 |  1.037 % |
119.40	c |      2078 |   88658  6318496 |   52307    1982    23247    11.7 |  1.037 % |
119.54	c |      3217 |   88667  6318496 |   57537    3112    46271    14.9 |  1.037 % |
119.72	c |      4927 |   88677  6318496 |   63291    4812    88034    18.3 |  1.037 % |
120.06	c |      7490 |   88686  6318496 |   69620    7366   160400    21.8 |  1.037 % |
120.64	c |     11334 |   88686  6318496 |   76582   11210   386867    34.5 |  1.037 % |
121.51	c |     17100 |   88693  6318496 |   84241   16969   658601    38.8 |  1.037 % |
123.59	c |     25749 |   88693  6318496 |   92665   25618  1371542    53.5 |  1.037 % |
127.69	c |     38724 |   88694  6318496 |  101931   38592  2486032    64.4 |  1.037 % |
134.63	c |     58187 |   88700  6318496 |  112124   58049  3944496    68.0 |  1.037 % |
149.98	c |     87380 |   87236  6284990 |  123337   87219  6507844    74.6 |  1.037 % |
178.73	c |    131169 |   87237  6284990 |  135671   20686  1940950    93.8 |  1.037 % |
211.14	c |    196853 |   87265  6284990 |  149238   86340  7428077    86.0 |  1.075 % |
282.70	c |    295379 |   87264  6284864 |  164162   50168  4083141    81.4 |  1.075 % |
388.85	c |    443168 |   87280  6284864 |  180578   53501  1789256    33.4 |  1.075 % |
537.87	c |    664853 |   86590  6282660 |  198636  111916  5492898    49.1 |  1.102 % |
764.35	c |    997378 |   83743  6273674 |  218499   75824  6434700    84.9 |  1.102 % |
1386.70	c |   1496167 |   83752  6273674 |  240349  171571 17099954    99.7 |  1.102 % |
1810.08	
1810.08	s UNKNOWN
1810.08	c # INTERRUPTED
1810.08	c # MAIN  END :  (1810 seconds) [Mon Jan 29 23:42:46 2007]
1810.08	c # MAIN  CPU : 117.1 = 0.16 + 0.02 + 115.73 + 1.19
1810.08	

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/node13/watcher-238768-1170108755 -o ROOT/results/node13/solver-238768-1170108755 -C 1800 -M 900 /tmp/evaluation/238768-1170108755/solver /tmp/evaluation/238768-1170108755 /tmp/evaluation/238768-1170108755/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: 2.27 2.26 2.46 3/94 28828
/proc/meminfo: memFree=863696/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=5352 CPUtime=0
/proc/28827/stat : 28827 (solver) R 28825 28827 28368 0 -1 4194304 197 0 0 0 0 0 0 0 20 0 1 0 30830007 5480448 164 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 269756852381 0 0 4096 0 0 0 0 17 1 0 0
/proc/28827/statm: 1338 164 136 169 0 49 0

[startup+0.103877 s]
/proc/loadavg: 2.27 2.26 2.46 3/94 28828
/proc/meminfo: memFree=863696/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=12272 CPUtime=0
/proc/28827/stat : 28827 (sugar) D 28825 28827 28368 0 -1 4194304 645 0 4 0 0 0 0 0 18 0 1 0 30830007 12566528 368 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/28827/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.514934 s]
/proc/loadavg: 2.27 2.26 2.46 3/94 28828
/proc/meminfo: memFree=863696/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=13724 CPUtime=0.04
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 30830007 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28827/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34405 s]
/proc/loadavg: 2.27 2.26 2.46 4/96 28838
/proc/meminfo: memFree=845760/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=13724 CPUtime=0.75
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 1186 7305 4 34 3 1 65 6 15 0 1 0 30830007 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28827/statm: 3431 809 371 3 0 531 0
[pid=28837] ppid=28827 vsize=807064 CPUtime=0.23
/proc/28837/stat : 28837 (java) R 28827 28827 28368 0 -1 0 3997 0 1 0 21 2 0 0 17 0 8 0 30830117 826433536 3748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073498022 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28837/statm: 201766 3748 1482 14 0 189044 0
[pid=28837/tid=28838] ppid=28827 vsize=807064 CPUtime=0
/proc/28837/task/28838/stat : 28838 (java) S 28827 28827 28368 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 30830120 826433536 3748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 820788

[startup+2.98527 s]
/proc/loadavg: 2.27 2.26 2.46 3/102 28844
/proc/meminfo: memFree=809872/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=13724 CPUtime=0.75
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 1186 7305 4 34 3 1 65 6 15 0 1 0 30830007 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28827/statm: 3431 809 371 3 0 531 0
[pid=28837] ppid=28827 vsize=807064 CPUtime=1.84
/proc/28837/stat : 28837 (java) R 28827 28827 28368 0 -1 0 12815 0 1 0 177 7 0 0 25 0 8 0 30830117 826433536 12551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28837/statm: 201766 12551 1494 14 0 189044 0
[pid=28837/tid=28838] ppid=28827 vsize=807064 CPUtime=0.47
/proc/28837/task/28838/stat : 28838 (java) R 28827 28827 28368 0 -1 64 6749 0 0 0 44 3 0 0 16 0 8 0 30830120 826433536 12551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154023785 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28839] ppid=28827 vsize=807064 CPUtime=0
/proc/28837/task/28839/stat : 28839 (java) S 28827 28827 28368 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30830121 826433536 12551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28840] ppid=28827 vsize=807064 CPUtime=0
/proc/28837/task/28840/stat : 28840 (java) S 28827 28827 28368 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30830121 826433536 12551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28841] ppid=28827 vsize=807064 CPUtime=0
/proc/28837/task/28841/stat : 28841 (java) S 28827 28827 28368 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30830125 826433536 12551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28842] ppid=28827 vsize=807064 CPUtime=0.05
/proc/28837/task/28842/stat : 28842 (java) S 28827 28827 28368 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30830125 826433536 12551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28843] ppid=28827 vsize=807064 CPUtime=0
/proc/28837/task/28843/stat : 28843 (java) S 28827 28827 28368 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30830125 826433536 12551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28844] ppid=28827 vsize=807064 CPUtime=0
/proc/28837/task/28844/stat : 28844 (java) S 28827 28827 28368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30830125 826433536 12551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 820788

[startup+6.1947 s]
/proc/loadavg: 2.25 2.26 2.46 3/102 28844
/proc/meminfo: memFree=702224/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=13724 CPUtime=0.75
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 1186 7305 4 34 3 1 65 6 15 0 1 0 30830007 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28827/statm: 3431 809 371 3 0 531 0
[pid=28837] ppid=28827 vsize=807332 CPUtime=5.01
/proc/28837/stat : 28837 (java) R 28827 28827 28368 0 -1 0 38679 0 1 0 482 19 0 0 25 0 8 0 30830117 826707968 38310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28837/statm: 201833 38310 1506 14 0 189111 0
[pid=28837/tid=28838] ppid=28827 vsize=807332 CPUtime=1.6
/proc/28837/task/28838/stat : 28838 (java) S 28827 28827 28368 0 -1 64 32352 0 0 0 146 14 0 0 16 0 8 0 30830120 826707968 38310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28839] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28839/stat : 28839 (java) S 28827 28827 28368 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30830121 826707968 38310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28840] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28840/stat : 28840 (java) S 28827 28827 28368 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30830121 826707968 38310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28841] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28841/stat : 28841 (java) S 28827 28827 28368 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30830125 826707968 38310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28842] ppid=28827 vsize=807332 CPUtime=0.13
/proc/28837/task/28842/stat : 28842 (java) S 28827 28827 28368 0 -1 64 395 0 0 0 13 0 0 0 17 0 8 0 30830125 826707968 38310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28843] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28843/stat : 28843 (java) S 28827 28827 28368 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30830125 826707968 38310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28844] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28844/stat : 28844 (java) S 28827 28827 28368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30830125 826707968 38310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 821056

[startup+12.6736 s]
/proc/loadavg: 2.23 2.25 2.46 3/102 28844
/proc/meminfo: memFree=591312/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=13724 CPUtime=0.75
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 1186 7305 4 34 3 1 65 6 15 0 1 0 30830007 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28827/statm: 3431 809 371 3 0 531 0
[pid=28837] ppid=28827 vsize=807332 CPUtime=11.41
/proc/28837/stat : 28837 (java) R 28827 28827 28368 0 -1 0 55061 0 1 0 1111 30 0 0 25 0 8 0 30830117 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28837/statm: 201833 54119 1507 14 0 189111 0
[pid=28837/tid=28838] ppid=28827 vsize=807332 CPUtime=4.33
/proc/28837/task/28838/stat : 28838 (java) R 28827 28827 28368 0 -1 64 48471 0 0 0 410 23 0 0 15 0 8 0 30830120 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822964 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28839] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28839/stat : 28839 (java) S 28827 28827 28368 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30830121 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28840] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28840/stat : 28840 (java) S 28827 28827 28368 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30830121 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28841] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28841/stat : 28841 (java) S 28827 28827 28368 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30830125 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28842] ppid=28827 vsize=807332 CPUtime=0.14
/proc/28837/task/28842/stat : 28842 (java) S 28827 28827 28368 0 -1 64 399 0 0 0 14 0 0 0 17 0 8 0 30830125 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28843] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28843/stat : 28843 (java) S 28827 28827 28368 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30830125 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28844] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28844/stat : 28844 (java) S 28827 28827 28368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30830125 826707968 54119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 821056

[startup+25.4742 s]
/proc/loadavg: 2.18 2.24 2.45 3/102 28844
/proc/meminfo: memFree=542992/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=13724 CPUtime=0.75
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 1186 7305 4 34 3 1 65 6 15 0 1 0 30830007 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28827/statm: 3431 809 371 3 0 531 0
[pid=28837] ppid=28827 vsize=807332 CPUtime=24.12
/proc/28837/stat : 28837 (java) R 28827 28827 28368 0 -1 0 56023 0 1 0 2373 39 0 0 25 0 8 0 30830117 826707968 54121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28837/statm: 201833 54121 1507 14 0 189111 0
[pid=28837/tid=28838] ppid=28827 vsize=807332 CPUtime=9.79
/proc/28837/task/28838/stat : 28838 (java) R 28827 28827 28368 0 -1 64 48922 0 0 0 951 28 0 0 15 0 8 0 30830120 826707968 54121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153823362 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28839] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28839/stat : 28839 (java) S 28827 28827 28368 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30830121 826707968 54121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28840] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28840/stat : 28840 (java) S 28827 28827 28368 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30830121 826707968 54121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28841] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28841/stat : 28841 (java) S 28827 28827 28368 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30830125 826707968 54121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28842] ppid=28827 vsize=807332 CPUtime=0.14
/proc/28837/task/28842/stat : 28842 (java) S 28827 28827 28368 0 -1 64 401 0 0 0 14 0 0 0 16 0 8 0 30830125 826707968 54121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28843] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28843/stat : 28843 (java) S 28827 28827 28368 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30830125 826707968 54121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28844] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28844/stat : 28844 (java) S 28827 28827 28368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30830125 826707968 54121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 821056

[startup+51.0835 s]
/proc/loadavg: 2.38 2.28 2.46 4/102 28844
/proc/meminfo: memFree=444688/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=13724 CPUtime=0.75
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 1186 7305 4 34 3 1 65 6 15 0 1 0 30830007 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28827/statm: 3431 809 371 3 0 531 0
[pid=28837] ppid=28827 vsize=807584 CPUtime=49.57
/proc/28837/stat : 28837 (java) R 28827 28827 28368 0 -1 0 59463 0 1 0 4903 54 0 0 25 0 8 0 30830117 826966016 54511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28837/statm: 201896 54511 1507 14 0 189174 0
[pid=28837/tid=28838] ppid=28827 vsize=807584 CPUtime=21.34
/proc/28837/task/28838/stat : 28838 (java) R 28827 28827 28368 0 -1 64 51425 0 0 0 2097 37 0 0 16 0 8 0 30830120 826966016 54511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155526113 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28839] ppid=28827 vsize=807584 CPUtime=0
/proc/28837/task/28839/stat : 28839 (java) S 28827 28827 28368 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30830121 826966016 54511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28840] ppid=28827 vsize=807584 CPUtime=0
/proc/28837/task/28840/stat : 28840 (java) S 28827 28827 28368 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30830121 826966016 54511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28841] ppid=28827 vsize=807584 CPUtime=0
/proc/28837/task/28841/stat : 28841 (java) S 28827 28827 28368 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30830125 826966016 54511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28842] ppid=28827 vsize=807584 CPUtime=0.14
/proc/28837/task/28842/stat : 28842 (java) S 28827 28827 28368 0 -1 64 401 0 0 0 14 0 0 0 17 0 8 0 30830125 826966016 54511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28843] ppid=28827 vsize=807584 CPUtime=0
/proc/28837/task/28843/stat : 28843 (java) S 28827 28827 28368 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30830125 826966016 54511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28844] ppid=28827 vsize=807584 CPUtime=0
/proc/28837/task/28844/stat : 28844 (java) S 28827 28827 28368 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30830125 826966016 54511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 821308

[startup+102.344 s]
/proc/loadavg: 2.40 2.30 2.45 3/102 28844
/proc/meminfo: memFree=128912/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=13724 CPUtime=0.75
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 1186 7305 4 34 3 1 65 6 15 0 1 0 30830007 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28827/statm: 3431 809 371 3 0 531 0
[pid=28837] ppid=28827 vsize=807332 CPUtime=100.54
/proc/28837/stat : 28837 (java) R 28827 28827 28368 0 -1 0 92070 0 1 0 9965 89 0 0 25 0 8 0 30830117 826707968 81850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747342 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28837/statm: 201833 81850 1507 14 0 189111 0
[pid=28837/tid=28838] ppid=28827 vsize=807332 CPUtime=45.1
/proc/28837/task/28838/stat : 28838 (java) S 28827 28827 28368 0 -1 64 82560 0 0 0 4446 64 0 0 16 0 8 0 30830120 826707968 81850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28839] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28839/stat : 28839 (java) S 28827 28827 28368 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30830121 826707968 81850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28840] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28840/stat : 28840 (java) S 28827 28827 28368 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30830121 826707968 81850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28841] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28841/stat : 28841 (java) S 28827 28827 28368 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30830125 826707968 81850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28842] ppid=28827 vsize=807332 CPUtime=0.14
/proc/28837/task/28842/stat : 28842 (java) S 28827 28827 28368 0 -1 64 401 0 0 0 14 0 0 0 17 0 8 0 30830125 826707968 81850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28843] ppid=28827 vsize=807332 CPUtime=0
/proc/28837/task/28843/stat : 28843 (java) S 28827 28827 28368 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30830125 826707968 81850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28837/tid=28844] ppid=28827 vsize=807332 CPUtime=0

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

/proc/loadavg: 2.00 1.97 2.12 3/89 29218
/proc/meminfo: memFree=1676984/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=129004 CPUtime=999.93
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 32762 0 0 0 99921 72 0 0 25 0 1 0 30841839 132100096 31723 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 32251 31723 52 112 0 32135 0
Current children cumulated CPU time (s) 1117.07
Current children cumulated vsize (KiB) 152804

[startup+1183.41 s]
/proc/loadavg: 2.00 1.97 2.11 3/89 29218
/proc/meminfo: memFree=1669368/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=136104 CPUtime=1059.66
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 34488 0 0 0 105892 74 0 0 25 0 1 0 30841839 139370496 33449 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 34026 33449 52 112 0 33910 0
Current children cumulated CPU time (s) 1176.8
Current children cumulated vsize (KiB) 159904

[startup+1243.48 s]
/proc/loadavg: 2.00 1.97 2.10 3/89 29218
/proc/meminfo: memFree=1667896/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=136104 CPUtime=1119.41
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 34488 0 0 0 111867 74 0 0 25 0 1 0 30841839 139370496 33449 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 34026 33449 52 112 0 33910 0
Current children cumulated CPU time (s) 1236.55
Current children cumulated vsize (KiB) 159904

[startup+1303.55 s]
/proc/loadavg: 2.00 1.97 2.09 3/89 29218
/proc/meminfo: memFree=1666616/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=136104 CPUtime=1179.17
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 34492 0 0 0 117842 75 0 0 25 0 1 0 30841839 139370496 33453 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 34026 33453 52 112 0 33910 0
Current children cumulated CPU time (s) 1296.31
Current children cumulated vsize (KiB) 159904

[startup+1363.62 s]
/proc/loadavg: 2.00 1.97 2.08 3/89 29218
/proc/meminfo: memFree=1666360/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=136104 CPUtime=1238.89
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 34495 0 0 0 123814 75 0 0 25 0 1 0 30841839 139370496 33456 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 34026 33456 52 112 0 33910 0
Current children cumulated CPU time (s) 1356.03
Current children cumulated vsize (KiB) 159904

[startup+1423.69 s]
/proc/loadavg: 2.00 1.97 2.08 3/89 29220
/proc/meminfo: memFree=1664120/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=136676 CPUtime=1298.64
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 34610 0 0 0 129789 75 0 0 25 0 1 0 30841839 139956224 33571 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 34169 33571 52 112 0 34053 0
Current children cumulated CPU time (s) 1415.78
Current children cumulated vsize (KiB) 160476

[startup+1483.76 s]
/proc/loadavg: 2.00 1.97 2.07 3/89 29220
/proc/meminfo: memFree=1653048/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=143236 CPUtime=1358.36
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 36298 0 0 0 135759 77 0 0 25 0 1 0 30841839 146673664 35259 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 35809 35259 52 112 0 35693 0
Current children cumulated CPU time (s) 1475.5
Current children cumulated vsize (KiB) 167036

[startup+1543.83 s]
/proc/loadavg: 2.00 1.97 2.07 3/89 29220
/proc/meminfo: memFree=1649656/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=143236 CPUtime=1418.09
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 36298 0 0 0 141732 77 0 0 25 0 1 0 30841839 146673664 35259 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 35809 35259 52 112 0 35693 0
Current children cumulated CPU time (s) 1535.23
Current children cumulated vsize (KiB) 167036

[startup+1603.89 s]
/proc/loadavg: 2.00 1.97 2.06 3/89 29220
/proc/meminfo: memFree=1648888/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=143236 CPUtime=1477.84
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 36298 0 0 0 147707 77 0 0 25 0 1 0 30841839 146673664 35259 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 35809 35259 52 112 0 35693 0
Current children cumulated CPU time (s) 1594.98
Current children cumulated vsize (KiB) 167036

[startup+1663.96 s]
/proc/loadavg: 2.00 1.97 2.05 3/89 29220
/proc/meminfo: memFree=1648184/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=143236 CPUtime=1537.57
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 36298 0 0 0 153680 77 0 0 25 0 1 0 30841839 146673664 35259 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 35809 35259 52 112 0 35693 0
Current children cumulated CPU time (s) 1654.71
Current children cumulated vsize (KiB) 167036

[startup+1724.03 s]
/proc/loadavg: 2.00 1.97 2.05 3/89 29220
/proc/meminfo: memFree=1647416/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=143236 CPUtime=1597.31
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 36298 0 0 0 159653 78 0 0 25 0 1 0 30841839 146673664 35259 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 35809 35259 52 112 0 35693 0
Current children cumulated CPU time (s) 1714.45
Current children cumulated vsize (KiB) 167036

[startup+1784.1 s]
/proc/loadavg: 2.06 1.99 2.05 3/89 29220
/proc/meminfo: memFree=1646904/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=143236 CPUtime=1657.06
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 36298 0 0 0 165628 78 0 0 25 0 1 0 30841839 146673664 35259 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 35809 35259 52 112 0 35693 0
Current children cumulated CPU time (s) 1774.2
Current children cumulated vsize (KiB) 167036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.08 s]
/proc/loadavg: 2.04 1.99 2.04 3/89 29220
/proc/meminfo: memFree=1646712/2055920 swapFree=4192812/4192956
[pid=28827] ppid=28825 vsize=23800 CPUtime=117.14
/proc/28827/stat : 28827 (sugar) S 28825 28827 28368 0 -1 4194304 3686 110654 4 35 19 3 11573 119 16 0 1 0 30830007 24371200 3170 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28827/statm: 5950 3170 373 3 0 3050 0
[pid=28845] ppid=28827 vsize=143236 CPUtime=1682.88
/proc/28845/stat : 28845 (minisat) R 28827 28827 28368 0 -1 0 36298 0 0 0 168210 78 0 0 25 0 1 0 30841839 146673664 35259 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28845/statm: 35809 35259 52 112 0 35693 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 167036

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28827 and gives childrusage.ru_utime.tv_sec=115 childrusage.ru_utime.tv_usec=925376 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=244810
CPU time returned by wait4() is 117.17
while last known CPU time is 1800.06

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

Real time (s): 1811.11
CPU time (s): 1800.06
CPU user time (s): 1798.02
CPU system time (s): 2.04
CPU usage (%): 99.3897
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.925
system time used= 1.24481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114426
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28672
involuntary context switches= 29858

runsolver used 2.41463 s user time and 5.71513 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Jan 29 22:12:35 UTC 2007


IDJOB= 238768
IDBENCH= 7019
IDSOLVER= 86
FILE ID= node13/238768-1170108755

PBS_JOBID= 3689918

Free space on /tmp= 60407 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-h-9_ext.xml
COMMAND LINE= /tmp/evaluation/238768-1170108755/solver /tmp/evaluation/238768-1170108755 /tmp/evaluation/238768-1170108755/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-238768-1170108755 -o ROOT/results/node13/solver-238768-1170108755 -C 1800 -M 900  /tmp/evaluation/238768-1170108755/solver /tmp/evaluation/238768-1170108755 /tmp/evaluation/238768-1170108755/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  cb3a5c2104df8135afb4e0442892edcd

RANDOM SEED= 872800371

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.236
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.236
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:        864368 kB
Buffers:          9524 kB
Cached:         948392 kB
SwapCached:          0 kB
Active:         181088 kB
Inactive:       924416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        864368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          205880 kB
Writeback:           0 kB
Mapped:         173096 kB
Slab:            70728 kB
Committed_AS:   811296 kB
PageTables:       2380 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= 66559 MiB



End job on node13 on Mon Jan 29 22:42:47 UTC 2007