Trace number 3687284

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 297.23 150.119

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark57.0313
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687284-1337871893.opb
0.10/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.2s.
0.47/0.31	c declared #vars     231
0.47/0.31	c #constraints  2707
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.31	c 2707 constraints processed.
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.47/0.31	c 2707 constraints processed.
2.42/0.88	c cleaning 2499 clauses out of 5001 with flag 5001/5001
3.76/1.25	c cleaning 4251 clauses out of 8501 with flag 11000/11000
4.64/1.69	c cleaning 5616 clauses out of 11250 with flag 18000/18000
6.13/2.30	c cleaning 6813 clauses out of 13635 with flag 26001/26001
7.44/2.84	c cleaning 7911 clauses out of 15822 with flag 35001/35001
9.13/3.51	c cleaning 8951 clauses out of 17910 with flag 45000/45000
10.49/4.26	c cleaning 9971 clauses out of 19960 with flag 56001/56001
12.26/5.16	c cleaning 10991 clauses out of 21990 with flag 68002/68002
14.20/6.14	c cleaning 11995 clauses out of 23998 with flag 81001/81001
16.66/7.24	c cleaning 12999 clauses out of 26003 with flag 95001/95001
19.40/8.41	c cleaning 13997 clauses out of 28003 with flag 110000/110000
21.74/9.64	c cleaning 15000 clauses out of 30007 with flag 126001/126001
24.47/11.05	c cleaning 15998 clauses out of 32007 with flag 143001/143001
27.38/12.53	c cleaning 16998 clauses out of 34010 with flag 161002/161002
30.50/14.20	c cleaning 17988 clauses out of 36011 with flag 180002/180002
35.05/16.42	c cleaning 19002 clauses out of 38021 with flag 200000/200000
38.90/18.42	c cleaning 19992 clauses out of 40019 with flag 221000/221000
42.81/20.43	c cleaning 21001 clauses out of 42028 with flag 243001/243001
46.93/22.57	c cleaning 22005 clauses out of 44027 with flag 266001/266001
51.84/25.01	c cleaning 22994 clauses out of 46021 with flag 290000/290000
56.71/27.53	c cleaning 24000 clauses out of 48026 with flag 315000/315000
61.59/30.03	c cleaning 24998 clauses out of 50031 with flag 341005/341005
67.08/32.88	c cleaning 26009 clauses out of 52028 with flag 368000/368000
72.78/35.70	c cleaning 27006 clauses out of 54019 with flag 396000/396000
77.81/38.36	c cleaning 28002 clauses out of 56013 with flag 425001/425001
84.72/41.82	c cleaning 28992 clauses out of 58010 with flag 455000/455000
87.86/43.40	c cleaning 0 clauses out of 5000 with flag 0/5000
91.66/45.31	c cleaning 30006 clauses out of 60019 with flag 486001/486001
97.49/48.37	c cleaning 30991 clauses out of 62013 with flag 518002/518002
104.38/51.88	c cleaning 32007 clauses out of 64021 with flag 551001/551001
111.66/55.53	c cleaning 33003 clauses out of 66012 with flag 585000/585000
118.36/58.94	c cleaning 33993 clauses out of 68009 with flag 620000/620000
125.37/62.59	c cleaning 35003 clauses out of 70018 with flag 656002/656002
132.40/66.10	c cleaning 35997 clauses out of 72014 with flag 693001/693001
139.69/69.81	c cleaning 37002 clauses out of 74017 with flag 731001/731001
147.97/74.06	c cleaning 37996 clauses out of 76015 with flag 770001/770001
157.13/78.78	c cleaning 38998 clauses out of 78018 with flag 810000/810000
166.26/83.37	c cleaning 40007 clauses out of 80019 with flag 851000/851000
175.15/87.82	c cleaning 40990 clauses out of 82015 with flag 893004/893004
184.63/92.67	c cleaning 41999 clauses out of 84021 with flag 936000/936000
194.19/97.54	c cleaning 42997 clauses out of 86021 with flag 980000/980000
204.28/102.63	c cleaning 44005 clauses out of 88023 with flag 1025000/1025000
214.40/107.77	c cleaning 44992 clauses out of 90018 with flag 1071000/1071000
226.29/113.74	c cleaning 46008 clauses out of 92025 with flag 1118000/1118000
238.88/120.12	c cleaning 47001 clauses out of 94017 with flag 1166000/1166000
250.74/126.13	c cleaning 48001 clauses out of 96016 with flag 1215000/1215000
263.24/132.49	c cleaning 48998 clauses out of 98015 with flag 1265001/1265001
276.50/139.19	c cleaning 49993 clauses out of 100012 with flag 1316000/1316000
290.64/146.35	c cleaning 50995 clauses out of 102012 with flag 1368000/1368000
297.08/149.64	c  And the winner is solver0
296.56/150.08	c starts		: 187
296.56/150.08	c conflicts		: 1394502
296.56/150.08	c decisions		: 1642251
296.56/150.08	c propagations		: 58539169
296.56/150.08	c inspects		: 1653115790
296.56/150.08	c shortcuts		: 0
296.56/150.08	c learnt literals	: 33
296.56/150.09	c learnt binary clauses	: 104
296.56/150.09	c learnt ternary clauses	: 283
296.56/150.09	c learnt constraints	: 1394468
296.56/150.09	c ignored constraints	: 0
296.56/150.09	c root simplifications	: 0
296.56/150.09	c removed literals (reason simplification)	: 4692889
296.56/150.09	c reason swapping (by a shorter reason)	: 0
296.56/150.09	c Calls to reduceDB	: 48
296.56/150.09	c number of reductions to clauses (during analyze)	: 0
296.56/150.09	c number of learned constraints concerned by reduction	: 0
296.56/150.09	c number of learning phase by resolution	: 0
296.56/150.09	c number of learning phase by cutting planes	: 0
296.56/150.09	c speed (assignments/second)	: 390857.8362967464
296.56/150.09	c non guided choices	169
296.59/150.11	c learnt constraints type 
296.59/150.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 104
296.59/150.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77403
296.59/150.11	c constraints type 
296.59/150.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
296.59/150.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
296.59/150.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
296.59/150.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
296.59/150.11	c 2707 constraints processed.
296.59/150.11	c constraints type 
296.59/150.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
296.59/150.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
296.59/150.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
296.59/150.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
296.59/150.11	c 2707 constraints processed.
296.59/150.11	s UNSATISFIABLE
296.59/150.11	c Total wall clock time (in seconds): 149.999

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-3687284-1337871893/watcher-3687284-1337871893 -o /tmp/evaluation-result-3687284-1337871893/solver-3687284-1337871893 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687284-1337871893.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: 0.45 0.10 0.03 4/197 22534
/proc/meminfo: memFree=27704456/32873648 swapFree=6336/6336
[pid=22534] ppid=22532 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/22534/stat : 22534 (java) R 22532 22534 22409 0 -1 4202496 947 0 0 0 0 0 0 0 20 0 1 0 253316593 23793664 676 33554432000 1073741824 1073778376 140736199896288 140736199885352 213857122867 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22534/statm: 5809 684 503 9 0 128 0

[startup+0.02584 s]
/proc/loadavg: 0.45 0.10 0.03 4/197 22534
/proc/meminfo: memFree=27704456/32873648 swapFree=6336/6336
[pid=22534] ppid=22532 vsize=9092432 CPUtime=0 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22409 0 -1 4202496 2902 0 1 0 0 0 0 0 20 0 11 0 253316593 9310650368 3602 33554432000 1073741824 1073778376 140736199896288 140736199887424 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22534/statm: 2273108 3602 1624 9 0 2263809 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9092432

[startup+0.100195 s]
/proc/loadavg: 0.45 0.10 0.03 4/197 22534
/proc/meminfo: memFree=27704456/32873648 swapFree=6336/6336
[pid=22534] ppid=22532 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22409 0 -1 4202496 4401 0 1 0 9 1 0 0 20 0 18 0 253316593 9787813888 6103 33554432000 1073741824 1073778376 140736199896288 140736199887424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22534/statm: 2389603 6103 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300175 s]
/proc/loadavg: 0.45 0.10 0.03 4/197 22534
/proc/meminfo: memFree=27704456/32873648 swapFree=6336/6336
[pid=22534] ppid=22532 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22409 0 -1 4202496 5496 0 1 0 45 2 0 0 20 0 18 0 253316593 9787813888 8125 33554432000 1073741824 1073778376 140736199896288 140736199887424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22534/statm: 2389603 8125 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700187 s]
/proc/loadavg: 0.45 0.10 0.03 4/197 22534
/proc/meminfo: memFree=27704456/32873648 swapFree=6336/6336
[pid=22534] ppid=22532 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22409 0 -1 4202496 16643 0 1 0 197 5 0 0 20 0 22 0 253316593 10060460032 22019 33554432000 1073741824 1073778376 140736199896288 140736199887424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22534/statm: 2456167 22019 2244 9 0 2446860 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9824668

[startup+1.50074 s]
/proc/loadavg: 0.90 0.20 0.06 7/219 22556
/proc/meminfo: memFree=27564772/32873648 swapFree=6336/6336
[pid=22534] ppid=22532 vsize=9824668 CPUtime=4.43 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22409 0 -1 4202496 23213 0 1 0 436 7 0 0 20 0 22 0 253316593 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140736199887424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22534/statm: 2456167 49992 2276 9 0 2446860 0
[pid=22534/tid=22536] ppid=22532 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/22534/task/22536/stat : 22536 (java) S 22532 22534 22409 0 -1 4202560 2467 0 1 0 27 1 0 0 20 0 22 0 253316593 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601265918968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22409 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601109416232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601108363432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601107311144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601106258344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22409 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601105206056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601104153256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601103100968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22409 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601102048168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22409 0 -1 4202560 97 0 0 0 3 0 0 0 20 0 22 0 253316595 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601089849576 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316595 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601088795640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316596 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601087743240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316598 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601086691728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22409 0 -1 4202560 11717 0 0 0 90 1 0 0 20 0 22 0 253316598 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601085639352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22409 0 -1 4202560 7532 0 0 0 85 2 0 0 20 0 22 0 253316598 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601084586552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316598 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601083534456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316598 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601082481864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22553] ppid=22532 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/22534/task/22553/stat : 22553 (java) R 22532 22534 22409 0 -1 4202560 30 0 0 0 107 0 0 0 20 0 22 0 253316624 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601081426344 140601138315840 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22554] ppid=22532 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/22534/task/22554/stat : 22554 (java) R 22532 22534 22409 0 -1 4202560 130 0 0 0 107 2 0 0 20 0 22 0 253316624 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601080373752 140601138433466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22555] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22555/stat : 22555 (java) S 22532 22534 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316624 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601079321768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22556] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22556/stat : 22556 (java) S 22532 22534 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316624 10060460032 49992 33554432000 1073741824 1073778376 140736199896288 140601078268968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 0.90 0.20 0.06 5/219 22556
/proc/meminfo: memFree=27430036/32873648 swapFree=6336/6336
[pid=22534] ppid=22532 vsize=9824668 CPUtime=8.26 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22409 0 -1 4202496 27888 0 1 0 815 11 0 0 20 0 22 0 253316593 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140736199887424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22534/statm: 2456167 87875 2279 9 0 2446860 0
[pid=22534/tid=22536] ppid=22532 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/22534/task/22536/stat : 22536 (java) S 22532 22534 22409 0 -1 4202560 2467 0 1 0 27 1 0 0 20 0 22 0 253316593 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601265918968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22409 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 253316594 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601109416232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22409 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253316594 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601108363432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22409 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253316594 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601107311144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22409 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253316594 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601106258344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22409 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601105206056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22409 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601104153256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22409 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601103100968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253316594 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601102048168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22409 0 -1 4202560 231 0 0 0 15 0 0 0 20 0 22 0 253316595 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601089849576 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316595 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601088795640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316596 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601087743240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316598 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601086691728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) R 22532 22534 22409 0 -1 4202560 16170 0 0 0 152 2 0 0 20 0 22 0 253316598 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601085615208 140601272894129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22409 0 -1 4202560 7534 0 0 0 98 2 0 0 20 0 22 0 253316598 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601084586552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316598 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601083534456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316598 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601082481864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22553] ppid=22532 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/22534/task/22553/stat : 22553 (java) R 22532 22534 22409 0 -1 4202560 33 0 0 0 252 0 0 0 20 0 22 0 253316624 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601081426312 140601138311557 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22554] ppid=22532 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/22534/task/22554/stat : 22554 (java) R 22532 22534 22409 0 -1 4202560 186 0 0 0 250 4 0 0 20 0 22 0 253316624 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601080371672 140601138528822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22555] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22555/stat : 22555 (java) S 22532 22534 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316624 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601079321768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22556] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22556/stat : 22556 (java) S 22532 22534 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316624 10060460032 87875 33554432000 1073741824 1073778376 140736199896288 140601078268968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9824668

[startup+6.30075 s]
/proc/loadavg: 0.90 0.20 0.06 5/219 22556
/proc/meminfo: memFree=26964164/32873648 swapFree=6336/6336
[pid=22534] ppid=22532 vsize=9824668 CPUtime=14.67 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22409 0 -1 4202496 30787 0 1 0 1453 14 0 0 20 0 22 0 253316593 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140736199887424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22534/statm: 2456167 125282 2279 9 0 2446860 0
[pid=22534/tid=22536] ppid=22532 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/22534/task/22536/stat : 22536 (java) S 22532 22534 22409 0 -1 4202560 2467 0 1 0 27 1 0 0 20 0 22 0 253316593 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601265918968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22409 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 253316594 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601109416232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22409 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 253316594 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601108363432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22409 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 253316594 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601107311144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22409 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253316594 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601106258344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22409 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 253316594 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601105206056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22409 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 253316594 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601104153256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253316594 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601103100968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22409 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253316594 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601102048168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22409 0 -1 4202560 265 0 0 0 41 0 0 0 20 0 22 0 253316595 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601089849576 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316595 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601088795640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316596 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601087743240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316598 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601086691728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22409 0 -1 4202560 16170 0 0 0 157 2 0 0 20 0 22 0 253316598 10060460032 125282 33554432000 1073741824 1073778376 140736199896288 140601085639352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=22534/tid=22548] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316598 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601086691728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22409 0 -1 4202560 16172 0 0 0 165 2 0 0 20 0 22 0 253316598 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601085639352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22409 0 -1 4202560 15844 0 0 0 195 2 0 0 20 0 22 0 253316598 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601084586552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316598 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601083534456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 1 4 0 0 20 0 22 0 253316598 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601082481864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22553] ppid=22532 vsize=9824668 CPUtime=139.69 cores=1,3,5,7
/proc/22534/task/22553/stat : 22553 (java) R 22532 22534 22409 0 -1 4202560 111 0 0 0 13966 3 0 0 20 0 22 0 253316624 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601081425168 140601138438656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22554] ppid=22532 vsize=9824668 CPUtime=139.71 cores=1,3,5,7
/proc/22534/task/22554/stat : 22554 (java) R 22532 22534 22409 0 -1 4202560 553 0 0 0 13955 16 0 0 20 0 22 0 253316624 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601080371672 140601138530007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22555] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22555/stat : 22555 (java) S 22532 22534 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316624 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601079321768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22556] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22556/stat : 22556 (java) S 22532 22534 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316624 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601078268968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 295.26
Current children cumulated vsize (KiB) 9824668

[startup+149.501 s]
/proc/loadavg: 3.78 1.66 0.63 5/219 22556
/proc/meminfo: memFree=24580172/32873648 swapFree=6336/6336
[pid=22534] ppid=22532 vsize=9824668 CPUtime=296.88 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22409 0 -1 4202496 40791 0 1 0 29645 43 0 0 20 0 22 0 253316593 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140736199887424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22534/statm: 2456167 242246 2279 9 0 2446860 0
[pid=22534/tid=22536] ppid=22532 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/22534/task/22536/stat : 22536 (java) S 22532 22534 22409 0 -1 4202560 2479 0 1 0 27 2 0 0 20 0 22 0 253316593 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601265918968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=9824668 CPUtime=0.54 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22409 0 -1 4202560 105 0 0 0 52 2 0 0 20 0 22 0 253316594 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601109416232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22409 0 -1 4202560 64 0 0 0 46 2 0 0 20 0 22 0 253316594 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601108363432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22409 0 -1 4202560 50 0 0 0 46 0 0 0 20 0 22 0 253316594 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601107311144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22409 0 -1 4202560 145 0 0 0 53 2 0 0 20 0 22 0 253316594 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601106258344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22409 0 -1 4202560 100 0 0 0 51 1 0 0 20 0 22 0 253316594 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601105206056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22409 0 -1 4202560 86 0 0 0 45 0 0 0 20 0 22 0 253316594 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601104153256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=9824668 CPUtime=0.54 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22409 0 -1 4202560 71 0 0 0 53 1 0 0 20 0 22 0 253316594 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601103100968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22409 0 -1 4202560 96 0 0 0 51 0 0 0 20 0 22 0 253316594 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601102048168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=9824668 CPUtime=6.95 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22409 0 -1 4202560 3720 0 0 0 688 7 0 0 20 0 22 0 253316595 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601089849576 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316595 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601088795640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316596 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601087743240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316598 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601086691728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22409 0 -1 4202560 16172 0 0 0 165 2 0 0 20 0 22 0 253316598 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601085639352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22409 0 -1 4202560 15844 0 0 0 195 2 0 0 20 0 22 0 253316598 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601084586552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316598 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601083534456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 1 4 0 0 20 0 22 0 253316598 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601082481864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22553] ppid=22532 vsize=9824668 CPUtime=140.5 cores=1,3,5,7
/proc/22534/task/22553/stat : 22553 (java) R 22532 22534 22409 0 -1 4202560 111 0 0 0 14047 3 0 0 20 0 22 0 253316624 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601081425168 140601138327956 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22554] ppid=22532 vsize=9824668 CPUtime=140.51 cores=1,3,5,7
/proc/22534/task/22554/stat : 22554 (java) R 22532 22534 22409 0 -1 4202560 553 0 0 0 14035 16 0 0 20 0 22 0 253316624 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601080371552 140601138530600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22555] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22555/stat : 22555 (java) S 22532 22534 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316624 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601079321768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22556] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22556/stat : 22556 (java) S 22532 22534 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316624 10060460032 242246 33554432000 1073741824 1073778376 140736199896288 140601078268968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 296.88
Current children cumulated vsize (KiB) 9824668

[startup+149.901 s]
/proc/loadavg: 3.78 1.66 0.63 5/219 22556
/proc/meminfo: memFree=24580172/32873648 swapFree=6336/6336
[pid=22534] ppid=22532 vsize=9824668 CPUtime=296.56 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22409 0 -1 4202496 40793 0 1 0 29608 48 0 0 20 0 19 0 253316593 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140736199887424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22534/statm: 2456167 242233 2280 9 0 2446860 0
[pid=22534/tid=22536] ppid=22532 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/22534/task/22536/stat : 22536 (java) S 22532 22534 22409 0 -1 4202560 2479 0 1 0 27 2 0 0 20 0 19 0 253316593 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601265918968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=9824668 CPUtime=0.54 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22409 0 -1 4202560 105 0 0 0 52 2 0 0 20 0 19 0 253316594 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601109416232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22409 0 -1 4202560 64 0 0 0 46 2 0 0 20 0 19 0 253316594 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601108363432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22409 0 -1 4202560 50 0 0 0 46 0 0 0 20 0 19 0 253316594 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601107311144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22409 0 -1 4202560 145 0 0 0 53 2 0 0 20 0 19 0 253316594 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601106258344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22409 0 -1 4202560 100 0 0 0 51 1 0 0 20 0 19 0 253316594 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601105206056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22409 0 -1 4202560 86 0 0 0 45 0 0 0 20 0 19 0 253316594 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601104153256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=9824668 CPUtime=0.54 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22409 0 -1 4202560 71 0 0 0 53 1 0 0 20 0 19 0 253316594 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601103100968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22409 0 -1 4202560 96 0 0 0 51 0 0 0 20 0 19 0 253316594 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601102048168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=9824668 CPUtime=6.95 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22409 0 -1 4202560 3720 0 0 0 688 7 0 0 20 0 19 0 253316595 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601089849576 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316595 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601088795640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316596 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601087743240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316598 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601086691728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) S 22532 22534 22409 0 -1 4202560 16172 0 0 0 165 2 0 0 20 0 19 0 253316598 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601085639352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) S 22532 22534 22409 0 -1 4202560 15844 0 0 0 195 2 0 0 20 0 19 0 253316598 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601084586552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316598 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601083534456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 1 4 0 0 20 0 19 0 253316598 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601082481864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22555] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22555/stat : 22555 (java) S 22532 22534 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316624 10060460032 242233 33554432000 1073741824 1073778376 140736199896288 140601079321768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 296.56
Current children cumulated vsize (KiB) 9824668

[startup+150.101 s]
/proc/loadavg: 3.78 1.66 0.63 5/219 22556
/proc/meminfo: memFree=24580172/32873648 swapFree=6336/6336
[pid=22534] ppid=22532 vsize=9824668 CPUtime=296.59 cores=1,3,5,7
/proc/22534/stat : 22534 (java) S 22532 22534 22409 0 -1 4202496 40800 0 1 0 29611 48 0 0 20 0 20 0 253316593 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140736199887424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22534/statm: 2456167 241714 2284 9 0 2446860 0
[pid=22534/tid=22536] ppid=22532 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/22534/task/22536/stat : 22536 (java) S 22532 22534 22409 0 -1 4202560 2479 0 1 0 27 2 0 0 20 0 20 0 253316593 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601265918680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22537] ppid=22532 vsize=9824668 CPUtime=0.54 cores=1,3,5,7
/proc/22534/task/22537/stat : 22537 (java) S 22532 22534 22409 0 -1 4202560 105 0 0 0 52 2 0 0 20 0 20 0 253316594 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601109416232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22538] ppid=22532 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/22534/task/22538/stat : 22538 (java) S 22532 22534 22409 0 -1 4202560 64 0 0 0 46 2 0 0 20 0 20 0 253316594 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601108363432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22539] ppid=22532 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/22534/task/22539/stat : 22539 (java) S 22532 22534 22409 0 -1 4202560 50 0 0 0 46 0 0 0 20 0 20 0 253316594 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601107311144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22540] ppid=22532 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/22534/task/22540/stat : 22540 (java) S 22532 22534 22409 0 -1 4202560 145 0 0 0 53 2 0 0 20 0 20 0 253316594 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601106258344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22541] ppid=22532 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/22534/task/22541/stat : 22541 (java) S 22532 22534 22409 0 -1 4202560 100 0 0 0 51 1 0 0 20 0 20 0 253316594 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601105206056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22542] ppid=22532 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/22534/task/22542/stat : 22542 (java) S 22532 22534 22409 0 -1 4202560 86 0 0 0 45 0 0 0 20 0 20 0 253316594 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601104153256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22543] ppid=22532 vsize=9824668 CPUtime=0.54 cores=1,3,5,7
/proc/22534/task/22543/stat : 22543 (java) S 22532 22534 22409 0 -1 4202560 71 0 0 0 53 1 0 0 20 0 20 0 253316594 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601103100968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22544] ppid=22532 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/22534/task/22544/stat : 22544 (java) S 22532 22534 22409 0 -1 4202560 96 0 0 0 51 0 0 0 20 0 20 0 253316594 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601102048168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22534/tid=22545] ppid=22532 vsize=9824668 CPUtime=6.95 cores=1,3,5,7
/proc/22534/task/22545/stat : 22545 (java) S 22532 22534 22409 0 -1 4202560 3720 0 0 0 688 7 0 0 20 0 20 0 253316595 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601089849576 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22546] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22546/stat : 22546 (java) S 22532 22534 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253316595 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601088795640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22547] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22547/stat : 22547 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253316596 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601087743240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22548] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22548/stat : 22548 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253316598 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601086691728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22549] ppid=22532 vsize=9824668 CPUtime=1.68 cores=1,3,5,7
/proc/22534/task/22549/stat : 22549 (java) R 22532 22534 22409 0 -1 4202560 16174 0 0 0 166 2 0 0 20 0 20 0 253316598 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601085639192 140601270014541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22550] ppid=22532 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/22534/task/22550/stat : 22550 (java) R 22532 22534 22409 0 -1 4202560 15847 0 0 0 196 2 0 0 20 0 20 0 253316598 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601084586552 140601271881219 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22534/tid=22551] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22551/stat : 22551 (java) S 22532 22534 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253316598 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601083534456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22534/tid=22552] ppid=22532 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/22534/task/22552/stat : 22552 (java) S 22532 22534 22409 0 -1 4202560 8 0 0 0 1 4 0 0 20 0 20 0 253316598 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601082481864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22534/tid=22555] ppid=22532 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22534/task/22555/stat : 22555 (java) S 22532 22534 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253316624 10060460032 241714 33554432000 1073741824 1073778376 140736199896288 140601079321768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 296.59
Current children cumulated vsize (KiB) 9824668

Child status: 20

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

Real time (s): 150.119
CPU time (s): 297.23
CPU user time (s): 296.675
CPU system time (s): 0.554908
CPU usage (%): 197.997
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 296.105
system time used= 0.604908
maximum resident set size= 1156944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40810
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6815
involuntary context switches= 11240

runsolver used 0.52392 second user time and 1.43378 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 17:04:53
IDJOB=3687284
IDBENCH=1303
IDSOLVER=2268
FILE ID=node112/3687284-1337871893
RUNJOBID= node112-1337871881-22426
PBS_JOBID= 14620092
Free space on /tmp= 71704 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687284-1337871893/watcher-3687284-1337871893 -o /tmp/evaluation-result-3687284-1337871893/solver-3687284-1337871893 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687284-1337871893.opb

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=1387146519

node112.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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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.763
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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.763
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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.92
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.763
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.763
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:        27704720 kB
Buffers:          187704 kB
Cached:          3543372 kB
SwapCached:            0 kB
Active:          1118712 kB
Inactive:        3265248 kB
Active(anon):     655600 kB
Inactive(anon):        0 kB
Active(file):     463112 kB
Inactive(file):  3265248 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1040 kB
Writeback:             0 kB
AnonPages:        681948 kB
Mapped:            22516 kB
Shmem:               200 kB
Slab:             625824 kB
SReclaimable:      69668 kB
SUnreclaim:       556156 kB
KernelStack:        1600 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1592108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 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= 71700 MiB
End job on node112 at 2012-05-24 17:07:24