Trace number 248436

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) 1803.65 2027.97

General information on the benchmark

Nameprimes/primes-30/
primes-30-60-3-5.xml
MD5SUM3d041d73332540beef37bd599f20a283
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables100
Number of constraints60
Maximum constraint arity8
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.74	c # Sugar v0-40 (/tmp/evaluation/248436-1170110197/sugar-v0-40.jar)
0.74	
0.78	c # MAIN  BEGIN : /tmp/evaluation/248436-1170110197/unknown.xml [Mon Jan 29 23:36:39 2007]
0.78	c # CONVERT_XML  BEGIN : /tmp/evaluation/248436-1170110197/unknown.xml /tmp/evaluation/248436-1170110197/sugar30304.csp [Mon Jan 29 23:36:39 2007]
0.78	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/248436-1170110197/sugar-v0-40.jar -convert /tmp/evaluation/248436-1170110197/unknown.xml /tmp/evaluation/248436-1170110197/sugar30304.csp
2.64	c BEGIN convert /tmp/evaluation/248436-1170110197/unknown.xml
2.93	c END convert (0.293048 seconds)
2.96	c # CONVERT_XML  END : /tmp/evaluation/248436-1170110197/sugar30304.csp 7576 bytes (2 seconds) [Mon Jan 29 23:36:41 2007]
2.96	c # CONVERT_XML  CPU : 0.35 = 0 + 0 + 0.29 + 0.06
2.96	
2.96	c # GENERATE_SAT  BEGIN : /tmp/evaluation/248436-1170110197/sugar30304.bcnf [Mon Jan 29 23:36:41 2007]
2.96	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/248436-1170110197/sugar-v0-40.jar -bcnf -map /tmp/evaluation/248436-1170110197/sugar30304.map /tmp/evaluation/248436-1170110197/sugar30304.csp /tmp/evaluation/248436-1170110197/sugar30304.bcnf
3.12	c BEGIN parse /tmp/evaluation/248436-1170110197/sugar30304.csp
3.41	c END parse (0.297001 seconds)
3.41	c BEGIN simplify
3.42	c END simplify (0.003127 seconds)
3.42	c BEGIN encode /tmp/evaluation/248436-1170110197/sugar30304.bcnf
1976.27	
1976.27	s UNKNOWN
1976.27	c # INTERRUPTED
1976.27	c # MAIN  END :  (1975 seconds) [Tue Jan 30 00:09:34 2007]
1976.27	c # MAIN  CPU : 0.35 = 0 + 0 + 0.29 + 0.06
1976.27	

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/node17/watcher-248436-1170110197 -o ROOT/results/node17/solver-248436-1170110197 -C 1800 -M 900 /tmp/evaluation/248436-1170110197/solver /tmp/evaluation/248436-1170110197 /tmp/evaluation/248436-1170110197/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: 3.71 3.34 3.90 5/96 30305
/proc/meminfo: memFree=15432/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=18540 CPUtime=0
/proc/30304/stat : 30304 (runsolver) R 30302 30304 29127 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30974052 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30304/statm: 4635 279 244 17 0 2626 0

[startup+0.108924 s]
/proc/loadavg: 3.71 3.34 3.90 5/96 30305
/proc/meminfo: memFree=15432/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=5352 CPUtime=0
/proc/30304/stat : 30304 (solver) D 30302 30304 29127 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30974052 5480448 231 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 245482712359 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/30304/statm: 1338 231 193 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.516969 s]
/proc/loadavg: 3.71 3.34 3.90 5/96 30305
/proc/meminfo: memFree=15432/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=12404 CPUtime=0.01
/proc/30304/stat : 30304 (sugar) D 30302 30304 29127 0 -1 4194304 657 0 4 0 0 1 0 0 18 0 1 0 30974052 12701696 380 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/30304/statm: 3101 380 275 3 0 201 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12404

[startup+1.33805 s]
/proc/loadavg: 3.73 3.35 3.90 2/96 30306
/proc/meminfo: memFree=14984/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.04
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1108 0 4 0 3 1 0 0 15 0 1 0 30974052 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 805 368 3 0 531 0
[pid=30306] ppid=30304 vsize=292 CPUtime=0
/proc/30306/stat : 30306 (java) D 30304 30304 29127 0 -1 0 42 0 1 0 0 0 0 0 18 0 1 0 30974131 299008 31 18446744073709551615 134512640 134570532 4294956704 18446744073709551615 2864135 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/30306/statm: 73 31 25 14 0 3 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14016

[startup+2.97522 s]
/proc/loadavg: 3.73 3.35 3.90 2/95 30306
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1177 3844 4 30 3 1 29 6 17 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13724

[startup+6.17956 s]
/proc/loadavg: 3.83 3.37 3.91 3/103 30322
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1186 3844 4 30 3 1 29 6 15 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
[pid=30314] ppid=30304 vsize=807344 CPUtime=3.1
/proc/30314/stat : 30314 (java) R 30304 30304 29127 0 -1 0 5959 0 1 0 275 35 0 0 25 0 8 0 30974348 826720256 5709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073703111 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30314/statm: 201836 5709 1499 14 0 189114 0
[pid=30314/tid=30315] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30315/stat : 30315 (java) S 30304 30304 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30974356 826720256 5709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30316] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30316/stat : 30316 (java) S 30304 30304 29127 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30974356 826720256 5709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30317] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 30974356 826720256 5709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30318] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30304 30304 29127 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30974359 826720256 5709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30319] ppid=30304 vsize=807344 CPUtime=0.12
/proc/30314/task/30319/stat : 30319 (java) S 30304 30304 29127 0 -1 64 389 0 0 0 11 1 0 0 17 0 8 0 30974359 826720256 5709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30320] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30320/stat : 30320 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30974359 826720256 5709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30321] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30321/stat : 30321 (java) S 30304 30304 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30974359 826720256 5709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 821068

[startup+12.6602 s]
/proc/loadavg: 3.93 3.40 3.91 3/104 30324
/proc/meminfo: memFree=15176/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1186 3844 4 30 3 1 29 6 15 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
[pid=30314] ppid=30304 vsize=807344 CPUtime=9.32
/proc/30314/stat : 30314 (java) R 30304 30304 29127 0 -1 0 5960 0 1 0 852 80 0 0 25 0 8 0 30974348 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30314/statm: 201836 5710 1499 14 0 189114 0
[pid=30314/tid=30315] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30315/stat : 30315 (java) S 30304 30304 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30974356 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30316] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30316/stat : 30316 (java) S 30304 30304 29127 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30974356 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30317] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 30974356 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30318] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30304 30304 29127 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30974359 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30319] ppid=30304 vsize=807344 CPUtime=0.12
/proc/30314/task/30319/stat : 30319 (java) S 30304 30304 29127 0 -1 64 390 0 0 0 11 1 0 0 16 0 8 0 30974359 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30320] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30320/stat : 30320 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30974359 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30321] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30321/stat : 30321 (java) S 30304 30304 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30974359 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (KiB) 821068

[startup+25.5296 s]
/proc/loadavg: 3.86 3.40 3.91 2/94 30325
/proc/meminfo: memFree=1460440/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1186 3844 4 30 3 1 29 6 15 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
[pid=30314] ppid=30304 vsize=807344 CPUtime=21.6
/proc/30314/stat : 30314 (java) R 30304 30304 29127 0 -1 0 5960 0 1 0 1983 177 0 0 25 0 8 0 30974348 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073711975 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30314/statm: 201836 5710 1499 14 0 189114 0
[pid=30314/tid=30315] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30315/stat : 30315 (java) S 30304 30304 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30974356 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30316] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30316/stat : 30316 (java) S 30304 30304 29127 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30974356 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30317] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 30974356 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30318] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30304 30304 29127 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30974359 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30319] ppid=30304 vsize=807344 CPUtime=0.12
/proc/30314/task/30319/stat : 30319 (java) S 30304 30304 29127 0 -1 64 390 0 0 0 11 1 0 0 16 0 8 0 30974359 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30320] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30320/stat : 30320 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30974359 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30321] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30321/stat : 30321 (java) S 30304 30304 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30974359 826720256 5710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.99
Current children cumulated vsize (KiB) 821068

[startup+51.135 s]
/proc/loadavg: 3.61 3.38 3.88 2/94 30325
/proc/meminfo: memFree=1025752/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1186 3844 4 30 3 1 29 6 15 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
[pid=30314] ppid=30304 vsize=807344 CPUtime=45.92
/proc/30314/stat : 30314 (java) R 30304 30304 29127 0 -1 0 5961 0 1 0 4238 354 0 0 25 0 8 0 30974348 826720256 5711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30314/statm: 201836 5711 1499 14 0 189114 0
[pid=30314/tid=30315] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30315/stat : 30315 (java) S 30304 30304 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30974356 826720256 5711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30316] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30316/stat : 30316 (java) S 30304 30304 29127 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30974356 826720256 5711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30317] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 30974356 826720256 5711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30318] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30304 30304 29127 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30974359 826720256 5711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30319] ppid=30304 vsize=807344 CPUtime=0.12
/proc/30314/task/30319/stat : 30319 (java) S 30304 30304 29127 0 -1 64 390 0 0 0 11 1 0 0 16 0 8 0 30974359 826720256 5711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30320] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30320/stat : 30320 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30974359 826720256 5711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30321] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30321/stat : 30321 (java) S 30304 30304 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30974359 826720256 5711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.31
Current children cumulated vsize (KiB) 821068

[startup+102.424 s]
/proc/loadavg: 3.46 3.38 3.85 3/102 30395
/proc/meminfo: memFree=15192/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1186 3844 4 30 3 1 29 6 15 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
[pid=30314] ppid=30304 vsize=807344 CPUtime=95.9
/proc/30314/stat : 30314 (java) R 30304 30304 29127 0 -1 0 5962 0 1 0 8870 720 0 0 25 0 8 0 30974348 826720256 5712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073720298 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30314/statm: 201836 5712 1499 14 0 189114 0
[pid=30314/tid=30315] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30315/stat : 30315 (java) S 30304 30304 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30974356 826720256 5712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30316] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30316/stat : 30316 (java) S 30304 30304 29127 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30974356 826720256 5712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30317] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 30974356 826720256 5712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30318] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30304 30304 29127 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30974359 826720256 5712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30319] ppid=30304 vsize=807344 CPUtime=0.12
/proc/30314/task/30319/stat : 30319 (java) S 30304 30304 29127 0 -1 64 390 0 0 0 11 1 0 0 16 0 8 0 30974359 826720256 5712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30320] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30320/stat : 30320 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30974359 826720256 5712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30321] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30321/stat : 30321 (java) S 30304 30304 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30974359 826720256 5712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.29
Current children cumulated vsize (KiB) 821068

[startup+162.497 s]
/proc/loadavg: 3.44 3.38 3.82 3/102 30395
/proc/meminfo: memFree=15512/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1186 3844 4 30 3 1 29 6 15 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
[pid=30314] ppid=30304 vsize=807344 CPUtime=153.32
/proc/30314/stat : 30314 (java) R 30304 30304 29127 0 -1 0 5963 0 1 0 14184 1148 0 0 25 0 8 0 30974348 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073703582 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30314/statm: 201836 5713 1499 14 0 189114 0
[pid=30314/tid=30315] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30315/stat : 30315 (java) S 30304 30304 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30974356 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30316] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30316/stat : 30316 (java) S 30304 30304 29127 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30974356 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30317] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 30974356 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=30314/tid=30318] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30304 30304 29127 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30319] ppid=30304 vsize=807344 CPUtime=0.12
/proc/30314/task/30319/stat : 30319 (java) S 30304 30304 29127 0 -1 64 390 0 0 0 11 1 0 0 16 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30320] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30320/stat : 30320 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30321] ppid=30304 vsize=807344 CPUtime=0.05
/proc/30314/task/30321/stat : 30321 (java) S 30304 30304 29127 0 -1 64 1 0 0 0 2 3 0 0 15 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1551.89
Current children cumulated vsize (KiB) 821068

[startup+1784.05 s]
/proc/loadavg: 2.16 3.48 3.99 3/102 30709
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1186 3844 4 30 3 1 29 6 15 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
[pid=30314] ppid=30304 vsize=807344 CPUtime=1610.6
/proc/30314/stat : 30314 (java) R 30304 30304 29127 0 -1 0 5985 0 1 0 129630 31430 0 0 25 0 8 0 30974348 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073720298 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30314/statm: 201836 5735 1499 14 0 189114 0
[pid=30314/tid=30315] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30315/stat : 30315 (java) S 30304 30304 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30974356 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30314/tid=30316] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30316/stat : 30316 (java) S 30304 30304 29127 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30974356 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30317] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 30974356 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30318] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30304 30304 29127 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30319] ppid=30304 vsize=807344 CPUtime=0.12
/proc/30314/task/30319/stat : 30319 (java) S 30304 30304 29127 0 -1 64 390 0 0 0 11 1 0 0 16 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30320] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30320/stat : 30320 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30321] ppid=30304 vsize=807344 CPUtime=0.07
/proc/30314/task/30321/stat : 30321 (java) S 30304 30304 29127 0 -1 64 1 0 0 0 3 4 0 0 15 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1610.99
Current children cumulated vsize (KiB) 821068

[startup+1844.09 s]
/proc/loadavg: 2.18 3.24 3.87 3/102 30709
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1186 3844 4 30 3 1 29 6 15 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
[pid=30314] ppid=30304 vsize=807344 CPUtime=1669.63
/proc/30314/stat : 30314 (java) R 30304 30304 29127 0 -1 0 5985 0 1 0 130715 36248 0 0 25 0 8 0 30974348 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30314/statm: 201836 5735 1499 14 0 189114 0
[pid=30314/tid=30315] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30315/stat : 30315 (java) S 30304 30304 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30974356 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30314/tid=30316] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30316/stat : 30316 (java) S 30304 30304 29127 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30974356 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30317] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 30974356 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30318] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30304 30304 29127 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30319] ppid=30304 vsize=807344 CPUtime=0.12
/proc/30314/task/30319/stat : 30319 (java) S 30304 30304 29127 0 -1 64 390 0 0 0 11 1 0 0 16 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30320] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30320/stat : 30320 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30321] ppid=30304 vsize=807344 CPUtime=0.07
/proc/30314/task/30321/stat : 30321 (java) S 30304 30304 29127 0 -1 64 1 0 0 0 3 4 0 0 15 0 8 0 30974359 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1670.02
Current children cumulated vsize (KiB) 821068

[startup+1904.12 s]
/proc/loadavg: 2.10 3.03 3.76 3/102 30709
/proc/meminfo: memFree=15816/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1186 3844 4 30 3 1 29 6 15 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
[pid=30314] ppid=30304 vsize=807344 CPUtime=1728.7
/proc/30314/stat : 30314 (java) R 30304 30304 29127 0 -1 0 5986 0 1 0 131806 41064 0 0 25 0 8 0 30974348 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30314/statm: 201836 5736 1499 14 0 189114 0
[pid=30314/tid=30315] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30315/stat : 30315 (java) S 30304 30304 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30974356 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30316] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30316/stat : 30316 (java) S 30304 30304 29127 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30974356 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30317] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 30974356 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30318] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30304 30304 29127 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30319] ppid=30304 vsize=807344 CPUtime=0.12
/proc/30314/task/30319/stat : 30319 (java) S 30304 30304 29127 0 -1 64 390 0 0 0 11 1 0 0 16 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30320] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30320/stat : 30320 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30321] ppid=30304 vsize=807344 CPUtime=0.09
/proc/30314/task/30321/stat : 30321 (java) S 30304 30304 29127 0 -1 64 1 0 0 0 4 5 0 0 15 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1729.09
Current children cumulated vsize (KiB) 821068

[startup+1964.16 s]
/proc/loadavg: 2.16 2.88 3.66 3/102 30709
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1186 3844 4 30 3 1 29 6 15 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
[pid=30314] ppid=30304 vsize=807344 CPUtime=1787.72
/proc/30314/stat : 30314 (java) R 30304 30304 29127 0 -1 0 5986 0 1 0 132900 45872 0 0 25 0 8 0 30974348 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30314/statm: 201836 5736 1499 14 0 189114 0
[pid=30314/tid=30315] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30315/stat : 30315 (java) S 30304 30304 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30974356 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30316] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30316/stat : 30316 (java) S 30304 30304 29127 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30974356 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30317] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 30974356 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30318] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30304 30304 29127 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30319] ppid=30304 vsize=807344 CPUtime=0.12
/proc/30314/task/30319/stat : 30319 (java) S 30304 30304 29127 0 -1 64 390 0 0 0 11 1 0 0 16 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30320] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30320/stat : 30320 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30321] ppid=30304 vsize=807344 CPUtime=0.11
/proc/30314/task/30321/stat : 30321 (java) S 30304 30304 29127 0 -1 64 1 0 0 0 5 6 0 0 15 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1788.11
Current children cumulated vsize (KiB) 821068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1976.26 s]
/proc/loadavg: 2.19 2.85 3.64 3/102 30709
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=0.39
/proc/30304/stat : 30304 (sugar) S 30302 30304 29127 0 -1 4194304 1186 3844 4 30 3 1 29 6 15 0 1 0 30974052 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30304/statm: 3431 809 371 3 0 531 0
[pid=30314] ppid=30304 vsize=807344 CPUtime=1799.61
/proc/30314/stat : 30314 (java) R 30304 30304 29127 0 -1 0 5986 0 1 0 133118 46843 0 0 25 0 8 0 30974348 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30314/statm: 201836 5736 1499 14 0 189114 0
[pid=30314/tid=30315] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30315/stat : 30315 (java) S 30304 30304 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 30974356 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30316] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30316/stat : 30316 (java) S 30304 30304 29127 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 30974356 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30317] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30317/stat : 30317 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 30974356 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30318] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30318/stat : 30318 (java) S 30304 30304 29127 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30319] ppid=30304 vsize=807344 CPUtime=0.12
/proc/30314/task/30319/stat : 30319 (java) S 30304 30304 29127 0 -1 64 390 0 0 0 11 1 0 0 16 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30320] ppid=30304 vsize=807344 CPUtime=0
/proc/30314/task/30320/stat : 30320 (java) S 30304 30304 29127 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30314/tid=30321] ppid=30304 vsize=807344 CPUtime=0.11
/proc/30314/task/30321/stat : 30321 (java) S 30304 30304 29127 0 -1 64 1 0 0 0 5 6 0 0 15 0 8 0 30974359 826720256 5736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 821068

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

Sending SIGKILL to process tree (bottom up)

[startup+2024.2 s]
/proc/loadavg: 2.86 2.93 3.63 2/95 30714
/proc/meminfo: memFree=761936/2055920 swapFree=4192812/4192956
[pid=30304] ppid=30302 vsize=13724 CPUtime=3.82
/proc/30304/stat : 30304 (sugar) R 30302 30304 29127 0 -1 4194304 1209 3844 5 30 3 344 29 6 18 0 1 0 30974052 14053376 811 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245482886185 256 16384 4224 16386 0 0 0 17 0 0 0
/proc/30304/statm: 3431 811 373 3 0 531 0
[pid=30314] ppid=30304 vsize=0 CPUtime=1799.67
/proc/30314/stat : 30314 (java) Z 30304 30304 29127 0 -1 1036 6005 0 6 0 133119 46848 0 0 23 0 1 0 30974348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/30314/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1803.49
Current children cumulated vsize (KiB) 13724

Child ended because it received signal 9 (SIGKILL)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 30304 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=332949 childrusage.ru_stime.tv_sec=3 childrusage.ru_stime.tv_usec=682440
CPU time returned by wait4() is 4.01539
while last known CPU time is 1803.65

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

Real time (s): 2027.97
CPU time (s): 1803.65
CPU user time (s): 1331.51
CPU system time (s): 472.14
CPU usage (%): 88.9388
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.332949
system time used= 3.68244
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5053
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6133
involuntary context switches= 458

runsolver used 2.99954 s user time and 7.75482 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan 29 22:36:38 UTC 2007


IDJOB= 248436
IDBENCH= 11706
IDSOLVER= 86
FILE ID= node17/248436-1170110197

PBS_JOBID= 3689793

Free space on /tmp= 53788 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-60-3-5.xml
COMMAND LINE= /tmp/evaluation/248436-1170110197/solver /tmp/evaluation/248436-1170110197 /tmp/evaluation/248436-1170110197/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-248436-1170110197 -o ROOT/results/node17/solver-248436-1170110197 -C 1800 -M 900  /tmp/evaluation/248436-1170110197/solver /tmp/evaluation/248436-1170110197 /tmp/evaluation/248436-1170110197/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  3d041d73332540beef37bd599f20a283

RANDOM SEED= 845312555

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.229
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.229
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:         15272 kB
Buffers:         24460 kB
Cached:        1849552 kB
SwapCached:          0 kB
Active:         103292 kB
Inactive:      1842888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          829624 kB
Writeback:           0 kB
Mapped:          97792 kB
Slab:            79036 kB
Committed_AS:   744604 kB
PageTables:       2264 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= 44835 MiB



End job on node17 on Mon Jan 29 23:10:26 UTC 2007