Trace number 3737259

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_2.opb
MD5SUM1af848a7208b60f67c27d4022c7b5abe
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-128
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 -151
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31544
Sum of products size (including duplicates)63088
Number of different products15772
Sum of products size31544

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/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@5b2558d6
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-3737259-1338753490.opb
0.09/0.11	c reading problem ... 
13.64/12.76	c ... done. Wall clock time 12.649s.
13.64/12.76	c #vars     16772
13.64/12.76	c #constraints  47316
13.64/12.76	c constraints type 
13.64/12.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15772
13.64/12.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15772
13.64/12.76	c constraints type 
13.64/12.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15772
13.64/12.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15772
14.20/12.93	c And the winner is Resolution
14.33/13.78	c SATISFIABLE
14.33/13.78	c OPTIMIZING...
14.33/13.78	c Got one! Elapsed wall clock time (in seconds):13.669
14.33/13.78	o -102
14.40/13.87	c And the winner is Resolution
14.77/14.79	c Got one! Elapsed wall clock time (in seconds):14.678
14.77/14.79	o -103
14.78/14.88	c And the winner is CuttingPlanes
15.30/15.80	c Got one! Elapsed wall clock time (in seconds):15.691
15.30/15.80	o -104
15.30/15.87	c And the winner is CuttingPlanes
15.55/16.81	c Got one! Elapsed wall clock time (in seconds):16.7
15.55/16.81	o -105
15.55/16.87	c And the winner is CuttingPlanes
15.74/17.82	c Got one! Elapsed wall clock time (in seconds):17.708
15.74/17.82	o -106
15.92/17.92	c And the winner is Resolution
16.07/18.83	c Got one! Elapsed wall clock time (in seconds):18.716
16.07/18.83	o -107
16.22/18.90	c And the winner is Resolution
16.28/19.84	c Got one! Elapsed wall clock time (in seconds):19.725
16.28/19.84	o -113
18.82/21.06	c cleaning 2500 clauses out of 5000 with flag 5000/5000
19.92/21.54	c And the winner is Resolution
20.18/21.85	c Got one! Elapsed wall clock time (in seconds):21.733
20.18/21.85	o -114
22.33/22.99	c cleaning 4251 clauses out of 8501 with flag 11001/11001
23.73/23.66	c And the winner is Resolution
24.16/24.86	c Got one! Elapsed wall clock time (in seconds):24.741
24.16/24.86	o -115
26.50/26.02	c cleaning 5621 clauses out of 11249 with flag 18000/18000
28.80/27.25	c And the winner is Resolution
29.29/27.86	c Got one! Elapsed wall clock time (in seconds):27.749
29.29/27.86	o -117
30.57/28.57	c And the winner is Resolution
31.18/29.87	c Got one! Elapsed wall clock time (in seconds):29.757
31.18/29.87	o -118
31.45/30.01	c cleaning 6814 clauses out of 13628 with flag 26000/26000
36.24/32.45	c cleaning 7898 clauses out of 15814 with flag 35000/35000
41.17/34.99	c cleaning 8958 clauses out of 17916 with flag 45000/45000
47.36/38.05	c cleaning 9969 clauses out of 19958 with flag 56000/56000
51.62/40.24	c And the winner is CuttingPlanes
51.69/40.88	c Got one! Elapsed wall clock time (in seconds):40.766
51.69/40.88	o -119
53.98/42.03	c cleaning 10995 clauses out of 21989 with flag 68000/68000
61.61/45.94	c cleaning 11989 clauses out of 23994 with flag 81000/81000
68.71/49.51	c cleaning 12999 clauses out of 26005 with flag 95000/95000
77.41/53.96	c cleaning 13999 clauses out of 28006 with flag 110000/110000
78.23/54.40	c And the winner is CuttingPlanes
78.19/54.89	c Got one! Elapsed wall clock time (in seconds):54.775
78.19/54.89	o -120
85.68/58.66	c cleaning 15000 clauses out of 30007 with flag 126000/126000
95.73/63.74	c cleaning 16002 clauses out of 32007 with flag 143000/143000
105.95/68.92	c cleaning 16995 clauses out of 34005 with flag 161000/161000
117.67/74.81	c cleaning 18002 clauses out of 36010 with flag 180000/180000
128.96/80.52	c cleaning 19000 clauses out of 38008 with flag 200000/200000
142.08/87.24	c cleaning 20001 clauses out of 40009 with flag 221001/221001
154.41/93.42	c cleaning 21004 clauses out of 42007 with flag 243000/243000
159.91/96.39	c And the winner is CuttingPlanes
159.92/97.23	c Got one! Elapsed wall clock time (in seconds):97.115
159.92/97.23	o -121
167.77/101.13	c cleaning 21992 clauses out of 44003 with flag 266000/266000
181.24/107.97	c cleaning 23004 clauses out of 46011 with flag 290000/290000
199.18/117.03	c cleaning 23990 clauses out of 48009 with flag 315002/315002
218.49/126.72	c cleaning 25005 clauses out of 50017 with flag 341000/341000
236.89/136.06	c cleaning 25999 clauses out of 52012 with flag 368000/368000
254.38/144.89	c cleaning 27004 clauses out of 54013 with flag 396000/396000
272.02/153.84	c cleaning 28003 clauses out of 56009 with flag 425000/425000
290.28/163.00	c cleaning 29000 clauses out of 58007 with flag 455001/455001
304.66/170.30	c And the winner is CuttingPlanes
304.33/170.54	c Got one! Elapsed wall clock time (in seconds):170.422
304.33/170.54	o -122
311.96/174.32	c cleaning 30003 clauses out of 60006 with flag 486000/486000
358.20/197.43	c cleaning 31002 clauses out of 62003 with flag 518000/518000
396.60/216.89	c cleaning 31492 clauses out of 63001 with flag 550000/550000
417.83/227.53	c cleaning 31749 clauses out of 63509 with flag 582000/582000
438.21/237.82	c cleaning 31878 clauses out of 63760 with flag 614000/614000
458.16/247.99	c cleaning 31932 clauses out of 63882 with flag 646000/646000
459.84/249.16	c And the winner is CuttingPlanes
459.61/249.76	c Got one! Elapsed wall clock time (in seconds):249.65
459.61/249.76	o -123
519.03/279.23	c cleaning 31975 clauses out of 63950 with flag 678000/678000
565.12/302.37	c cleaning 31988 clauses out of 63975 with flag 710000/710000
587.59/313.78	c cleaning 31983 clauses out of 63987 with flag 742000/742000
613.09/326.66	c cleaning 31992 clauses out of 64004 with flag 774000/774000
637.08/338.98	c cleaning 31986 clauses out of 64012 with flag 806000/806000
654.71/347.84	c cleaning 32008 clauses out of 64026 with flag 838000/838000
674.03/357.96	c cleaning 31998 clauses out of 64018 with flag 870000/870000
699.64/371.08	c cleaning 32008 clauses out of 64021 with flag 902001/902001
721.75/382.20	c cleaning 32000 clauses out of 64013 with flag 934001/934001
744.00/393.74	c cleaning 31998 clauses out of 64012 with flag 966000/966000
774.00/408.85	c cleaning 32001 clauses out of 64015 with flag 998001/998001
796.87/420.23	c cleaning 31990 clauses out of 64013 with flag 1030000/1030000
822.85/435.70	c cleaning 32003 clauses out of 64023 with flag 1062000/1062000
857.44/456.70	c cleaning 31995 clauses out of 64020 with flag 1094000/1094000
883.95/474.61	c cleaning 32005 clauses out of 64026 with flag 1126001/1126001
923.33/502.79	c cleaning 31993 clauses out of 64021 with flag 1158001/1158001
975.92/544.95	Exception in thread "Thread-36" java.lang.OutOfMemoryError: GC overhead limit exceeded
975.92/544.96		at java.util.Arrays.copyOfRange(Arrays.java:3137)
975.92/544.96		at java.math.BigInteger.trustedStripLeadingZeroInts(BigInteger.java:2792)
975.92/544.96		at java.math.BigInteger.multiply(BigInteger.java:1144)
975.92/544.96		at org.sat4j.pb.constraints.pb.MapPb.multiplyCoefficient(Unknown Source)
975.92/544.96		at org.sat4j.pb.constraints.pb.MapPb.cuttingPlane(Unknown Source)
975.92/544.96		at org.sat4j.pb.constraints.pb.ConflictMap.resolve(Unknown Source)
975.92/544.96		at org.sat4j.pb.core.PBSolverCP.analyzeCP(Unknown Source)
975.92/544.96		at org.sat4j.pb.core.PBSolverCP.analyze(Unknown Source)
975.92/544.96		at org.sat4j.minisat.core.Solver.search(Unknown Source)
975.92/544.96		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
975.92/544.96		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
975.92/544.96		at java.lang.Thread.run(Thread.java:662)
979.92/549.47	c cleaning 32003 clauses out of 64027 with flag 1190000/1190000
1004.23/573.80	c cleaning 32002 clauses out of 64024 with flag 1222000/1222000
1032.83/602.35	c cleaning 32003 clauses out of 64022 with flag 1254000/1254000
1061.35/630.88	c cleaning 32000 clauses out of 64019 with flag 1286000/1286000
1090.36/659.83	c cleaning 32003 clauses out of 64020 with flag 1318001/1318001
1122.85/692.35	c cleaning 31998 clauses out of 64016 with flag 1350000/1350000
1156.15/725.65	c cleaning 31998 clauses out of 64018 with flag 1382000/1382000
1186.86/756.30	c cleaning 32001 clauses out of 64021 with flag 1414001/1414001
1219.85/789.36	c cleaning 32001 clauses out of 64019 with flag 1446000/1446000
1255.77/825.24	Exception in thread "Thread-35" java.lang.OutOfMemoryError: GC overhead limit exceeded
1255.77/825.24		at java.math.BigInteger.add(BigInteger.java:1023)
1255.77/825.24		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1255.77/825.24		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1255.77/825.24		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1255.77/825.24		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1255.77/825.24		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1255.77/825.24		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1255.77/825.24		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-3737259-1338753490/watcher-3737259-1338753490 -o /tmp/evaluation-result-3737259-1338753490/solver-3737259-1338753490 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737259-1338753490.opb 

running on 4 cores: 1,3,5,7

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.64 3.89 3.81 4/197 20852
/proc/meminfo: memFree=27695596/32873844 swapFree=7632/7632
[pid=20852] ppid=20850 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20852/stat : 20852 (java6) R 20850 20852 17063 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 341473287 9515008 182 33554432000 1073741824 1073778376 140736938138656 140736938129688 209883840181 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20852/statm: 2323 182 140 9 0 71 0

[startup+0.013277 s]
/proc/loadavg: 3.64 3.89 3.81 4/197 20852
/proc/meminfo: memFree=27695596/32873844 swapFree=7632/7632
[pid=20852] ppid=20850 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20850 20852 17063 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 341473287 95129600 927 33554432000 1073741824 1073778376 140736565445888 140736565437024 209887199293 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20852/statm: 23225 927 703 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 92900

[startup+0.100271 s]
/proc/loadavg: 3.64 3.89 3.81 4/197 20852
/proc/meminfo: memFree=27695596/32873844 swapFree=7632/7632
[pid=20852] ppid=20850 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20850 20852 17063 0 -1 4202496 4696 0 1 0 8 1 0 0 20 0 18 0 341473287 2764726272 6392 33554432000 1073741824 1073778376 140736565445888 140736565437024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20852/statm: 674982 6393 2095 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300253 s]
/proc/loadavg: 3.64 3.89 3.81 4/197 20852
/proc/meminfo: memFree=27695596/32873844 swapFree=7632/7632
[pid=20852] ppid=20850 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20850 20852 17063 0 -1 4202496 5748 0 1 0 45 1 0 0 20 0 18 0 341473287 2764726272 8530 33554432000 1073741824 1073778376 140736565445888 140736565437024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20852/statm: 674982 8530 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700276 s]
/proc/loadavg: 3.64 3.89 3.81 4/197 20852
/proc/meminfo: memFree=27695596/32873844 swapFree=7632/7632
[pid=20852] ppid=20850 vsize=2699928 CPUtime=1.32 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20850 20852 17063 0 -1 4202496 17423 0 1 0 128 4 0 0 20 0 18 0 341473287 2764726272 19312 33554432000 1073741824 1073778376 140736565445888 140736565437024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20852/statm: 674982 19312 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 2699928

[startup+1.50063 s]
/proc/loadavg: 3.64 3.89 3.81 4/215 20870
/proc/meminfo: memFree=27620060/32873844 swapFree=7632/7632
[pid=20852] ppid=20850 vsize=2699928 CPUtime=2.33 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20850 20852 17063 0 -1 4202496 18034 0 1 0 229 4 0 0 20 0 18 0 341473287 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140736565437024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20852/statm: 674982 22025 2237 9 0 665676 0
[pid=20852/tid=20854] ppid=20850 vsize=2699928 CPUtime=1.47 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) R 20850 20852 17063 0 -1 4202560 2794 0 1 0 145 2 0 0 20 0 18 0 341473289 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140521549586416 140521415019963 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20855] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140521533876776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20856] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140521414584744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20857] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140521413531944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20852/tid=20858] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140521412479144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20859] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140521411427368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20860] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140521410374568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20861] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140521409321768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20862] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20850 20852 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140521408268968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20863] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) S 20850 20852 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341473291 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140520925940200 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20864] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20850 20852 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341473292 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140520924886264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20865] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20850 20852 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341473292 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140520923833352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20866] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473294 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140520922781840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20867] ppid=20850 vsize=2699928 CPUtime=0.39 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20850 20852 17063 0 -1 4202560 6281 0 0 0 39 0 0 0 20 0 18 0 341473294 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140520921729976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20868] ppid=20850 vsize=2699928 CPUtime=0.43 cores=1,3,5,7
/proc/20852/task/20868/stat : 20868 (java) S 20850 20852 17063 0 -1 4202560 7774 0 0 0 41 2 0 0 20 0 18 0 341473294 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140520920677176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20869] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20869/stat : 20869 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473294 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140520919624568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20870] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20870/stat : 20870 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473294 2764726272 22025 33554432000 1073741824 1073778376 140736565445888 140520918571976 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 2699928

[startup+3.10069 s]
/proc/loadavg: 3.64 3.89 3.81 3/215 20870
/proc/meminfo: memFree=27605228/32873844 swapFree=7632/7632
[pid=20852] ppid=20850 vsize=2699928 CPUtime=4.04 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20850 20852 17063 0 -1 4202496 18068 0 1 0 400 4 0 0 20 0 18 0 341473287 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140736565437024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20852/statm: 674982 25636 2238 9 0 665676 0
[pid=20852/tid=20854] ppid=20850 vsize=2699928 CPUtime=3.06 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) R 20850 20852 17063 0 -1 4202560 2801 0 1 0 304 2 0 0 20 0 18 0 341473289 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140521549592936 140521415019963 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20855] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140521533876776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20856] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140521414584744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20857] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140521413531944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20852/tid=20858] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140521412479144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20859] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140521411427368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20860] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140521410374568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20861] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140521409321768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20862] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20850 20852 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140521408268968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20863] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) S 20850 20852 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341473291 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140520925940200 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20864] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20850 20852 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341473292 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140520924886264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20865] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20850 20852 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341473292 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140520923833352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20866] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473294 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140520922781840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20867] ppid=20850 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20850 20852 17063 0 -1 4202560 6282 0 0 0 44 0 0 0 20 0 18 0 341473294 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140520921729976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20868] ppid=20850 vsize=2699928 CPUtime=0.5 cores=1,3,5,7
/proc/20852/task/20868/stat : 20868 (java) S 20850 20852 17063 0 -1 4202560 7800 0 0 0 48 2 0 0 20 0 18 0 341473294 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140520920677176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20869] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20869/stat : 20869 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473294 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140520919624568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20870] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20870/stat : 20870 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473294 2764726272 25636 33554432000 1073741824 1073778376 140736565445888 140520918571976 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 2699928

[startup+6.30068 s]
/proc/loadavg: 3.59 3.87 3.81 3/215 20870
/proc/meminfo: memFree=27586048/32873844 swapFree=7632/7632
[pid=20852] ppid=20850 vsize=2699928 CPUtime=7.25 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20850 20852 17063 0 -1 4202496 18079 0 1 0 720 5 0 0 20 0 18 0 341473287 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140736565437024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20852/statm: 674982 28780 2239 9 0 665676 0
[pid=20852/tid=20854] ppid=20850 vsize=2699928 CPUtime=6.24 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) R 20850 20852 17063 0 -1 4202560 2811 0 1 0 622 2 0 0 20 0 18 0 341473289 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140521549586336 140521415019963 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20855] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140521533876776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20856] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140521414584744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20857] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140521413531944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20852/tid=20858] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140521412479144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20859] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140521411427368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20860] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140521410374568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20861] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140521409321768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20862] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20850 20852 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341473290 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140521408268968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20863] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) S 20850 20852 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341473291 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140520925940200 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20864] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20850 20852 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341473292 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140520924886264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20865] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20850 20852 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341473292 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140520923833352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20866] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473294 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140520922781840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20867] ppid=20850 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20850 20852 17063 0 -1 4202560 6282 0 0 0 44 0 0 0 20 0 18 0 341473294 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140520921729976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20868] ppid=20850 vsize=2699928 CPUtime=0.5 cores=1,3,5,7
/proc/20852/task/20868/stat : 20868 (java) S 20850 20852 17063 0 -1 4202560 7800 0 0 0 48 2 0 0 20 0 18 0 341473294 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140520920677176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20869] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20869/stat : 20869 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341473294 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140520919624568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20870] ppid=20850 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20870/stat : 20870 (java) S 20850 20852 17063 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341473294 2764726272 28780 33554432000 1073741824 1073778376 140736565445888 140520918571976 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.54 3.86 3.80 4/215 20870
/proc/meminfo: memFree=27567144/32873844 swapFree=7632/7632
[pid=20852] ppid=20850 vsize=2699928 CPUtime=13.64 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20850 20852 17063 0 -1 4202496 18088 0 1 0 1359 5 0 0 20 0 18 0 341473287 2764726272 33388 33554432000 1073741824 1073778376 140736565445888 140736565437024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20852/statm: 674982 33388 2239 9 0 665676 0
[pid=20852/tid=20854] ppid=20850 vsize=2699928 CPUtime=12.63 cores=1,3,5,7

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

[pid=20852] ppid=20850 vsize=2966184 CPUtime=1256.62 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20850 20852 17063 0 -1 4202496 22851 0 1 0 125465 197 0 0 20 0 22 0 341473287 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140736565437024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20852/statm: 741546 362672 2288 9 0 732240 0
[pid=20852/tid=20854] ppid=20850 vsize=2966184 CPUtime=12.87 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) S 20850 20852 17063 0 -1 4202560 3055 0 1 0 1283 4 0 0 20 0 22 0 341473289 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521549595784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20855] ppid=20850 vsize=2966184 CPUtime=3.2 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20850 20852 17063 0 -1 4202560 326 0 0 0 308 12 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521533876776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20856] ppid=20850 vsize=2966184 CPUtime=3.29 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20850 20852 17063 0 -1 4202560 326 0 0 0 318 11 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521414584744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20852/tid=20857] ppid=20850 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20850 20852 17063 0 -1 4202560 359 0 0 0 286 13 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521413531944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20858] ppid=20850 vsize=2966184 CPUtime=3.02 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20850 20852 17063 0 -1 4202560 346 0 0 0 290 12 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521412479144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20859] ppid=20850 vsize=2966184 CPUtime=2.86 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20850 20852 17063 0 -1 4202560 356 0 0 0 275 11 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521411427368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20860] ppid=20850 vsize=2966184 CPUtime=2.98 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20850 20852 17063 0 -1 4202560 326 0 0 0 286 12 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521410374568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20861] ppid=20850 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20850 20852 17063 0 -1 4202560 344 0 0 0 286 13 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521409321768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20862] ppid=20850 vsize=2966184 CPUtime=2.95 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20850 20852 17063 0 -1 4202560 329 0 0 0 285 10 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521408268968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20863] ppid=20850 vsize=2966184 CPUtime=274.89 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) R 20850 20852 17063 0 -1 4202560 178 0 0 0 27466 23 0 0 20 0 22 0 341473291 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520925940016 140521553732093 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20864] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20850 20852 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341473292 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520924886264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20865] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20850 20852 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341473292 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520923833352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20866] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20850 20852 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341473294 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520922781840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20867] ppid=20850 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20850 20852 17063 0 -1 4202560 7083 0 0 0 122 1 0 0 20 0 22 0 341473294 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520921729976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20868] ppid=20850 vsize=2966184 CPUtime=1.54 cores=1,3,5,7
/proc/20852/task/20868/stat : 20868 (java) S 20850 20852 17063 0 -1 4202560 7870 0 0 0 152 2 0 0 20 0 22 0 341473294 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520920677176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20869] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20869/stat : 20869 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341473294 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520919624568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20870] ppid=20850 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/20852/task/20870/stat : 20870 (java) S 20850 20852 17063 0 -1 4202560 109 0 0 0 27 36 0 0 20 0 22 0 341473294 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520918571976 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=20852/tid=20873] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20873/stat : 20873 (java) S 20850 20852 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341474570 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520915411880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20852/tid=20874] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20874/stat : 20874 (java) S 20850 20852 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341474571 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520914359080 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=21337] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/21337/stat : 21337 (java) S 20850 20852 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341663289 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520917516984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1256.62
Current children cumulated vsize (KiB) 2966184

[startup+1901.8 s]
/proc/loadavg: 2.04 1.94 2.34 4/220 21338
/proc/meminfo: memFree=25878324/32873844 swapFree=7632/7632
[pid=20852] ppid=20850 vsize=2966184 CPUtime=1257.02 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20850 20852 17063 0 -1 4202496 22851 0 1 0 125505 197 0 0 20 0 22 0 341473287 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140736565437024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20852/statm: 741546 362672 2288 9 0 732240 0
[pid=20852/tid=20854] ppid=20850 vsize=2966184 CPUtime=12.87 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) S 20850 20852 17063 0 -1 4202560 3055 0 1 0 1283 4 0 0 20 0 22 0 341473289 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521549595496 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20855] ppid=20850 vsize=2966184 CPUtime=3.2 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20850 20852 17063 0 -1 4202560 326 0 0 0 308 12 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521533876776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20856] ppid=20850 vsize=2966184 CPUtime=3.29 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20850 20852 17063 0 -1 4202560 326 0 0 0 318 11 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521414584744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20852/tid=20857] ppid=20850 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20850 20852 17063 0 -1 4202560 359 0 0 0 286 13 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521413531944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20858] ppid=20850 vsize=2966184 CPUtime=3.02 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20850 20852 17063 0 -1 4202560 346 0 0 0 290 12 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521412479144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20859] ppid=20850 vsize=2966184 CPUtime=2.86 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20850 20852 17063 0 -1 4202560 356 0 0 0 275 11 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521411427368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20860] ppid=20850 vsize=2966184 CPUtime=2.98 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20850 20852 17063 0 -1 4202560 326 0 0 0 286 12 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521410374568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20861] ppid=20850 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20850 20852 17063 0 -1 4202560 344 0 0 0 286 13 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521409321768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20862] ppid=20850 vsize=2966184 CPUtime=2.95 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20850 20852 17063 0 -1 4202560 329 0 0 0 285 10 0 0 20 0 22 0 341473290 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140521408268968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20863] ppid=20850 vsize=2966184 CPUtime=275.3 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) R 20850 20852 17063 0 -1 4202560 178 0 0 0 27507 23 0 0 20 0 22 0 341473291 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520925940016 140521555719569 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20864] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20850 20852 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341473292 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520924886264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20865] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20850 20852 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341473292 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520923833352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20866] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20850 20852 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341473294 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520922781840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20867] ppid=20850 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20850 20852 17063 0 -1 4202560 7083 0 0 0 122 1 0 0 20 0 22 0 341473294 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520921729976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20868] ppid=20850 vsize=2966184 CPUtime=1.54 cores=1,3,5,7
/proc/20852/task/20868/stat : 20868 (java) S 20850 20852 17063 0 -1 4202560 7870 0 0 0 152 2 0 0 20 0 22 0 341473294 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520920677176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20869] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20869/stat : 20869 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341473294 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520919624568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20870] ppid=20850 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/20852/task/20870/stat : 20870 (java) S 20850 20852 17063 0 -1 4202560 109 0 0 0 27 36 0 0 20 0 22 0 341473294 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520918571976 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=20852/tid=20873] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20873/stat : 20873 (java) S 20850 20852 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341474570 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520915411880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20852/tid=20874] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20874/stat : 20874 (java) S 20850 20852 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341474571 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520914359080 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=21337] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/21337/stat : 21337 (java) S 20850 20852 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341663289 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520917516984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=21338] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/21338/stat : 21338 (java) S 20850 20852 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341663409 3037372416 362672 33554432000 1073741824 1073778376 140736565445888 140520916465336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1257.02
Current children cumulated vsize (KiB) 2966184

[startup+1902 s]
/proc/loadavg: 2.04 1.94 2.34 4/220 21338
/proc/meminfo: memFree=25878324/32873844 swapFree=7632/7632
[pid=20852] ppid=20850 vsize=2966184 CPUtime=1257.22 cores=1,3,5,7
/proc/20852/stat : 20852 (java) S 20850 20852 17063 0 -1 4202496 22852 0 1 0 125525 197 0 0 20 0 22 0 341473287 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140736565437024 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20852/statm: 741546 362673 2288 9 0 732240 0
[pid=20852/tid=20854] ppid=20850 vsize=2966184 CPUtime=12.87 cores=1,3,5,7
/proc/20852/task/20854/stat : 20854 (java) S 20850 20852 17063 0 -1 4202560 3055 0 1 0 1283 4 0 0 20 0 22 0 341473289 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140521549595784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20855] ppid=20850 vsize=2966184 CPUtime=3.2 cores=1,3,5,7
/proc/20852/task/20855/stat : 20855 (java) S 20850 20852 17063 0 -1 4202560 326 0 0 0 308 12 0 0 20 0 22 0 341473290 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140521533876776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20856] ppid=20850 vsize=2966184 CPUtime=3.29 cores=1,3,5,7
/proc/20852/task/20856/stat : 20856 (java) S 20850 20852 17063 0 -1 4202560 326 0 0 0 318 11 0 0 20 0 22 0 341473290 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140521414584744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20852/tid=20857] ppid=20850 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/20852/task/20857/stat : 20857 (java) S 20850 20852 17063 0 -1 4202560 359 0 0 0 286 13 0 0 20 0 22 0 341473290 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140521413531944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20858] ppid=20850 vsize=2966184 CPUtime=3.02 cores=1,3,5,7
/proc/20852/task/20858/stat : 20858 (java) S 20850 20852 17063 0 -1 4202560 346 0 0 0 290 12 0 0 20 0 22 0 341473290 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140521412479144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20859] ppid=20850 vsize=2966184 CPUtime=2.86 cores=1,3,5,7
/proc/20852/task/20859/stat : 20859 (java) S 20850 20852 17063 0 -1 4202560 356 0 0 0 275 11 0 0 20 0 22 0 341473290 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140521411427368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20860] ppid=20850 vsize=2966184 CPUtime=2.98 cores=1,3,5,7
/proc/20852/task/20860/stat : 20860 (java) S 20850 20852 17063 0 -1 4202560 326 0 0 0 286 12 0 0 20 0 22 0 341473290 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140521410374568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20861] ppid=20850 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/20852/task/20861/stat : 20861 (java) S 20850 20852 17063 0 -1 4202560 344 0 0 0 286 13 0 0 20 0 22 0 341473290 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140521409321768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20862] ppid=20850 vsize=2966184 CPUtime=2.95 cores=1,3,5,7
/proc/20852/task/20862/stat : 20862 (java) S 20850 20852 17063 0 -1 4202560 329 0 0 0 285 10 0 0 20 0 22 0 341473290 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140521408268968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20863] ppid=20850 vsize=2966184 CPUtime=275.49 cores=1,3,5,7
/proc/20852/task/20863/stat : 20863 (java) R 20850 20852 17063 0 -1 4202560 179 0 0 0 27526 23 0 0 20 0 22 0 341473291 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520925940360 140521553731616 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20864] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20864/stat : 20864 (java) S 20850 20852 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341473292 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520924886264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20865] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20865/stat : 20865 (java) S 20850 20852 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341473292 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520923833352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20866] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20866/stat : 20866 (java) S 20850 20852 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341473294 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520922781840 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20867] ppid=20850 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/20852/task/20867/stat : 20867 (java) S 20850 20852 17063 0 -1 4202560 7083 0 0 0 122 1 0 0 20 0 22 0 341473294 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520921729976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20852/tid=20868] ppid=20850 vsize=2966184 CPUtime=1.54 cores=1,3,5,7
/proc/20852/task/20868/stat : 20868 (java) S 20850 20852 17063 0 -1 4202560 7870 0 0 0 152 2 0 0 20 0 22 0 341473294 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520920677176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=20869] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20869/stat : 20869 (java) S 20850 20852 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341473294 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520919624568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=20870] ppid=20850 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/20852/task/20870/stat : 20870 (java) S 20850 20852 17063 0 -1 4202560 109 0 0 0 27 36 0 0 20 0 22 0 341473294 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520918571976 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=20852/tid=20873] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20873/stat : 20873 (java) S 20850 20852 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341474570 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520915411880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20852/tid=20874] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/20874/stat : 20874 (java) S 20850 20852 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341474571 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520914359080 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20852/tid=21337] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/21337/stat : 21337 (java) S 20850 20852 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341663289 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520917517288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20852/tid=21338] ppid=20850 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20852/task/21338/stat : 21338 (java) S 20850 20852 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341663409 3037372416 362673 33554432000 1073741824 1073778376 140736565445888 140520916464312 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1257.22
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 20852 and gives
#  childrusage.ru_utime.tv_sec=1254
#  childrusage.ru_utime.tv_usec=461292
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=193666
# CPU time returned by wait4() is 1256.66
# while last known CPU time is 1257.22
#
# 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.72006
#  lost CPU user time (s): 1.88001
#  lost CPU system time (s): -0.16

Real time (s): 1902.02
CPU time (s): 1258.94
CPU user time (s): 1257.13
CPU system time (s): 1.81
CPU usage (%): 66.1896
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1254.46
system time used= 2.19367
maximum resident set size= 1450692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22852
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48318
involuntary context switches= 39755

runsolver used 8.16776 second user time and 18.1382 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 21:58:10
IDJOB=3737259
IDBENCH=48209
IDSOLVER=2324
FILE ID=node141/3737259-1338753490
RUNJOBID= node141-1338738353-17080
PBS_JOBID= 14636770
Free space on /tmp= 70720 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737259-1338753490/watcher-3737259-1338753490 -o /tmp/evaluation-result-3737259-1338753490/solver-3737259-1338753490 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737259-1338753490.opb

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

MD5SUM BENCH= 1af848a7208b60f67c27d4022c7b5abe
RANDOM SEED=1714395477

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:        27695488 kB
Buffers:          427988 kB
Cached:          3189160 kB
SwapCached:          216 kB
Active:          1943900 kB
Inactive:        2350308 kB
Active(anon):     667644 kB
Inactive(anon):    11288 kB
Active(file):    1276256 kB
Inactive(file):  2339020 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:               504 kB
Writeback:             0 kB
AnonPages:        683324 kB
Mapped:            18812 kB
Shmem:               172 kB
Slab:             741516 kB
SReclaimable:     183604 kB
SUnreclaim:       557912 kB
KernelStack:        1624 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 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= 70720 MiB
End job on node141 at 2012-06-03 22:29:52