Trace number 3689408

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 648.247 328.126

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-101.opb
MD5SUMa3ed9477da365050d631dd031519efe8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark79.04
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689408-1337881832.opb
0.09/0.12	c reading problem ... 
2.51/1.67	c ... done. Wall clock time 1.551s.
2.51/1.67	c declared #vars     7936
2.51/2.48	c #constraints  177125
2.51/2.48	c constraints type 
2.51/2.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
2.51/2.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.51/2.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
2.51/2.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
2.51/2.48	c 177125 constraints processed.
2.51/2.48	c constraints type 
2.51/2.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
2.51/2.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
2.51/2.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
2.51/2.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
2.51/2.48	c 177125 constraints processed.
6.98/3.28	c cleaning 2494 clauses out of 5000 with flag 5000/5000
8.20/3.89	c cleaning 0 clauses out of 5004 with flag 0/5004
9.72/4.65	c cleaning 4248 clauses out of 8506 with flag 11000/11000
13.02/6.21	c cleaning 5617 clauses out of 11258 with flag 18000/18000
13.26/6.48	c cleaning 0 clauses out of 11000 with flag 0/11000
17.03/8.35	c cleaning 6794 clauses out of 13641 with flag 26000/26000
19.16/9.45	c cleaning 0 clauses out of 18000 with flag 0/18000
22.06/10.90	c cleaning 7868 clauses out of 15849 with flag 35002/35002
27.07/13.56	c cleaning 8966 clauses out of 17979 with flag 45000/45000
27.55/13.88	c cleaning 0 clauses out of 26000 with flag 0/26000
32.46/16.34	c cleaning 9917 clauses out of 20013 with flag 56000/56000
37.53/18.94	c cleaning 11019 clauses out of 22096 with flag 68000/68000
43.37/21.96	c cleaning 11997 clauses out of 24077 with flag 81000/81000
49.23/24.92	c cleaning 13031 clauses out of 26080 with flag 95000/95000
52.89/26.80	c cleaning 0 clauses out of 35001 with flag 0/35001
55.55/28.29	c cleaning 14015 clauses out of 28049 with flag 110001/110001
63.75/32.42	c cleaning 15013 clauses out of 30031 with flag 126000/126000
71.82/36.54	c cleaning 16002 clauses out of 32017 with flag 143002/143002
81.07/41.23	c cleaning 17003 clauses out of 34013 with flag 161001/161001
89.51/45.56	c cleaning 17958 clauses out of 36009 with flag 180000/180000
100.71/51.28	c cleaning 19013 clauses out of 38050 with flag 200000/200000
113.57/57.76	c cleaning 0 clauses out of 45000 with flag 0/45000
113.90/57.99	c cleaning 19983 clauses out of 40038 with flag 221001/221001
126.87/64.54	c cleaning 21019 clauses out of 42057 with flag 243003/243003
139.02/70.78	c cleaning 21967 clauses out of 44035 with flag 266000/266000
154.28/78.46	c cleaning 23010 clauses out of 46070 with flag 290002/290002
169.02/85.86	c cleaning 23997 clauses out of 48058 with flag 315000/315000
176.85/89.88	c cleaning 0 clauses out of 56000 with flag 0/56000
187.19/95.19	c cleaning 25027 clauses out of 50061 with flag 341000/341000
208.25/105.72	c cleaning 26003 clauses out of 52035 with flag 368001/368001
221.51/112.49	c cleaning 26960 clauses out of 54031 with flag 396000/396000
232.94/118.25	c cleaning 28000 clauses out of 56071 with flag 425000/425000
251.89/127.82	c cleaning 29011 clauses out of 58071 with flag 455000/455000
270.93/137.45	c cleaning 30025 clauses out of 60062 with flag 486002/486002
290.74/147.48	c cleaning 30988 clauses out of 62035 with flag 518000/518000
307.56/155.99	c cleaning 0 clauses out of 68000 with flag 0/68000
316.05/160.37	c cleaning 32000 clauses out of 64047 with flag 551000/551000
340.50/172.66	c cleaning 33012 clauses out of 66051 with flag 585004/585004
363.77/184.34	c cleaning 34006 clauses out of 68035 with flag 620000/620000
388.82/196.98	c cleaning 34998 clauses out of 70029 with flag 656000/656000
412.08/208.74	c cleaning 35987 clauses out of 72031 with flag 693000/693000
429.69/217.64	c cleaning 37014 clauses out of 74042 with flag 731000/731000
449.47/227.69	c cleaning 37991 clauses out of 76028 with flag 770000/770000
471.89/238.91	c cleaning 38966 clauses out of 78036 with flag 810001/810001
489.05/247.72	c cleaning 39920 clauses out of 80069 with flag 851000/851000
507.99/257.36	c cleaning 41069 clauses out of 82150 with flag 893001/893001
525.50/266.27	c cleaning 41900 clauses out of 84079 with flag 936000/936000
544.27/275.71	c cleaning 42895 clauses out of 86179 with flag 980000/980000
564.65/286.10	c cleaning 44125 clauses out of 88284 with flag 1025000/1025000
590.86/299.32	c cleaning 45066 clauses out of 90160 with flag 1071001/1071001
621.11/314.56	c cleaning 45973 clauses out of 92091 with flag 1118000/1118000
647.72/327.93	c  And the winner is solver0
647.91/328.08	c starts		: 188
647.91/328.08	c conflicts		: 1160215
647.91/328.08	c decisions		: 4240984
647.91/328.08	c propagations		: 326829664
647.91/328.08	c inspects		: 3318950304
647.91/328.08	c shortcuts		: 0
647.91/328.08	c learnt literals	: 24
647.91/328.08	c learnt binary clauses	: 456
647.91/328.08	c learnt ternary clauses	: 1591
647.91/328.08	c learnt constraints	: 1160190
647.91/328.08	c ignored constraints	: 0
647.91/328.08	c root simplifications	: 0
647.91/328.08	c removed literals (reason simplification)	: 38802017
647.91/328.08	c reason swapping (by a shorter reason)	: 0
647.91/328.08	c Calls to reduceDB	: 43
647.91/328.09	c number of reductions to clauses (during analyze)	: 0
647.91/328.09	c number of learned constraints concerned by reduction	: 0
647.91/328.09	c number of learning phase by resolution	: 0
647.91/328.09	c number of learning phase by cutting planes	: 0
647.91/328.09	c speed (assignments/second)	: 1001353.1870044243
647.91/328.09	c non guided choices	129020
648.04/328.11	c learnt constraints type 
648.04/328.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 456
648.04/328.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87867
648.04/328.11	c constraints type 
648.04/328.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
648.04/328.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
648.04/328.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
648.04/328.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
648.04/328.11	c 177125 constraints processed.
648.04/328.11	c constraints type 
648.04/328.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
648.04/328.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
648.04/328.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
648.04/328.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
648.04/328.11	c 177125 constraints processed.
648.04/328.11	s UNSATISFIABLE
648.04/328.11	c Total wall clock time (in seconds): 327.995

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-3689408-1337881832/watcher-3689408-1337881832 -o /tmp/evaluation-result-3689408-1337881832/solver-3689408-1337881832 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689408-1337881832.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: 1.82 1.97 2.25 3/174 24858
/proc/meminfo: memFree=29335008/32873648 swapFree=7108/7108
[pid=24858] ppid=24856 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24858/stat : 24858 (java) D 24856 24858 21597 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254310624 9515008 182 33554432000 1073741824 1073778376 140736524246304 140736524237336 219513962165 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24858/statm: 2323 182 140 9 0 71 0

[startup+0.0544259 s]
/proc/loadavg: 1.82 1.97 2.25 3/174 24858
/proc/meminfo: memFree=29335008/32873648 swapFree=7108/7108
[pid=24858] ppid=24856 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/24858/stat : 24858 (java) S 24856 24858 21597 0 -1 4202496 3061 0 1 0 3 0 0 0 20 0 13 0 254310624 9446973440 3759 33554432000 1073741824 1073778376 140736844017568 140736844008704 219517321277 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24858/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100317 s]
/proc/loadavg: 1.82 1.97 2.25 3/174 24858
/proc/meminfo: memFree=29335008/32873648 swapFree=7108/7108
[pid=24858] ppid=24856 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24858/stat : 24858 (java) S 24856 24858 21597 0 -1 4202496 4324 0 1 0 8 1 0 0 20 0 18 0 254310624 9787813888 5508 33554432000 1073741824 1073778376 140736844017568 140736844008704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24858/statm: 2389603 5509 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300172 s]
/proc/loadavg: 1.82 1.97 2.25 3/174 24858
/proc/meminfo: memFree=29335008/32873648 swapFree=7108/7108
[pid=24858] ppid=24856 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/24858/stat : 24858 (java) S 24856 24858 21597 0 -1 4202496 5399 0 1 0 45 1 0 0 20 0 18 0 254310624 9787813888 8792 33554432000 1073741824 1073778376 140736844017568 140736844008704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24858/statm: 2389603 8792 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700236 s]
/proc/loadavg: 1.82 1.97 2.25 3/174 24858
/proc/meminfo: memFree=29335008/32873648 swapFree=7108/7108
[pid=24858] ppid=24856 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/24858/stat : 24858 (java) S 24856 24858 21597 0 -1 4202496 12132 0 1 0 126 6 0 0 20 0 18 0 254310624 9787813888 44419 33554432000 1073741824 1073778376 140736844017568 140736844008704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24858/statm: 2389603 44419 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 1.82 1.97 2.25 3/212 24903
/proc/meminfo: memFree=28974780/32873648 swapFree=7108/7108
[pid=24858] ppid=24856 vsize=9558412 CPUtime=2.51 cores=1,3,5,7
/proc/24858/stat : 24858 (java) S 24856 24858 21597 0 -1 4202496 13486 0 1 0 237 14 0 0 20 0 18 0 254310624 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 140736844008704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24858/statm: 2389603 87084 2247 9 0 2380296 0
[pid=24858/tid=24860] ppid=24856 vsize=9558412 CPUtime=1.35 cores=1,3,5,7
/proc/24858/task/24860/stat : 24860 (java) R 24856 24858 21597 0 -1 4202560 2567 0 1 0 130 5 0 0 20 0 18 0 254310625 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856695709648 139856567483384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24861] ppid=24856 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/24858/task/24861/stat : 24861 (java) S 24856 24858 21597 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 254310627 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856539499304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24862] ppid=24856 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/24858/task/24862/stat : 24862 (java) S 24856 24858 21597 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 18 0 254310627 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856538446504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24863] ppid=24856 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/24858/task/24863/stat : 24863 (java) S 24856 24858 21597 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 254310627 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856537394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24864] ppid=24856 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/24858/task/24864/stat : 24864 (java) S 24856 24858 21597 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 254310627 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856536341416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24865] ppid=24856 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24858/task/24865/stat : 24865 (java) S 24856 24858 21597 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 18 0 254310627 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856535288104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24866] ppid=24856 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/24858/task/24866/stat : 24866 (java) S 24856 24858 21597 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 254310627 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856534235304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24867] ppid=24856 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/24858/task/24867/stat : 24867 (java) S 24856 24858 21597 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 254310627 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856533183016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24868] ppid=24856 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24858/task/24868/stat : 24868 (java) S 24856 24858 21597 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 18 0 254310627 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856532130216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24869] ppid=24856 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24869/stat : 24869 (java) S 24856 24858 21597 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254310628 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856519932648 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24870] ppid=24856 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24870/stat : 24870 (java) S 24856 24858 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254310628 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856518878712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24871] ppid=24856 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24871/stat : 24871 (java) S 24856 24858 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254310628 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856517826312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24872] ppid=24856 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24872/stat : 24872 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310631 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856516774800 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24873] ppid=24856 vsize=9558412 CPUtime=0.34 cores=1,3,5,7
/proc/24858/task/24873/stat : 24873 (java) S 24856 24858 21597 0 -1 4202560 4797 0 0 0 32 2 0 0 20 0 18 0 254310631 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856515721400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24874] ppid=24856 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/24858/task/24874/stat : 24874 (java) S 24856 24858 21597 0 -1 4202560 4626 0 0 0 41 0 0 0 20 0 18 0 254310631 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856514668600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24875] ppid=24856 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24875/stat : 24875 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310631 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856513616504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24876] ppid=24856 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24876/stat : 24876 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310631 9787813888 87084 33554432000 1073741824 1073778376 140736844017568 139856512563912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9558412

[startup+3.1008 s]
/proc/loadavg: 2.40 2.08 2.28 4/216 24907
/proc/meminfo: memFree=28212340/32873648 swapFree=7108/7108
[pid=24858] ppid=24856 vsize=9824668 CPUtime=6.78 cores=1,3,5,7
/proc/24858/stat : 24858 (java) S 24856 24858 21597 0 -1 4202496 21392 0 1 0 658 20 0 0 20 0 22 0 254310624 10060460032 115073 33554432000 1073741824 1073778376 140736844017568 140736844008704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24858/statm: 2456167 115073 2269 9 0 2446860 0
[pid=24858/tid=24860] ppid=24856 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/24858/task/24860/stat : 24860 (java) S 24856 24858 21597 0 -1 4202560 2579 0 1 0 147 5 0 0 20 0 22 0 254310625 10060460032 115073 33554432000 1073741824 1073778376 140736844017568 139856695718904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24861] ppid=24856 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24858/task/24861/stat : 24861 (java) S 24856 24858 21597 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 254310627 10060460032 115073 33554432000 1073741824 1073778376 140736844017568 139856539499304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24862] ppid=24856 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24858/task/24862/stat : 24862 (java) S 24856 24858 21597 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 22 0 254310627 10060460032 115073 33554432000 1073741824 1073778376 140736844017568 139856538446504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24863] ppid=24856 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24858/task/24863/stat : 24863 (java) S 24856 24858 21597 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 22 0 254310627 10060460032 115073 33554432000 1073741824 1073778376 140736844017568 139856537394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24864] ppid=24856 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24858/task/24864/stat : 24864 (java) S 24856 24858 21597 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 22 0 254310627 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856536341416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24865] ppid=24856 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/24858/task/24865/stat : 24865 (java) S 24856 24858 21597 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 22 0 254310627 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856535288104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24866] ppid=24856 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24858/task/24866/stat : 24866 (java) S 24856 24858 21597 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 22 0 254310627 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856534235304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24867] ppid=24856 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24858/task/24867/stat : 24867 (java) S 24856 24858 21597 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 254310627 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856533183016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24868] ppid=24856 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/24858/task/24868/stat : 24868 (java) S 24856 24858 21597 0 -1 4202560 60 0 0 0 7 3 0 0 20 0 22 0 254310627 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856532130216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24869] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24869/stat : 24869 (java) S 24856 24858 21597 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 254310628 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856519932648 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24870] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24870/stat : 24870 (java) S 24856 24858 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310628 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856518878712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24871] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24871/stat : 24871 (java) S 24856 24858 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310628 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856517826312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24872] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24872/stat : 24872 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856516774800 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24873] ppid=24856 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/24858/task/24873/stat : 24873 (java) S 24856 24858 21597 0 -1 4202560 6554 0 0 0 92 2 0 0 20 0 22 0 254310631 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856515721400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24874] ppid=24856 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/24858/task/24874/stat : 24874 (java) S 24856 24858 21597 0 -1 4202560 10483 0 0 0 99 1 0 0 20 0 22 0 254310631 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856514668600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24875] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24875/stat : 24875 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856513616504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24876] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24876/stat : 24876 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856512563912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24904] ppid=24856 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/24858/task/24904/stat : 24904 (java) R 24856 24858 21597 0 -1 4202560 28 0 0 0 135 0 0 0 20 0 22 0 254310792 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856511509320 139856567893640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24905] ppid=24856 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/24858/task/24905/stat : 24905 (java) R 24856 24858 21597 0 -1 4202560 108 0 0 0 134 1 0 0 20 0 22 0 254310792 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856510455888 139856568356418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24906] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24906/stat : 24906 (java) S 24856 24858 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310794 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856509404840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24907] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24907/stat : 24907 (java) S 24856 24858 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310795 10060460032 115585 33554432000 1073741824 1073778376 140736844017568 139856508352040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 2.40 2.08 2.28 4/216 24907
/proc/meminfo: memFree=27452944/32873648 swapFree=7108/7108
[pid=24858] ppid=24856 vsize=9824668 CPUtime=13.15 cores=1,3,5,7
/proc/24858/stat : 24858 (java) S 24856 24858 21597 0 -1 4202496 25220 0 1 0 1290 25 0 0 20 0 22 0 254310624 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 140736844008704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24858/statm: 2456167 165002 2281 9 0 2446860 0
[pid=24858/tid=24860] ppid=24856 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/24858/task/24860/stat : 24860 (java) S 24856 24858 21597 0 -1 4202560 2580 0 1 0 147 6 0 0 20 0 22 0 254310625 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856695718616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24861] ppid=24856 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24858/task/24861/stat : 24861 (java) S 24856 24858 21597 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 22 0 254310627 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856539499304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24862] ppid=24856 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/24858/task/24862/stat : 24862 (java) S 24856 24858 21597 0 -1 4202560 52 0 0 0 8 2 0 0 20 0 22 0 254310627 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856538446504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24863] ppid=24856 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24858/task/24863/stat : 24863 (java) S 24856 24858 21597 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 254310627 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856537394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24864] ppid=24856 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24858/task/24864/stat : 24864 (java) S 24856 24858 21597 0 -1 4202560 39 0 0 0 4 1 0 0 20 0 22 0 254310627 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856536341416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24865] ppid=24856 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/24858/task/24865/stat : 24865 (java) S 24856 24858 21597 0 -1 4202560 40 0 0 0 8 2 0 0 20 0 22 0 254310627 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856535288104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24866] ppid=24856 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/24858/task/24866/stat : 24866 (java) S 24856 24858 21597 0 -1 4202560 39 0 0 0 8 2 0 0 20 0 22 0 254310627 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856534235304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24867] ppid=24856 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24858/task/24867/stat : 24867 (java) S 24856 24858 21597 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 254310627 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856533183016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24868] ppid=24856 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/24858/task/24868/stat : 24868 (java) S 24856 24858 21597 0 -1 4202560 64 0 0 0 8 3 0 0 20 0 22 0 254310627 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856532130216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24869] ppid=24856 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/24858/task/24869/stat : 24869 (java) R 24856 24858 21597 0 -1 4202560 505 0 0 0 42 0 0 0 20 0 22 0 254310628 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856519931496 139856702226548 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24870] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24870/stat : 24870 (java) S 24856 24858 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310628 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856518878712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24871] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24871/stat : 24871 (java) S 24856 24858 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310628 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856517826312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24872] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24872/stat : 24872 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856516774800 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24873] ppid=24856 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/24858/task/24873/stat : 24873 (java) S 24856 24858 21597 0 -1 4202560 6559 0 0 0 101 2 0 0 20 0 22 0 254310631 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856515707496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24874] ppid=24856 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/24858/task/24874/stat : 24874 (java) S 24856 24858 21597 0 -1 4202560 13860 0 0 0 126 2 0 0 20 0 22 0 254310631 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856514658200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24875] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24875/stat : 24875 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856513616504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24876] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24876/stat : 24876 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856512563912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24904] ppid=24856 vsize=9824668 CPUtime=4.05 cores=1,3,5,7
/proc/24858/task/24904/stat : 24904 (java) S 24856 24858 21597 0 -1 4202560 31 0 0 0 405 0 0 0 20 0 22 0 254310792 10060460032 165002 33554432000 1073741824 1073778376 140736844017568 139856511509320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/24858/task/24870/stat : 24870 (java) S 24856 24858 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310628 10060460032 651699 33554432000 1073741824 1073778376 140736844017568 139856518878712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24871] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24871/stat : 24871 (java) S 24856 24858 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310628 10060460032 651699 33554432000 1073741824 1073778376 140736844017568 139856517826312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24872] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24872/stat : 24872 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 651699 33554432000 1073741824 1073778376 140736844017568 139856516774800 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24873] ppid=24856 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24858/task/24873/stat : 24873 (java) S 24856 24858 21597 0 -1 4202560 6561 0 0 0 105 2 0 0 20 0 22 0 254310631 10060460032 651699 33554432000 1073741824 1073778376 140736844017568 139856515721400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24874] ppid=24856 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/24858/task/24874/stat : 24874 (java) S 24856 24858 21597 0 -1 4202560 17347 0 0 0 158 3 0 0 20 0 22 0 254310631 10060460032 651699 33554432000 1073741824 1073778376 140736844017568 139856514668600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24875] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24875/stat : 24875 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 651699 33554432000 1073741824 1073778376 140736844017568 139856513616504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24876] ppid=24856 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/24858/task/24876/stat : 24876 (java) S 24856 24858 21597 0 -1 4202560 19 0 0 0 4 9 0 0 20 0 22 0 254310631 10060460032 651699 33554432000 1073741824 1073778376 140736844017568 139856512563912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24904] ppid=24856 vsize=9824668 CPUtime=310.29 cores=1,3,5,7
/proc/24858/task/24904/stat : 24904 (java) R 24856 24858 21597 0 -1 4202560 74 0 0 0 31025 4 0 0 20 0 22 0 254310792 10060460032 651699 33554432000 1073741824 1073778376 140736844017568 139856511507344 139856567962590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24905] ppid=24856 vsize=9824668 CPUtime=310.25 cores=1,3,5,7
/proc/24858/task/24905/stat : 24905 (java) R 24856 24858 21597 0 -1 4202560 1941 0 0 0 30989 36 0 0 20 0 22 0 254310792 10060460032 651699 33554432000 1073741824 1073778376 140736844017568 139856510455360 139856568134506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24906] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24906/stat : 24906 (java) S 24856 24858 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310794 10060460032 651699 33554432000 1073741824 1073778376 140736844017568 139856509404840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24907] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24907/stat : 24907 (java) S 24856 24858 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310795 10060460032 651699 33554432000 1073741824 1073778376 140736844017568 139856508352040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 643.28
Current children cumulated vsize (KiB) 9824668

[startup+327.301 s]
/proc/loadavg: 3.92 3.27 2.74 5/219 24912
/proc/meminfo: memFree=23492124/32873648 swapFree=7108/7108
[pid=24858] ppid=24856 vsize=9824668 CPUtime=646.49 cores=1,3,5,7
/proc/24858/stat : 24858 (java) S 24856 24858 21597 0 -1 4202496 35436 0 1 0 64562 87 0 0 20 0 22 0 254310624 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 140736844008704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24858/statm: 2456167 651330 2285 9 0 2446860 0
[pid=24858/tid=24860] ppid=24856 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/24858/task/24860/stat : 24860 (java) S 24856 24858 21597 0 -1 4202560 2591 0 1 0 148 6 0 0 20 0 22 0 254310625 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856695718904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24861] ppid=24856 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/24858/task/24861/stat : 24861 (java) S 24856 24858 21597 0 -1 4202560 133 0 0 0 77 4 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856539499304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24862] ppid=24856 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/24858/task/24862/stat : 24862 (java) S 24856 24858 21597 0 -1 4202560 114 0 0 0 71 3 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856538446504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24863] ppid=24856 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/24858/task/24863/stat : 24863 (java) S 24856 24858 21597 0 -1 4202560 157 0 0 0 84 3 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856537394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24864] ppid=24856 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/24858/task/24864/stat : 24864 (java) S 24856 24858 21597 0 -1 4202560 132 0 0 0 71 3 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856536341416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24865] ppid=24856 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/24858/task/24865/stat : 24865 (java) S 24856 24858 21597 0 -1 4202560 170 0 0 0 79 4 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856535288104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24866] ppid=24856 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/24858/task/24866/stat : 24866 (java) S 24856 24858 21597 0 -1 4202560 174 0 0 0 86 4 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856534235304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24867] ppid=24856 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/24858/task/24867/stat : 24867 (java) S 24856 24858 21597 0 -1 4202560 146 0 0 0 81 3 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856533183016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24868] ppid=24856 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/24858/task/24868/stat : 24868 (java) S 24856 24858 21597 0 -1 4202560 159 0 0 0 77 5 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856532130216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24869] ppid=24856 vsize=9824668 CPUtime=11.87 cores=1,3,5,7
/proc/24858/task/24869/stat : 24869 (java) S 24856 24858 21597 0 -1 4202560 4530 0 0 0 1176 11 0 0 20 0 22 0 254310628 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856519932648 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24870] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24870/stat : 24870 (java) S 24856 24858 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310628 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856518878712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24871] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24871/stat : 24871 (java) S 24856 24858 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310628 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856517826312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24872] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24872/stat : 24872 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856516774800 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24873] ppid=24856 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24858/task/24873/stat : 24873 (java) S 24856 24858 21597 0 -1 4202560 6561 0 0 0 105 2 0 0 20 0 22 0 254310631 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856515721400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24874] ppid=24856 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/24858/task/24874/stat : 24874 (java) S 24856 24858 21597 0 -1 4202560 17347 0 0 0 158 3 0 0 20 0 22 0 254310631 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856514668600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24875] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24875/stat : 24875 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856513616504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24876] ppid=24856 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/24858/task/24876/stat : 24876 (java) S 24856 24858 21597 0 -1 4202560 19 0 0 0 4 9 0 0 20 0 22 0 254310631 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856512563912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24904] ppid=24856 vsize=9824668 CPUtime=311.87 cores=1,3,5,7
/proc/24858/task/24904/stat : 24904 (java) R 24856 24858 21597 0 -1 4202560 74 0 0 0 31183 4 0 0 20 0 22 0 254310792 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856511508240 139856567962590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24905] ppid=24856 vsize=9824668 CPUtime=311.83 cores=1,3,5,7
/proc/24858/task/24905/stat : 24905 (java) R 24856 24858 21597 0 -1 4202560 1942 0 0 0 31147 36 0 0 20 0 22 0 254310792 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856510454480 139856567343042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24906] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24906/stat : 24906 (java) S 24856 24858 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310794 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856509404840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24907] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24907/stat : 24907 (java) S 24856 24858 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310795 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856508352040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 646.49
Current children cumulated vsize (KiB) 9824668

[startup+327.707 s]
/proc/loadavg: 3.92 3.29 2.75 5/219 24912
/proc/meminfo: memFree=23492124/32873648 swapFree=7108/7108
[pid=24858] ppid=24856 vsize=9824668 CPUtime=647.3 cores=1,3,5,7
/proc/24858/stat : 24858 (java) S 24856 24858 21597 0 -1 4202496 35436 0 1 0 64643 87 0 0 20 0 22 0 254310624 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 140736844008704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24858/statm: 2456167 651330 2285 9 0 2446860 0
[pid=24858/tid=24860] ppid=24856 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/24858/task/24860/stat : 24860 (java) S 24856 24858 21597 0 -1 4202560 2591 0 1 0 148 6 0 0 20 0 22 0 254310625 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856695718904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24861] ppid=24856 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/24858/task/24861/stat : 24861 (java) S 24856 24858 21597 0 -1 4202560 133 0 0 0 77 4 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856539499304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24862] ppid=24856 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/24858/task/24862/stat : 24862 (java) S 24856 24858 21597 0 -1 4202560 114 0 0 0 71 3 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856538446504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24863] ppid=24856 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/24858/task/24863/stat : 24863 (java) S 24856 24858 21597 0 -1 4202560 157 0 0 0 84 3 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856537394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24864] ppid=24856 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/24858/task/24864/stat : 24864 (java) S 24856 24858 21597 0 -1 4202560 132 0 0 0 71 3 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856536341416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24865] ppid=24856 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/24858/task/24865/stat : 24865 (java) S 24856 24858 21597 0 -1 4202560 170 0 0 0 79 4 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856535288104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24866] ppid=24856 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/24858/task/24866/stat : 24866 (java) S 24856 24858 21597 0 -1 4202560 174 0 0 0 86 4 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856534235304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24867] ppid=24856 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/24858/task/24867/stat : 24867 (java) S 24856 24858 21597 0 -1 4202560 146 0 0 0 81 3 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856533183016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24868] ppid=24856 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/24858/task/24868/stat : 24868 (java) S 24856 24858 21597 0 -1 4202560 159 0 0 0 77 5 0 0 20 0 22 0 254310627 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856532130216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24869] ppid=24856 vsize=9824668 CPUtime=11.87 cores=1,3,5,7
/proc/24858/task/24869/stat : 24869 (java) S 24856 24858 21597 0 -1 4202560 4530 0 0 0 1176 11 0 0 20 0 22 0 254310628 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856519932648 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24870] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24870/stat : 24870 (java) S 24856 24858 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254310628 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856518878712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24871] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24871/stat : 24871 (java) S 24856 24858 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310628 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856517826312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24872] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24872/stat : 24872 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856516774800 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24873] ppid=24856 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24858/task/24873/stat : 24873 (java) S 24856 24858 21597 0 -1 4202560 6561 0 0 0 105 2 0 0 20 0 22 0 254310631 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856515721400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24874] ppid=24856 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/24858/task/24874/stat : 24874 (java) S 24856 24858 21597 0 -1 4202560 17347 0 0 0 158 3 0 0 20 0 22 0 254310631 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856514668600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24875] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24875/stat : 24875 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310631 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856513616504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24876] ppid=24856 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/24858/task/24876/stat : 24876 (java) S 24856 24858 21597 0 -1 4202560 19 0 0 0 4 9 0 0 20 0 22 0 254310631 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856512563912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24904] ppid=24856 vsize=9824668 CPUtime=312.28 cores=1,3,5,7
/proc/24858/task/24904/stat : 24904 (java) R 24856 24858 21597 0 -1 4202560 74 0 0 0 31224 4 0 0 20 0 22 0 254310792 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856511508240 139856567962818 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24905] ppid=24856 vsize=9824668 CPUtime=312.24 cores=1,3,5,7
/proc/24858/task/24905/stat : 24905 (java) R 24856 24858 21597 0 -1 4202560 1942 0 0 0 31188 36 0 0 20 0 22 0 254310792 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856510454480 139856568157632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24906] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24906/stat : 24906 (java) S 24856 24858 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310794 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856509404840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24907] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24907/stat : 24907 (java) S 24856 24858 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254310795 10060460032 651330 33554432000 1073741824 1073778376 140736844017568 139856508352040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 647.3
Current children cumulated vsize (KiB) 9824668

[startup+328.101 s]
/proc/loadavg: 3.92 3.29 2.75 5/219 24912
/proc/meminfo: memFree=23492124/32873648 swapFree=7108/7108
[pid=24858] ppid=24856 vsize=9824668 CPUtime=648.04 cores=1,3,5,7
/proc/24858/stat : 24858 (java) S 24856 24858 21597 0 -1 4202496 35445 0 1 0 64707 97 0 0 20 0 20 0 254310624 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 140736844008704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24858/statm: 2456167 651036 2287 9 0 2446860 0
[pid=24858/tid=24860] ppid=24856 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/24858/task/24860/stat : 24860 (java) S 24856 24858 21597 0 -1 4202560 2591 0 1 0 148 6 0 0 20 0 20 0 254310625 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856695718616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24861] ppid=24856 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/24858/task/24861/stat : 24861 (java) S 24856 24858 21597 0 -1 4202560 133 0 0 0 77 4 0 0 20 0 20 0 254310627 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856539499304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24862] ppid=24856 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/24858/task/24862/stat : 24862 (java) S 24856 24858 21597 0 -1 4202560 114 0 0 0 72 3 0 0 20 0 20 0 254310627 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856538446504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24863] ppid=24856 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/24858/task/24863/stat : 24863 (java) S 24856 24858 21597 0 -1 4202560 158 0 0 0 85 3 0 0 20 0 20 0 254310627 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856537394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24864] ppid=24856 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/24858/task/24864/stat : 24864 (java) S 24856 24858 21597 0 -1 4202560 132 0 0 0 72 3 0 0 20 0 20 0 254310627 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856536341416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24865] ppid=24856 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/24858/task/24865/stat : 24865 (java) S 24856 24858 21597 0 -1 4202560 170 0 0 0 79 4 0 0 20 0 20 0 254310627 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856535288104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24866] ppid=24856 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/24858/task/24866/stat : 24866 (java) S 24856 24858 21597 0 -1 4202560 174 0 0 0 87 4 0 0 20 0 20 0 254310627 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856534235304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24867] ppid=24856 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/24858/task/24867/stat : 24867 (java) S 24856 24858 21597 0 -1 4202560 146 0 0 0 81 3 0 0 20 0 20 0 254310627 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856533183016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24868] ppid=24856 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/24858/task/24868/stat : 24868 (java) S 24856 24858 21597 0 -1 4202560 160 0 0 0 78 5 0 0 20 0 20 0 254310627 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856532130216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24858/tid=24869] ppid=24856 vsize=9824668 CPUtime=11.88 cores=1,3,5,7
/proc/24858/task/24869/stat : 24869 (java) S 24856 24858 21597 0 -1 4202560 4530 0 0 0 1176 12 0 0 20 0 20 0 254310628 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856519932648 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24870] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24870/stat : 24870 (java) S 24856 24858 21597 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 254310628 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856518878712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24871] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24871/stat : 24871 (java) S 24856 24858 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254310628 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856517826312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24872] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24872/stat : 24872 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254310631 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856516774800 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24873] ppid=24856 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/24858/task/24873/stat : 24873 (java) R 24856 24858 21597 0 -1 4202560 6563 0 0 0 106 2 0 0 20 0 20 0 254310631 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856515721240 139856698325489 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24858/tid=24874] ppid=24856 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/24858/task/24874/stat : 24874 (java) R 24856 24858 21597 0 -1 4202560 17347 0 0 0 158 3 0 0 20 0 20 0 254310631 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856514668440 139856698594272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24875] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24875/stat : 24875 (java) S 24856 24858 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254310631 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856513616504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24858/tid=24876] ppid=24856 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/24858/task/24876/stat : 24876 (java) S 24856 24858 21597 0 -1 4202560 19 0 0 0 4 9 0 0 20 0 20 0 254310631 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856512563912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24858/tid=24907] ppid=24856 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24858/task/24907/stat : 24907 (java) S 24856 24858 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254310795 10060460032 651036 33554432000 1073741824 1073778376 140736844017568 139856508352040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 648.04
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 328.126
CPU time (s): 648.247
CPU user time (s): 647.064
CPU system time (s): 1.18382
CPU usage (%): 197.561
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 647.064
system time used= 1.18382
maximum resident set size= 2889028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35451
page faults= 1
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11960
involuntary context switches= 13672

runsolver used 1.57376 second user time and 2.69459 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 19:50:33
IDJOB=3689408
IDBENCH=89675
IDSOLVER=2268
FILE ID=node114/3689408-1337881832
RUNJOBID= node114-1337871881-21614
PBS_JOBID= 14620090
Free space on /tmp= 71616 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-101.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689408-1337881832/watcher-3689408-1337881832 -o /tmp/evaluation-result-3689408-1337881832/solver-3689408-1337881832 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689408-1337881832.opb

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

MD5SUM BENCH= a3ed9477da365050d631dd031519efe8
RANDOM SEED=414228331

node114.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.242
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	: 5332.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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:        29336388 kB
Buffers:          207136 kB
Cached:          2554036 kB
SwapCached:            0 kB
Active:           636296 kB
Inactive:        2140012 kB
Active(anon):      17848 kB
Inactive(anon):        0 kB
Active(file):     618448 kB
Inactive(file):  2140012 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             57736 kB
Writeback:            12 kB
AnonPages:         22220 kB
Mapped:            12824 kB
Shmem:               200 kB
Slab:             624768 kB
SReclaimable:      68860 kB
SUnreclaim:       555908 kB
KernelStack:        1440 kB
PageTables:         3616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71608 MiB
End job on node114 at 2012-05-24 19:56:01