Trace number 3733291

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1802.01 1299.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-3.opb
MD5SUM36a19a7aeba117287b60c4673ad89664
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-55
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints126082
Number of constraints which are clauses126082
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1534
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1534
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1534
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.2.0.v20100531
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		1349517296
0.07/0.10	c Max memory 		1356595200
0.07/0.10	c Total memory 		1356595200
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3733291-1338742215.opb
0.07/0.13	c reading problem ... 
1.47/0.95	c ... done. Wall clock time 0.825s.
1.47/0.95	c #vars     1534
1.47/0.95	c #constraints  126082
1.47/0.95	c constraints type 
1.47/0.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 126082
1.47/0.95	c constraints type 
1.47/0.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 126082
1.64/1.01	c And the winner is CuttingPlanes
1.82/1.96	c SATISFIABLE
1.82/1.96	c OPTIMIZING...
1.82/1.96	c Got one! Elapsed wall clock time (in seconds):1.832
1.82/1.96	o -40
1.94/2.02	c And the winner is Resolution
2.17/2.97	c Got one! Elapsed wall clock time (in seconds):2.839
2.17/2.97	o -41
2.17/2.98	c And the winner is Resolution
2.31/3.97	c Got one! Elapsed wall clock time (in seconds):3.845
2.31/3.97	o -42
2.31/3.98	c And the winner is Resolution
2.40/4.98	c Got one! Elapsed wall clock time (in seconds):4.85
2.40/4.98	o -43
6.02/6.45	c cleaning 2496 clauses out of 5001 with flag 5001/5001
6.80/6.81	c And the winner is Resolution
6.87/6.98	c Got one! Elapsed wall clock time (in seconds):6.854
6.87/6.98	o -44
8.94/8.01	c And the winner is Resolution
9.26/8.99	c Got one! Elapsed wall clock time (in seconds):8.858
9.26/8.99	o -45
10.39/9.57	c cleaning 4251 clauses out of 8504 with flag 11000/11000
15.17/11.97	c cleaning 5627 clauses out of 11254 with flag 18001/18001
21.15/14.91	c cleaning 6813 clauses out of 13626 with flag 26000/26000
28.55/18.67	c cleaning 7907 clauses out of 15814 with flag 35001/35001
36.96/22.85	c cleaning 8954 clauses out of 17907 with flag 45001/45001
46.00/27.48	c cleaning 9972 clauses out of 19952 with flag 56000/56000
56.71/32.87	c cleaning 10992 clauses out of 21983 with flag 68003/68003
68.48/38.80	c cleaning 11992 clauses out of 23989 with flag 81001/81001
81.23/45.23	c cleaning 12993 clauses out of 25996 with flag 95000/95000
97.08/53.28	c cleaning 14002 clauses out of 28003 with flag 110000/110000
111.85/60.77	c cleaning 14997 clauses out of 30001 with flag 126000/126000
126.83/68.40	c And the winner is Resolution
129.07/71.75	c Got one! Elapsed wall clock time (in seconds):71.626
129.07/71.75	o -46
130.59/72.55	c cleaning 15999 clauses out of 32004 with flag 143000/143000
150.81/82.76	c cleaning 17003 clauses out of 34005 with flag 161000/161000
174.59/94.74	c cleaning 17992 clauses out of 36002 with flag 180000/180000
195.37/105.25	c cleaning 19002 clauses out of 38010 with flag 200000/200000
223.47/119.51	c cleaning 19999 clauses out of 40008 with flag 221000/221000
251.24/133.53	c cleaning 21001 clauses out of 42009 with flag 243000/243000
282.84/149.45	c cleaning 21998 clauses out of 44008 with flag 266000/266000
306.20/161.30	c cleaning 22998 clauses out of 46010 with flag 290000/290000
342.28/179.55	c cleaning 24006 clauses out of 48012 with flag 315000/315000
379.86/198.45	c cleaning 25000 clauses out of 50006 with flag 341000/341000
423.87/220.51	c cleaning 26001 clauses out of 52006 with flag 368000/368000
478.18/247.84	c cleaning 26999 clauses out of 54005 with flag 396000/396000
507.34/262.90	c cleaning 27994 clauses out of 56006 with flag 425000/425000
555.31/286.95	c cleaning 29006 clauses out of 58012 with flag 455000/455000
606.77/312.84	c cleaning 29996 clauses out of 60007 with flag 486001/486001
674.06/347.37	c cleaning 30998 clauses out of 62010 with flag 518000/518000
734.59/378.63	c cleaning 32007 clauses out of 64013 with flag 551001/551001
736.92/380.53	c cleaning 0 clauses out of 5001 with flag 0/5001
809.80/416.67	c cleaning 32990 clauses out of 66005 with flag 585000/585000
864.99/449.79	c cleaning 34002 clauses out of 68015 with flag 620000/620000
919.90/480.96	c cleaning 34998 clauses out of 70013 with flag 656000/656000
991.22/526.02	c cleaning 35999 clauses out of 72015 with flag 693000/693000
1315.71/813.74	Exception in thread "Thread-17" java.lang.OutOfMemoryError: Java heap space
1373.82/871.89		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1390.52/888.50		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1413.34/911.37		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1427.83/925.87		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1427.83/925.87		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1427.83/925.87		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1429.93/927.94		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1429.93/927.94		at java.lang.Thread.run(Thread.java:662)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733291-1338742215/watcher-3733291-1338742215 -o /tmp/evaluation-result-3733291-1338742215/solver-3733291-1338742215 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733291-1338742215.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.02 3.93 3.76 3/198 18328
/proc/meminfo: memFree=27414088/32873844 swapFree=7632/7632
[pid=18328] ppid=18326 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (java6) R 18326 18328 17063 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 340345860 278528 33 33554432000 1073741824 1073778376 140733852746592 140733852743768 209874677031 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18328/statm: 84 35 27 9 0 25 0

[startup+0.0366019 s]
/proc/loadavg: 4.02 3.93 3.76 3/198 18328
/proc/meminfo: memFree=27414088/32873844 swapFree=7632/7632
[pid=18328] ppid=18326 vsize=2156296 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (java) S 18326 18328 17063 0 -1 4202496 2968 0 1 0 0 0 0 0 20 0 10 0 340345860 2208047104 3157 33554432000 1073741824 1073778376 140736636415360 140736636406496 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18328/statm: 539074 3157 1081 9 0 530183 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2156296

[startup+0.100273 s]
/proc/loadavg: 4.02 3.93 3.76 3/198 18328
/proc/meminfo: memFree=27414088/32873844 swapFree=7632/7632
[pid=18328] ppid=18326 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/18328/stat : 18328 (java) S 18326 18328 17063 0 -1 4202496 3951 0 1 0 6 1 0 0 20 0 18 0 340345860 2764726272 5159 33554432000 1073741824 1073778376 140736636415360 140736636406496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18328/statm: 674982 5159 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300222 s]
/proc/loadavg: 4.02 3.93 3.76 3/198 18328
/proc/meminfo: memFree=27414088/32873844 swapFree=7632/7632
[pid=18328] ppid=18326 vsize=2699928 CPUtime=0.43 cores=0,2,4,6
/proc/18328/stat : 18328 (java) S 18326 18328 17063 0 -1 4202496 5813 0 1 0 41 2 0 0 20 0 18 0 340345860 2764726272 8156 33554432000 1073741824 1073778376 140736636415360 140736636406496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18328/statm: 674982 8156 2215 9 0 665676 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2699928

[startup+0.700222 s]
/proc/loadavg: 4.02 3.93 3.76 3/198 18328
/proc/meminfo: memFree=27414088/32873844 swapFree=7632/7632
[pid=18328] ppid=18326 vsize=2699928 CPUtime=1.26 cores=0,2,4,6
/proc/18328/stat : 18328 (java) S 18326 18328 17063 0 -1 4202496 13210 0 1 0 121 5 0 0 20 0 18 0 340345860 2764726272 43699 33554432000 1073741824 1073778376 140736636415360 140736636406496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18328/statm: 674982 43699 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2699928

[startup+1.50065 s]
/proc/loadavg: 4.02 3.93 3.76 5/195 18351
/proc/meminfo: memFree=28051504/32873844 swapFree=7632/7632
[pid=18328] ppid=18326 vsize=2966184 CPUtime=1.82 cores=0,2,4,6
/proc/18328/stat : 18328 (java) S 18326 18328 17063 0 -1 4202496 14328 0 1 0 172 10 0 0 20 0 20 0 340345860 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 140736636406496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18328/statm: 741546 80281 2248 9 0 732240 0
[pid=18328/tid=18330] ppid=18326 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/18328/task/18330/stat : 18330 (java) S 18326 18328 17063 0 -1 4202560 2974 0 1 0 85 6 0 0 20 0 20 0 340345861 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759912527000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18331] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18331/stat : 18331 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759779310632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18332] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18332/stat : 18332 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759778257832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18333] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18333/stat : 18333 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759777205032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18328/tid=18334] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18334/stat : 18334 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759776152232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18335] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18335/stat : 18335 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759775099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18336] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18336/stat : 18336 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759774046632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18337] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18337/stat : 18337 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759772993832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18338] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18338/stat : 18338 (java) S 18326 18328 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759771941032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18339] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18339/stat : 18339 (java) S 18326 18328 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340345864 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759759530984 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18340] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18340/stat : 18340 (java) S 18326 18328 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340345865 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759758477048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18341] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18341/stat : 18341 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345865 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759757424136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18342] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18342/stat : 18342 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345868 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759756372624 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18343] ppid=18326 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/18328/task/18343/stat : 18343 (java) S 18326 18328 17063 0 -1 4202560 5126 0 0 0 37 2 0 0 20 0 20 0 340345868 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759755319736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18344] ppid=18326 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/18328/task/18344/stat : 18344 (java) S 18326 18328 17063 0 -1 4202560 4979 0 0 0 36 1 0 0 20 0 20 0 340345868 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759754266936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18345] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18345/stat : 18345 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345868 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759753214328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18346] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18346/stat : 18346 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345868 3037372416 80281 33554432000 1073741824 1073778376 140736636415360 139759752161736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 2966184

[startup+3.10071 s]
/proc/loadavg: 3.78 3.88 3.74 1/195 18355
/proc/meminfo: memFree=28043784/32873844 swapFree=7632/7632
[pid=18328] ppid=18326 vsize=2966184 CPUtime=2.31 cores=0,2,4,6
/proc/18328/stat : 18328 (java) S 18326 18328 17063 0 -1 4202496 14848 0 1 0 217 14 0 0 20 0 20 0 340345860 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 140736636406496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18328/statm: 741546 83956 2258 9 0 732240 0
[pid=18328/tid=18330] ppid=18326 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/18328/task/18330/stat : 18330 (java) S 18326 18328 17063 0 -1 4202560 2974 0 1 0 87 6 0 0 20 0 20 0 340345861 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759912527000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18331] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18331/stat : 18331 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759779310632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18332] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18332/stat : 18332 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759778257832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18333] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18333/stat : 18333 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759777205032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18328/tid=18334] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18334/stat : 18334 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759776152232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18335] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18335/stat : 18335 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759775099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18336] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18336/stat : 18336 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759774046632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18337] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18337/stat : 18337 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759772993832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18338] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18338/stat : 18338 (java) S 18326 18328 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340345863 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759771941032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18339] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18339/stat : 18339 (java) S 18326 18328 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340345864 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759759530984 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18340] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18340/stat : 18340 (java) S 18326 18328 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340345865 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759758477048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18341] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18341/stat : 18341 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345865 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759757424136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18342] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18342/stat : 18342 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345868 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759756372624 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18343] ppid=18326 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/18328/task/18343/stat : 18343 (java) S 18326 18328 17063 0 -1 4202560 5148 0 0 0 52 2 0 0 20 0 20 0 340345868 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759755319736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18344] ppid=18326 vsize=2966184 CPUtime=0.53 cores=0,2,4,6
/proc/18328/task/18344/stat : 18344 (java) S 18326 18328 17063 0 -1 4202560 5394 0 0 0 52 1 0 0 20 0 20 0 340345868 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759754266936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18328/tid=18345] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18345/stat : 18345 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345868 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759753214328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18346] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18346/stat : 18346 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340345868 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759752161736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18352] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18352/stat : 18352 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345961 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759749002664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18353] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18353/stat : 18353 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340345961 3037372416 83956 33554432000 1073741824 1073778376 140736636415360 139759747949864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.3007 s]
/proc/loadavg: 3.78 3.88 3.74 6/219 18424
/proc/meminfo: memFree=27877492/32873844 swapFree=7632/7632
[pid=18328] ppid=18326 vsize=2966184 CPUtime=5.82 cores=0,2,4,6
/proc/18328/stat : 18328 (java) S 18326 18328 17063 0 -1 4202496 17938 0 1 0 563 19 0 0 20 0 22 0 340345860 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 140736636406496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18328/statm: 741546 95882 2274 9 0 732240 0
[pid=18328/tid=18330] ppid=18326 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/18328/task/18330/stat : 18330 (java) S 18326 18328 17063 0 -1 4202560 2976 0 1 0 88 6 0 0 20 0 22 0 340345861 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759912527000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18331] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18331/stat : 18331 (java) S 18326 18328 17063 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340345863 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759779310632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18332] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18332/stat : 18332 (java) S 18326 18328 17063 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340345863 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759778257832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18333] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18333/stat : 18333 (java) S 18326 18328 17063 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340345863 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759777205032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18334] ppid=18326 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/18328/task/18334/stat : 18334 (java) S 18326 18328 17063 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 340345863 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759776152232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18335] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18335/stat : 18335 (java) S 18326 18328 17063 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 340345863 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759775099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18336] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18336/stat : 18336 (java) S 18326 18328 17063 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340345863 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759774046632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18328/tid=18337] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18337/stat : 18337 (java) S 18326 18328 17063 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340345863 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759772993832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18338] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18338/stat : 18338 (java) S 18326 18328 17063 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340345863 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759771941032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18339] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18339/stat : 18339 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340345864 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759759530984 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18340] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18340/stat : 18340 (java) S 18326 18328 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340345865 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759758477048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18341] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18341/stat : 18341 (java) S 18326 18328 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340345865 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759757424136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18342] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18342/stat : 18342 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345868 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759756372624 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18343] ppid=18326 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/18328/task/18343/stat : 18343 (java) S 18326 18328 17063 0 -1 4202560 6891 0 0 0 89 2 0 0 20 0 22 0 340345868 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759755319736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18344] ppid=18326 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/18328/task/18344/stat : 18344 (java) S 18326 18328 17063 0 -1 4202560 6639 0 0 0 94 2 0 0 20 0 22 0 340345868 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759754266936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18345] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18345/stat : 18345 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340345868 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759753214328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18346] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18346/stat : 18346 (java) S 18326 18328 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340345868 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759752161736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18352] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18352/stat : 18352 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340345961 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759749002664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18353] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18353/stat : 18353 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340345961 3037372416 95882 33554432000 1073741824 1073778376 140736636415360 139759747949864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18421] ppid=18326 vsize=2966184 CPUtime=1.27 cores=0,2,4,6

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


[startup+1299 s]
/proc/loadavg: 3.02 3.09 3.37 4/219 18650
/proc/meminfo: memFree=26251676/32873844 swapFree=7632/7632
[pid=18328] ppid=18326 vsize=2966184 CPUtime=1800.14 cores=0,2,4,6
/proc/18328/stat : 18328 (java) S 18326 18328 17063 0 -1 4202496 22402 0 1 0 179851 163 0 0 20 0 21 0 340345860 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 140736636406496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18328/statm: 741546 359496 2287 9 0 732240 0
[pid=18328/tid=18330] ppid=18326 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/18328/task/18330/stat : 18330 (java) S 18326 18328 17063 0 -1 4202560 3344 0 1 0 90 7 0 0 20 0 21 0 340345861 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759912526712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18331] ppid=18326 vsize=2966184 CPUtime=3.24 cores=0,2,4,6
/proc/18328/task/18331/stat : 18331 (java) S 18326 18328 17063 0 -1 4202560 317 0 0 0 310 14 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759779310632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18332] ppid=18326 vsize=2966184 CPUtime=3.12 cores=0,2,4,6
/proc/18328/task/18332/stat : 18332 (java) S 18326 18328 17063 0 -1 4202560 227 0 0 0 304 8 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759778257832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18328/tid=18333] ppid=18326 vsize=2966184 CPUtime=3.15 cores=0,2,4,6
/proc/18328/task/18333/stat : 18333 (java) S 18326 18328 17063 0 -1 4202560 272 0 0 0 304 11 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759777205032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18334] ppid=18326 vsize=2966184 CPUtime=3.35 cores=0,2,4,6
/proc/18328/task/18334/stat : 18334 (java) S 18326 18328 17063 0 -1 4202560 275 0 0 0 322 13 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759776152232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18335] ppid=18326 vsize=2966184 CPUtime=3.27 cores=0,2,4,6
/proc/18328/task/18335/stat : 18335 (java) S 18326 18328 17063 0 -1 4202560 270 0 0 0 315 12 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759775099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18328/tid=18336] ppid=18326 vsize=2966184 CPUtime=3.2 cores=0,2,4,6
/proc/18328/task/18336/stat : 18336 (java) S 18326 18328 17063 0 -1 4202560 251 0 0 0 308 12 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759774046632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18337] ppid=18326 vsize=2966184 CPUtime=3.07 cores=0,2,4,6
/proc/18328/task/18337/stat : 18337 (java) S 18326 18328 17063 0 -1 4202560 284 0 0 0 294 13 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759772993832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18338] ppid=18326 vsize=2966184 CPUtime=3.01 cores=0,2,4,6
/proc/18328/task/18338/stat : 18338 (java) S 18326 18328 17063 0 -1 4202560 204 0 0 0 291 10 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759771941032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18339] ppid=18326 vsize=2966184 CPUtime=794.27 cores=0,2,4,6
/proc/18328/task/18339/stat : 18339 (java) R 18326 18328 17063 0 -1 4202560 220 0 0 0 79399 28 0 0 20 0 21 0 340345864 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759759531144 139759916663282 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18340] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18340/stat : 18340 (java) S 18326 18328 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340345865 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759758477048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18341] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18341/stat : 18341 (java) S 18326 18328 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340345865 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759757424136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18342] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18342/stat : 18342 (java) S 18326 18328 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759756368184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18343] ppid=18326 vsize=2966184 CPUtime=1.67 cores=0,2,4,6
/proc/18328/task/18343/stat : 18343 (java) S 18326 18328 17063 0 -1 4202560 8404 0 0 0 165 2 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759755319736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18344] ppid=18326 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18328/task/18344/stat : 18344 (java) S 18326 18328 17063 0 -1 4202560 6642 0 0 0 103 2 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759754266936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18345] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18345/stat : 18345 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759753214328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18346] ppid=18326 vsize=2966184 CPUtime=0.53 cores=0,2,4,6
/proc/18328/task/18346/stat : 18346 (java) S 18326 18328 17063 0 -1 4202560 76 0 0 0 28 25 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759752161736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18352] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18352/stat : 18352 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340345961 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759749002664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18353] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18353/stat : 18353 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340345961 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759747949864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18438] ppid=18326 vsize=2966184 CPUtime=427.55 cores=0,2,4,6
/proc/18328/task/18438/stat : 18438 (java) S 18326 18328 17063 0 -1 4202560 114 0 0 0 42747 8 0 0 20 0 21 0 340353036 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759751106504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 2966184

[startup+1299.4 s]
/proc/loadavg: 3.02 3.09 3.37 4/219 18650
/proc/meminfo: memFree=26251676/32873844 swapFree=7632/7632
[pid=18328] ppid=18326 vsize=2966184 CPUtime=1800.53 cores=0,2,4,6
/proc/18328/stat : 18328 (java) S 18326 18328 17063 0 -1 4202496 22402 0 1 0 179890 163 0 0 20 0 21 0 340345860 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 140736636406496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18328/statm: 741546 359496 2287 9 0 732240 0
[pid=18328/tid=18330] ppid=18326 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/18328/task/18330/stat : 18330 (java) S 18326 18328 17063 0 -1 4202560 3344 0 1 0 90 7 0 0 20 0 21 0 340345861 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759912526712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18331] ppid=18326 vsize=2966184 CPUtime=3.24 cores=0,2,4,6
/proc/18328/task/18331/stat : 18331 (java) S 18326 18328 17063 0 -1 4202560 317 0 0 0 310 14 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759779310632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18332] ppid=18326 vsize=2966184 CPUtime=3.12 cores=0,2,4,6
/proc/18328/task/18332/stat : 18332 (java) S 18326 18328 17063 0 -1 4202560 227 0 0 0 304 8 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759778257832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18328/tid=18333] ppid=18326 vsize=2966184 CPUtime=3.15 cores=0,2,4,6
/proc/18328/task/18333/stat : 18333 (java) S 18326 18328 17063 0 -1 4202560 272 0 0 0 304 11 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759777205032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18334] ppid=18326 vsize=2966184 CPUtime=3.35 cores=0,2,4,6
/proc/18328/task/18334/stat : 18334 (java) S 18326 18328 17063 0 -1 4202560 275 0 0 0 322 13 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759776152232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18335] ppid=18326 vsize=2966184 CPUtime=3.27 cores=0,2,4,6
/proc/18328/task/18335/stat : 18335 (java) S 18326 18328 17063 0 -1 4202560 270 0 0 0 315 12 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759775099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18328/tid=18336] ppid=18326 vsize=2966184 CPUtime=3.2 cores=0,2,4,6
/proc/18328/task/18336/stat : 18336 (java) S 18326 18328 17063 0 -1 4202560 251 0 0 0 308 12 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759774046632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18337] ppid=18326 vsize=2966184 CPUtime=3.07 cores=0,2,4,6
/proc/18328/task/18337/stat : 18337 (java) S 18326 18328 17063 0 -1 4202560 284 0 0 0 294 13 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759772993832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18338] ppid=18326 vsize=2966184 CPUtime=3.01 cores=0,2,4,6
/proc/18328/task/18338/stat : 18338 (java) S 18326 18328 17063 0 -1 4202560 204 0 0 0 291 10 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759771941032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18339] ppid=18326 vsize=2966184 CPUtime=794.67 cores=0,2,4,6
/proc/18328/task/18339/stat : 18339 (java) R 18326 18328 17063 0 -1 4202560 220 0 0 0 79439 28 0 0 20 0 21 0 340345864 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759759531144 139759919380838 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18340] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18340/stat : 18340 (java) S 18326 18328 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340345865 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759758477048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18341] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18341/stat : 18341 (java) S 18326 18328 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340345865 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759757424136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18342] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18342/stat : 18342 (java) S 18326 18328 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759756368184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18343] ppid=18326 vsize=2966184 CPUtime=1.67 cores=0,2,4,6
/proc/18328/task/18343/stat : 18343 (java) S 18326 18328 17063 0 -1 4202560 8404 0 0 0 165 2 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759755319736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18344] ppid=18326 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18328/task/18344/stat : 18344 (java) S 18326 18328 17063 0 -1 4202560 6642 0 0 0 103 2 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759754266936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18345] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18345/stat : 18345 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759753214328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18346] ppid=18326 vsize=2966184 CPUtime=0.53 cores=0,2,4,6
/proc/18328/task/18346/stat : 18346 (java) S 18326 18328 17063 0 -1 4202560 76 0 0 0 28 25 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759752161736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18352] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18352/stat : 18352 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340345961 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759749002664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18353] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18353/stat : 18353 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340345961 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759747949864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18438] ppid=18326 vsize=2966184 CPUtime=427.55 cores=0,2,4,6
/proc/18328/task/18438/stat : 18438 (java) S 18326 18328 17063 0 -1 4202560 114 0 0 0 42747 8 0 0 20 0 21 0 340353036 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759751106504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 2966184

[startup+1299.8 s]
/proc/loadavg: 3.02 3.09 3.37 4/219 18650
/proc/meminfo: memFree=26251676/32873844 swapFree=7632/7632
[pid=18328] ppid=18326 vsize=2966184 CPUtime=1800.93 cores=0,2,4,6
/proc/18328/stat : 18328 (java) S 18326 18328 17063 0 -1 4202496 22402 0 1 0 179930 163 0 0 20 0 21 0 340345860 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 140736636406496 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18328/statm: 741546 359496 2287 9 0 732240 0
[pid=18328/tid=18330] ppid=18326 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/18328/task/18330/stat : 18330 (java) S 18326 18328 17063 0 -1 4202560 3344 0 1 0 90 7 0 0 20 0 21 0 340345861 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759912526712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18331] ppid=18326 vsize=2966184 CPUtime=3.24 cores=0,2,4,6
/proc/18328/task/18331/stat : 18331 (java) S 18326 18328 17063 0 -1 4202560 317 0 0 0 310 14 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759779310632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18332] ppid=18326 vsize=2966184 CPUtime=3.12 cores=0,2,4,6
/proc/18328/task/18332/stat : 18332 (java) S 18326 18328 17063 0 -1 4202560 227 0 0 0 304 8 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759778257832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18328/tid=18333] ppid=18326 vsize=2966184 CPUtime=3.15 cores=0,2,4,6
/proc/18328/task/18333/stat : 18333 (java) S 18326 18328 17063 0 -1 4202560 272 0 0 0 304 11 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759777205032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18334] ppid=18326 vsize=2966184 CPUtime=3.35 cores=0,2,4,6
/proc/18328/task/18334/stat : 18334 (java) S 18326 18328 17063 0 -1 4202560 275 0 0 0 322 13 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759776152232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18335] ppid=18326 vsize=2966184 CPUtime=3.27 cores=0,2,4,6
/proc/18328/task/18335/stat : 18335 (java) S 18326 18328 17063 0 -1 4202560 270 0 0 0 315 12 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759775099432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18328/tid=18336] ppid=18326 vsize=2966184 CPUtime=3.2 cores=0,2,4,6
/proc/18328/task/18336/stat : 18336 (java) S 18326 18328 17063 0 -1 4202560 251 0 0 0 308 12 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759774046632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18337] ppid=18326 vsize=2966184 CPUtime=3.07 cores=0,2,4,6
/proc/18328/task/18337/stat : 18337 (java) S 18326 18328 17063 0 -1 4202560 284 0 0 0 294 13 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759772993832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18338] ppid=18326 vsize=2966184 CPUtime=3.01 cores=0,2,4,6
/proc/18328/task/18338/stat : 18338 (java) S 18326 18328 17063 0 -1 4202560 204 0 0 0 291 10 0 0 20 0 21 0 340345863 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759771941032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18339] ppid=18326 vsize=2966184 CPUtime=795.07 cores=0,2,4,6
/proc/18328/task/18339/stat : 18339 (java) R 18326 18328 17063 0 -1 4202560 220 0 0 0 79479 28 0 0 20 0 21 0 340345864 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759759531144 139759919034440 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18340] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18340/stat : 18340 (java) S 18326 18328 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340345865 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759758477048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18341] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18341/stat : 18341 (java) S 18326 18328 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340345865 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759757424136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18342] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18342/stat : 18342 (java) S 18326 18328 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759756368184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18343] ppid=18326 vsize=2966184 CPUtime=1.67 cores=0,2,4,6
/proc/18328/task/18343/stat : 18343 (java) S 18326 18328 17063 0 -1 4202560 8404 0 0 0 165 2 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759755319736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18344] ppid=18326 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18328/task/18344/stat : 18344 (java) S 18326 18328 17063 0 -1 4202560 6642 0 0 0 103 2 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759754266936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18345] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18345/stat : 18345 (java) S 18326 18328 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759753214328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18346] ppid=18326 vsize=2966184 CPUtime=0.53 cores=0,2,4,6
/proc/18328/task/18346/stat : 18346 (java) S 18326 18328 17063 0 -1 4202560 76 0 0 0 28 25 0 0 20 0 21 0 340345868 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759752161736 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18328/tid=18352] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18352/stat : 18352 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340345961 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759749002664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18328/tid=18353] ppid=18326 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18328/task/18353/stat : 18353 (java) S 18326 18328 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340345961 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759747949864 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18328/tid=18438] ppid=18326 vsize=2966184 CPUtime=427.55 cores=0,2,4,6
/proc/18328/task/18438/stat : 18438 (java) S 18326 18328 17063 0 -1 4202560 114 0 0 0 42747 8 0 0 20 0 21 0 340353036 3037372416 359496 33554432000 1073741824 1073778376 140736636415360 139759751106504 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18328 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=999966
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=992697
# CPU time returned by wait4() is 1797.99
# while last known CPU time is 1800.93
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.07987
#  lost CPU user time (s): 1.14993
#  lost CPU system time (s): -0.0699999

Real time (s): 1299.82
CPU time (s): 1802.01
CPU user time (s): 1800.45
CPU system time (s): 1.56
CPU usage (%): 138.635
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796
system time used= 1.9927
maximum resident set size= 1437984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22402
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34518
involuntary context switches= 44818

runsolver used 2.74858 second user time and 6.22305 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 18:50:15
IDJOB=3733291
IDBENCH=2267
IDSOLVER=2324
FILE ID=node141/3733291-1338742215
RUNJOBID= node141-1338738353-17079
PBS_JOBID= 14636770
Free space on /tmp= 70716 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733291-1338742215/watcher-3733291-1338742215 -o /tmp/evaluation-result-3733291-1338742215/solver-3733291-1338742215 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733291-1338742215.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 36a19a7aeba117287b60c4673ad89664
RANDOM SEED=1505182427

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27414732 kB
Buffers:          421792 kB
Cached:          3184824 kB
SwapCached:          216 kB
Active:          2222600 kB
Inactive:        2344080 kB
Active(anon):     951064 kB
Inactive(anon):    11288 kB
Active(file):    1271536 kB
Inactive(file):  2332792 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              3576 kB
Writeback:             0 kB
AnonPages:        974960 kB
Mapped:            18948 kB
Shmem:               172 kB
Slab:             741236 kB
SReclaimable:     183344 kB
SUnreclaim:       557892 kB
KernelStack:        1632 kB
PageTables:         5908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    913408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70716 MiB
End job on node141 at 2012-06-03 19:11:55