Trace number 3687282

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 81.4426 40.7459

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554072.opb
MD5SUM6281627dc4c435fe3011d1036bb94900
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 benchmark1.07
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 695
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687282-1337871893.opb
0.09/0.12	c reading problem ... 
0.46/0.32	c ... done. Wall clock time 0.2s.
0.46/0.32	c declared #vars     231
0.46/0.32	c #constraints  2707
0.46/0.32	c constraints type 
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.46/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.46/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.46/0.32	c 2707 constraints processed.
0.46/0.32	c constraints type 
0.46/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.46/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.46/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.46/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.46/0.32	c 2707 constraints processed.
2.39/0.85	c cleaning 2498 clauses out of 5001 with flag 5001/5001
3.53/1.17	c cleaning 4249 clauses out of 8503 with flag 11001/11001
4.45/1.56	c cleaning 5617 clauses out of 11253 with flag 18000/18000
5.79/2.01	c cleaning 6807 clauses out of 13636 with flag 26000/26000
7.37/2.60	c cleaning 7912 clauses out of 15829 with flag 35000/35000
8.54/3.27	c cleaning 8958 clauses out of 17917 with flag 45000/45000
9.91/3.90	c cleaning 9976 clauses out of 19958 with flag 56000/56000
11.28/4.66	c cleaning 10986 clauses out of 21983 with flag 68001/68001
13.02/5.60	c cleaning 11995 clauses out of 23998 with flag 81002/81002
14.75/6.49	c cleaning 12992 clauses out of 26000 with flag 95000/95000
16.69/7.49	c cleaning 13995 clauses out of 28009 with flag 110001/110001
19.45/8.83	c cleaning 15001 clauses out of 30015 with flag 126002/126002
22.36/10.31	c cleaning 16002 clauses out of 32011 with flag 143000/143000
24.69/11.50	c cleaning 17000 clauses out of 34011 with flag 161002/161002
27.41/12.92	c cleaning 17992 clauses out of 36010 with flag 180001/180001
30.34/14.41	c cleaning 19000 clauses out of 38016 with flag 200000/200000
33.84/16.26	c cleaning 19999 clauses out of 40016 with flag 221000/221000
37.55/18.19	c cleaning 21004 clauses out of 42017 with flag 243001/243001
40.88/19.88	c cleaning 21993 clauses out of 44012 with flag 266000/266000
44.80/21.84	c cleaning 22998 clauses out of 46021 with flag 290003/290003
49.26/24.12	c cleaning 23999 clauses out of 48022 with flag 315002/315002
53.95/26.57	c cleaning 24988 clauses out of 50021 with flag 341000/341000
58.65/28.92	c cleaning 26010 clauses out of 52032 with flag 368000/368000
63.16/31.25	c cleaning 26997 clauses out of 54020 with flag 396000/396000
68.40/33.96	c cleaning 27999 clauses out of 56023 with flag 425002/425002
70.48/35.07	c cleaning 0 clauses out of 5000 with flag 0/5000
74.38/36.88	c cleaning 29000 clauses out of 58017 with flag 455000/455000
80.50/39.91	c cleaning 30001 clauses out of 60013 with flag 486000/486000
81.13/40.35	c  And the winner is solver0
81.29/40.71	c starts		: 135
81.29/40.71	c conflicts		: 489894
81.29/40.71	c decisions		: 617671
81.29/40.71	c propagations		: 21598598
81.29/40.71	c inspects		: 418341318
81.29/40.71	c shortcuts		: 0
81.29/40.71	c learnt literals	: 25
81.29/40.71	c learnt binary clauses	: 63
81.29/40.71	c learnt ternary clauses	: 134
81.29/40.71	c learnt constraints	: 489868
81.29/40.71	c ignored constraints	: 0
81.29/40.71	c root simplifications	: 0
81.29/40.71	c removed literals (reason simplification)	: 1471692
81.29/40.71	c reason swapping (by a shorter reason)	: 0
81.29/40.71	c Calls to reduceDB	: 27
81.29/40.71	c number of reductions to clauses (during analyze)	: 0
81.29/40.71	c number of learned constraints concerned by reduction	: 0
81.29/40.71	c number of learning phase by resolution	: 0
81.29/40.71	c number of learning phase by cutting planes	: 0
81.29/40.71	c speed (assignments/second)	: 534724.6484452366
81.29/40.71	c non guided choices	181
81.29/40.72	c learnt constraints type 
81.29/40.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 63
81.29/40.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33837
81.29/40.72	c constraints type 
81.29/40.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
81.29/40.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
81.29/40.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
81.29/40.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
81.29/40.72	c 2707 constraints processed.
81.29/40.72	c constraints type 
81.29/40.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
81.29/40.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
81.29/40.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
81.29/40.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
81.29/40.72	c 2707 constraints processed.
81.29/40.72	s UNSATISFIABLE
81.29/40.72	c Total wall clock time (in seconds): 40.609

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-3687282-1337871893/watcher-3687282-1337871893 -o /tmp/evaluation-result-3687282-1337871893/solver-3687282-1337871893 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687282-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.00 0.00 0.00 2/171 21747
/proc/meminfo: memFree=29427052/32873648 swapFree=7108/7108
[pid=21747] ppid=21745 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21747/stat : 21747 (java) D 21745 21747 21597 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 253316703 9515008 175 33554432000 1073741824 1073778376 140734337952512 140734337935240 219513963408 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/21747/statm: 2323 175 133 9 0 71 0

[startup+0.035781 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 21747
/proc/meminfo: memFree=29427052/32873648 swapFree=7108/7108
[pid=21747] ppid=21745 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/21747/stat : 21747 (java) S 21745 21747 21597 0 -1 4202496 2901 0 1 0 1 0 0 0 20 0 11 0 253316703 9310650368 3602 33554432000 1073741824 1073778376 140736086670368 140736086661504 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21747/statm: 2273108 3602 1631 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100295 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 21747
/proc/meminfo: memFree=29427052/32873648 swapFree=7108/7108
[pid=21747] ppid=21745 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/21747/stat : 21747 (java) S 21745 21747 21597 0 -1 4202496 4313 0 1 0 8 1 0 0 20 0 18 0 253316703 9787813888 5497 33554432000 1073741824 1073778376 140736086670368 140736086661504 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21747/statm: 2389603 5498 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300276 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 21747
/proc/meminfo: memFree=29427052/32873648 swapFree=7108/7108
[pid=21747] ppid=21745 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/21747/stat : 21747 (java) S 21745 21747 21597 0 -1 4202496 5501 0 1 0 44 2 0 0 20 0 18 0 253316703 9787813888 8237 33554432000 1073741824 1073778376 140736086670368 140736086661504 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21747/statm: 2389603 8237 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700194 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 21747
/proc/meminfo: memFree=29427052/32873648 swapFree=7108/7108
[pid=21747] ppid=21745 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/21747/stat : 21747 (java) S 21745 21747 21597 0 -1 4202496 14701 0 1 0 195 3 0 0 20 0 22 0 253316703 10060460032 20556 33554432000 1073741824 1073778376 140736086670368 140736086661504 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21747/statm: 2456167 20556 2244 9 0 2446860 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9824668

[startup+1.50083 s]
/proc/loadavg: 0.00 0.00 0.00 5/193 21769
/proc/meminfo: memFree=29315156/32873648 swapFree=7108/7108
[pid=21747] ppid=21745 vsize=9824668 CPUtime=4.45 cores=1,3,5,7
/proc/21747/stat : 21747 (java) S 21745 21747 21597 0 -1 4202496 19728 0 1 0 438 7 0 0 20 0 22 0 253316703 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140736086661504 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21747/statm: 2456167 48050 2278 9 0 2446860 0
[pid=21747/tid=21749] ppid=21745 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/21747/task/21749/stat : 21749 (java) S 21745 21747 21597 0 -1 4202560 2461 0 1 0 27 1 0 0 20 0 22 0 253316704 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140216217502712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21750] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21750/stat : 21750 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140216189954728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21751] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21751/stat : 21751 (java) S 21745 21747 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140216188902184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21752] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21752/stat : 21752 (java) S 21745 21747 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140216187849640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21753] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21753/stat : 21753 (java) S 21745 21747 21597 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140216058293288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21754] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21754/stat : 21754 (java) S 21745 21747 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140216057239720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21755] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21755/stat : 21755 (java) S 21745 21747 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140216056187176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21756] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21756/stat : 21756 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140216055134632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21757] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21757/stat : 21757 (java) S 21745 21747 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140216054082088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21758] ppid=21745 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/21747/task/21758/stat : 21758 (java) S 21745 21747 21597 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 22 0 253316706 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215571569256 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21759] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21759/stat : 21759 (java) S 21745 21747 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215570515576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21760] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21760/stat : 21760 (java) S 21745 21747 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215569462920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21761] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21761/stat : 21761 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215568411664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21762] ppid=21745 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/21747/task/21762/stat : 21762 (java) S 21745 21747 21597 0 -1 4202560 8605 0 0 0 85 2 0 0 20 0 22 0 253316709 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215567358008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21763] ppid=21745 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/21747/task/21763/stat : 21763 (java) S 21745 21747 21597 0 -1 4202560 7231 0 0 0 93 2 0 0 20 0 22 0 253316709 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215566305464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21764] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21764/stat : 21764 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215565253112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21765] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21765/stat : 21765 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215564200776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21766] ppid=21745 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/21747/task/21766/stat : 21766 (java) R 21745 21747 21597 0 -1 4202560 32 0 0 0 110 0 0 0 20 0 22 0 253316735 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215563146016 140216069913280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21767] ppid=21745 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/21747/task/21767/stat : 21767 (java) R 21745 21747 21597 0 -1 4202560 127 0 0 0 109 2 0 0 20 0 22 0 253316735 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215562092224 140216070089128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21768] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21768/stat : 21768 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316735 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215561041448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21769] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21769/stat : 21769 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316735 10060460032 48050 33554432000 1073741824 1073778376 140736086670368 140215559988904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9824668

[startup+3.10085 s]
/proc/loadavg: 0.00 0.00 0.00 4/193 21769
/proc/meminfo: memFree=29215928/32873648 swapFree=7108/7108
[pid=21747] ppid=21745 vsize=9824668 CPUtime=8.32 cores=1,3,5,7
/proc/21747/stat : 21747 (java) S 21745 21747 21597 0 -1 4202496 27582 0 1 0 821 11 0 0 20 0 22 0 253316703 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140736086661504 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21747/statm: 2456167 83137 2279 9 0 2446860 0
[pid=21747/tid=21749] ppid=21745 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/21747/task/21749/stat : 21749 (java) S 21745 21747 21597 0 -1 4202560 2461 0 1 0 27 1 0 0 20 0 22 0 253316704 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140216217502712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21750] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21750/stat : 21750 (java) S 21745 21747 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140216189954728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21751] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21751/stat : 21751 (java) S 21745 21747 21597 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140216188902184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21752] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21752/stat : 21752 (java) S 21745 21747 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140216187849640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21753] ppid=21745 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21747/task/21753/stat : 21753 (java) S 21745 21747 21597 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253316705 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140216058293288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21754] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21754/stat : 21754 (java) S 21745 21747 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140216057239720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21755] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21755/stat : 21755 (java) S 21745 21747 21597 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140216056187176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21756] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21756/stat : 21756 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140216055134632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21757] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21757/stat : 21757 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316705 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140216054082088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21758] ppid=21745 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/21747/task/21758/stat : 21758 (java) S 21745 21747 21597 0 -1 4202560 102 0 0 0 14 0 0 0 20 0 22 0 253316706 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215571569256 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21759] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21759/stat : 21759 (java) S 21745 21747 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215570515576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21760] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21760/stat : 21760 (java) S 21745 21747 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215569462920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21761] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21761/stat : 21761 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215568411664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21762] ppid=21745 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/21747/task/21762/stat : 21762 (java) S 21745 21747 21597 0 -1 4202560 11920 0 0 0 129 3 0 0 20 0 22 0 253316709 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215567358008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21763] ppid=21745 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/21747/task/21763/stat : 21763 (java) S 21745 21747 21597 0 -1 4202560 11626 0 0 0 126 3 0 0 20 0 22 0 253316709 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215566305464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21764] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21764/stat : 21764 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215565253112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21765] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21765/stat : 21765 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215564200776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21766] ppid=21745 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/21747/task/21766/stat : 21766 (java) R 21745 21747 21597 0 -1 4202560 35 0 0 0 257 0 0 0 20 0 22 0 253316735 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215563145824 140216069796997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21767] ppid=21745 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/21747/task/21767/stat : 21767 (java) R 21745 21747 21597 0 -1 4202560 178 0 0 0 254 3 0 0 20 0 22 0 253316735 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215562091392 140216069808245 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21768] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21768/stat : 21768 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316735 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215561041448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21769] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21769/stat : 21769 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316735 10060460032 83137 33554432000 1073741824 1073778376 140736086670368 140215559988904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 9824668

[startup+6.30084 s]
/proc/loadavg: 0.16 0.03 0.01 3/193 21769
/proc/meminfo: memFree=29024732/32873648 swapFree=7108/7108
[pid=21747] ppid=21745 vsize=9824668 CPUtime=14.55 cores=1,3,5,7
/proc/21747/stat : 21747 (java) S 21745 21747 21597 0 -1 4202496 27812 0 1 0 1441 14 0 0 20 0 22 0 253316703 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140736086661504 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21747/statm: 2456167 119732 2279 9 0 2446860 0
[pid=21747/tid=21749] ppid=21745 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/21747/task/21749/stat : 21749 (java) S 21745 21747 21597 0 -1 4202560 2462 0 1 0 27 1 0 0 20 0 22 0 253316704 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140216217502712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21750] ppid=21745 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21747/task/21750/stat : 21750 (java) S 21745 21747 21597 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 253316705 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140216189954728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21751] ppid=21745 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21747/task/21751/stat : 21751 (java) S 21745 21747 21597 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 253316705 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140216188902184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21752] ppid=21745 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21747/task/21752/stat : 21752 (java) S 21745 21747 21597 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253316705 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140216187849640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21753] ppid=21745 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/21747/task/21753/stat : 21753 (java) S 21745 21747 21597 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253316705 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140216058293288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21754] ppid=21745 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21747/task/21754/stat : 21754 (java) S 21745 21747 21597 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253316705 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140216057239720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21755] ppid=21745 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21747/task/21755/stat : 21755 (java) S 21745 21747 21597 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253316705 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140216056187176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21756] ppid=21745 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21747/task/21756/stat : 21756 (java) S 21745 21747 21597 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 253316705 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140216055134632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21757] ppid=21745 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/21747/task/21757/stat : 21757 (java) S 21745 21747 21597 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253316705 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140216054082088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21758] ppid=21745 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/21747/task/21758/stat : 21758 (java) S 21745 21747 21597 0 -1 4202560 235 0 0 0 37 0 0 0 20 0 22 0 253316706 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140215571569256 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21759] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21759/stat : 21759 (java) S 21745 21747 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140215570515576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21760] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21760/stat : 21760 (java) S 21745 21747 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140215569462920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21761] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21761/stat : 21761 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140215568411664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21762] ppid=21745 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/21747/task/21762/stat : 21762 (java) S 21745 21747 21597 0 -1 4202560 11920 0 0 0 130 3 0 0 20 0 22 0 253316709 10060460032 119732 33554432000 1073741824 1073778376 140736086670368 140215567358008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/21747/task/21759/stat : 21759 (java) S 21745 21747 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 262815 33554432000 1073741824 1073778376 140736086670368 140215570515576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21760] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21760/stat : 21760 (java) S 21745 21747 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 262815 33554432000 1073741824 1073778376 140736086670368 140215569462920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21761] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21761/stat : 21761 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 262815 33554432000 1073741824 1073778376 140736086670368 140215568411664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21762] ppid=21745 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/21747/task/21762/stat : 21762 (java) S 21745 21747 21597 0 -1 4202560 11930 0 0 0 138 3 0 0 20 0 22 0 253316709 10060460032 262815 33554432000 1073741824 1073778376 140736086670368 140215567358008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21763] ppid=21745 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/21747/task/21763/stat : 21763 (java) S 21745 21747 21597 0 -1 4202560 15868 0 0 0 166 3 0 0 20 0 22 0 253316709 10060460032 262815 33554432000 1073741824 1073778376 140736086670368 140215566305464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21764] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21764/stat : 21764 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 262815 33554432000 1073741824 1073778376 140736086670368 140215565253112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21765] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21765/stat : 21765 (java) S 21745 21747 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 262815 33554432000 1073741824 1073778376 140736086670368 140215564200776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21766] ppid=21745 vsize=9824668 CPUtime=35.4 cores=1,3,5,7
/proc/21747/task/21766/stat : 21766 (java) R 21745 21747 21597 0 -1 4202560 75 0 0 0 3540 0 0 0 20 0 22 0 253316735 10060460032 262815 33554432000 1073741824 1073778376 140736086670368 140215563145824 140216069796763 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21767] ppid=21745 vsize=9824668 CPUtime=35.4 cores=1,3,5,7
/proc/21747/task/21767/stat : 21767 (java) R 21745 21747 21597 0 -1 4202560 476 0 0 0 3529 11 0 0 20 0 22 0 253316735 10060460032 262815 33554432000 1073741824 1073778376 140736086670368 140215562091408 140216070089145 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21768] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21768/stat : 21768 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316735 10060460032 262815 33554432000 1073741824 1073778376 140736086670368 140215561041448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21769] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21769/stat : 21769 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316735 10060460032 262815 33554432000 1073741824 1073778376 140736086670368 140215559988904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 77.31
Current children cumulated vsize (KiB) 9824668

[startup+39.9009 s]
/proc/loadavg: 1.42 0.35 0.11 5/219 21804
/proc/meminfo: memFree=27033964/32873648 swapFree=7108/7108
[pid=21747] ppid=21745 vsize=9824668 CPUtime=80.5 cores=1,3,5,7
/proc/21747/stat : 21747 (java) S 21745 21747 21597 0 -1 4202496 34700 0 1 0 8023 27 0 0 20 0 22 0 253316703 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140736086661504 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21747/statm: 2456167 283807 2279 9 0 2446860 0
[pid=21747/tid=21749] ppid=21745 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/21747/task/21749/stat : 21749 (java) S 21745 21747 21597 0 -1 4202560 2464 0 1 0 27 2 0 0 20 0 22 0 253316704 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140216217502712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21750] ppid=21745 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/21747/task/21750/stat : 21750 (java) S 21745 21747 21597 0 -1 4202560 77 0 0 0 8 0 0 0 20 0 22 0 253316705 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140216189954728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21751] ppid=21745 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/21747/task/21751/stat : 21751 (java) S 21745 21747 21597 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 22 0 253316705 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140216188902184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21752] ppid=21745 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/21747/task/21752/stat : 21752 (java) S 21745 21747 21597 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 22 0 253316705 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140216187849640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21753] ppid=21745 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/21747/task/21753/stat : 21753 (java) S 21745 21747 21597 0 -1 4202560 69 0 0 0 11 0 0 0 20 0 22 0 253316705 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140216058293288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21754] ppid=21745 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/21747/task/21754/stat : 21754 (java) S 21745 21747 21597 0 -1 4202560 24 0 0 0 9 0 0 0 20 0 22 0 253316705 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140216057239720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21755] ppid=21745 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/21747/task/21755/stat : 21755 (java) S 21745 21747 21597 0 -1 4202560 41 0 0 0 8 0 0 0 20 0 22 0 253316705 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140216056187176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21756] ppid=21745 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/21747/task/21756/stat : 21756 (java) S 21745 21747 21597 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 22 0 253316705 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140216055134632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21757] ppid=21745 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/21747/task/21757/stat : 21757 (java) S 21745 21747 21597 0 -1 4202560 66 0 0 0 7 0 0 0 20 0 22 0 253316705 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140216054082088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21758] ppid=21745 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/21747/task/21758/stat : 21758 (java) S 21745 21747 21597 0 -1 4202560 2341 0 0 0 227 2 0 0 20 0 22 0 253316706 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215571569256 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21759] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21759/stat : 21759 (java) S 21745 21747 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215570515576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21760] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21760/stat : 21760 (java) S 21745 21747 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215569462920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21761] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21761/stat : 21761 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215568411664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21762] ppid=21745 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/21747/task/21762/stat : 21762 (java) S 21745 21747 21597 0 -1 4202560 11930 0 0 0 138 3 0 0 20 0 22 0 253316709 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215567358008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21763] ppid=21745 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/21747/task/21763/stat : 21763 (java) S 21745 21747 21597 0 -1 4202560 15868 0 0 0 166 3 0 0 20 0 22 0 253316709 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215566305464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21764] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21764/stat : 21764 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215565253112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21765] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21765/stat : 21765 (java) S 21745 21747 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215564200776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21766] ppid=21745 vsize=9824668 CPUtime=37 cores=1,3,5,7
/proc/21747/task/21766/stat : 21766 (java) R 21745 21747 21597 0 -1 4202560 77 0 0 0 3700 0 0 0 20 0 22 0 253316735 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215563145824 140216070535807 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21767] ppid=21745 vsize=9824668 CPUtime=37 cores=1,3,5,7
/proc/21747/task/21767/stat : 21767 (java) R 21745 21747 21597 0 -1 4202560 515 0 0 0 3688 12 0 0 20 0 22 0 253316735 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215562091408 140216070022246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21768] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21768/stat : 21768 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316735 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215561041448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21769] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21769/stat : 21769 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316735 10060460032 283807 33554432000 1073741824 1073778376 140736086670368 140215559988904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 80.5
Current children cumulated vsize (KiB) 9824668

[startup+40.3008 s]
/proc/loadavg: 1.42 0.35 0.11 5/219 21804
/proc/meminfo: memFree=27033964/32873648 swapFree=7108/7108
[pid=21747] ppid=21745 vsize=9824668 CPUtime=81.13 cores=1,3,5,7
/proc/21747/stat : 21747 (java) S 21745 21747 21597 0 -1 4202496 34706 0 1 0 8086 27 0 0 20 0 22 0 253316703 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140736086661504 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21747/statm: 2456167 283279 2279 9 0 2446860 0
[pid=21747/tid=21749] ppid=21745 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/21747/task/21749/stat : 21749 (java) S 21745 21747 21597 0 -1 4202560 2464 0 1 0 27 2 0 0 20 0 22 0 253316704 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140216217502712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21750] ppid=21745 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/21747/task/21750/stat : 21750 (java) S 21745 21747 21597 0 -1 4202560 77 0 0 0 9 0 0 0 20 0 22 0 253316705 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140216189954728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21751] ppid=21745 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/21747/task/21751/stat : 21751 (java) S 21745 21747 21597 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 22 0 253316705 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140216188902184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21752] ppid=21745 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/21747/task/21752/stat : 21752 (java) S 21745 21747 21597 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 22 0 253316705 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140216187849640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21753] ppid=21745 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/21747/task/21753/stat : 21753 (java) S 21745 21747 21597 0 -1 4202560 69 0 0 0 11 0 0 0 20 0 22 0 253316705 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140216058293288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21754] ppid=21745 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/21747/task/21754/stat : 21754 (java) S 21745 21747 21597 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 22 0 253316705 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140216057239720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21755] ppid=21745 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/21747/task/21755/stat : 21755 (java) S 21745 21747 21597 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 22 0 253316705 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140216056187176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21756] ppid=21745 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/21747/task/21756/stat : 21756 (java) S 21745 21747 21597 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 22 0 253316705 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140216055134632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21757] ppid=21745 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/21747/task/21757/stat : 21757 (java) S 21745 21747 21597 0 -1 4202560 66 0 0 0 7 0 0 0 20 0 22 0 253316705 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140216054082088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21758] ppid=21745 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/21747/task/21758/stat : 21758 (java) S 21745 21747 21597 0 -1 4202560 2341 0 0 0 246 2 0 0 20 0 22 0 253316706 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215571569256 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21759] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21759/stat : 21759 (java) S 21745 21747 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215570515576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21760] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21760/stat : 21760 (java) S 21745 21747 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316706 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215569462920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21761] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21761/stat : 21761 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215568411664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21762] ppid=21745 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/21747/task/21762/stat : 21762 (java) S 21745 21747 21597 0 -1 4202560 11930 0 0 0 138 3 0 0 20 0 22 0 253316709 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215567358008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21763] ppid=21745 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/21747/task/21763/stat : 21763 (java) S 21745 21747 21597 0 -1 4202560 15868 0 0 0 166 3 0 0 20 0 22 0 253316709 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215566305464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21764] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21764/stat : 21764 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215565253112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21765] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21765/stat : 21765 (java) S 21745 21747 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253316709 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215564200776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21766] ppid=21745 vsize=9824668 CPUtime=37.19 cores=1,3,5,7
/proc/21747/task/21766/stat : 21766 (java) R 21745 21747 21597 0 -1 4202560 78 0 0 0 3719 0 0 0 20 0 22 0 253316735 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215563145824 140216069797100 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21767] ppid=21745 vsize=9824668 CPUtime=37.19 cores=1,3,5,7
/proc/21747/task/21767/stat : 21767 (java) R 21745 21747 21597 0 -1 4202560 516 0 0 0 3706 13 0 0 20 0 22 0 253316735 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215562091512 140216069808250 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21768] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21768/stat : 21768 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316735 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215561041448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21769] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21769/stat : 21769 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316735 10060460032 283279 33554432000 1073741824 1073778376 140736086670368 140215559988904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 81.13
Current children cumulated vsize (KiB) 9824668

[startup+40.7069 s]
/proc/loadavg: 1.63 0.41 0.14 3/216 21804
/proc/meminfo: memFree=26951916/32873648 swapFree=7108/7108
[pid=21747] ppid=21745 vsize=9824668 CPUtime=81.29 cores=1,3,5,7
/proc/21747/stat : 21747 (java) S 21745 21747 21597 0 -1 4202496 34707 0 1 0 8100 29 0 0 20 0 19 0 253316703 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140736086661504 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21747/statm: 2456167 283267 2280 9 0 2446860 0
[pid=21747/tid=21749] ppid=21745 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/21747/task/21749/stat : 21749 (java) S 21745 21747 21597 0 -1 4202560 2464 0 1 0 27 2 0 0 20 0 19 0 253316704 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140216217502712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21750] ppid=21745 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/21747/task/21750/stat : 21750 (java) S 21745 21747 21597 0 -1 4202560 77 0 0 0 9 0 0 0 20 0 19 0 253316705 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140216189954728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21751] ppid=21745 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/21747/task/21751/stat : 21751 (java) S 21745 21747 21597 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 19 0 253316705 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140216188902184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21752] ppid=21745 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/21747/task/21752/stat : 21752 (java) S 21745 21747 21597 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 253316705 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140216187849640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21753] ppid=21745 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/21747/task/21753/stat : 21753 (java) S 21745 21747 21597 0 -1 4202560 69 0 0 0 11 0 0 0 20 0 19 0 253316705 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140216058293288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21754] ppid=21745 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/21747/task/21754/stat : 21754 (java) S 21745 21747 21597 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 253316705 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140216057239720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21747/tid=21755] ppid=21745 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/21747/task/21755/stat : 21755 (java) S 21745 21747 21597 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 19 0 253316705 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140216056187176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21756] ppid=21745 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/21747/task/21756/stat : 21756 (java) S 21745 21747 21597 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 19 0 253316705 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140216055134632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21757] ppid=21745 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/21747/task/21757/stat : 21757 (java) S 21745 21747 21597 0 -1 4202560 66 0 0 0 7 0 0 0 20 0 19 0 253316705 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140216054082088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21758] ppid=21745 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/21747/task/21758/stat : 21758 (java) S 21745 21747 21597 0 -1 4202560 2341 0 0 0 246 2 0 0 20 0 19 0 253316706 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140215571569256 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21747/tid=21759] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21759/stat : 21759 (java) S 21745 21747 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316706 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140215570515576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21760] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21760/stat : 21760 (java) S 21745 21747 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316706 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140215569462920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21761] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21761/stat : 21761 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316709 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140215568411664 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21762] ppid=21745 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/21747/task/21762/stat : 21762 (java) S 21745 21747 21597 0 -1 4202560 11930 0 0 0 138 3 0 0 20 0 19 0 253316709 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140215567358008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21747/tid=21763] ppid=21745 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/21747/task/21763/stat : 21763 (java) S 21745 21747 21597 0 -1 4202560 15868 0 0 0 166 3 0 0 20 0 19 0 253316709 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140215566305464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21764] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21764/stat : 21764 (java) S 21745 21747 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316709 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140215565253112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21765] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21765/stat : 21765 (java) S 21745 21747 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316709 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140215564200776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21747/tid=21769] ppid=21745 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21747/task/21769/stat : 21769 (java) S 21745 21747 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316735 10060460032 283267 33554432000 1073741824 1073778376 140736086670368 140215559988904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 81.29
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 40.7459
CPU time (s): 81.4426
CPU user time (s): 81.0387
CPU system time (s): 0.403938
CPU usage (%): 199.879
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.0387
system time used= 0.403938
maximum resident set size= 1137292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34714
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2312
involuntary context switches= 1757

runsolver used 0.202969 second user time and 0.427934 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 17:04:53
IDJOB=3687282
IDBENCH=1299
IDSOLVER=2268
FILE ID=node114/3687282-1337871893
RUNJOBID= node114-1337871881-21614
PBS_JOBID= 14620090
Free space on /tmp= 71672 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.1900554072.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687282-1337871893/watcher-3687282-1337871893 -o /tmp/evaluation-result-3687282-1337871893/solver-3687282-1337871893 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687282-1337871893.opb

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

MD5SUM BENCH= 6281627dc4c435fe3011d1036bb94900
RANDOM SEED=1576986474

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:        29426928 kB
Buffers:          196176 kB
Cached:          2481340 kB
SwapCached:            0 kB
Active:           622212 kB
Inactive:        2066028 kB
Active(anon):      13448 kB
Inactive(anon):        0 kB
Active(file):     608764 kB
Inactive(file):  2066028 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               544 kB
Writeback:             0 kB
AnonPages:         18052 kB
Mapped:            12764 kB
Shmem:               200 kB
Slab:             622200 kB
SReclaimable:      65900 kB
SUnreclaim:       556300 kB
KernelStack:        1400 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71652 MiB
End job on node114 at 2012-05-24 17:05:34