Trace number 249034

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? 333.838 2541.78

General information on the benchmark

Nameprimes/primes-15/
primes-15-20-3-5.xml
MD5SUM237b55b1c2722d033802c7cea0488ab3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.023995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity8
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

11.53	c # Sugar v0-40 (/tmp/evaluation/249034-1170110747/sugar-v0-40.jar)
11.53	
12.40	c # MAIN  BEGIN : /tmp/evaluation/249034-1170110747/unknown.xml [Mon Jan 29 23:46:05 2007]
12.40	c # CONVERT_XML  BEGIN : /tmp/evaluation/249034-1170110747/unknown.xml /tmp/evaluation/249034-1170110747/sugar26908.csp [Mon Jan 29 23:46:06 2007]
12.40	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249034-1170110747/sugar-v0-40.jar -convert /tmp/evaluation/249034-1170110747/unknown.xml /tmp/evaluation/249034-1170110747/sugar26908.csp
260.98	c BEGIN convert /tmp/evaluation/249034-1170110747/unknown.xml
261.15	c END convert (0.177186 seconds)
261.20	c # CONVERT_XML  END : /tmp/evaluation/249034-1170110747/sugar26908.csp 3506 bytes (249 seconds) [Mon Jan 29 23:50:15 2007]
261.20	c # CONVERT_XML  CPU : 0.25 = 0 + 0 + 0.22 + 0.03
261.20	
261.20	c # GENERATE_SAT  BEGIN : /tmp/evaluation/249034-1170110747/sugar26908.bcnf [Mon Jan 29 23:50:15 2007]
261.20	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249034-1170110747/sugar-v0-40.jar -bcnf -map /tmp/evaluation/249034-1170110747/sugar26908.map /tmp/evaluation/249034-1170110747/sugar26908.csp /tmp/evaluation/249034-1170110747/sugar26908.bcnf
261.31	c BEGIN parse /tmp/evaluation/249034-1170110747/sugar26908.csp
261.50	c END parse (0.194596 seconds)
261.51	c BEGIN simplify
261.51	c END simplify (5.97E-4 seconds)
261.51	c BEGIN encode /tmp/evaluation/249034-1170110747/sugar26908.bcnf
2230.10	c END encode (1968.587416 seconds)
2232.26	c # GENERATE_SAT  END : 227880 variables 366742502 clauses 5864842008 bytes (1971 seconds) [Tue Jan 30 00:23:06 2007]
2232.26	c # GENERATE_SAT  CPU : 332.61 = 0 + 0 + 309.84 + 22.77
2232.26	
2232.26	c # SOLVE_SAT  BEGIN : /tmp/evaluation/249034-1170110747/sugar26908.bcnf [Tue Jan 30 00:23:06 2007]
2233.15	c # CMD : /tmp/evaluation/249034-1170110747/minisat /tmp/evaluation/249034-1170110747/sugar26908.bcnf /tmp/evaluation/249034-1170110747/sugar26908.out
2236.21	c ERROR! Could not open file: /tmp/evaluation/249034-1170110747/sugar26908.bcnf
2236.21	s UNKNOWN
2236.21	c # ERROR No such file or directory /tmp/evaluation/249034-1170110747/sugar26908.out, at /tmp/evaluation/249034-1170110747/sugar line 393.
2236.21	
2236.21	c # MAIN  END :  (2225 seconds) [Tue Jan 30 00:23:10 2007]
2236.21	c # MAIN  CPU : 332.86 = 0 + 0 + 310.06 + 22.8
2236.21	

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/node76/watcher-249034-1170110747 -o ROOT/results/node76/solver-249034-1170110747 -C 1800 -M 900 /tmp/evaluation/249034-1170110747/solver /tmp/evaluation/249034-1170110747 /tmp/evaluation/249034-1170110747/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: 7.31 9.30 8.30 5/86 26909
/proc/meminfo: memFree=15680/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=5360 CPUtime=0
/proc/26908/stat : 26908 (solver) D 26906 26908 25827 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 31033681 5488640 229 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 206843737111 0 0 4096 0 18446744071563611212 0 0 17 0 0 0
/proc/26908/statm: 1340 229 191 169 0 50 0

[startup+0.103134 s]
/proc/loadavg: 7.31 9.30 8.30 5/86 26909
/proc/meminfo: memFree=15680/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=5360 CPUtime=0
/proc/26908/stat : 26908 (solver) D 26906 26908 25827 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 31033681 5488640 229 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 206843737111 0 0 4096 0 18446744071563611212 0 0 17 0 0 0
/proc/26908/statm: 1340 229 191 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.511181 s]
/proc/loadavg: 7.31 9.30 8.30 5/86 26909
/proc/meminfo: memFree=15680/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=5360 CPUtime=0
/proc/26908/stat : 26908 (solver) D 26906 26908 25827 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 31033681 5488640 229 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 206843737111 0 0 4096 0 18446744071563611212 0 0 17 0 0 0
/proc/26908/statm: 1340 229 191 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.33228 s]
/proc/loadavg: 7.31 9.30 8.30 2/86 26909
/proc/meminfo: memFree=15168/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=2504 CPUtime=0
/proc/26908/stat : 26908 (sugar) D 26906 26908 25827 0 -1 4194304 285 0 1 0 0 0 0 0 18 0 1 0 31033681 2564096 24 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206841118992 0 0 4096 0 18446744071563611212 0 0 17 0 0 0
/proc/26908/statm: 626 24 18 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+2.97047 s]
/proc/loadavg: 7.31 9.30 8.30 2/86 26909
/proc/meminfo: memFree=14848/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=7508 CPUtime=0
/proc/26908/stat : 26908 (sugar) D 26906 26908 25827 0 -1 4194304 309 0 2 0 0 0 0 0 18 0 1 0 31033681 7688192 49 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206841118992 0 0 4096 0 18446744071563481621 0 0 17 0 0 0
/proc/26908/statm: 1877 49 37 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7508

[startup+6.25185 s]
/proc/loadavg: 7.21 9.24 8.29 2/86 26909
/proc/meminfo: memFree=15424/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=12276 CPUtime=0
/proc/26908/stat : 26908 (sugar) D 26906 26908 25827 0 -1 4194304 639 0 4 0 0 0 0 0 18 0 1 0 31033681 12570624 365 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 0 18446744071563481621 0 0 17 0 0 0
/proc/26908/statm: 3069 365 276 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12276

[startup+12.7126 s]
/proc/loadavg: 6.86 9.10 8.25 2/87 26910
/proc/meminfo: memFree=16312/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.03
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1087 0 4 0 3 0 0 0 18 0 1 0 31033681 14057472 801 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26908/statm: 3432 801 365 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13728

[startup+25.5291 s]
/proc/loadavg: 6.73 9.00 8.22 2/89 26913
/proc/meminfo: memFree=16168/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.03
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1087 0 4 0 3 0 0 0 18 0 1 0 31033681 14057472 801 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26908/statm: 3432 801 365 3 0 531 0
[pid=26911] ppid=26908 vsize=13728 CPUtime=0
/proc/26911/stat : 26911 (sugar) D 26908 26908 25827 0 -1 4194368 14 0 0 0 0 0 0 0 19 0 1 0 31034922 14057472 803 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206843737111 0 0 4096 16386 18446744071563611212 0 0 17 0 0 0
/proc/26911/statm: 3432 803 367 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27456

[startup+51.1591 s]
/proc/loadavg: 6.08 8.66 8.13 1/89 26913
/proc/meminfo: memFree=17064/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.03
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1087 0 4 0 3 0 0 0 18 0 1 0 31033681 14057472 801 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26908/statm: 3432 801 365 3 0 531 0
[pid=26911] ppid=26908 vsize=13728 CPUtime=0
/proc/26911/stat : 26911 (sugar) D 26908 26908 25827 0 -1 4194368 14 0 0 0 0 0 0 0 19 0 1 0 31034922 14057472 803 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206843737111 0 0 4096 16386 18446744071563611212 0 0 17 0 0 0
/proc/26911/statm: 3432 803 367 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27456

[startup+102.418 s]
/proc/loadavg: 5.47 8.10 7.97 1/89 26913
/proc/meminfo: memFree=23848/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.03
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1087 0 4 0 3 0 0 0 18 0 1 0 31033681 14057472 801 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26908/statm: 3432 801 365 3 0 531 0
[pid=26911] ppid=26908 vsize=13728 CPUtime=0
/proc/26911/stat : 26911 (sugar) D 26908 26908 25827 0 -1 4194368 14 0 0 0 0 0 0 0 19 0 1 0 31034922 14057472 803 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206843737111 0 0 4096 16386 18446744071563611212 0 0 17 0 0 0
/proc/26911/statm: 3432 803 367 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27456

[startup+162.5 s]
/proc/loadavg: 5.16 7.49 7.76 1/89 26913
/proc/meminfo: memFree=32168/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.03
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1087 0 4 0 3 0 0 0 18 0 1 0 31033681 14057472 801 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26908/statm: 3432 801 365 3 0 531 0
[pid=26911] ppid=26908 vsize=13728 CPUtime=0
/proc/26911/stat : 26911 (sugar) D 26908 26908 25827 0 -1 4194368 14 0 0 0 0 0 0 0 19 0 1 0 31034922 14057472 803 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206843737111 0 0 4096 16386 18446744071563611212 0 0 17 0 0 0
/proc/26911/statm: 3432 803 367 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27456

[startup+222.58 s]
/proc/loadavg: 5.13 7.08 7.61 1/89 26913
/proc/meminfo: memFree=40168/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.03
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1087 0 4 0 3 0 0 0 18 0 1 0 31033681 14057472 801 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/26908/statm: 3432 801 365 3 0 531 0
[pid=26911] ppid=26908 vsize=13728 CPUtime=0
/proc/26911/stat : 26911 (sugar) D 26908 26908 25827 0 -1 4194368 14 0 0 0 0 0 0 0 19 0 1 0 31034922 14057472 803 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206843737111 0 0 4096 16386 18446744071563611212 0 0 17 0 0 0
/proc/26911/statm: 3432 803 367 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27456

[startup+282.641 s]
/proc/loadavg: 4.81 6.64 7.42 1/101 26935
/proc/meminfo: memFree=15624/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.28
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1182 3557 4 36 3 0 22 3 15 0 1 0 31033681 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26908/statm: 3432 808 370 3 0 531 0
[pid=26921] ppid=26908 vsize=807340 CPUtime=18.38
/proc/26921/stat : 26921 (java) R 26908 26908 25827 0 -1 0 4765 0 2 0 1722 116 0 0 25 0 8 0 31059801 826716160 4517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26921/statm: 201835 4517 1502 14 0 189112 0
[pid=26921/tid=26922] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26922/stat : 26922 (java) S 26908 26908 25827 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31059804 826716160 4517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26923] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26923/stat : 26923 (java) S 26908 26908 25827 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 31059804 826716160 4517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26924] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26924/stat : 26924 (java) S 26908 26908 25827 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31059804 826716160 4517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26925] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26925/stat : 26925 (java) S 26908 26908 25827 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31059807 826716160 4517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26926] ppid=26908 vsize=807340 CPUtime=0.09
/proc/26921/task/26926/stat : 26926 (java) S 26908 26908 25827 0 -1 64 371 0 0 0 9 0 0 0 16 0 8 0 31059807 826716160 4517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26921/tid=26927] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26927/stat : 26927 (java) S 26908 26908 25827 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31059808 826716160 4517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26928] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26928/stat : 26928 (java) S 26908 26908 25827 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31059808 826716160 4517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.66
Current children cumulated vsize (KiB) 821068

[startup+342.701 s]
/proc/loadavg: 7.23 6.99 7.49 1/101 26935
/proc/meminfo: memFree=19016/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.28
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1182 3557 4 36 3 0 22 3 15 0 1 0 31033681 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26908/statm: 3432 808 370 3 0 531 0
[pid=26921] ppid=26908 vsize=807340 CPUtime=25.28
/proc/26921/stat : 26921 (java) D 26908 26908 25827 0 -1 0 4766 0 2 0 2335 193 0 0 25 0 8 0 31059801 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26921/statm: 201835 4518 1502 14 0 189112 0
[pid=26921/tid=26922] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26922/stat : 26922 (java) S 26908 26908 25827 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31059804 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26923] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26923/stat : 26923 (java) S 26908 26908 25827 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 31059804 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26924] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26924/stat : 26924 (java) S 26908 26908 25827 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31059804 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26925] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26925/stat : 26925 (java) S 26908 26908 25827 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31059807 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26926] ppid=26908 vsize=807340 CPUtime=0.09
/proc/26921/task/26926/stat : 26926 (java) S 26908 26908 25827 0 -1 64 371 0 0 0 9 0 0 0 16 0 8 0 31059807 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26921/tid=26927] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26927/stat : 26927 (java) S 26908 26908 25827 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31059808 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26928] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26928/stat : 26928 (java) S 26908 26908 25827 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31059808 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 821068

[startup+402.75 s]
/proc/loadavg: 8.35 7.35 7.58 1/101 26935
/proc/meminfo: memFree=26056/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.28
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1182 3557 4 36 3 0 22 3 15 0 1 0 31033681 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26908/statm: 3432 808 370 3 0 531 0
[pid=26921] ppid=26908 vsize=807340 CPUtime=25.28
/proc/26921/stat : 26921 (java) D 26908 26908 25827 0 -1 0 4766 0 2 0 2335 193 0 0 25 0 8 0 31059801 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26921/statm: 201835 4518 1502 14 0 189112 0
[pid=26921/tid=26922] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26922/stat : 26922 (java) S 26908 26908 25827 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31059804 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26923] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26923/stat : 26923 (java) S 26908 26908 25827 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 31059804 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26924] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26924/stat : 26924 (java) S 26908 26908 25827 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31059804 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26925] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26925/stat : 26925 (java) S 26908 26908 25827 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31059807 826716160 4518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26926] ppid=26908 vsize=807340 CPUtime=0.09

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

/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1182 3557 4 36 3 0 22 3 15 0 1 0 31033681 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26908/statm: 3432 808 370 3 0 531 0
[pid=26921] ppid=26908 vsize=807340 CPUtime=275.58
/proc/26921/stat : 26921 (java) D 26908 26908 25827 0 -1 0 4790 0 2 0 25685 1873 0 0 23 0 8 0 31059801 826716160 4542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26921/statm: 201835 4542 1502 14 0 189112 0
[pid=26921/tid=26922] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26922/stat : 26922 (java) S 26908 26908 25827 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31059804 826716160 4542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26921/tid=26923] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26923/stat : 26923 (java) S 26908 26908 25827 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 31059804 826716160 4542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26924] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26924/stat : 26924 (java) S 26908 26908 25827 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31059804 826716160 4542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26925] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26925/stat : 26925 (java) S 26908 26908 25827 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31059807 826716160 4542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26926] ppid=26908 vsize=807340 CPUtime=0.09
/proc/26921/task/26926/stat : 26926 (java) S 26908 26908 25827 0 -1 64 372 0 0 0 9 0 0 0 16 0 8 0 31059807 826716160 4542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26927] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26927/stat : 26927 (java) S 26908 26908 25827 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31059808 826716160 4542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26928] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26928/stat : 26928 (java) S 26908 26908 25827 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31059808 826716160 4542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.86
Current children cumulated vsize (KiB) 821068

[startup+2024.12 s]
/proc/loadavg: 4.66 5.03 5.58 3/94 27186
/proc/meminfo: memFree=16320/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.28
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1182 3557 4 36 3 0 22 3 15 0 1 0 31033681 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26908/statm: 3432 808 370 3 0 531 0
[pid=26921] ppid=26908 vsize=807340 CPUtime=279.97
/proc/26921/stat : 26921 (java) D 26908 26908 25827 0 -1 0 4791 0 2 0 26093 1904 0 0 25 0 8 0 31059801 826716160 4543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26921/statm: 201835 4543 1502 14 0 189112 0
[pid=26921/tid=26922] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26922/stat : 26922 (java) S 26908 26908 25827 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31059804 826716160 4543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26923] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26923/stat : 26923 (java) S 26908 26908 25827 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 31059804 826716160 4543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26924] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26924/stat : 26924 (java) S 26908 26908 25827 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31059804 826716160 4543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26925] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26925/stat : 26925 (java) S 26908 26908 25827 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31059807 826716160 4543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26926] ppid=26908 vsize=807340 CPUtime=0.09
/proc/26921/task/26926/stat : 26926 (java) S 26908 26908 25827 0 -1 64 372 0 0 0 9 0 0 0 16 0 8 0 31059807 826716160 4543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26927] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26927/stat : 26927 (java) S 26908 26908 25827 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31059808 826716160 4543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26928] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26928/stat : 26928 (java) S 26908 26908 25827 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31059808 826716160 4543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.25
Current children cumulated vsize (KiB) 821068

[startup+2084.17 s]
/proc/loadavg: 4.87 5.02 5.54 1/94 27186
/proc/meminfo: memFree=15360/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.28
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1182 3557 4 36 3 0 22 3 15 0 1 0 31033681 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26908/statm: 3432 808 370 3 0 531 0
[pid=26921] ppid=26908 vsize=807340 CPUtime=293.42
/proc/26921/stat : 26921 (java) D 26908 26908 25827 0 -1 0 4794 0 2 0 27344 1998 0 0 25 0 8 0 31059801 826716160 4546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26921/statm: 201835 4546 1502 14 0 189112 0
[pid=26921/tid=26922] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26922/stat : 26922 (java) S 26908 26908 25827 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31059804 826716160 4546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26923] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26923/stat : 26923 (java) S 26908 26908 25827 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 31059804 826716160 4546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26924] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26924/stat : 26924 (java) S 26908 26908 25827 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31059804 826716160 4546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26925] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26925/stat : 26925 (java) S 26908 26908 25827 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31059807 826716160 4546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26926] ppid=26908 vsize=807340 CPUtime=0.09
/proc/26921/task/26926/stat : 26926 (java) S 26908 26908 25827 0 -1 64 372 0 0 0 9 0 0 0 16 0 8 0 31059807 826716160 4546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26927] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26927/stat : 26927 (java) S 26908 26908 25827 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31059808 826716160 4546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26928] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26928/stat : 26928 (java) S 26908 26908 25827 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31059808 826716160 4546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 293.7
Current children cumulated vsize (KiB) 821068

[startup+2144.2 s]
/proc/loadavg: 4.98 5.03 5.51 1/94 27186
/proc/meminfo: memFree=16320/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.28
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1182 3557 4 36 3 0 22 3 15 0 1 0 31033681 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26908/statm: 3432 808 370 3 0 531 0
[pid=26921] ppid=26908 vsize=807340 CPUtime=308.7
/proc/26921/stat : 26921 (java) D 26908 26908 25827 0 -1 0 4797 0 2 0 28761 2109 0 0 20 0 8 0 31059801 826716160 4549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26921/statm: 201835 4549 1502 14 0 189112 0
[pid=26921/tid=26922] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26922/stat : 26922 (java) S 26908 26908 25827 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31059804 826716160 4549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26923] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26923/stat : 26923 (java) S 26908 26908 25827 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 31059804 826716160 4549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26924] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26924/stat : 26924 (java) S 26908 26908 25827 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31059804 826716160 4549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26925] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26925/stat : 26925 (java) S 26908 26908 25827 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31059807 826716160 4549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26926] ppid=26908 vsize=807340 CPUtime=0.09
/proc/26921/task/26926/stat : 26926 (java) S 26908 26908 25827 0 -1 64 372 0 0 0 9 0 0 0 16 0 8 0 31059807 826716160 4549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26927] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26927/stat : 26927 (java) S 26908 26908 25827 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31059808 826716160 4549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26928] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26928/stat : 26928 (java) S 26908 26908 25827 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31059808 826716160 4549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 308.98
Current children cumulated vsize (KiB) 821068

[startup+2204.22 s]
/proc/loadavg: 4.99 5.02 5.47 1/94 27186
/proc/meminfo: memFree=15104/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13728 CPUtime=0.28
/proc/26908/stat : 26908 (sugar) S 26906 26908 25827 0 -1 4194304 1182 3557 4 36 3 0 22 3 15 0 1 0 31033681 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/26908/statm: 3432 808 370 3 0 531 0
[pid=26921] ppid=26908 vsize=807340 CPUtime=326.73
/proc/26921/stat : 26921 (java) R 26908 26908 25827 0 -1 0 4801 0 2 0 30439 2234 0 0 19 0 8 0 31059801 826716160 4553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26921/statm: 201835 4553 1502 14 0 189112 0
[pid=26921/tid=26922] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26922/stat : 26922 (java) S 26908 26908 25827 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31059804 826716160 4553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26921/tid=26923] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26923/stat : 26923 (java) S 26908 26908 25827 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 31059804 826716160 4553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26924] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26924/stat : 26924 (java) S 26908 26908 25827 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31059804 826716160 4553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26925] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26925/stat : 26925 (java) S 26908 26908 25827 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31059807 826716160 4553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26926] ppid=26908 vsize=807340 CPUtime=0.09
/proc/26921/task/26926/stat : 26926 (java) S 26908 26908 25827 0 -1 64 372 0 0 0 9 0 0 0 16 0 8 0 31059807 826716160 4553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26927] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26927/stat : 26927 (java) S 26908 26908 25827 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31059808 826716160 4553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26921/tid=26928] ppid=26908 vsize=807340 CPUtime=0
/proc/26921/task/26928/stat : 26928 (java) S 26908 26908 25827 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31059808 826716160 4553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 327.01
Current children cumulated vsize (KiB) 821068

[startup+2264.25 s]
/proc/loadavg: 5.08 5.04 5.45 1/86 27187
/proc/meminfo: memFree=886080/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13860 CPUtime=333.45
/proc/26908/stat : 26908 (sugar) D 26906 26908 25827 0 -1 4194304 1360 8441 6 46 3 56 31006 2280 22 0 1 0 31033681 14192640 855 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206843911465 0 0 4224 16386 18446744071563480660 0 0 17 0 0 0
/proc/26908/statm: 3465 855 376 3 0 564 0
Current children cumulated CPU time (s) 333.45
Current children cumulated vsize (KiB) 13860

[startup+2324.26 s]
/proc/loadavg: 4.93 4.99 5.41 2/86 27188
/proc/meminfo: memFree=426880/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13860 CPUtime=333.68
/proc/26908/stat : 26908 (sugar) D 26906 26908 25827 0 -1 4194304 1360 8441 6 46 3 79 31006 2280 18 0 1 0 31033681 14192640 855 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206843911465 0 0 4224 16386 18446744071563611212 0 0 17 1 0 0
/proc/26908/statm: 3465 855 376 3 0 564 0
Current children cumulated CPU time (s) 333.68
Current children cumulated vsize (KiB) 13860

[startup+2384.32 s]
/proc/loadavg: 4.97 4.99 5.38 1/86 27188
/proc/meminfo: memFree=86272/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13860 CPUtime=333.71
/proc/26908/stat : 26908 (sugar) D 26906 26908 25827 0 -1 4194304 1360 8441 6 46 3 82 31006 2280 18 0 1 0 31033681 14192640 855 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206843911465 0 0 4224 16386 18446744071563611212 0 0 17 1 0 0
/proc/26908/statm: 3465 855 376 3 0 564 0
Current children cumulated CPU time (s) 333.71
Current children cumulated vsize (KiB) 13860

[startup+2444.37 s]
/proc/loadavg: 4.35 4.81 5.29 1/86 27189
/proc/meminfo: memFree=24704/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13860 CPUtime=333.71
/proc/26908/stat : 26908 (sugar) D 26906 26908 25827 0 -1 4194304 1360 8441 6 46 3 82 31006 2280 18 0 1 0 31033681 14192640 855 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206843911465 0 0 4224 16386 18446744072099210073 0 0 17 1 0 0
/proc/26908/statm: 3465 855 376 3 0 564 0
Current children cumulated CPU time (s) 333.71
Current children cumulated vsize (KiB) 13860

[startup+2504.41 s]
/proc/loadavg: 4.18 4.67 5.21 1/86 27189
/proc/meminfo: memFree=37312/2055888 swapFree=4096420/4096564
[pid=26908] ppid=26906 vsize=13860 CPUtime=333.71
/proc/26908/stat : 26908 (sugar) D 26906 26908 25827 0 -1 4194304 1360 8441 6 46 3 82 31006 2280 18 0 1 0 31033681 14192640 855 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206843911465 0 0 4224 16386 18446744072099210073 0 0 17 1 0 0
/proc/26908/statm: 3465 855 376 3 0 564 0
Current children cumulated CPU time (s) 333.71
Current children cumulated vsize (KiB) 13860

Child status: 1
Real time (s): 2541.78
CPU time (s): 333.838
CPU user time (s): 310.106
CPU system time (s): 23.7324
CPU usage (%): 13.134
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.106
system time used= 23.7324
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9855
page faults= 52
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42911
involuntary context switches= 17029

runsolver used 3.02454 s user time and 6.95494 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan 29 22:45:53 UTC 2007


IDJOB= 249034
IDBENCH= 11752
IDSOLVER= 86
FILE ID= node76/249034-1170110747

PBS_JOBID= 3689823

Free space on /tmp= 58333 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-20-3-5.xml
COMMAND LINE= /tmp/evaluation/249034-1170110747/solver /tmp/evaluation/249034-1170110747 /tmp/evaluation/249034-1170110747/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-249034-1170110747 -o ROOT/results/node76/solver-249034-1170110747 -C 1800 -M 900  /tmp/evaluation/249034-1170110747/solver /tmp/evaluation/249034-1170110747 /tmp/evaluation/249034-1170110747/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  237b55b1c2722d033802c7cea0488ab3

RANDOM SEED= 627047720

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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:         14944 kB
Buffers:         10244 kB
Cached:        1817868 kB
SwapCached:          0 kB
Active:         141424 kB
Inactive:      1800256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:         14944 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:          648632 kB
Writeback:           0 kB
Mapped:         130460 kB
Slab:            84576 kB
Committed_AS:   721116 kB
PageTables:       2044 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 53434 MiB



End job on node76 on Mon Jan 29 23:28:27 UTC 2007