Trace number 248878

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) 1801.76 2129.48

General information on the benchmark

Nameprimes/primes-25/
primes-25-40-3-7.xml
MD5SUMd815b5ee7029e9484a7eec15dc931632
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 constraints40
Maximum constraint arity10
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

1.52	c # Sugar v0-40 (/tmp/evaluation/248878-1170110586/sugar-v0-40.jar)
1.52	
1.57	c # MAIN  BEGIN : /tmp/evaluation/248878-1170110586/unknown.xml [Mon Jan 29 23:43:09 2007]
1.57	c # CONVERT_XML  BEGIN : /tmp/evaluation/248878-1170110586/unknown.xml /tmp/evaluation/248878-1170110586/sugar28935.csp [Mon Jan 29 23:43:09 2007]
1.57	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/248878-1170110586/sugar-v0-40.jar -convert /tmp/evaluation/248878-1170110586/unknown.xml /tmp/evaluation/248878-1170110586/sugar28935.csp
2.14	c BEGIN convert /tmp/evaluation/248878-1170110586/unknown.xml
2.41	c END convert (0.26781 seconds)
2.42	c # CONVERT_XML  END : /tmp/evaluation/248878-1170110586/sugar28935.csp 6451 bytes (1 seconds) [Mon Jan 29 23:43:10 2007]
2.42	c # CONVERT_XML  CPU : 0.32 = 0 + 0 + 0.27 + 0.05
2.42	
2.42	c # GENERATE_SAT  BEGIN : /tmp/evaluation/248878-1170110586/sugar28935.bcnf [Mon Jan 29 23:43:10 2007]
2.42	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/248878-1170110586/sugar-v0-40.jar -bcnf -map /tmp/evaluation/248878-1170110586/sugar28935.map /tmp/evaluation/248878-1170110586/sugar28935.csp /tmp/evaluation/248878-1170110586/sugar28935.bcnf
2.53	c BEGIN parse /tmp/evaluation/248878-1170110586/sugar28935.csp
2.81	c END parse (0.28327 seconds)
2.81	c BEGIN simplify
2.81	c END simplify (0.002988 seconds)
2.82	c BEGIN encode /tmp/evaluation/248878-1170110586/sugar28935.bcnf
2033.19	
2033.19	s UNKNOWN
2033.19	c # INTERRUPTED
2033.19	c # MAIN  END :  (2031 seconds) [Tue Jan 30 00:17:00 2007]
2033.19	c # MAIN  CPU : 0.32 = 0 + 0 + 0.27 + 0.05
2033.19	

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/node7/watcher-248878-1170110586 -o ROOT/results/node7/solver-248878-1170110586 -C 1800 -M 900 /tmp/evaluation/248878-1170110586/solver /tmp/evaluation/248878-1170110586 /tmp/evaluation/248878-1170110586/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.01 3.14 2.89 5/94 28936
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=18540 CPUtime=0
/proc/28935/stat : 28935 (runsolver) R 28933 28935 27251 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 31013450 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28935/statm: 4635 279 244 17 0 2626 0

[startup+0.110619 s]
/proc/loadavg: 3.01 3.14 2.89 5/94 28936
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=24 CPUtime=0
/proc/28935/stat : 28935 (sugar) D 28933 28935 27251 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 31013450 24576 1 18446744073709551615 0 0 548682069996 18446744073709551615 244671114535 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/28935/statm: 6 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24

[startup+0.518667 s]
/proc/loadavg: 3.01 3.14 2.89 5/94 28936
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=12268 CPUtime=0
/proc/28935/stat : 28935 (sugar) D 28933 28935 27251 0 -1 4194304 597 0 4 0 0 0 0 0 18 0 1 0 31013450 12562432 320 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/28935/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+1.33975 s]
/proc/loadavg: 3.01 3.14 2.89 1/94 28936
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=12668 CPUtime=0.01
/proc/28935/stat : 28935 (sugar) D 28933 28935 27251 0 -1 4194304 776 0 4 0 1 0 0 0 18 0 1 0 31013450 12972032 499 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/28935/statm: 3167 499 315 3 0 267 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12668

[startup+2.97992 s]
/proc/loadavg: 3.01 3.14 2.89 4/102 28944
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13724

[startup+6.18426 s]
/proc/loadavg: 3.01 3.14 2.89 2/102 28953
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
[pid=28945] ppid=28935 vsize=807344 CPUtime=1.6
/proc/28945/stat : 28945 (java) R 28935 28935 27251 0 -1 0 5958 0 1 0 143 17 0 0 24 0 8 0 31013692 826720256 5708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073700351 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28945/statm: 201836 5708 1497 14 0 189114 0
[pid=28945/tid=28946] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28946/stat : 28946 (java) S 28935 28935 27251 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31013695 826720256 5708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28947] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28947/stat : 28947 (java) S 28935 28935 27251 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31013695 826720256 5708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28948] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28948/stat : 28948 (java) S 28935 28935 27251 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31013695 826720256 5708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.1
/proc/28945/task/28950/stat : 28950 (java) S 28935 28935 27251 0 -1 64 386 0 0 0 10 0 0 0 16 0 8 0 31013698 826720256 5708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28951] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28951/stat : 28951 (java) S 28935 28935 27251 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31013698 826720256 5708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28952] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28952/stat : 28952 (java) S 28935 28935 27251 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 31013699 826720256 5708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 821068

[startup+12.6739 s]
/proc/loadavg: 2.94 3.11 2.89 3/102 28955
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
[pid=28945] ppid=28935 vsize=807344 CPUtime=6.07
/proc/28945/stat : 28945 (java) D 28935 28935 27251 0 -1 0 5963 0 1 0 555 52 0 0 18 0 8 0 31013692 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28945/statm: 201836 5713 1499 14 0 189114 0
[pid=28945/tid=28946] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28946/stat : 28946 (java) S 28935 28935 27251 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31013695 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28947] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28947/stat : 28947 (java) S 28935 28935 27251 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31013695 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28948] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28948/stat : 28948 (java) S 28935 28935 27251 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31013695 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.11
/proc/28945/task/28950/stat : 28950 (java) S 28935 28935 27251 0 -1 64 390 0 0 0 10 1 0 0 16 0 8 0 31013698 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28951] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28951/stat : 28951 (java) S 28935 28935 27251 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31013698 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28952] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28952/stat : 28952 (java) S 28935 28935 27251 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 31013699 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 821068

[startup+25.4745 s]
/proc/loadavg: 2.95 3.11 2.89 3/102 28958
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
[pid=28945] ppid=28935 vsize=807344 CPUtime=13.06
/proc/28945/stat : 28945 (java) R 28935 28935 27251 0 -1 0 5963 0 1 0 1206 100 0 0 25 0 8 0 31013692 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380308 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28945/statm: 201836 5713 1499 14 0 189114 0
[pid=28945/tid=28946] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28946/stat : 28946 (java) S 28935 28935 27251 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31013695 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28947] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28947/stat : 28947 (java) S 28935 28935 27251 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31013695 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28948] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28948/stat : 28948 (java) S 28935 28935 27251 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31013695 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.11
/proc/28945/task/28950/stat : 28950 (java) S 28935 28935 27251 0 -1 64 390 0 0 0 10 1 0 0 16 0 8 0 31013698 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28951] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28951/stat : 28951 (java) S 28935 28935 27251 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31013698 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28952] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28952/stat : 28952 (java) S 28935 28935 27251 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 31013699 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.42
Current children cumulated vsize (KiB) 821068

[startup+51.1218 s]
/proc/loadavg: 3.22 3.16 2.91 2/103 28961
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
[pid=28945] ppid=28935 vsize=807344 CPUtime=32.66
/proc/28945/stat : 28945 (java) R 28935 28935 27251 0 -1 0 5963 0 1 0 3017 249 0 0 25 0 8 0 31013692 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073697436 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28945/statm: 201836 5713 1499 14 0 189114 0
[pid=28945/tid=28946] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28946/stat : 28946 (java) S 28935 28935 27251 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31013695 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28947] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28947/stat : 28947 (java) S 28935 28935 27251 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31013695 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28948] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28948/stat : 28948 (java) S 28935 28935 27251 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31013695 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.11
/proc/28945/task/28950/stat : 28950 (java) S 28935 28935 27251 0 -1 64 390 0 0 0 10 1 0 0 16 0 8 0 31013698 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28951] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28951/stat : 28951 (java) S 28935 28935 27251 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31013698 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28952] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28952/stat : 28952 (java) S 28935 28935 27251 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 31013699 826720256 5713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.02
Current children cumulated vsize (KiB) 821068

[startup+102.424 s]
/proc/loadavg: 4.43 3.49 3.04 2/104 28980
/proc/meminfo: memFree=14960/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
[pid=28945] ppid=28935 vsize=807344 CPUtime=75.12
/proc/28945/stat : 28945 (java) D 28935 28935 27251 0 -1 0 5964 0 1 0 6925 587 0 0 21 0 8 0 31013692 826720256 5714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28945/statm: 201836 5714 1499 14 0 189114 0
[pid=28945/tid=28946] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28946/stat : 28946 (java) S 28935 28935 27251 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31013695 826720256 5714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28947] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28947/stat : 28947 (java) S 28935 28935 27251 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31013695 826720256 5714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28948] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28948/stat : 28948 (java) S 28935 28935 27251 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31013695 826720256 5714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.11
/proc/28945/task/28950/stat : 28950 (java) S 28935 28935 27251 0 -1 64 390 0 0 0 10 1 0 0 16 0 8 0 31013698 826720256 5714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28951] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28951/stat : 28951 (java) S 28935 28935 27251 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31013698 826720256 5714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28952] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28952/stat : 28952 (java) S 28935 28935 27251 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 31013699 826720256 5714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.48
Current children cumulated vsize (KiB) 821068

[startup+162.475 s]
/proc/loadavg: 5.68 3.95 3.21 3/108 28997
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
[pid=28945] ppid=28935 vsize=807344 CPUtime=131.46
/proc/28945/stat : 28945 (java) R 28935 28935 27251 0 -1 0 5966 0 1 0 12095 1051 0 0 25 0 8 0 31013692 826720256 5716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28945/statm: 201836 5716 1499 14 0 189114 0
[pid=28945/tid=28946] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28946/stat : 28946 (java) S 28935 28935 27251 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31013695 826720256 5716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28947] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28947/stat : 28947 (java) S 28935 28935 27251 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31013695 826720256 5716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28948] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28948/stat : 28948 (java) S 28935 28935 27251 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31013695 826720256 5716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.11

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

[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.11
/proc/28945/task/28950/stat : 28950 (java) S 28935 28935 27251 0 -1 64 390 0 0 0 10 1 0 0 16 0 8 0 31013698 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28951] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28951/stat : 28951 (java) S 28935 28935 27251 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31013698 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28952] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28952/stat : 28952 (java) S 28935 28935 27251 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 31013699 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1557.67
Current children cumulated vsize (KiB) 821068

[startup+1843.84 s]
/proc/loadavg: 2.43 3.02 4.05 3/104 29454
/proc/meminfo: memFree=15536/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
[pid=28945] ppid=28935 vsize=807344 CPUtime=1613.9
/proc/28945/stat : 28945 (java) R 28935 28935 27251 0 -1 0 5984 0 1 0 102465 58925 0 0 25 0 8 0 31013692 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073704926 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28945/statm: 201836 5734 1499 14 0 189114 0
[pid=28945/tid=28946] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28946/stat : 28946 (java) S 28935 28935 27251 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31013695 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28947] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28947/stat : 28947 (java) S 28935 28935 27251 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31013695 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28948] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28948/stat : 28948 (java) S 28935 28935 27251 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31013695 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.11
/proc/28945/task/28950/stat : 28950 (java) S 28935 28935 27251 0 -1 64 390 0 0 0 10 1 0 0 16 0 8 0 31013698 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28951] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28951/stat : 28951 (java) S 28935 28935 27251 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31013698 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28952] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28952/stat : 28952 (java) S 28935 28935 27251 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 31013699 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.26
Current children cumulated vsize (KiB) 821068

[startup+1903.85 s]
/proc/loadavg: 3.42 3.20 4.05 3/104 29467
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
[pid=28945] ppid=28935 vsize=807344 CPUtime=1672.75
/proc/28945/stat : 28945 (java) R 28935 28935 27251 0 -1 0 5984 0 1 0 103781 63494 0 0 25 0 8 0 31013692 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28945/statm: 201836 5734 1499 14 0 189114 0
[pid=28945/tid=28946] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28946/stat : 28946 (java) S 28935 28935 27251 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31013695 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28947] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28947/stat : 28947 (java) S 28935 28935 27251 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31013695 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28948] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28948/stat : 28948 (java) S 28935 28935 27251 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31013695 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.11
/proc/28945/task/28950/stat : 28950 (java) S 28935 28935 27251 0 -1 64 390 0 0 0 10 1 0 0 16 0 8 0 31013698 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28951] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28951/stat : 28951 (java) S 28935 28935 27251 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31013698 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28952] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28952/stat : 28952 (java) S 28935 28935 27251 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 31013699 826720256 5734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1673.11
Current children cumulated vsize (KiB) 821068

[startup+1963.87 s]
/proc/loadavg: 3.38 3.24 4.01 3/102 29472
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
[pid=28945] ppid=28935 vsize=807344 CPUtime=1731.77
/proc/28945/stat : 28945 (java) R 28935 28935 27251 0 -1 0 5985 0 1 0 105098 68079 0 0 25 0 8 0 31013692 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10884060 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28945/statm: 201836 5735 1499 14 0 189114 0
[pid=28945/tid=28946] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28946/stat : 28946 (java) S 28935 28935 27251 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31013695 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28947] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28947/stat : 28947 (java) S 28935 28935 27251 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31013695 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28948] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28948/stat : 28948 (java) S 28935 28935 27251 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31013695 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.11
/proc/28945/task/28950/stat : 28950 (java) S 28935 28935 27251 0 -1 64 390 0 0 0 10 1 0 0 16 0 8 0 31013698 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28951] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28951/stat : 28951 (java) S 28935 28935 27251 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31013698 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28952] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28952/stat : 28952 (java) S 28935 28935 27251 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 31013699 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) 1732.13
Current children cumulated vsize (KiB) 821068

[startup+2023.89 s]
/proc/loadavg: 2.71 3.08 3.91 3/102 29476
/proc/meminfo: memFree=15616/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
[pid=28945] ppid=28935 vsize=807344 CPUtime=1790.57
/proc/28945/stat : 28945 (java) R 28935 28935 27251 0 -1 0 5985 0 1 0 106422 72635 0 0 25 0 8 0 31013692 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28945/statm: 201836 5735 1499 14 0 189114 0
[pid=28945/tid=28946] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28946/stat : 28946 (java) S 28935 28935 27251 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31013695 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28947] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28947/stat : 28947 (java) S 28935 28935 27251 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31013695 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28948] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28948/stat : 28948 (java) S 28935 28935 27251 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31013695 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.11
/proc/28945/task/28950/stat : 28950 (java) S 28935 28935 27251 0 -1 64 390 0 0 0 10 1 0 0 16 0 8 0 31013698 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28951] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28951/stat : 28951 (java) S 28935 28935 27251 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31013698 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28952] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28952/stat : 28952 (java) S 28935 28935 27251 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 31013699 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) 1790.93
Current children cumulated vsize (KiB) 821068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2033.17 s]
/proc/loadavg: 2.68 3.06 3.89 3/102 29476
/proc/meminfo: memFree=14848/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=0.36
/proc/28935/stat : 28935 (sugar) S 28933 28935 27251 0 -1 4194304 1186 3770 4 31 3 1 27 5 15 0 1 0 31013450 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28935/statm: 3431 809 371 3 0 531 0
[pid=28945] ppid=28935 vsize=807344 CPUtime=1799.72
/proc/28945/stat : 28945 (java) R 28935 28935 27251 0 -1 0 5985 0 1 0 106634 73338 0 0 25 0 8 0 31013692 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28945/statm: 201836 5735 1499 14 0 189114 0
[pid=28945/tid=28946] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28946/stat : 28946 (java) S 28935 28935 27251 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31013695 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28947] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28947/stat : 28947 (java) S 28935 28935 27251 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31013695 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28948] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28948/stat : 28948 (java) S 28935 28935 27251 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31013695 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28949] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28949/stat : 28949 (java) S 28935 28935 27251 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31013698 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28950] ppid=28935 vsize=807344 CPUtime=0.11
/proc/28945/task/28950/stat : 28950 (java) S 28935 28935 27251 0 -1 64 390 0 0 0 10 1 0 0 16 0 8 0 31013698 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28945/tid=28951] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28951/stat : 28951 (java) S 28935 28935 27251 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31013698 826720256 5735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28945/tid=28952] ppid=28935 vsize=807344 CPUtime=0
/proc/28945/task/28952/stat : 28952 (java) S 28935 28935 27251 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 31013699 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) 1800.08
Current children cumulated vsize (KiB) 821068

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

Sending SIGKILL to process tree (bottom up)

[startup+2083.92 s]
/proc/loadavg: 2.83 3.03 3.83 2/95 29484
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=28935] ppid=28933 vsize=13724 CPUtime=1.36
/proc/28935/stat : 28935 (sugar) D 28933 28935 27251 0 -1 4194304 1209 3770 5 31 3 101 27 5 18 0 1 0 31013450 14053376 811 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 244671288361 256 16384 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28935/statm: 3431 811 373 3 0 531 0
[pid=28945] ppid=28935 vsize=0 CPUtime=1799.76
/proc/28945/stat : 28945 (java) Z 28935 28935 27251 0 -1 1036 5999 0 4 0 106634 73342 0 0 22 0 1 0 31013692 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/28945/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.12
Current children cumulated vsize (KiB) 13724

Child ended because it received signal 9 (SIGKILL)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28935 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=309952 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=719738
CPU time returned by wait4() is 2.02969
while last known CPU time is 1801.76

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

Real time (s): 2129.48
CPU time (s): 1801.76
CPU user time (s): 1066.64
CPU system time (s): 735.12
CPU usage (%): 84.6105
Max. virtual memory (cumulated for all children) (KiB): 821584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.309952
system time used= 1.71974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4979
page faults= 36
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5202
involuntary context switches= 395

runsolver used 3.38248 s user time and 8.45971 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan 29 22:43:07 UTC 2007


IDJOB= 248878
IDBENCH= 11740
IDSOLVER= 86
FILE ID= node7/248878-1170110586

PBS_JOBID= 3689968

Free space on /tmp= 47681 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-25/primes-25-40-3-7.xml
COMMAND LINE= /tmp/evaluation/248878-1170110586/solver /tmp/evaluation/248878-1170110586 /tmp/evaluation/248878-1170110586/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-248878-1170110586 -o ROOT/results/node7/solver-248878-1170110586 -C 1800 -M 900  /tmp/evaluation/248878-1170110586/solver /tmp/evaluation/248878-1170110586 /tmp/evaluation/248878-1170110586/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d815b5ee7029e9484a7eec15dc931632

RANDOM SEED= 64748506

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.232
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.232
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:         15392 kB
Buffers:          2660 kB
Cached:        1276352 kB
SwapCached:          0 kB
Active:         720488 kB
Inactive:      1246924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          635280 kB
Writeback:         660 kB
Mapped:         713644 kB
Slab:            56568 kB
Committed_AS:  1208892 kB
PageTables:       3520 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= 53728 MiB



End job on node7 on Mon Jan 29 23:18:37 UTC 2007