Trace number 3733104

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) 1063.16 1902.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-5.opb
MD5SUM98c81efbf429745622d6705fab70d2ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109601
Number of constraints which are clauses109601
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 1400
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 1400
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 1400
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.2.0.v20100531
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		1349517296
0.04/0.08	c Max memory 		1356595200
0.04/0.08	c Total memory 		1356595200
0.04/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3733104-1338741521.opb
0.09/0.11	c reading problem ... 
1.38/0.84	c ... done. Wall clock time 0.728s.
1.38/0.84	c #vars     1400
1.38/0.84	c #constraints  109601
1.38/0.84	c constraints type 
1.38/0.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 109601
1.38/0.84	c constraints type 
1.38/0.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 109601
1.38/0.89	c And the winner is CuttingPlanes
1.70/1.84	c SATISFIABLE
1.70/1.84	c OPTIMIZING...
1.70/1.84	c Got one! Elapsed wall clock time (in seconds):1.734
1.70/1.84	o -38
1.90/1.93	c And the winner is Resolution
2.16/2.85	c Got one! Elapsed wall clock time (in seconds):2.741
2.16/2.85	o -39
2.34/2.90	c And the winner is Resolution
2.89/3.85	c Got one! Elapsed wall clock time (in seconds):3.746
2.89/3.85	o -40
4.13/4.31	c And the winner is CuttingPlanes
4.16/4.86	c Got one! Elapsed wall clock time (in seconds):4.75
4.16/4.86	o -41
4.23/4.98	c And the winner is Resolution
4.50/5.86	c Got one! Elapsed wall clock time (in seconds):5.753
4.50/5.86	o -42
4.98/6.11	c And the winner is Resolution
5.10/6.87	c Got one! Elapsed wall clock time (in seconds):6.757
5.10/6.87	o -43
6.21/7.44	c cleaning 2501 clauses out of 5001 with flag 5001/5001
9.90/9.28	c cleaning 4251 clauses out of 8501 with flag 11002/11002
14.50/11.56	c cleaning 5624 clauses out of 11248 with flag 18000/18000
20.13/14.33	c cleaning 6804 clauses out of 13624 with flag 26000/26000
26.64/17.64	c cleaning 7907 clauses out of 15821 with flag 35001/35001
34.44/21.51	c cleaning 8957 clauses out of 17913 with flag 45000/45000
42.94/25.82	c cleaning 9976 clauses out of 19956 with flag 56000/56000
53.26/31.04	c cleaning 10985 clauses out of 21981 with flag 68001/68001
65.05/37.07	c cleaning 11999 clauses out of 23997 with flag 81002/81002
77.79/43.41	c cleaning 12996 clauses out of 25996 with flag 95000/95000
94.14/51.61	c cleaning 13992 clauses out of 28000 with flag 110000/110000
107.16/58.23	c cleaning 14999 clauses out of 30008 with flag 126000/126000
125.63/67.66	c cleaning 16003 clauses out of 32009 with flag 143000/143000
144.16/76.96	c cleaning 16999 clauses out of 34006 with flag 161000/161000
161.24/85.63	c cleaning 18000 clauses out of 36007 with flag 180000/180000
182.40/96.35	c cleaning 18999 clauses out of 38008 with flag 200001/200001
209.54/110.18	c cleaning 19998 clauses out of 40008 with flag 221000/221000
233.38/122.18	c cleaning 20995 clauses out of 42010 with flag 243000/243000
261.34/136.19	c cleaning 22002 clauses out of 44015 with flag 266000/266000
283.45/147.39	c cleaning 23005 clauses out of 46013 with flag 290000/290000
293.69/152.86	c And the winner is Resolution
297.65/157.29	c Got one! Elapsed wall clock time (in seconds):157.18
297.65/157.29	o -44
321.14/168.95	c cleaning 24003 clauses out of 48008 with flag 315000/315000
370.72/193.71	c cleaning 25003 clauses out of 50005 with flag 341000/341000
408.04/212.53	c cleaning 26001 clauses out of 52004 with flag 368002/368002
466.97/242.18	c cleaning 26998 clauses out of 54001 with flag 396000/396000
493.68/255.84	c cleaning 27995 clauses out of 56003 with flag 425000/425000
530.14/274.21	c cleaning 28992 clauses out of 58008 with flag 455000/455000
569.76/294.23	c cleaning 0 clauses out of 5003 with flag 0/5003
589.11/303.96	c cleaning 30003 clauses out of 60016 with flag 486000/486000
654.12/336.72	c cleaning 30999 clauses out of 62013 with flag 518000/518000
712.47/367.77	c cleaning 32003 clauses out of 64014 with flag 551000/551000
770.21/398.53	c cleaning 33003 clauses out of 66011 with flag 585000/585000
810.03/421.01	c cleaning 33996 clauses out of 68008 with flag 620000/620000
871.59/459.49	c cleaning 34997 clauses out of 70013 with flag 656001/656001
1050.48/610.04	Exception in thread "Thread-18" java.lang.OutOfMemoryError: GC overhead limit exceeded
1050.48/610.04		at java.math.BigInteger.subtract(BigInteger.java:1098)
1050.48/610.04		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
1050.48/610.04		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
1050.48/610.04		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1050.48/610.04		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1050.48/610.04		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1050.48/610.04		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-3733104-1338741521/watcher-3733104-1338741521 -o /tmp/evaluation-result-3733104-1338741521/solver-3733104-1338741521 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733104-1338741521.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: 3.68 3.77 3.72 4/197 18573
/proc/meminfo: memFree=30585588/32873648 swapFree=7628/7628
[pid=18573] ppid=18571 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18573/stat : 18573 (java6) D 18571 18573 3958 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340278132 9515008 183 33554432000 1073741824 1073778376 140735294907232 140735294898264 217410518709 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/18573/statm: 2323 184 141 9 0 71 0

[startup+0.0692981 s]
/proc/loadavg: 3.68 3.77 3.72 4/197 18573
/proc/meminfo: memFree=30585588/32873648 swapFree=7628/7628
[pid=18573] ppid=18571 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/18573/stat : 18573 (java) S 18571 18573 3958 0 -1 4202496 3851 0 1 0 4 0 0 0 20 0 18 0 340278132 2764726272 5570 33554432000 1073741824 1073778376 140736784086992 140736784078128 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18573/statm: 674982 5571 1758 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.100192 s]
/proc/loadavg: 3.68 3.77 3.72 4/197 18573
/proc/meminfo: memFree=30585588/32873648 swapFree=7628/7628
[pid=18573] ppid=18571 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/18573/stat : 18573 (java) S 18571 18573 3958 0 -1 4202496 4712 0 1 0 8 1 0 0 20 0 18 0 340278132 2764726272 6421 33554432000 1073741824 1073778376 140736784086992 140736784078128 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18573/statm: 674982 6421 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300156 s]
/proc/loadavg: 3.68 3.77 3.72 4/197 18573
/proc/meminfo: memFree=30585588/32873648 swapFree=7628/7628
[pid=18573] ppid=18571 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/18573/stat : 18573 (java) S 18571 18573 3958 0 -1 4202496 5875 0 1 0 45 1 0 0 20 0 18 0 340278132 2764726272 9092 33554432000 1073741824 1073778376 140736784086992 140736784078128 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18573/statm: 674982 9092 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700226 s]
/proc/loadavg: 3.68 3.77 3.72 4/197 18573
/proc/meminfo: memFree=30585588/32873648 swapFree=7628/7628
[pid=18573] ppid=18571 vsize=2699928 CPUtime=1.28 cores=0,2,4,6
/proc/18573/stat : 18573 (java) S 18571 18573 3958 0 -1 4202496 12713 0 1 0 123 5 0 0 20 0 18 0 340278132 2764726272 49656 33554432000 1073741824 1073778376 140736784086992 140736784078128 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18573/statm: 674982 49656 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 2699928

[startup+1.50068 s]
/proc/loadavg: 3.68 3.77 3.72 3/217 18595
/proc/meminfo: memFree=30306340/32873648 swapFree=7628/7628
[pid=18573] ppid=18571 vsize=2900648 CPUtime=1.7 cores=0,2,4,6
/proc/18573/stat : 18573 (java) S 18571 18573 3958 0 -1 4202496 13750 0 1 0 162 8 0 0 20 0 20 0 340278132 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140736784078128 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18573/statm: 725162 71858 2248 9 0 715856 0
[pid=18573/tid=18575] ppid=18571 vsize=2900648 CPUtime=0.81 cores=0,2,4,6
/proc/18573/task/18575/stat : 18575 (java) S 18571 18573 3958 0 -1 4202560 2918 0 1 0 76 5 0 0 20 0 20 0 340278133 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065420956824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18576] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18576/stat : 18576 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065405237672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18577] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18577/stat : 18577 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065404185128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18578] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18578/stat : 18578 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065403132072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18579] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18579/stat : 18579 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065402079528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18580] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18580/stat : 18580 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065401027496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18581] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18581/stat : 18581 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065399974952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18582] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18582/stat : 18582 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065398921896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18583] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18583/stat : 18583 (java) S 18571 18573 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340278134 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065397869352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18584] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18584/stat : 18584 (java) S 18571 18573 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340278135 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065267214696 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18585] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18585/stat : 18585 (java) S 18571 18573 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340278136 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065266161016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18586] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18586/stat : 18586 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278136 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065265107848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18587] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18587/stat : 18587 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065264056592 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18588] ppid=18571 vsize=2900648 CPUtime=0.39 cores=0,2,4,6
/proc/18573/task/18588/stat : 18588 (java) S 18571 18573 3958 0 -1 4202560 4470 0 0 0 38 1 0 0 20 0 20 0 340278138 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065263004472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18589] ppid=18571 vsize=2900648 CPUtime=0.37 cores=0,2,4,6
/proc/18573/task/18589/stat : 18589 (java) S 18571 18573 3958 0 -1 4202560 5116 0 0 0 37 0 0 0 20 0 20 0 340278138 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065261951928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18590] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18590/stat : 18590 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140065260899064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18591] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18591/stat : 18591 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140064252226632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18594] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18594/stat : 18594 (java) S 18571 18573 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340278220 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140064249066280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18595] ppid=18571 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18595/stat : 18595 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278220 2970263552 71858 33554432000 1073741824 1073778376 140736784086992 140064248013736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 2900648

[startup+3.10068 s]
/proc/loadavg: 3.68 3.77 3.72 3/217 18597
/proc/meminfo: memFree=30295216/32873648 swapFree=7628/7628
[pid=18573] ppid=18571 vsize=2966184 CPUtime=2.73 cores=0,2,4,6
/proc/18573/stat : 18573 (java) S 18571 18573 3958 0 -1 4202496 20542 0 1 0 259 14 0 0 20 0 20 0 340278132 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140736784078128 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18573/statm: 741546 78127 2258 9 0 732240 0
[pid=18573/tid=18575] ppid=18571 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/18573/task/18575/stat : 18575 (java) S 18571 18573 3958 0 -1 4202560 2920 0 1 0 77 5 0 0 20 0 20 0 340278133 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065420956824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18576] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18576/stat : 18576 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065405237672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18577] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18577/stat : 18577 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065404185128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18578] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18578/stat : 18578 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065403132072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18579] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18579/stat : 18579 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065402079528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18580] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18580/stat : 18580 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065401027496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18581] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18581/stat : 18581 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065399974952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18582] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18582/stat : 18582 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065398921896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18583] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18583/stat : 18583 (java) S 18571 18573 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065397869352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18584] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18584/stat : 18584 (java) S 18571 18573 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340278135 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065267214696 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18585] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18585/stat : 18585 (java) S 18571 18573 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065266161016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18586] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18586/stat : 18586 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065265107848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18587] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18587/stat : 18587 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065264056592 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18588] ppid=18571 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/18573/task/18588/stat : 18588 (java) S 18571 18573 3958 0 -1 4202560 6806 0 0 0 69 2 0 0 20 0 20 0 340278138 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065263004472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18589] ppid=18571 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/18573/task/18589/stat : 18589 (java) R 18571 18573 3958 0 -1 4202560 9483 0 0 0 72 2 0 0 20 0 20 0 340278138 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065261938672 140065427930377 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18590] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18590/stat : 18590 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140065260899064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18591] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18591/stat : 18591 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140064252226632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18594] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18594/stat : 18594 (java) S 18571 18573 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340278220 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140064249066280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18595] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18595/stat : 18595 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278220 3037372416 78127 33554432000 1073741824 1073778376 140736784086992 140064248013736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 2966184

[startup+6.30069 s]
/proc/loadavg: 3.71 3.77 3.72 3/217 18603
/proc/meminfo: memFree=30183768/32873648 swapFree=7628/7628
[pid=18573] ppid=18571 vsize=2966184 CPUtime=5.1 cores=0,2,4,6
/proc/18573/stat : 18573 (java) S 18571 18573 3958 0 -1 4202496 20712 0 1 0 486 24 0 0 20 0 20 0 340278132 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140736784078128 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18573/statm: 741546 102029 2275 9 0 732240 0
[pid=18573/tid=18575] ppid=18571 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/18573/task/18575/stat : 18575 (java) S 18571 18573 3958 0 -1 4202560 2920 0 1 0 78 5 0 0 20 0 20 0 340278133 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065420956824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18576] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18576/stat : 18576 (java) S 18571 18573 3958 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065405237672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18577] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18577/stat : 18577 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065404185128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18578] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18578/stat : 18578 (java) S 18571 18573 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065403132072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18579] ppid=18571 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/18573/task/18579/stat : 18579 (java) S 18571 18573 3958 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 20 0 340278134 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065402079528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18580] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18580/stat : 18580 (java) S 18571 18573 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065401027496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18581] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18581/stat : 18581 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065399974952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18582] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18582/stat : 18582 (java) S 18571 18573 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065398921896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18583] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18583/stat : 18583 (java) S 18571 18573 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 340278134 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065397869352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18584] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18584/stat : 18584 (java) S 18571 18573 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340278135 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065267214696 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18585] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18585/stat : 18585 (java) S 18571 18573 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065266161016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18586] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18586/stat : 18586 (java) S 18571 18573 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065265107848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18587] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18587/stat : 18587 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065264056592 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18588] ppid=18571 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/18573/task/18588/stat : 18588 (java) S 18571 18573 3958 0 -1 4202560 6807 0 0 0 87 2 0 0 20 0 20 0 340278138 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065263004472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18589] ppid=18571 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/18573/task/18589/stat : 18589 (java) S 18571 18573 3958 0 -1 4202560 9522 0 0 0 103 2 0 0 20 0 20 0 340278138 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065261951928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18590] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18590/stat : 18590 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140065260899064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18591] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18591/stat : 18591 (java) S 18571 18573 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140064252226632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18594] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18594/stat : 18594 (java) S 18571 18573 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340278220 3037372416 102029 33554432000 1073741824 1073778376 140736784086992 140064249066280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/18573/task/18580/stat : 18580 (java) S 18571 18573 3958 0 -1 4202560 236 0 0 0 252 9 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065401027496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18581] ppid=18571 vsize=2966184 CPUtime=2.55 cores=0,2,4,6
/proc/18573/task/18581/stat : 18581 (java) S 18571 18573 3958 0 -1 4202560 190 0 0 0 248 7 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065399974952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18582] ppid=18571 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/18573/task/18582/stat : 18582 (java) S 18571 18573 3958 0 -1 4202560 235 0 0 0 251 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065398921896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18583] ppid=18571 vsize=2966184 CPUtime=2.66 cores=0,2,4,6
/proc/18573/task/18583/stat : 18583 (java) S 18571 18573 3958 0 -1 4202560 236 0 0 0 256 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065397869352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18584] ppid=18571 vsize=2966184 CPUtime=176.94 cores=0,2,4,6
/proc/18573/task/18584/stat : 18584 (java) R 18571 18573 3958 0 -1 4202560 212 0 0 0 17680 14 0 0 20 0 20 0 340278135 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065267214856 140065427810773 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18585] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18585/stat : 18585 (java) S 18571 18573 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065266161016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18586] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18586/stat : 18586 (java) S 18571 18573 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065265107848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18587] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18587/stat : 18587 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065264055000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18588] ppid=18571 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/18573/task/18588/stat : 18588 (java) S 18571 18573 3958 0 -1 4202560 11064 0 0 0 170 3 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065263004472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18589] ppid=18571 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/18573/task/18589/stat : 18589 (java) S 18571 18573 3958 0 -1 4202560 9529 0 0 0 127 2 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065261951928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18590] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18590/stat : 18590 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065260899064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18591] ppid=18571 vsize=2966184 CPUtime=0.46 cores=0,2,4,6
/proc/18573/task/18591/stat : 18591 (java) S 18571 18573 3958 0 -1 4202560 110 0 0 0 19 27 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064252226632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18594] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18594/stat : 18594 (java) S 18571 18573 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340278220 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064249066280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18595] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18595/stat : 18595 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278220 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064248013736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1061.55
Current children cumulated vsize (KiB) 2966184

[startup+1901.4 s]
/proc/loadavg: 1.95 1.97 2.37 4/219 18789
/proc/meminfo: memFree=29408560/32873648 swapFree=7628/7628
[pid=18573] ppid=18571 vsize=2966184 CPUtime=1062.35 cores=0,2,4,6
/proc/18573/stat : 18573 (java) S 18571 18573 3958 0 -1 4202496 27398 0 1 0 106087 148 0 0 20 0 20 0 340278132 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140736784078128 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18573/statm: 741546 361781 2287 9 0 732240 0
[pid=18573/tid=18575] ppid=18571 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/18573/task/18575/stat : 18575 (java) S 18571 18573 3958 0 -1 4202560 3045 0 1 0 80 6 0 0 20 0 20 0 340278133 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065420956824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18576] ppid=18571 vsize=2966184 CPUtime=2.43 cores=0,2,4,6
/proc/18573/task/18576/stat : 18576 (java) S 18571 18573 3958 0 -1 4202560 216 0 0 0 235 8 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065405237672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18577] ppid=18571 vsize=2966184 CPUtime=2.74 cores=0,2,4,6
/proc/18573/task/18577/stat : 18577 (java) S 18571 18573 3958 0 -1 4202560 264 0 0 0 262 12 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065404185128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18578] ppid=18571 vsize=2966184 CPUtime=2.56 cores=0,2,4,6
/proc/18573/task/18578/stat : 18578 (java) S 18571 18573 3958 0 -1 4202560 286 0 0 0 246 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065403132072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18579] ppid=18571 vsize=2966184 CPUtime=2.76 cores=0,2,4,6
/proc/18573/task/18579/stat : 18579 (java) S 18571 18573 3958 0 -1 4202560 212 0 0 0 266 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065402079528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18580] ppid=18571 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/18573/task/18580/stat : 18580 (java) S 18571 18573 3958 0 -1 4202560 236 0 0 0 252 9 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065401027496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18581] ppid=18571 vsize=2966184 CPUtime=2.55 cores=0,2,4,6
/proc/18573/task/18581/stat : 18581 (java) S 18571 18573 3958 0 -1 4202560 190 0 0 0 248 7 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065399974952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18582] ppid=18571 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/18573/task/18582/stat : 18582 (java) S 18571 18573 3958 0 -1 4202560 235 0 0 0 251 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065398921896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18583] ppid=18571 vsize=2966184 CPUtime=2.66 cores=0,2,4,6
/proc/18573/task/18583/stat : 18583 (java) S 18571 18573 3958 0 -1 4202560 236 0 0 0 256 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065397869352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18584] ppid=18571 vsize=2966184 CPUtime=177.74 cores=0,2,4,6
/proc/18573/task/18584/stat : 18584 (java) R 18571 18573 3958 0 -1 4202560 212 0 0 0 17760 14 0 0 20 0 20 0 340278135 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065267214856 140065427082356 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18585] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18585/stat : 18585 (java) S 18571 18573 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065266161016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18586] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18586/stat : 18586 (java) S 18571 18573 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065265107848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18587] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18587/stat : 18587 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065264055000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18588] ppid=18571 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/18573/task/18588/stat : 18588 (java) S 18571 18573 3958 0 -1 4202560 11064 0 0 0 170 3 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065263004472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18589] ppid=18571 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/18573/task/18589/stat : 18589 (java) S 18571 18573 3958 0 -1 4202560 9529 0 0 0 127 2 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065261951928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18590] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18590/stat : 18590 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065260899064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18591] ppid=18571 vsize=2966184 CPUtime=0.46 cores=0,2,4,6
/proc/18573/task/18591/stat : 18591 (java) S 18571 18573 3958 0 -1 4202560 110 0 0 0 19 27 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064252226632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18594] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18594/stat : 18594 (java) S 18571 18573 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340278220 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064249066280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18595] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18595/stat : 18595 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278220 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064248013736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 2966184

[startup+1901.8 s]
/proc/loadavg: 1.95 1.97 2.37 4/219 18789
/proc/meminfo: memFree=29408560/32873648 swapFree=7628/7628
[pid=18573] ppid=18571 vsize=2966184 CPUtime=1062.75 cores=0,2,4,6
/proc/18573/stat : 18573 (java) S 18571 18573 3958 0 -1 4202496 27398 0 1 0 106127 148 0 0 20 0 20 0 340278132 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140736784078128 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18573/statm: 741546 361781 2287 9 0 732240 0
[pid=18573/tid=18575] ppid=18571 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/18573/task/18575/stat : 18575 (java) S 18571 18573 3958 0 -1 4202560 3045 0 1 0 80 6 0 0 20 0 20 0 340278133 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065420956824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18576] ppid=18571 vsize=2966184 CPUtime=2.43 cores=0,2,4,6
/proc/18573/task/18576/stat : 18576 (java) S 18571 18573 3958 0 -1 4202560 216 0 0 0 235 8 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065405237672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18577] ppid=18571 vsize=2966184 CPUtime=2.74 cores=0,2,4,6
/proc/18573/task/18577/stat : 18577 (java) S 18571 18573 3958 0 -1 4202560 264 0 0 0 262 12 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065404185128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18578] ppid=18571 vsize=2966184 CPUtime=2.56 cores=0,2,4,6
/proc/18573/task/18578/stat : 18578 (java) S 18571 18573 3958 0 -1 4202560 286 0 0 0 246 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065403132072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18579] ppid=18571 vsize=2966184 CPUtime=2.76 cores=0,2,4,6
/proc/18573/task/18579/stat : 18579 (java) S 18571 18573 3958 0 -1 4202560 212 0 0 0 266 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065402079528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18580] ppid=18571 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/18573/task/18580/stat : 18580 (java) S 18571 18573 3958 0 -1 4202560 236 0 0 0 252 9 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065401027496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18581] ppid=18571 vsize=2966184 CPUtime=2.55 cores=0,2,4,6
/proc/18573/task/18581/stat : 18581 (java) S 18571 18573 3958 0 -1 4202560 190 0 0 0 248 7 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065399974952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18582] ppid=18571 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/18573/task/18582/stat : 18582 (java) S 18571 18573 3958 0 -1 4202560 235 0 0 0 251 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065398921896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18583] ppid=18571 vsize=2966184 CPUtime=2.66 cores=0,2,4,6
/proc/18573/task/18583/stat : 18583 (java) S 18571 18573 3958 0 -1 4202560 236 0 0 0 256 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065397869352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18584] ppid=18571 vsize=2966184 CPUtime=178.15 cores=0,2,4,6
/proc/18573/task/18584/stat : 18584 (java) R 18571 18573 3958 0 -1 4202560 212 0 0 0 17801 14 0 0 20 0 20 0 340278135 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065267214856 140065427464264 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18585] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18585/stat : 18585 (java) S 18571 18573 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065266161016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18586] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18586/stat : 18586 (java) S 18571 18573 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065265107848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18587] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18587/stat : 18587 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065264055000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18588] ppid=18571 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/18573/task/18588/stat : 18588 (java) S 18571 18573 3958 0 -1 4202560 11064 0 0 0 170 3 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065263004472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18589] ppid=18571 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/18573/task/18589/stat : 18589 (java) S 18571 18573 3958 0 -1 4202560 9529 0 0 0 127 2 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065261951928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18590] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18590/stat : 18590 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065260899064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18591] ppid=18571 vsize=2966184 CPUtime=0.46 cores=0,2,4,6
/proc/18573/task/18591/stat : 18591 (java) S 18571 18573 3958 0 -1 4202560 110 0 0 0 19 27 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064252226632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18594] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18594/stat : 18594 (java) S 18571 18573 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340278220 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064249066280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18595] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18595/stat : 18595 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278220 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064248013736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1062.75
Current children cumulated vsize (KiB) 2966184

[startup+1902 s]
/proc/loadavg: 1.95 1.97 2.37 4/219 18789
/proc/meminfo: memFree=29408560/32873648 swapFree=7628/7628
[pid=18573] ppid=18571 vsize=2966184 CPUtime=1062.95 cores=0,2,4,6
/proc/18573/stat : 18573 (java) S 18571 18573 3958 0 -1 4202496 27399 0 1 0 106147 148 0 0 20 0 20 0 340278132 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140736784078128 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18573/statm: 741546 361781 2287 9 0 732240 0
[pid=18573/tid=18575] ppid=18571 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/18573/task/18575/stat : 18575 (java) S 18571 18573 3958 0 -1 4202560 3045 0 1 0 80 6 0 0 20 0 20 0 340278133 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065420956824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18576] ppid=18571 vsize=2966184 CPUtime=2.43 cores=0,2,4,6
/proc/18573/task/18576/stat : 18576 (java) S 18571 18573 3958 0 -1 4202560 216 0 0 0 235 8 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065405237672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18577] ppid=18571 vsize=2966184 CPUtime=2.74 cores=0,2,4,6
/proc/18573/task/18577/stat : 18577 (java) S 18571 18573 3958 0 -1 4202560 264 0 0 0 262 12 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065404185128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18578] ppid=18571 vsize=2966184 CPUtime=2.56 cores=0,2,4,6
/proc/18573/task/18578/stat : 18578 (java) S 18571 18573 3958 0 -1 4202560 286 0 0 0 246 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065403132072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18579] ppid=18571 vsize=2966184 CPUtime=2.76 cores=0,2,4,6
/proc/18573/task/18579/stat : 18579 (java) S 18571 18573 3958 0 -1 4202560 212 0 0 0 266 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065402079528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18580] ppid=18571 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/18573/task/18580/stat : 18580 (java) S 18571 18573 3958 0 -1 4202560 236 0 0 0 252 9 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065401027496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18581] ppid=18571 vsize=2966184 CPUtime=2.55 cores=0,2,4,6
/proc/18573/task/18581/stat : 18581 (java) S 18571 18573 3958 0 -1 4202560 190 0 0 0 248 7 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065399974952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18582] ppid=18571 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/18573/task/18582/stat : 18582 (java) S 18571 18573 3958 0 -1 4202560 235 0 0 0 251 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065398921896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18583] ppid=18571 vsize=2966184 CPUtime=2.66 cores=0,2,4,6
/proc/18573/task/18583/stat : 18583 (java) S 18571 18573 3958 0 -1 4202560 236 0 0 0 256 10 0 0 20 0 20 0 340278134 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065397869352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18584] ppid=18571 vsize=2966184 CPUtime=178.34 cores=0,2,4,6
/proc/18573/task/18584/stat : 18584 (java) R 18571 18573 3958 0 -1 4202560 212 0 0 0 17820 14 0 0 20 0 20 0 340278135 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065267214696 140065426640882 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18585] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18585/stat : 18585 (java) S 18571 18573 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065266161016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18586] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18586/stat : 18586 (java) S 18571 18573 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340278136 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065265107848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18587] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18587/stat : 18587 (java) S 18571 18573 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065264055000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18573/tid=18588] ppid=18571 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/18573/task/18588/stat : 18588 (java) S 18571 18573 3958 0 -1 4202560 11064 0 0 0 170 3 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065263004472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18589] ppid=18571 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/18573/task/18589/stat : 18589 (java) S 18571 18573 3958 0 -1 4202560 9529 0 0 0 127 2 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065261951928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18590] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18590/stat : 18590 (java) S 18571 18573 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140065260899064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18573/tid=18591] ppid=18571 vsize=2966184 CPUtime=0.46 cores=0,2,4,6
/proc/18573/task/18591/stat : 18591 (java) S 18571 18573 3958 0 -1 4202560 110 0 0 0 19 27 0 0 20 0 20 0 340278138 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064252226632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18573/tid=18594] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18594/stat : 18594 (java) S 18571 18573 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340278220 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064249066280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18573/tid=18595] ppid=18571 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18573/task/18595/stat : 18595 (java) S 18571 18573 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340278220 3037372416 361781 33554432000 1073741824 1073778376 140736784086992 140064248013736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1062.95
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1902.02
CPU time (s): 1063.16
CPU user time (s): 1061.46
CPU system time (s): 1.69974
CPU usage (%): 55.8965
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1061.46
system time used= 1.69974
maximum resident set size= 1447124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27400
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47255
involuntary context switches= 34601

runsolver used 4.66329 second user time and 11.0793 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 18:38:41
IDJOB=3733104
IDBENCH=2247
IDSOLVER=2324
FILE ID=node122/3733104-1338741521
RUNJOBID= node122-1338726600-10238
PBS_JOBID= 14636732
Free space on /tmp= 71184 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/frb56-25-opb/normalized-frb56-25-5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733104-1338741521/watcher-3733104-1338741521 -o /tmp/evaluation-result-3733104-1338741521/solver-3733104-1338741521 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733104-1338741521.opb

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

MD5SUM BENCH= 98c81efbf429745622d6705fab70d2ee
RANDOM SEED=362878940

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.91
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.533
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.91
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.533
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	: 5438.54
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.533
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.91
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.533
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:       32873648 kB
MemFree:        30585480 kB
Buffers:          242472 kB
Cached:           233624 kB
SwapCached:         1832 kB
Active:          1337260 kB
Inactive:         119796 kB
Active(anon):     977928 kB
Inactive(anon):     5432 kB
Active(file):     359332 kB
Inactive(file):   114364 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:              2804 kB
Writeback:             0 kB
AnonPages:        993236 kB
Mapped:            17104 kB
Shmem:                 0 kB
Slab:             684524 kB
SReclaimable:     128460 kB
SUnreclaim:       556064 kB
KernelStack:        1632 kB
PageTables:         6220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1574532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    948224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71184 MiB
End job on node122 at 2012-06-03 19:10:24