Trace number 249515

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? 322.407 455.656

General information on the benchmark

Nameprimes/primes-20/
primes-20-20-2-3.xml
MD5SUM1b697170e03b9e628946f2ad1a6add25
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.021996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity5
Maximum domain size70
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)

1.38	c # Sugar v0-40 (/tmp/evaluation/249515-1170111640/sugar-v0-40.jar)
1.38	
1.41	c # MAIN  BEGIN : /tmp/evaluation/249515-1170111640/unknown.xml [Tue Jan 30 00:00:43 2007]
1.41	c # CONVERT_XML  BEGIN : /tmp/evaluation/249515-1170111640/unknown.xml /tmp/evaluation/249515-1170111640/sugar20082.csp [Tue Jan 30 00:00:43 2007]
1.41	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249515-1170111640/sugar-v0-40.jar -convert /tmp/evaluation/249515-1170111640/unknown.xml /tmp/evaluation/249515-1170111640/sugar20082.csp
1.65	c BEGIN convert /tmp/evaluation/249515-1170111640/unknown.xml
1.85	c END convert (0.197557 seconds)
1.87	c # CONVERT_XML  END : /tmp/evaluation/249515-1170111640/sugar20082.csp 3006 bytes (0 seconds) [Tue Jan 30 00:00:43 2007]
1.87	c # CONVERT_XML  CPU : 0.26 = 0 + 0 + 0.21 + 0.05
1.87	
1.87	c # GENERATE_SAT  BEGIN : /tmp/evaluation/249515-1170111640/sugar20082.bcnf [Tue Jan 30 00:00:43 2007]
1.87	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249515-1170111640/sugar-v0-40.jar -bcnf -map /tmp/evaluation/249515-1170111640/sugar20082.map /tmp/evaluation/249515-1170111640/sugar20082.csp /tmp/evaluation/249515-1170111640/sugar20082.bcnf
1.98	c BEGIN parse /tmp/evaluation/249515-1170111640/sugar20082.csp
2.13	c END parse (0.154242 seconds)
2.13	c BEGIN simplify
2.13	c END simplify (4.44E-4 seconds)
2.13	c BEGIN encode /tmp/evaluation/249515-1170111640/sugar20082.bcnf
428.28	c END encode (426.145599 seconds)
428.90	c # GENERATE_SAT  END : 140484 variables 348225450 clauses 5569541320 bytes (427 seconds) [Tue Jan 30 00:07:50 2007]
428.90	c # GENERATE_SAT  CPU : 321.47 = 0 + 0 + 297.48 + 23.99
428.90	
428.90	c # SOLVE_SAT  BEGIN : /tmp/evaluation/249515-1170111640/sugar20082.bcnf [Tue Jan 30 00:07:50 2007]
429.14	c # CMD : /tmp/evaluation/249515-1170111640/minisat /tmp/evaluation/249515-1170111640/sugar20082.bcnf /tmp/evaluation/249515-1170111640/sugar20082.out
429.48	c ERROR! Could not open file: /tmp/evaluation/249515-1170111640/sugar20082.bcnf
429.48	s UNKNOWN
429.49	c # ERROR No such file or directory /tmp/evaluation/249515-1170111640/sugar20082.out, at /tmp/evaluation/249515-1170111640/sugar line 393.
429.49	
429.49	c # MAIN  END :  (428 seconds) [Tue Jan 30 00:07:51 2007]
429.49	c # MAIN  CPU : 321.74 = 0 + 0 + 297.69 + 24.05
429.49	

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/node41/watcher-249515-1170111640 -o ROOT/results/node41/solver-249515-1170111640 -C 1800 -M 900 /tmp/evaluation/249515-1170111640/solver /tmp/evaluation/249515-1170111640 /tmp/evaluation/249515-1170111640/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: 5.90 6.87 4.69 5/81 20083
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=5352 CPUtime=0
/proc/20082/stat : 20082 (solver) D 20080 20082 19770 0 -1 4194304 264 0 0 0 0 0 0 0 21 0 1 0 31120090 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238390144295 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/20082/statm: 1338 231 193 169 0 49 0

[startup+0.105593 s]
/proc/loadavg: 5.90 6.87 4.69 5/81 20083
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=5352 CPUtime=0
/proc/20082/stat : 20082 (solver) D 20080 20082 19770 0 -1 4194304 264 0 0 0 0 0 0 0 21 0 1 0 31120090 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238390144295 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/20082/statm: 1338 231 193 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.513628 s]
/proc/loadavg: 5.90 6.87 4.69 5/81 20083
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=7504 CPUtime=0
/proc/20082/stat : 20082 (sugar) D 20080 20082 19770 0 -1 4194304 310 0 2 0 0 0 0 0 18 0 1 0 31120090 7684096 48 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238387528400 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/20082/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+1.3357 s]
/proc/loadavg: 5.90 6.87 4.69 2/81 20083
/proc/meminfo: memFree=15440/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=12668 CPUtime=0.01
/proc/20082/stat : 20082 (sugar) D 20080 20082 19770 0 -1 4194304 776 0 4 0 1 0 0 0 18 0 1 0 31120090 12972032 499 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/20082/statm: 3167 499 315 3 0 267 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12668

[startup+2.97985 s]
/proc/loadavg: 5.90 6.87 4.69 3/89 20099
/proc/meminfo: memFree=16016/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=13724 CPUtime=0.3
/proc/20082/stat : 20082 (sugar) S 20080 20082 19770 0 -1 4194304 1186 3528 4 31 3 1 21 5 15 0 1 0 31120090 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20082/statm: 3431 809 371 3 0 531 0
[pid=20092] ppid=20082 vsize=807332 CPUtime=1.03
/proc/20092/stat : 20092 (java) R 20082 20082 19770 0 -1 0 4481 0 1 0 96 7 0 0 25 0 8 0 31120277 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152094583 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20092/statm: 201833 4231 1501 14 0 189111 0
[pid=20092/tid=20093] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20093/stat : 20093 (java) S 20082 20082 19770 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 31120280 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20094] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20094/stat : 20094 (java) S 20082 20082 19770 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31120281 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20095] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20095/stat : 20095 (java) S 20082 20082 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31120281 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20096] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20096/stat : 20096 (java) S 20082 20082 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31120284 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20097] ppid=20082 vsize=807332 CPUtime=0.07
/proc/20092/task/20097/stat : 20097 (java) S 20082 20082 19770 0 -1 64 355 0 0 0 7 0 0 0 16 0 8 0 31120284 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20098] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20098/stat : 20098 (java) S 20082 20082 19770 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31120284 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20099] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20099/stat : 20099 (java) S 20082 20082 19770 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31120284 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 821056

[startup+6.27447 s]
/proc/loadavg: 5.67 6.80 4.68 2/89 20100
/proc/meminfo: memFree=15576/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=13724 CPUtime=0.3
/proc/20082/stat : 20082 (sugar) S 20080 20082 19770 0 -1 4194304 1186 3528 4 31 3 1 21 5 15 0 1 0 31120090 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20082/statm: 3431 809 371 3 0 531 0
[pid=20092] ppid=20082 vsize=807332 CPUtime=1.4
/proc/20092/stat : 20092 (java) R 20082 20082 19770 0 -1 0 4481 0 1 0 131 9 0 0 19 0 8 0 31120277 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20092/statm: 201833 4231 1501 14 0 189111 0
[pid=20092/tid=20093] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20093/stat : 20093 (java) S 20082 20082 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31120280 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20094] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20094/stat : 20094 (java) S 20082 20082 19770 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31120281 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20095] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20095/stat : 20095 (java) S 20082 20082 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31120281 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20096] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20096/stat : 20096 (java) S 20082 20082 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31120284 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20097] ppid=20082 vsize=807332 CPUtime=0.07
/proc/20092/task/20097/stat : 20097 (java) S 20082 20082 19770 0 -1 64 355 0 0 0 7 0 0 0 16 0 8 0 31120284 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20098] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20098/stat : 20098 (java) S 20082 20082 19770 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31120284 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20099] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20099/stat : 20099 (java) S 20082 20082 19770 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31120284 826707968 4231 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 821056

[startup+12.6817 s]
/proc/loadavg: 5.53 6.76 4.68 4/89 20101
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=13724 CPUtime=0.3
/proc/20082/stat : 20082 (sugar) S 20080 20082 19770 0 -1 4194304 1186 3528 4 31 3 1 21 5 15 0 1 0 31120090 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20082/statm: 3431 809 371 3 0 531 0
[pid=20092] ppid=20082 vsize=807332 CPUtime=7.58
/proc/20092/stat : 20092 (java) R 20082 20082 19770 0 -1 0 4482 0 1 0 698 60 0 0 25 0 8 0 31120277 826707968 4232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073621534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20092/statm: 201833 4232 1501 14 0 189111 0
[pid=20092/tid=20093] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20093/stat : 20093 (java) S 20082 20082 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31120280 826707968 4232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20094] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20094/stat : 20094 (java) S 20082 20082 19770 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31120281 826707968 4232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20095] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20095/stat : 20095 (java) S 20082 20082 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31120281 826707968 4232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20096] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20096/stat : 20096 (java) S 20082 20082 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31120284 826707968 4232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20097] ppid=20082 vsize=807332 CPUtime=0.07
/proc/20092/task/20097/stat : 20097 (java) S 20082 20082 19770 0 -1 64 355 0 0 0 7 0 0 0 16 0 8 0 31120284 826707968 4232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20098] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20098/stat : 20098 (java) S 20082 20082 19770 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31120284 826707968 4232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20099] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20099/stat : 20099 (java) S 20082 20082 19770 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31120284 826707968 4232 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 821056

[startup+25.5468 s]
/proc/loadavg: 5.34 6.65 4.68 3/95 20129
/proc/meminfo: memFree=14944/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=13724 CPUtime=0.3
/proc/20082/stat : 20082 (sugar) S 20080 20082 19770 0 -1 4194304 1186 3528 4 31 3 1 21 5 15 0 1 0 31120090 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20082/statm: 3431 809 371 3 0 531 0
[pid=20092] ppid=20082 vsize=807332 CPUtime=20.07
/proc/20092/stat : 20092 (java) R 20082 20082 19770 0 -1 0 4483 0 1 0 1859 148 0 0 25 0 8 0 31120277 826707968 4233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20092/statm: 201833 4233 1501 14 0 189111 0
[pid=20092/tid=20093] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20093/stat : 20093 (java) S 20082 20082 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31120280 826707968 4233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20094] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20094/stat : 20094 (java) S 20082 20082 19770 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31120281 826707968 4233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20095] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20095/stat : 20095 (java) S 20082 20082 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31120281 826707968 4233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20096] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20096/stat : 20096 (java) S 20082 20082 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31120284 826707968 4233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20097] ppid=20082 vsize=807332 CPUtime=0.07
/proc/20092/task/20097/stat : 20097 (java) S 20082 20082 19770 0 -1 64 355 0 0 0 7 0 0 0 16 0 8 0 31120284 826707968 4233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20098] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20098/stat : 20098 (java) S 20082 20082 19770 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31120284 826707968 4233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20099] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20099/stat : 20099 (java) S 20082 20082 19770 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31120284 826707968 4233 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.37
Current children cumulated vsize (KiB) 821056

[startup+51.1979 s]
/proc/loadavg: 4.96 6.46 4.66 3/97 20212
/proc/meminfo: memFree=15640/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=13724 CPUtime=0.3
/proc/20082/stat : 20082 (sugar) S 20080 20082 19770 0 -1 4194304 1186 3528 4 31 3 1 21 5 15 0 1 0 31120090 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20082/statm: 3431 809 371 3 0 531 0
[pid=20092] ppid=20082 vsize=807332 CPUtime=45.14
/proc/20092/stat : 20092 (java) R 20082 20082 19770 0 -1 0 4485 0 1 0 4177 337 0 0 25 0 8 0 31120277 826707968 4234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073618785 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20092/statm: 201833 4234 1501 14 0 189111 0
[pid=20092/tid=20093] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20093/stat : 20093 (java) S 20082 20082 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31120280 826707968 4234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20094] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20094/stat : 20094 (java) S 20082 20082 19770 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31120281 826707968 4234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20095] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20095/stat : 20095 (java) S 20082 20082 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31120281 826707968 4234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20096] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20096/stat : 20096 (java) S 20082 20082 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31120284 826707968 4234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20097] ppid=20082 vsize=807332 CPUtime=0.07
/proc/20092/task/20097/stat : 20097 (java) S 20082 20082 19770 0 -1 64 355 0 0 0 7 0 0 0 16 0 8 0 31120284 826707968 4234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20098] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20098/stat : 20098 (java) S 20082 20082 19770 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31120284 826707968 4234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20099] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20099/stat : 20099 (java) S 20082 20082 19770 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31120284 826707968 4234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.44
Current children cumulated vsize (KiB) 821056

[startup+102.418 s]
/proc/loadavg: 5.84 6.41 4.74 3/99 20292
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=13724 CPUtime=0.3
/proc/20082/stat : 20082 (sugar) S 20080 20082 19770 0 -1 4194304 1186 3528 4 31 3 1 21 5 15 0 1 0 31120090 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20082/statm: 3431 809 371 3 0 531 0
[pid=20092] ppid=20082 vsize=807332 CPUtime=93.94
/proc/20092/stat : 20092 (java) R 20082 20082 19770 0 -1 0 4489 0 1 0 8666 728 0 0 25 0 8 0 31120277 826707968 4238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20092/statm: 201833 4238 1501 14 0 189111 0
[pid=20092/tid=20093] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20093/stat : 20093 (java) S 20082 20082 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31120280 826707968 4238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20094] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20094/stat : 20094 (java) S 20082 20082 19770 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31120281 826707968 4238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20095] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20095/stat : 20095 (java) S 20082 20082 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31120281 826707968 4238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20096] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20096/stat : 20096 (java) S 20082 20082 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31120284 826707968 4238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20097] ppid=20082 vsize=807332 CPUtime=0.07
/proc/20092/task/20097/stat : 20097 (java) S 20082 20082 19770 0 -1 64 355 0 0 0 7 0 0 0 16 0 8 0 31120284 826707968 4238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20098] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20098/stat : 20098 (java) S 20082 20082 19770 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31120284 826707968 4238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20099] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20099/stat : 20099 (java) S 20082 20082 19770 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31120284 826707968 4238 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.24
Current children cumulated vsize (KiB) 821056

[startup+162.48 s]
/proc/loadavg: 5.04 6.09 4.73 3/90 20329
/proc/meminfo: memFree=15440/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=13724 CPUtime=0.3
/proc/20082/stat : 20082 (sugar) S 20080 20082 19770 0 -1 4194304 1186 3528 4 31 3 1 21 5 15 0 1 0 31120090 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20082/statm: 3431 809 371 3 0 531 0
[pid=20092] ppid=20082 vsize=807332 CPUtime=150.44
/proc/20092/stat : 20092 (java) R 20082 20082 19770 0 -1 0 4494 0 1 0 13908 1136 0 0 25 0 8 0 31120277 826707968 4242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20092/statm: 201833 4242 1501 14 0 189111 0
[pid=20092/tid=20093] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20093/stat : 20093 (java) S 20082 20082 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31120280 826707968 4242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20094] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20094/stat : 20094 (java) S 20082 20082 19770 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31120281 826707968 4242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20095] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20095/stat : 20095 (java) S 20082 20082 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31120281 826707968 4242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20096] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20096/stat : 20096 (java) S 20082 20082 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31120284 826707968 4242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20097] ppid=20082 vsize=807332 CPUtime=0.07
/proc/20092/task/20097/stat : 20097 (java) S 20082 20082 19770 0 -1 64 355 0 0 0 7 0 0 0 17 0 8 0 31120284 826707968 4242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20092/tid=20098] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20098/stat : 20098 (java) S 20082 20082 19770 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31120284 826707968 4242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20099] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20099/stat : 20099 (java) S 20082 20082 19770 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31120284 826707968 4242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 150.74
Current children cumulated vsize (KiB) 821056

[startup+222.534 s]
/proc/loadavg: 4.97 5.84 4.72 3/91 20332
/proc/meminfo: memFree=16008/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=13724 CPUtime=0.3
/proc/20082/stat : 20082 (sugar) S 20080 20082 19770 0 -1 4194304 1186 3528 4 31 3 1 21 5 15 0 1 0 31120090 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20082/statm: 3431 809 371 3 0 531 0
[pid=20092] ppid=20082 vsize=807332 CPUtime=207.11
/proc/20092/stat : 20092 (java) R 20082 20082 19770 0 -1 0 4498 0 1 0 19163 1548 0 0 25 0 8 0 31120277 826707968 4246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20092/statm: 201833 4246 1501 14 0 189111 0
[pid=20092/tid=20093] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20093/stat : 20093 (java) S 20082 20082 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31120280 826707968 4246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20094] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20094/stat : 20094 (java) S 20082 20082 19770 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31120281 826707968 4246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20095] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20095/stat : 20095 (java) S 20082 20082 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31120281 826707968 4246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20096] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20096/stat : 20096 (java) S 20082 20082 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31120284 826707968 4246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20097] ppid=20082 vsize=807332 CPUtime=0.07
/proc/20092/task/20097/stat : 20097 (java) S 20082 20082 19770 0 -1 64 355 0 0 0 7 0 0 0 17 0 8 0 31120284 826707968 4246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20092/tid=20098] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20098/stat : 20098 (java) S 20082 20082 19770 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31120284 826707968 4246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20099] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20099/stat : 20099 (java) S 20082 20082 19770 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31120284 826707968 4246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 207.41
Current children cumulated vsize (KiB) 821056

[startup+282.604 s]
/proc/loadavg: 6.70 6.30 4.96 3/89 20341
/proc/meminfo: memFree=16216/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=13724 CPUtime=0.3
/proc/20082/stat : 20082 (sugar) S 20080 20082 19770 0 -1 4194304 1186 3528 4 31 3 1 21 5 15 0 1 0 31120090 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20082/statm: 3431 809 371 3 0 531 0
[pid=20092] ppid=20082 vsize=807332 CPUtime=233.73
/proc/20092/stat : 20092 (java) R 20082 20082 19770 0 -1 0 4499 0 1 0 21611 1762 0 0 25 0 8 0 31120277 826707968 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073618785 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20092/statm: 201833 4247 1501 14 0 189111 0
[pid=20092/tid=20093] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20093/stat : 20093 (java) S 20082 20082 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31120280 826707968 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20094] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20094/stat : 20094 (java) S 20082 20082 19770 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31120281 826707968 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20095] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20095/stat : 20095 (java) S 20082 20082 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31120281 826707968 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20096] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20096/stat : 20096 (java) S 20082 20082 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31120284 826707968 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20097] ppid=20082 vsize=807332 CPUtime=0.07
/proc/20092/task/20097/stat : 20097 (java) S 20082 20082 19770 0 -1 64 355 0 0 0 7 0 0 0 17 0 8 0 31120284 826707968 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20092/tid=20098] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20098/stat : 20098 (java) S 20082 20082 19770 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31120284 826707968 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20099] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20099/stat : 20099 (java) S 20082 20082 19770 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31120284 826707968 4247 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 234.03
Current children cumulated vsize (KiB) 821056

[startup+342.68 s]
/proc/loadavg: 5.79 6.10 4.97 3/90 20342
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=13724 CPUtime=0.3
/proc/20082/stat : 20082 (sugar) S 20080 20082 19770 0 -1 4194304 1186 3528 4 31 3 1 21 5 15 0 1 0 31120090 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20082/statm: 3431 809 371 3 0 531 0
[pid=20092] ppid=20082 vsize=807332 CPUtime=290.22
/proc/20092/stat : 20092 (java) R 20082 20082 19770 0 -1 0 4503 0 1 0 26853 2169 0 0 25 0 8 0 31120277 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152094853 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20092/statm: 201833 4251 1501 14 0 189111 0
[pid=20092/tid=20093] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20093/stat : 20093 (java) S 20082 20082 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31120280 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20094] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20094/stat : 20094 (java) S 20082 20082 19770 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31120281 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20095] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20095/stat : 20095 (java) S 20082 20082 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31120281 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20096] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20096/stat : 20096 (java) S 20082 20082 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31120284 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20097] ppid=20082 vsize=807332 CPUtime=0.07
/proc/20092/task/20097/stat : 20097 (java) S 20082 20082 19770 0 -1 64 355 0 0 0 7 0 0 0 17 0 8 0 31120284 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20092/tid=20098] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20098/stat : 20098 (java) S 20082 20082 19770 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31120284 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20099] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20099/stat : 20099 (java) S 20082 20082 19770 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31120284 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 290.52
Current children cumulated vsize (KiB) 821056

[startup+402.682 s]
/proc/loadavg: 5.20 5.88 4.97 2/89 20344
/proc/meminfo: memFree=15192/2055920 swapFree=4192812/4192956
[pid=20082] ppid=20080 vsize=13724 CPUtime=0.3
/proc/20082/stat : 20082 (sugar) S 20080 20082 19770 0 -1 4194304 1186 3528 4 31 3 1 21 5 15 0 1 0 31120090 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20082/statm: 3431 809 371 3 0 531 0
[pid=20092] ppid=20082 vsize=807332 CPUtime=314.12
/proc/20092/stat : 20092 (java) D 20082 20082 19770 0 -1 0 4503 0 1 0 29070 2342 0 0 25 0 8 0 31120277 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20092/statm: 201833 4251 1501 14 0 189111 0
[pid=20092/tid=20093] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20093/stat : 20093 (java) S 20082 20082 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31120280 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20094] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20094/stat : 20094 (java) S 20082 20082 19770 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31120281 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20095] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20095/stat : 20095 (java) S 20082 20082 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31120281 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20096] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20096/stat : 20096 (java) S 20082 20082 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31120284 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20097] ppid=20082 vsize=807332 CPUtime=0.07
/proc/20092/task/20097/stat : 20097 (java) S 20082 20082 19770 0 -1 64 355 0 0 0 7 0 0 0 17 0 8 0 31120284 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20092/tid=20098] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20098/stat : 20098 (java) S 20082 20082 19770 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31120284 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20092/tid=20099] ppid=20082 vsize=807332 CPUtime=0
/proc/20092/task/20099/stat : 20099 (java) S 20082 20082 19770 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31120284 826707968 4251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 314.42
Current children cumulated vsize (KiB) 821056

Child status: 1
Real time (s): 455.656
CPU time (s): 322.407
CPU user time (s): 297.735
CPU system time (s): 24.6722
CPU usage (%): 70.7567
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 297.735
system time used= 24.6722
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9517
page faults= 46
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9842
involuntary context switches= 18990

runsolver used 0.531919 s user time and 1.55676 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Jan 29 23:00:41 UTC 2007


IDJOB= 249515
IDBENCH= 11789
IDSOLVER= 86
FILE ID= node41/249515-1170111640

PBS_JOBID= 3690263

Free space on /tmp= 57746 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-20/primes-20-20-2-3.xml
COMMAND LINE= /tmp/evaluation/249515-1170111640/solver /tmp/evaluation/249515-1170111640 /tmp/evaluation/249515-1170111640/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-249515-1170111640 -o ROOT/results/node41/solver-249515-1170111640 -C 1800 -M 900  /tmp/evaluation/249515-1170111640/solver /tmp/evaluation/249515-1170111640 /tmp/evaluation/249515-1170111640/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  1b697170e03b9e628946f2ad1a6add25

RANDOM SEED= 130445576

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.231
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.231
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:         15984 kB
Buffers:         10528 kB
Cached:        1894560 kB
SwapCached:          0 kB
Active:          63752 kB
Inactive:      1879784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          824672 kB
Writeback:           0 kB
Mapped:          55312 kB
Slab:            81612 kB
Committed_AS:   505588 kB
PageTables:       1984 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= 51107 MiB



End job on node41 on Mon Jan 29 23:08:19 UTC 2007