Trace number 3687540

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
SAT 4j PB RES // CP 2.3.2 SnapshotOPT30 868.463 435.858

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM5084bd7d25dcb1d535d550da78b2db16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark8.29974
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
Number of terms in the objective function 45
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 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
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 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687540-1337871941.opb
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.057s.
0.11/0.16	c declared #vars     45
0.11/0.16	c #constraints  331
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.16	c 331 constraints processed.
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 329
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.11/0.16	c 331 constraints processed.
0.11/0.16	c objective function length is 45 literals
0.11/0.17	c  And the winner is solver0
0.20/0.66	c SATISFIABLE
0.20/0.66	c OPTIMIZING...
0.20/0.66	c Got one! Elapsed wall clock time (in seconds):0.56
0.20/0.66	o 33
0.20/0.67	c  And the winner is solver0
0.20/1.16	c Got one! Elapsed wall clock time (in seconds):1.061
0.20/1.16	o 32
0.70/1.31	c  And the winner is solver1
0.95/1.66	c Got one! Elapsed wall clock time (in seconds):1.562
0.95/1.66	o 31
1.85/1.96	c cleaning 2695 clauses out of 5390 with flag 4000/5390
3.02/2.22	c cleaning 4348 clauses out of 8696 with flag 10001/11391
3.80/2.52	c cleaning 5673 clauses out of 11348 with flag 17001/18391
4.76/2.91	c cleaning 6836 clauses out of 13675 with flag 25001/26391
5.77/3.40	c cleaning 7917 clauses out of 15838 with flag 34000/35390
6.78/3.98	c cleaning 8961 clauses out of 17922 with flag 44001/45391
8.36/4.74	c cleaning 9979 clauses out of 19961 with flag 55001/56391
10.14/5.61	c cleaning 10991 clauses out of 21982 with flag 67001/68391
12.14/6.68	c cleaning 11991 clauses out of 23990 with flag 80000/81390
13.89/7.51	c  And the winner is solver1
13.93/7.67	c Got one! Elapsed wall clock time (in seconds):7.564
13.93/7.67	o 30
15.78/8.61	c cleaning 14204 clauses out of 28407 with flag 5000/97798
16.76/9.17	c cleaning 10101 clauses out of 20205 with flag 11002/103800
17.93/9.76	c cleaning 8551 clauses out of 17102 with flag 18000/110798
19.10/10.31	c cleaning 8276 clauses out of 16554 with flag 26003/118801
20.28/10.97	c cleaning 8637 clauses out of 17276 with flag 35001/127799
21.64/11.65	c cleaning 9320 clauses out of 18640 with flag 45002/137800
23.24/12.40	c cleaning 10160 clauses out of 20320 with flag 56002/148800
24.94/13.27	c cleaning 11077 clauses out of 22158 with flag 68000/160798
26.92/14.25	c cleaning 12041 clauses out of 24081 with flag 81000/173798
29.29/15.42	c cleaning 13015 clauses out of 26040 with flag 95000/187798
32.65/17.18	c cleaning 14010 clauses out of 28025 with flag 110000/202798
34.01/17.88	c cleaning 0 clauses out of 5554 with flag 0/5554
36.90/19.19	c cleaning 15006 clauses out of 30015 with flag 126000/218798
41.83/21.59	c cleaning 16003 clauses out of 32009 with flag 143000/235798
46.00/23.64	c cleaning 17003 clauses out of 34007 with flag 161001/253799
50.35/25.83	c cleaning 17999 clauses out of 36005 with flag 180002/272800
55.91/28.66	c cleaning 19003 clauses out of 38005 with flag 200001/292799
62.50/31.97	c cleaning 20000 clauses out of 40002 with flag 221001/313799
69.25/35.33	c cleaning 21001 clauses out of 42002 with flag 243001/335799
76.21/38.83	c cleaning 21992 clauses out of 44000 with flag 266000/358798
87.19/44.39	c cleaning 23003 clauses out of 46008 with flag 290000/382798
97.38/49.45	c cleaning 24004 clauses out of 48007 with flag 315002/407800
106.78/54.12	c cleaning 24998 clauses out of 50002 with flag 341001/433799
115.93/58.76	c cleaning 26001 clauses out of 52004 with flag 368001/460799
125.91/63.77	c cleaning 27002 clauses out of 54003 with flag 396001/488799
138.48/70.02	c cleaning 28000 clauses out of 56000 with flag 425000/517798
150.10/75.83	c cleaning 28997 clauses out of 58000 with flag 455000/547798
161.06/81.35	c cleaning 29996 clauses out of 60005 with flag 486002/578800
173.24/87.44	c cleaning 31004 clauses out of 62010 with flag 518003/610801
185.05/93.36	c cleaning 0 clauses out of 11554 with flag 0/11554
185.61/93.61	c cleaning 32000 clauses out of 64004 with flag 551001/643799
198.57/100.16	c cleaning 33000 clauses out of 66003 with flag 585000/677798
213.16/107.42	c cleaning 34002 clauses out of 68004 with flag 620001/712799
228.58/115.16	c cleaning 34995 clauses out of 70002 with flag 656001/748799
244.40/123.08	c cleaning 35998 clauses out of 72007 with flag 693001/785799
264.79/133.24	c cleaning 36999 clauses out of 74008 with flag 731000/823798
292.89/147.27	c cleaning 38006 clauses out of 76011 with flag 770002/862800
318.41/159.96	c cleaning 39002 clauses out of 78006 with flag 810003/902801
348.49/174.93	c cleaning 39997 clauses out of 80002 with flag 851001/943799
383.91/192.62	c cleaning 40997 clauses out of 82004 with flag 893000/985798
421.26/211.21	c cleaning 42001 clauses out of 84008 with flag 936001/1028799
456.99/229.01	c cleaning 43000 clauses out of 86007 with flag 980001/1072799
490.92/245.97	c cleaning 43997 clauses out of 88008 with flag 1025002/1117800
521.96/261.40	c cleaning 45004 clauses out of 90010 with flag 1071001/1163799
545.23/273.04	c cleaning 0 clauses out of 18554 with flag 0/18554
552.17/276.51	c cleaning 46001 clauses out of 92006 with flag 1118001/1210799
584.87/292.86	c cleaning 47001 clauses out of 94005 with flag 1166001/1258799
614.94/307.85	c cleaning 48002 clauses out of 96004 with flag 1215001/1307799
646.25/323.44	c cleaning 49000 clauses out of 98001 with flag 1265001/1357799
678.15/339.35	c cleaning 50000 clauses out of 100000 with flag 1316000/1408798
712.22/356.37	c cleaning 50998 clauses out of 101999 with flag 1368000/1460798
744.66/372.50	c cleaning 51999 clauses out of 104000 with flag 1421000/1513798
780.36/390.36	c cleaning 53000 clauses out of 106001 with flag 1475001/1567799
815.65/407.91	c cleaning 53995 clauses out of 108000 with flag 1530000/1622798
853.41/426.77	c cleaning 55000 clauses out of 110004 with flag 1586001/1678799
865.09/432.66	c  And the winner is solver0
868.10/435.85	c starts		: 291
868.10/435.85	c conflicts		: 1701841
868.10/435.85	c decisions		: 1748990
868.10/435.85	c propagations		: 8020939
868.10/435.85	c inspects		: 4610695599
868.10/435.85	c shortcuts		: 0
868.10/435.85	c learnt literals	: 22
868.10/435.85	c learnt binary clauses	: 166
868.10/435.85	c learnt ternary clauses	: 735
868.10/435.85	c learnt constraints	: 1701818
868.10/435.85	c ignored constraints	: 0
868.10/435.85	c root simplifications	: 0
868.10/435.85	c removed literals (reason simplification)	: 15132590
868.10/435.85	c reason swapping (by a shorter reason)	: 0
868.10/435.85	c Calls to reduceDB	: 61
868.10/435.85	c number of reductions to clauses (during analyze)	: 0
868.10/435.85	c number of learned constraints concerned by reduction	: 0
868.10/435.85	c number of learning phase by resolution	: 0
868.10/435.85	c number of learning phase by cutting planes	: 0
868.10/435.85	c speed (assignments/second)	: 18732.72097118488
868.10/435.85	c non guided choices	0
868.10/435.85	c learnt constraints type 
868.10/435.85	c constraints type 
868.10/435.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
868.10/435.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
868.10/435.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
868.10/435.85	c 331 constraints processed.
868.10/435.85	c constraints type 
868.10/435.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
868.10/435.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 329
868.10/435.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
868.10/435.85	c 331 constraints processed.
868.10/435.85	s OPTIMUM FOUND
868.10/435.85	v x1 x2 x3 -x4 x5 x6 x7 -x8 -x9 x10 x11 x12 x13 x14 x15 x16 -x17 x18 -x19 x20 x21 x22 x23 -x24 -x25 -x26 x27 x28 -x29 x30 x31 x32 -x33 x34 -x35 -x36 -x37 x38 x39 x40 x41 x42 -x43 x44 -x45 
868.10/435.85	c objective function=30
868.10/435.85	c Total wall clock time (in seconds): 435.744

Verifier Data

OK	30

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-3687540-1337871941/watcher-3687540-1337871941 -o /tmp/evaluation-result-3687540-1337871941/solver-3687540-1337871941 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687540-1337871941.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.90 0.48 0.16 3/197 22040
/proc/meminfo: memFree=27691596/32873648 swapFree=7108/7108
[pid=22040] ppid=22038 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (java) R 22038 22040 21597 0 -1 4202496 1008 0 0 0 0 0 0 0 20 0 1 0 253321469 23793664 736 33554432000 1073741824 1073778376 140735624035552 140735624024616 140226110187011 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22040/statm: 5809 745 547 9 0 128 0

[startup+0.0991649 s]
/proc/loadavg: 1.90 0.48 0.16 3/197 22040
/proc/meminfo: memFree=27691596/32873648 swapFree=7108/7108
[pid=22040] ppid=22038 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/22040/stat : 22040 (java) S 22038 22040 21597 0 -1 4202496 4419 0 1 0 10 1 0 0 20 0 18 0 253321469 9787813888 6081 33554432000 1073741824 1073778376 140735624035552 140735624026688 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22040/statm: 2389603 6081 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.100208 s]
/proc/loadavg: 1.90 0.48 0.16 3/197 22040
/proc/meminfo: memFree=27691596/32873648 swapFree=7108/7108
[pid=22040] ppid=22038 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/22040/stat : 22040 (java) S 22038 22040 21597 0 -1 4202496 4439 0 1 0 10 1 0 0 20 0 18 0 253321469 9787813888 6101 33554432000 1073741824 1073778376 140735624035552 140735624026688 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22040/statm: 2389603 6102 2139 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300282 s]
/proc/loadavg: 1.90 0.48 0.16 3/197 22040
/proc/meminfo: memFree=27691596/32873648 swapFree=7108/7108
[pid=22040] ppid=22038 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/22040/stat : 22040 (java) S 22038 22040 21597 0 -1 4202496 4782 0 1 0 19 1 0 0 20 0 19 0 253321469 10060460032 7399 33554432000 1073741824 1073778376 140735624035552 140735624026688 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22040/statm: 2456167 7399 2193 9 0 2446860 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9824668

[startup+0.700251 s]
/proc/loadavg: 1.90 0.48 0.16 3/197 22040
/proc/meminfo: memFree=27691596/32873648 swapFree=7108/7108
[pid=22040] ppid=22038 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/22040/stat : 22040 (java) S 22038 22040 21597 0 -1 4202496 4854 0 1 0 19 1 0 0 20 0 19 0 253321469 10060460032 8462 33554432000 1073741824 1073778376 140735624035552 140735624026688 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22040/statm: 2456167 8462 2193 9 0 2446860 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 1.90 0.48 0.16 3/216 22065
/proc/meminfo: memFree=27666040/32873648 swapFree=7108/7108
[pid=22040] ppid=22038 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/22040/stat : 22040 (java) S 22038 22040 21597 0 -1 4202496 11228 0 1 0 91 4 0 0 20 0 19 0 253321469 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140735624026688 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22040/statm: 2456167 13472 2231 9 0 2446860 0
[pid=22040/tid=22042] ppid=22038 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/22040/task/22042/stat : 22042 (java) S 22038 22040 21597 0 -1 4202560 2450 0 1 0 14 0 0 0 20 0 19 0 253321469 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140226102215672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321470 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140226063707176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321470 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140226062654376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321470 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140226061601576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321470 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140226060548776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321470 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140226059495976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321470 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140226058443176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321470 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140226057390376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253321470 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140226056337576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253321471 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140225925835752 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 21597 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253321472 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140225924781816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321472 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140225923728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321474 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140225922677392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 21597 0 -1 4202560 3128 0 0 0 22 0 0 0 20 0 19 0 253321474 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140225921624504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 21597 0 -1 4202560 4323 0 0 0 25 2 0 0 20 0 19 0 253321474 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140225920571704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321474 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140225919519096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321474 10060460032 13472 33554432000 1073741824 1073778376 140735624035552 140224910846408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 2.22 0.58 0.19 7/219 22071
/proc/meminfo: memFree=27529020/32873648 swapFree=7108/7108
[pid=22040] ppid=22038 vsize=9824668 CPUtime=5.16 cores=1,3,5,7
/proc/22040/stat : 22040 (java) S 22038 22040 21597 0 -1 4202496 24568 0 1 0 507 9 0 0 20 0 22 0 253321469 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140735624026688 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22040/statm: 2456167 47866 2274 9 0 2446860 0
[pid=22040/tid=22042] ppid=22038 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/22040/task/22042/stat : 22042 (java) S 22038 22040 21597 0 -1 4202560 2450 0 1 0 14 0 0 0 20 0 22 0 253321469 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140226102215672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140226063707176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140226062654376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140226061601576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 21597 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140226060548776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140226059495976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140226058443176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140226057390376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140226056337576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 21597 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 22 0 253321471 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140225925835752 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253321472 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140225924781816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253321472 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140225923728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321474 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140225922677392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 21597 0 -1 4202560 10892 0 0 0 100 2 0 0 20 0 22 0 253321474 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140225921624504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 21597 0 -1 4202560 9741 0 0 0 85 3 0 0 20 0 22 0 253321474 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140225920571704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321474 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140225919519096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321474 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140224910846408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22068] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22068/stat : 22068 (java) S 22038 22040 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253321586 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140224908740136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22069] ppid=22038 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/22040/task/22069/stat : 22069 (java) R 22038 22040 21597 0 -1 4202560 9 0 0 0 133 0 0 0 20 0 22 0 253321636 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140224906633936 140225934757662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22070] ppid=22038 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/22040/task/22070/stat : 22070 (java) R 22038 22040 21597 0 -1 4202560 64 0 0 0 131 2 0 0 20 0 22 0 253321636 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140224909790048 140225934799912 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22071] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22071/stat : 22071 (java) S 22038 22040 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253321636 10060460032 47866 33554432000 1073741824 1073778376 140735624035552 140224907687080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 2.22 0.58 0.19 4/219 22071
/proc/meminfo: memFree=27087420/32873648 swapFree=7108/7108
[pid=22040] ppid=22038 vsize=9824668 CPUtime=11.51 cores=1,3,5,7
/proc/22040/stat : 22040 (java) S 22038 22040 21597 0 -1 4202496 25372 0 1 0 1136 15 0 0 20 0 22 0 253321469 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140735624026688 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22040/statm: 2456167 140542 2274 9 0 2446860 0
[pid=22040/tid=22042] ppid=22038 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/22040/task/22042/stat : 22042 (java) S 22038 22040 21597 0 -1 4202560 2450 0 1 0 14 0 0 0 20 0 22 0 253321469 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140226102215672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 21597 0 -1 4202560 92 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140226063707176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 21597 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140226062654376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 21597 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140226061601576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 21597 0 -1 4202560 140 0 0 0 1 0 0 0 20 0 22 0 253321470 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140226060548776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 21597 0 -1 4202560 95 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140226059495976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 21597 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140226058443176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 21597 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140226057390376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253321470 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140226056337576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 21597 0 -1 4202560 225 0 0 0 15 0 0 0 20 0 22 0 253321471 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140225925835752 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253321472 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140225924781816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253321472 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140225923728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321474 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140225922677392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 21597 0 -1 4202560 10892 0 0 0 103 3 0 0 20 0 22 0 253321474 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140225921624504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 21597 0 -1 4202560 9741 0 0 0 85 3 0 0 20 0 22 0 253321474 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140225920571704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321474 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140225919519096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321474 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140224910846408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22068] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22068/stat : 22068 (java) S 22038 22040 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253321586 10060460032 140542 33554432000 1073741824 1073778376 140735624035552 140224908740136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 21597 0 -1 4202560 346 0 0 0 150 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226063707176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 21597 0 -1 4202560 280 0 0 0 155 0 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226062654376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 21597 0 -1 4202560 322 0 0 0 154 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226061601576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 21597 0 -1 4202560 381 0 0 0 151 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226060548776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 21597 0 -1 4202560 288 0 0 0 157 0 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226059495976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 21597 0 -1 4202560 232 0 0 0 146 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226058443176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 21597 0 -1 4202560 286 0 0 0 153 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226057390376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 21597 0 -1 4202560 250 0 0 0 146 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226056337576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9824668 CPUtime=4.36 cores=1,3,5,7
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 21597 0 -1 4202560 549 0 0 0 414 22 0 0 20 0 19 0 253321471 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225925835752 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321472 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225924781816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253321472 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225923728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225922677392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 21597 0 -1 4202560 10898 0 0 0 123 3 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225921624504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 21597 0 -1 4202560 13385 0 0 0 148 3 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225920571704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225919519096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 21597 0 -1 4202560 25 0 0 0 6 12 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140224910846408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22074] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22074/stat : 22074 (java) S 22038 22040 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253322236 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140224907686696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 867.4
Current children cumulated vsize (KiB) 9824668

[startup+435.501 s]
/proc/loadavg: 3.82 3.11 1.56 4/216 22078
/proc/meminfo: memFree=26466832/32873648 swapFree=7108/7108
[pid=22040] ppid=22038 vsize=9824668 CPUtime=867.8 cores=1,3,5,7
/proc/22040/stat : 22040 (java) S 22038 22040 21597 0 -1 4202496 32511 0 1 0 86697 83 0 0 20 0 19 0 253321469 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140735624026688 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22040/statm: 2456167 219052 2276 9 0 2446860 0
[pid=22040/tid=22042] ppid=22038 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/22040/task/22042/stat : 22042 (java) R 22038 22040 21597 0 -1 4202560 2468 0 1 0 250 2 0 0 20 0 19 0 253321469 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226102213312 140225934530486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 21597 0 -1 4202560 346 0 0 0 150 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226063707176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 21597 0 -1 4202560 280 0 0 0 155 0 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226062654376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 21597 0 -1 4202560 322 0 0 0 154 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226061601576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 21597 0 -1 4202560 381 0 0 0 151 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226060548776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 21597 0 -1 4202560 288 0 0 0 157 0 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226059495976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 21597 0 -1 4202560 232 0 0 0 146 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226058443176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 21597 0 -1 4202560 286 0 0 0 153 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226057390376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 21597 0 -1 4202560 250 0 0 0 146 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226056337576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9824668 CPUtime=4.36 cores=1,3,5,7
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 21597 0 -1 4202560 549 0 0 0 414 22 0 0 20 0 19 0 253321471 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225925835752 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321472 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225924781816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253321472 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225923728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225922677392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 21597 0 -1 4202560 10898 0 0 0 123 3 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225921624504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 21597 0 -1 4202560 13385 0 0 0 148 3 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225920571704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225919519096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 21597 0 -1 4202560 25 0 0 0 6 12 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140224910846408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22074] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22074/stat : 22074 (java) S 22038 22040 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253322236 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140224907686696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 867.8
Current children cumulated vsize (KiB) 9824668

[startup+435.701 s]
/proc/loadavg: 3.82 3.11 1.56 4/216 22078
/proc/meminfo: memFree=26466832/32873648 swapFree=7108/7108
[pid=22040] ppid=22038 vsize=9824668 CPUtime=868 cores=1,3,5,7
/proc/22040/stat : 22040 (java) S 22038 22040 21597 0 -1 4202496 32511 0 1 0 86717 83 0 0 20 0 19 0 253321469 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140735624026688 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22040/statm: 2456167 219052 2276 9 0 2446860 0
[pid=22040/tid=22042] ppid=22038 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/22040/task/22042/stat : 22042 (java) R 22038 22040 21597 0 -1 4202560 2468 0 1 0 269 2 0 0 20 0 19 0 253321469 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226102213312 140225934530498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 21597 0 -1 4202560 346 0 0 0 150 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226063707176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 21597 0 -1 4202560 280 0 0 0 155 0 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226062654376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 21597 0 -1 4202560 322 0 0 0 154 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226061601576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 21597 0 -1 4202560 381 0 0 0 151 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226060548776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 21597 0 -1 4202560 288 0 0 0 157 0 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226059495976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 21597 0 -1 4202560 232 0 0 0 146 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226058443176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 21597 0 -1 4202560 286 0 0 0 153 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226057390376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 21597 0 -1 4202560 250 0 0 0 146 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226056337576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9824668 CPUtime=4.36 cores=1,3,5,7
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 21597 0 -1 4202560 549 0 0 0 414 22 0 0 20 0 19 0 253321471 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225925835752 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321472 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225924781816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253321472 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225923728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225922677392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 21597 0 -1 4202560 10898 0 0 0 123 3 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225921624504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 21597 0 -1 4202560 13385 0 0 0 148 3 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225920571704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225919519096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 21597 0 -1 4202560 25 0 0 0 6 12 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140224910846408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22074] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22074/stat : 22074 (java) S 22038 22040 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253322236 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140224907686696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 868
Current children cumulated vsize (KiB) 9824668

[startup+435.801 s]
/proc/loadavg: 3.82 3.11 1.56 4/216 22078
/proc/meminfo: memFree=26466832/32873648 swapFree=7108/7108
[pid=22040] ppid=22038 vsize=9824668 CPUtime=868.1 cores=1,3,5,7
/proc/22040/stat : 22040 (java) S 22038 22040 21597 0 -1 4202496 32511 0 1 0 86727 83 0 0 20 0 19 0 253321469 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140735624026688 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22040/statm: 2456167 219052 2276 9 0 2446860 0
[pid=22040/tid=22042] ppid=22038 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/22040/task/22042/stat : 22042 (java) R 22038 22040 21597 0 -1 4202560 2468 0 1 0 279 2 0 0 20 0 19 0 253321469 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226102213312 140225934530498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22043] ppid=22038 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/22040/task/22043/stat : 22043 (java) S 22038 22040 21597 0 -1 4202560 346 0 0 0 150 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226063707176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22044] ppid=22038 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/22040/task/22044/stat : 22044 (java) S 22038 22040 21597 0 -1 4202560 280 0 0 0 155 0 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226062654376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22045] ppid=22038 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/22040/task/22045/stat : 22045 (java) S 22038 22040 21597 0 -1 4202560 322 0 0 0 154 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226061601576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22046] ppid=22038 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/22040/task/22046/stat : 22046 (java) S 22038 22040 21597 0 -1 4202560 381 0 0 0 151 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226060548776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22047] ppid=22038 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/22040/task/22047/stat : 22047 (java) S 22038 22040 21597 0 -1 4202560 288 0 0 0 157 0 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226059495976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22048] ppid=22038 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/22040/task/22048/stat : 22048 (java) S 22038 22040 21597 0 -1 4202560 232 0 0 0 146 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226058443176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22049] ppid=22038 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/22040/task/22049/stat : 22049 (java) S 22038 22040 21597 0 -1 4202560 286 0 0 0 153 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226057390376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22050] ppid=22038 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/22040/task/22050/stat : 22050 (java) S 22038 22040 21597 0 -1 4202560 250 0 0 0 146 2 0 0 20 0 19 0 253321470 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140226056337576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22051] ppid=22038 vsize=9824668 CPUtime=4.36 cores=1,3,5,7
/proc/22040/task/22051/stat : 22051 (java) S 22038 22040 21597 0 -1 4202560 549 0 0 0 414 22 0 0 20 0 19 0 253321471 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225925835752 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22052] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22052/stat : 22052 (java) S 22038 22040 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321472 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225924781816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22053] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22053/stat : 22053 (java) S 22038 22040 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253321472 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225923728904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22054] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22054/stat : 22054 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225922677392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22040/tid=22055] ppid=22038 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/22040/task/22055/stat : 22055 (java) S 22038 22040 21597 0 -1 4202560 10898 0 0 0 123 3 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225921624504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22056] ppid=22038 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/22040/task/22056/stat : 22056 (java) S 22038 22040 21597 0 -1 4202560 13385 0 0 0 148 3 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225920571704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22040/tid=22057] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22057/stat : 22057 (java) S 22038 22040 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140225919519096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22040/tid=22058] ppid=22038 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/22040/task/22058/stat : 22058 (java) S 22038 22040 21597 0 -1 4202560 25 0 0 0 6 12 0 0 20 0 19 0 253321474 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140224910846408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22040/tid=22074] ppid=22038 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22040/task/22074/stat : 22074 (java) S 22038 22040 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253322236 10060460032 219052 33554432000 1073741824 1073778376 140735624035552 140224907686696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 868.1
Current children cumulated vsize (KiB) 9824668

Child status: 30
Real time (s): 435.858
CPU time (s): 868.463
CPU user time (s): 867.43
CPU system time (s): 1.03284
CPU usage (%): 199.254
Max. virtual memory (cumulated for all children) (KiB): 9824948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 867.43
system time used= 1.03284
maximum resident set size= 1184476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32519
page faults= 1
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20134
involuntary context switches= 28124

runsolver used 1.56376 second user time and 4.03339 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 17:05:41
IDJOB=3687540
IDBENCH=1865
IDSOLVER=2268
FILE ID=node114/3687540-1337871941
RUNJOBID= node114-1337871881-21614
PBS_JOBID= 14620090
Free space on /tmp= 71652 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-stein45.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687540-1337871941/watcher-3687540-1337871941 -o /tmp/evaluation-result-3687540-1337871941/solver-3687540-1337871941 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687540-1337871941.opb

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

MD5SUM BENCH= 5084bd7d25dcb1d535d550da78b2db16
RANDOM SEED=2137734220

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:        27692212 kB
Buffers:          196432 kB
Cached:          2503148 kB
SwapCached:            0 kB
Active:          2341448 kB
Inactive:        2067168 kB
Active(anon):    1711616 kB
Inactive(anon):        0 kB
Active(file):     629832 kB
Inactive(file):  2067168 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               576 kB
Writeback:             0 kB
AnonPages:       1654692 kB
Mapped:            21708 kB
Shmem:               200 kB
Slab:             622132 kB
SReclaimable:      66024 kB
SUnreclaim:       556108 kB
KernelStack:        1800 kB
PageTables:         7396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2683228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1599488 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= 71652 MiB
End job on node114 at 2012-05-24 17:12:57