Trace number 3687285

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 Resolution 2.3.2 SnapshotUNSAT 115.43 112.849

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.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687285-1337871896.opb
0.09/0.11	c reading problem ... 
0.25/0.29	c ... done. Wall clock time 0.177s.
0.25/0.29	c declared #vars     231
0.25/0.29	c #constraints  2707
0.25/0.29	c constraints type 
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.25/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.25/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.25/0.29	c 2707 constraints processed.
1.02/0.66	c cleaning 2494 clauses out of 5000 with flag 5000/5000
1.40/0.97	c cleaning 4254 clauses out of 8507 with flag 11001/11001
1.73/1.28	c cleaning 5626 clauses out of 11252 with flag 18000/18000
2.24/1.77	c cleaning 6801 clauses out of 13626 with flag 26000/26000
3.26/2.34	c cleaning 7914 clauses out of 15829 with flag 35004/35004
4.18/2.88	c cleaning 8951 clauses out of 17911 with flag 45000/45000
5.02/3.61	c cleaning 9976 clauses out of 19961 with flag 56001/56001
6.01/4.37	c cleaning 10982 clauses out of 21984 with flag 68000/68000
7.31/5.22	c cleaning 12000 clauses out of 24002 with flag 81000/81000
8.23/6.14	c cleaning 12985 clauses out of 26001 with flag 95000/95000
9.04/6.96	c cleaning 14000 clauses out of 28019 with flag 110003/110003
10.14/8.06	c cleaning 14998 clauses out of 30017 with flag 126001/126001
11.26/9.15	c cleaning 16003 clauses out of 32021 with flag 143003/143003
12.51/10.31	c cleaning 17004 clauses out of 34016 with flag 161001/161001
13.82/11.62	c cleaning 18001 clauses out of 36011 with flag 180000/180000
15.22/13.04	c cleaning 18996 clauses out of 38010 with flag 200000/200000
16.72/14.58	c cleaning 19998 clauses out of 40014 with flag 221000/221000
18.24/16.07	c cleaning 21007 clauses out of 42015 with flag 243000/243000
19.86/17.69	c cleaning 21999 clauses out of 44009 with flag 266001/266001
21.85/19.64	c cleaning 22993 clauses out of 46009 with flag 290001/290001
23.77/21.54	c cleaning 23997 clauses out of 48015 with flag 315000/315000
25.87/23.61	c cleaning 25005 clauses out of 50022 with flag 341004/341004
28.11/25.83	c cleaning 25992 clauses out of 52015 with flag 368002/368002
30.43/28.10	c cleaning 26999 clauses out of 54020 with flag 396000/396000
32.93/30.66	c cleaning 28003 clauses out of 56022 with flag 425001/425001
35.56/33.26	c cleaning 28997 clauses out of 58018 with flag 455001/455001
38.08/35.76	c cleaning 30000 clauses out of 60020 with flag 486000/486000
40.68/38.39	c cleaning 31003 clauses out of 62020 with flag 518000/518000
43.60/41.21	c cleaning 31990 clauses out of 64017 with flag 551000/551000
46.70/44.30	c cleaning 33012 clauses out of 66028 with flag 585001/585001
50.21/47.82	c cleaning 33999 clauses out of 68015 with flag 620000/620000
53.03/50.69	c cleaning 34996 clauses out of 70016 with flag 656001/656001
56.03/53.67	c cleaning 35987 clauses out of 72018 with flag 693000/693000
59.14/56.78	c cleaning 37015 clauses out of 74033 with flag 731002/731002
62.55/60.18	c cleaning 38000 clauses out of 76018 with flag 770003/770003
66.06/63.67	c cleaning 38997 clauses out of 78014 with flag 810000/810000
70.17/67.72	c cleaning 39993 clauses out of 80017 with flag 851000/851000
73.77/71.36	c cleaning 41006 clauses out of 82024 with flag 893001/893001
77.79/75.33	c cleaning 41995 clauses out of 84016 with flag 936000/936000
81.82/79.31	c cleaning 42983 clauses out of 86022 with flag 980002/980002
86.23/83.73	c cleaning 44002 clauses out of 88036 with flag 1025000/1025000
90.64/88.13	c cleaning 45004 clauses out of 90034 with flag 1071001/1071001
95.06/92.57	c cleaning 46004 clauses out of 92028 with flag 1118000/1118000
99.87/97.37	c cleaning 47000 clauses out of 94023 with flag 1166001/1166001
104.98/102.42	c cleaning 47985 clauses out of 96022 with flag 1215000/1215000
110.31/107.76	c cleaning 49011 clauses out of 98037 with flag 1265002/1265002
115.43/112.81	c starts		: 185
115.43/112.81	c conflicts		: 1312950
115.43/112.81	c decisions		: 1550087
115.43/112.81	c propagations		: 53349858
115.43/112.81	c inspects		: 1619979227
115.43/112.81	c shortcuts		: 0
115.43/112.81	c learnt literals	: 29
115.43/112.81	c learnt binary clauses	: 36
115.43/112.81	c learnt ternary clauses	: 179
115.43/112.81	c learnt constraints	: 1312920
115.43/112.81	c ignored constraints	: 0
115.43/112.81	c root simplifications	: 0
115.43/112.81	c removed literals (reason simplification)	: 0
115.43/112.81	c reason swapping (by a shorter reason)	: 0
115.43/112.81	c Calls to reduceDB	: 46
115.43/112.81	c number of reductions to clauses (during analyze)	: 0
115.43/112.81	c number of learned constraints concerned by reduction	: 0
115.43/112.81	c number of learning phase by resolution	: 0
115.43/112.81	c number of learning phase by cutting planes	: 0
115.43/112.81	c speed (assignments/second)	: 474132.4552750153
115.43/112.81	c non guided choices	169
115.43/112.84	c learnt constraints type 
115.43/112.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
115.43/112.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96927
115.43/112.84	c constraints type 
115.43/112.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
115.43/112.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
115.43/112.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
115.43/112.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
115.43/112.84	c 2707 constraints processed.
115.43/112.84	s UNSATISFIABLE
115.43/112.84	c Total wall clock time (in seconds): 112.728

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-3687285-1337871896/watcher-3687285-1337871896 -o /tmp/evaluation-result-3687285-1337871896/solver-3687285-1337871896 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687285-1337871896.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.23 0.05 0.02 2/169 23433
/proc/meminfo: memFree=29769132/32873852 swapFree=7616/7616
[pid=23433] ppid=23431 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23433/stat : 23433 (java) D 23431 23433 23289 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253315062 9515008 184 33554432000 1073741824 1073778376 140734624971760 140734624962984 252262903223 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/23433/statm: 2323 184 142 9 0 71 0

[startup+0.019134 s]
/proc/loadavg: 0.23 0.05 0.02 2/169 23433
/proc/meminfo: memFree=29769132/32873852 swapFree=7616/7616
[pid=23433] ppid=23431 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/23433/stat : 23433 (java) S 23431 23433 23289 0 -1 4202496 1426 0 1 0 0 0 0 0 20 0 2 0 253315062 105127936 1109 33554432000 1073741824 1073778376 140734981036672 140734981027808 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23433/statm: 25666 1109 856 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100267 s]
/proc/loadavg: 0.23 0.05 0.02 2/169 23433
/proc/meminfo: memFree=29769132/32873852 swapFree=7616/7616
[pid=23433] ppid=23431 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23433/stat : 23433 (java) S 23431 23433 23289 0 -1 4202496 4311 0 1 0 8 1 0 0 20 0 18 0 253315062 9787813888 5489 33554432000 1073741824 1073778376 140734981036672 140734981027808 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23433/statm: 2389603 5490 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300263 s]
/proc/loadavg: 0.23 0.05 0.02 2/169 23433
/proc/meminfo: memFree=29769132/32873852 swapFree=7616/7616
[pid=23433] ppid=23431 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/23433/stat : 23433 (java) S 23431 23433 23289 0 -1 4202496 5781 0 1 0 46 1 0 0 20 0 19 0 253315062 9855975424 8436 33554432000 1073741824 1073778376 140734981036672 140734981027808 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23433/statm: 2406244 8441 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9624976

[startup+0.70024 s]
/proc/loadavg: 0.23 0.05 0.02 2/169 23433
/proc/meminfo: memFree=29769132/32873852 swapFree=7616/7616
[pid=23433] ppid=23431 vsize=9624976 CPUtime=1.19 cores=1,3,5,7
/proc/23433/stat : 23433 (java) S 23431 23433 23289 0 -1 4202496 8014 0 1 0 117 2 0 0 20 0 19 0 253315062 9855975424 10542 33554432000 1073741824 1073778376 140734981036672 140734981027808 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23433/statm: 2406244 10542 2273 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9624976

[startup+1.50071 s]
/proc/loadavg: 0.29 0.06 0.02 2/188 23452
/proc/meminfo: memFree=29733564/32873852 swapFree=7616/7616
[pid=23433] ppid=23431 vsize=9624976 CPUtime=2.04 cores=1,3,5,7
/proc/23433/stat : 23433 (java) S 23431 23433 23289 0 -1 4202496 8040 0 1 0 202 2 0 0 20 0 19 0 253315062 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140734981027808 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23433/statm: 2406244 11074 2273 9 0 2396937 0
[pid=23433/tid=23435] ppid=23431 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/23433/task/23435/stat : 23435 (java) R 23431 23433 23289 0 -1 4202560 2464 0 1 0 141 1 0 0 20 0 19 0 253315063 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140632154927512 140632010546369 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23436] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23436/stat : 23436 (java) S 23431 23433 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631998864296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23437] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23437/stat : 23437 (java) S 23431 23433 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631997811752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23438] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23438/stat : 23438 (java) S 23431 23433 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631996758696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23439] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23439/stat : 23439 (java) S 23431 23433 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631995706152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23440] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23440/stat : 23440 (java) S 23431 23433 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631994653096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23441] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23441/stat : 23441 (java) S 23431 23433 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315065 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631657671208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23442] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23442/stat : 23442 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315065 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631656618152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23443] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23443/stat : 23443 (java) S 23431 23433 23289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253315065 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631655565608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23444] ppid=23431 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23433/task/23444/stat : 23444 (java) S 23431 23433 23289 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 19 0 253315066 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631643368296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23445] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23445/stat : 23445 (java) S 23431 23433 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631642314616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23446] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23446/stat : 23446 (java) S 23431 23433 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631641261448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23447] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23447/stat : 23447 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315068 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631640210192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23448] ppid=23431 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23433/task/23448/stat : 23448 (java) S 23431 23433 23289 0 -1 4202560 1641 0 0 0 25 0 0 0 20 0 19 0 253315069 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631639157048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23449] ppid=23431 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23433/task/23449/stat : 23449 (java) S 23431 23433 23289 0 -1 4202560 2672 0 0 0 27 0 0 0 20 0 19 0 253315069 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631638104504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23450] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23450/stat : 23450 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315069 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631637051640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23451] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23451/stat : 23451 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315069 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631635999304 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23452] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23452/stat : 23452 (java) S 23431 23433 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315092 9855975424 11074 33554432000 1073741824 1073778376 140734981036672 140631634912808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9624976

[startup+3.10064 s]
/proc/loadavg: 0.29 0.06 0.02 2/188 23452
/proc/meminfo: memFree=29711500/32873852 swapFree=7616/7616
[pid=23433] ppid=23431 vsize=9624976 CPUtime=4.48 cores=1,3,5,7
/proc/23433/stat : 23433 (java) S 23431 23433 23289 0 -1 4202496 16088 0 1 0 444 4 0 0 20 0 19 0 253315062 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140734981027808 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23433/statm: 2406244 17248 2275 9 0 2396937 0
[pid=23433/tid=23435] ppid=23431 vsize=9624976 CPUtime=2.98 cores=1,3,5,7
/proc/23433/task/23435/stat : 23435 (java) R 23431 23433 23289 0 -1 4202560 2466 0 1 0 297 1 0 0 20 0 19 0 253315063 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140632154927608 140632010534401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23436] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23436/stat : 23436 (java) S 23431 23433 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631998864296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23437] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23437/stat : 23437 (java) S 23431 23433 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631997811752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23438] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23438/stat : 23438 (java) S 23431 23433 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631996758696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23439] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23439/stat : 23439 (java) S 23431 23433 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631995706152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23440] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23440/stat : 23440 (java) S 23431 23433 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631994653096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23441] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23441/stat : 23441 (java) S 23431 23433 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315065 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631657671208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23442] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23442/stat : 23442 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315065 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631656618152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23443] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23443/stat : 23443 (java) S 23431 23433 23289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253315065 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631655565608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23444] ppid=23431 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/23433/task/23444/stat : 23444 (java) S 23431 23433 23289 0 -1 4202560 49 0 0 0 5 0 0 0 20 0 19 0 253315066 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631643368296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23445] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23445/stat : 23445 (java) S 23431 23433 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631642314616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23446] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23446/stat : 23446 (java) S 23431 23433 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631641261448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23447] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23447/stat : 23447 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315068 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631640210192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23448] ppid=23431 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/23433/task/23448/stat : 23448 (java) S 23431 23433 23289 0 -1 4202560 3492 0 0 0 36 1 0 0 20 0 19 0 253315069 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631639157048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23449] ppid=23431 vsize=9624976 CPUtime=0.99 cores=1,3,5,7
/proc/23433/task/23449/stat : 23449 (java) S 23431 23433 23289 0 -1 4202560 8836 0 0 0 97 2 0 0 20 0 19 0 253315069 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631638104504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23450] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23450/stat : 23450 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315069 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631637051640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23451] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23451/stat : 23451 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315069 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631635999304 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23452] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23452/stat : 23452 (java) S 23431 23433 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315092 9855975424 17248 33554432000 1073741824 1073778376 140734981036672 140631634912808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9624976

[startup+6.30073 s]
/proc/loadavg: 0.29 0.06 0.02 2/188 23452
/proc/meminfo: memFree=29710988/32873852 swapFree=7616/7616
[pid=23433] ppid=23431 vsize=9624976 CPUtime=8.43 cores=1,3,5,7
/proc/23433/stat : 23433 (java) S 23431 23433 23289 0 -1 4202496 17841 0 1 0 837 6 0 0 20 0 19 0 253315062 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140734981027808 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23433/statm: 2406244 16553 2275 9 0 2396937 0
[pid=23433/tid=23435] ppid=23431 vsize=9624976 CPUtime=6.1 cores=1,3,5,7
/proc/23433/task/23435/stat : 23435 (java) R 23431 23433 23289 0 -1 4202560 2470 0 1 0 609 1 0 0 20 0 19 0 253315063 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140632154927512 140632010229255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23436] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23436/stat : 23436 (java) S 23431 23433 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631998864296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23437] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23437/stat : 23437 (java) S 23431 23433 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631997811752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23438] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23438/stat : 23438 (java) S 23431 23433 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631996758696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23439] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23439/stat : 23439 (java) S 23431 23433 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631995706152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23440] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23440/stat : 23440 (java) S 23431 23433 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315064 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631994653096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23441] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23441/stat : 23441 (java) S 23431 23433 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315065 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631657671208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23442] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23442/stat : 23442 (java) S 23431 23433 23289 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 253315065 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631656618152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23443] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23443/stat : 23443 (java) S 23431 23433 23289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253315065 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631655565608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23444] ppid=23431 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/23433/task/23444/stat : 23444 (java) S 23431 23433 23289 0 -1 4202560 49 0 0 0 11 0 0 0 20 0 19 0 253315066 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631643368296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23445] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23445/stat : 23445 (java) S 23431 23433 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631642314616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23446] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23446/stat : 23446 (java) S 23431 23433 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631641261448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23447] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23447/stat : 23447 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315068 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631640210192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23448] ppid=23431 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/23433/task/23448/stat : 23448 (java) S 23431 23433 23289 0 -1 4202560 3492 0 0 0 36 1 0 0 20 0 19 0 253315069 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631639157048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23449] ppid=23431 vsize=9624976 CPUtime=1.71 cores=1,3,5,7
/proc/23433/task/23449/stat : 23449 (java) S 23431 23433 23289 0 -1 4202560 10553 0 0 0 169 2 0 0 20 0 19 0 253315069 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631638104504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23450] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23450/stat : 23450 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315069 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631637051640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23451] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23451/stat : 23451 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315069 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631635999304 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23452] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23452/stat : 23452 (java) S 23431 23433 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315092 9855975424 16553 33554432000 1073741824 1073778376 140734981036672 140631634912808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/23433/task/23443/stat : 23443 (java) S 23431 23433 23289 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 253315065 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631655565608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23444] ppid=23431 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/23433/task/23444/stat : 23444 (java) S 23431 23433 23289 0 -1 4202560 59 0 0 0 86 1 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631643368296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23445] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23445/stat : 23445 (java) S 23431 23433 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631642314616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23446] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23446/stat : 23446 (java) S 23431 23433 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631641261448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23447] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23447/stat : 23447 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315068 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631640210192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23448] ppid=23431 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/23433/task/23448/stat : 23448 (java) S 23431 23433 23289 0 -1 4202560 3492 0 0 0 36 1 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631639157048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23449] ppid=23431 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/23433/task/23449/stat : 23449 (java) S 23431 23433 23289 0 -1 4202560 10554 0 0 0 176 2 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631638104504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23450] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23450/stat : 23450 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631637051640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23451] ppid=23431 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23433/task/23451/stat : 23451 (java) S 23431 23433 23289 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631635999304 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23452] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23452/stat : 23452 (java) S 23431 23433 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315092 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631634912808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 114.53
Current children cumulated vsize (KiB) 9624976

[startup+112.301 s]
/proc/loadavg: 1.71 0.65 0.23 3/211 23883
/proc/meminfo: memFree=29497004/32873852 swapFree=7616/7616
[pid=23433] ppid=23431 vsize=9624976 CPUtime=114.93 cores=1,3,5,7
/proc/23433/stat : 23433 (java) S 23431 23433 23289 0 -1 4202496 18065 0 1 0 11484 9 0 0 20 0 19 0 253315062 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140734981027808 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23433/statm: 2406244 21282 2275 9 0 2396937 0
[pid=23433/tid=23435] ppid=23431 vsize=9624976 CPUtime=110.86 cores=1,3,5,7
/proc/23433/task/23435/stat : 23435 (java) R 23431 23433 23289 0 -1 4202560 2511 0 1 0 11084 2 0 0 20 0 19 0 253315063 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140632154927392 140632010566774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23436] ppid=23431 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/23433/task/23436/stat : 23436 (java) S 23431 23433 23289 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631998864296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23437] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23437/stat : 23437 (java) S 23431 23433 23289 0 -1 4202560 55 0 0 0 7 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631997811752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23438] ppid=23431 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/23433/task/23438/stat : 23438 (java) S 23431 23433 23289 0 -1 4202560 43 0 0 0 8 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631996758696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23439] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23439/stat : 23439 (java) S 23431 23433 23289 0 -1 4202560 29 0 0 0 7 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631995706152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23440] ppid=23431 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/23433/task/23440/stat : 23440 (java) S 23431 23433 23289 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631994653096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23441] ppid=23431 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/23433/task/23441/stat : 23441 (java) S 23431 23433 23289 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 19 0 253315065 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631657671208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23442] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23442/stat : 23442 (java) S 23431 23433 23289 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 253315065 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631656618152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23443] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23443/stat : 23443 (java) S 23431 23433 23289 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 253315065 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631655565608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23444] ppid=23431 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/23433/task/23444/stat : 23444 (java) S 23431 23433 23289 0 -1 4202560 59 0 0 0 86 1 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631643368296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23445] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23445/stat : 23445 (java) S 23431 23433 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631642314616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23446] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23446/stat : 23446 (java) S 23431 23433 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631641261448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23447] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23447/stat : 23447 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315068 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631640210192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23448] ppid=23431 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/23433/task/23448/stat : 23448 (java) S 23431 23433 23289 0 -1 4202560 3492 0 0 0 36 1 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631639157048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23449] ppid=23431 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/23433/task/23449/stat : 23449 (java) S 23431 23433 23289 0 -1 4202560 10554 0 0 0 176 2 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631638104504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23450] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23450/stat : 23450 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631637051640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23451] ppid=23431 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23433/task/23451/stat : 23451 (java) S 23431 23433 23289 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631635999304 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23452] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23452/stat : 23452 (java) S 23431 23433 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315092 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631634912808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 114.93
Current children cumulated vsize (KiB) 9624976

[startup+112.701 s]
/proc/loadavg: 1.71 0.65 0.23 3/211 23883
/proc/meminfo: memFree=29497004/32873852 swapFree=7616/7616
[pid=23433] ppid=23431 vsize=9624976 CPUtime=115.33 cores=1,3,5,7
/proc/23433/stat : 23433 (java) S 23431 23433 23289 0 -1 4202496 18065 0 1 0 11524 9 0 0 20 0 19 0 253315062 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140734981027808 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23433/statm: 2406244 21282 2275 9 0 2396937 0
[pid=23433/tid=23435] ppid=23431 vsize=9624976 CPUtime=111.26 cores=1,3,5,7
/proc/23433/task/23435/stat : 23435 (java) R 23431 23433 23289 0 -1 4202560 2511 0 1 0 11124 2 0 0 20 0 19 0 253315063 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140632154927392 140632010585085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23436] ppid=23431 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/23433/task/23436/stat : 23436 (java) S 23431 23433 23289 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631998864296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23437] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23437/stat : 23437 (java) S 23431 23433 23289 0 -1 4202560 55 0 0 0 7 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631997811752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23438] ppid=23431 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/23433/task/23438/stat : 23438 (java) S 23431 23433 23289 0 -1 4202560 43 0 0 0 8 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631996758696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23439] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23439/stat : 23439 (java) S 23431 23433 23289 0 -1 4202560 29 0 0 0 7 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631995706152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23440] ppid=23431 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/23433/task/23440/stat : 23440 (java) S 23431 23433 23289 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631994653096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23441] ppid=23431 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/23433/task/23441/stat : 23441 (java) S 23431 23433 23289 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 19 0 253315065 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631657671208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23442] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23442/stat : 23442 (java) S 23431 23433 23289 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 253315065 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631656618152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23443] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23443/stat : 23443 (java) S 23431 23433 23289 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 253315065 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631655565608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23444] ppid=23431 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/23433/task/23444/stat : 23444 (java) S 23431 23433 23289 0 -1 4202560 59 0 0 0 86 1 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631643368296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23445] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23445/stat : 23445 (java) S 23431 23433 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631642314616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23446] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23446/stat : 23446 (java) S 23431 23433 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631641261448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23447] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23447/stat : 23447 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315068 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631640210192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23448] ppid=23431 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/23433/task/23448/stat : 23448 (java) S 23431 23433 23289 0 -1 4202560 3492 0 0 0 36 1 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631639157048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23449] ppid=23431 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/23433/task/23449/stat : 23449 (java) S 23431 23433 23289 0 -1 4202560 10554 0 0 0 176 2 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631638104504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23450] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23450/stat : 23450 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631637051640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23451] ppid=23431 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23433/task/23451/stat : 23451 (java) S 23431 23433 23289 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631635999304 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23452] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23452/stat : 23452 (java) S 23431 23433 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315092 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631634912808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 115.33
Current children cumulated vsize (KiB) 9624976

[startup+112.801 s]
/proc/loadavg: 1.71 0.65 0.23 3/211 23883
/proc/meminfo: memFree=29497004/32873852 swapFree=7616/7616
[pid=23433] ppid=23431 vsize=9624976 CPUtime=115.43 cores=1,3,5,7
/proc/23433/stat : 23433 (java) S 23431 23433 23289 0 -1 4202496 18065 0 1 0 11534 9 0 0 20 0 19 0 253315062 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140734981027808 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23433/statm: 2406244 21282 2275 9 0 2396937 0
[pid=23433/tid=23435] ppid=23431 vsize=9624976 CPUtime=111.36 cores=1,3,5,7
/proc/23433/task/23435/stat : 23435 (java) R 23431 23433 23289 0 -1 4202560 2511 0 1 0 11134 2 0 0 20 0 19 0 253315063 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140632154927392 140632010529647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23436] ppid=23431 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/23433/task/23436/stat : 23436 (java) S 23431 23433 23289 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631998864296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23437] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23437/stat : 23437 (java) S 23431 23433 23289 0 -1 4202560 55 0 0 0 7 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631997811752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23438] ppid=23431 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/23433/task/23438/stat : 23438 (java) S 23431 23433 23289 0 -1 4202560 43 0 0 0 8 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631996758696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23439] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23439/stat : 23439 (java) S 23431 23433 23289 0 -1 4202560 29 0 0 0 7 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631995706152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23433/tid=23440] ppid=23431 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/23433/task/23440/stat : 23440 (java) S 23431 23433 23289 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 19 0 253315064 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631994653096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23441] ppid=23431 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/23433/task/23441/stat : 23441 (java) S 23431 23433 23289 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 19 0 253315065 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631657671208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23442] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23442/stat : 23442 (java) S 23431 23433 23289 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 253315065 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631656618152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23443] ppid=23431 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23433/task/23443/stat : 23443 (java) S 23431 23433 23289 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 253315065 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631655565608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23444] ppid=23431 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/23433/task/23444/stat : 23444 (java) S 23431 23433 23289 0 -1 4202560 59 0 0 0 86 1 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631643368296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23445] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23445/stat : 23445 (java) S 23431 23433 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631642314616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23446] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23446/stat : 23446 (java) S 23431 23433 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315066 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631641261448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23447] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23447/stat : 23447 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315068 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631640210192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23448] ppid=23431 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/23433/task/23448/stat : 23448 (java) S 23431 23433 23289 0 -1 4202560 3492 0 0 0 36 1 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631639157048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23433/tid=23449] ppid=23431 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/23433/task/23449/stat : 23449 (java) S 23431 23433 23289 0 -1 4202560 10554 0 0 0 176 2 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631638104504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23450] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23450/stat : 23450 (java) S 23431 23433 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631637051640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23433/tid=23451] ppid=23431 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23433/task/23451/stat : 23451 (java) S 23431 23433 23289 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253315069 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631635999304 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23433/tid=23452] ppid=23431 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23433/task/23452/stat : 23452 (java) S 23431 23433 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315092 9855975424 21282 33554432000 1073741824 1073778376 140734981036672 140631634912808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 115.43
Current children cumulated vsize (KiB) 9624976

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23433 and gives
#  childrusage.ru_utime.tv_sec=115
#  childrusage.ru_utime.tv_usec=103501
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=201969
# CPU time returned by wait4() is 115.305
# while last known CPU time is 115.43
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 112.849
CPU time (s): 115.43
CPU user time (s): 115.34
CPU system time (s): 0.09
CPU usage (%): 102.288
Max. virtual memory (cumulated for all children) (KiB): 9626712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.104
system time used= 0.201969
maximum resident set size= 85200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18084
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3892
involuntary context switches= 1958

runsolver used 0.39294 second user time and 0.893864 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-24 17:04:56
IDJOB=3687285
IDBENCH=1303
IDSOLVER=2269
FILE ID=node131/3687285-1337871896
RUNJOBID= node131-1337871881-23306
PBS_JOBID= 14620073
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat 4j PB Resolution 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 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687285-1337871896/watcher-3687285-1337871896 -o /tmp/evaluation-result-3687285-1337871896/solver-3687285-1337871896 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687285-1337871896.opb

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=1576986474

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29769776 kB
Buffers:          205952 kB
Cached:          2122268 kB
SwapCached:            0 kB
Active:           503740 kB
Inactive:        1834788 kB
Active(anon):      13028 kB
Inactive(anon):        0 kB
Active(file):     490712 kB
Inactive(file):  1834788 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               536 kB
Writeback:             0 kB
AnonPages:         18132 kB
Mapped:            13664 kB
Shmem:               204 kB
Slab:             628876 kB
SReclaimable:      71004 kB
SUnreclaim:       557872 kB
KernelStack:        1376 kB
PageTables:         3784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     103740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71600 MiB
End job on node131 at 2012-05-24 17:06:49