Trace number 4097468

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
Sat4j PB 2.3.6 Resolution PB16UNSAT 598.22 596.736

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_25.opb
MD5SUMb92551cd84e0703f1beccbbe36749b8d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.26835
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1122
Total number of constraints5318
Number of constraints which are clauses5313
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint33
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 58
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4097468-1466118061.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  no objective function found
0.45/0.34	c ... done. Wall clock time 0.217s.
0.45/0.34	c declared #vars     1122
0.45/0.34	c #constraints  5322
0.45/0.34	c constraints type 
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3168
0.45/0.34	c org.sat4j.specs.Constr$1 => 4
0.45/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.45/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2144
0.45/0.34	c 5322 constraints processed.
1.45/0.93	c cleaning 2497 clauses out of 5000 with flag 16247/5000
2.15/1.54	c cleaning 4251 clauses out of 8505 with flag 38585/11002
2.93/2.27	c cleaning 5623 clauses out of 11252 with flag 63278/18000
3.83/3.16	c cleaning 6811 clauses out of 13630 with flag 96025/26001
4.85/4.15	c cleaning 7904 clauses out of 15819 with flag 131879/35001
6.05/5.35	c cleaning 8954 clauses out of 17915 with flag 172036/45001
7.45/6.78	c cleaning 9978 clauses out of 19961 with flag 215729/56001
9.16/8.43	c cleaning 10990 clauses out of 21984 with flag 272583/68002
10.96/10.21	c cleaning 11993 clauses out of 23993 with flag 337777/81001
13.36/12.68	c cleaning 12996 clauses out of 26000 with flag 419955/95001
15.46/14.77	c cleaning 13999 clauses out of 28005 with flag 485907/110002
17.76/17.03	c cleaning 14999 clauses out of 30004 with flag 549214/126000
20.36/19.63	c cleaning 15999 clauses out of 32005 with flag 624281/143000
22.95/22.28	c cleaning 17000 clauses out of 34008 with flag 699247/161002
26.26/25.50	c cleaning 18001 clauses out of 36006 with flag 781433/180000
29.65/28.95	c cleaning 18997 clauses out of 38005 with flag 872917/200000
33.15/32.46	c cleaning 20003 clauses out of 40010 with flag 962022/221002
36.85/36.14	c cleaning 21001 clauses out of 42006 with flag 1055811/243001
40.75/40.03	c cleaning 22002 clauses out of 44005 with flag 1152784/266001
45.05/44.35	c cleaning 23000 clauses out of 46008 with flag 1260919/290006
49.65/48.99	c cleaning 23999 clauses out of 48002 with flag 1369083/315000
54.65/54.00	c cleaning 24997 clauses out of 50004 with flag 1494555/341001
60.15/59.45	c cleaning 25996 clauses out of 52007 with flag 1615454/368001
65.75/65.03	c cleaning 27004 clauses out of 54011 with flag 1735572/396001
71.86/71.11	c cleaning 27998 clauses out of 56006 with flag 1857342/425000
78.35/77.61	c cleaning 29002 clauses out of 58010 with flag 1988871/455002
85.35/84.64	c cleaning 29997 clauses out of 60006 with flag 2132888/486000
92.35/91.70	c cleaning 30999 clauses out of 62009 with flag 2280316/518000
100.15/99.43	c cleaning 32000 clauses out of 64010 with flag 2434609/551000
108.56/107.88	c cleaning 32999 clauses out of 66010 with flag 2606602/585000
117.65/116.94	c cleaning 34001 clauses out of 68012 with flag 2790790/620001
127.36/126.69	c cleaning 34997 clauses out of 70011 with flag 2978643/656001
136.69/135.97	c cleaning 36004 clauses out of 72014 with flag 3159124/693001
146.69/145.93	c cleaning 37002 clauses out of 74009 with flag 3350216/731000
157.49/156.72	c cleaning 37998 clauses out of 76007 with flag 3567407/770000
168.69/167.98	c cleaning 39000 clauses out of 78009 with flag 3799293/810000
179.79/179.09	c cleaning 40002 clauses out of 80010 with flag 3997236/851001
191.29/190.55	c cleaning 41000 clauses out of 82007 with flag 4211568/893000
203.59/202.81	c cleaning 42000 clauses out of 84009 with flag 4430574/936002
216.58/215.83	c cleaning 43001 clauses out of 86007 with flag 4657258/980000
231.18/230.47	c cleaning 43996 clauses out of 88006 with flag 4897996/1025000
245.58/244.89	c cleaning 45001 clauses out of 90011 with flag 5137726/1071001
261.49/260.74	c cleaning 45998 clauses out of 92010 with flag 5396002/1118001
278.49/277.79	c cleaning 46998 clauses out of 94013 with flag 5665958/1166002
297.58/296.83	c cleaning 48003 clauses out of 96014 with flag 5969152/1215001
316.49/315.74	c cleaning 49004 clauses out of 98011 with flag 6262873/1265001
334.88/334.19	c cleaning 49998 clauses out of 100009 with flag 6550238/1316003
354.98/354.27	c cleaning 50999 clauses out of 102008 with flag 6847323/1368000
377.51/376.71	c cleaning 52002 clauses out of 104009 with flag 7203923/1421000
400.18/399.03	c cleaning 53001 clauses out of 106007 with flag 7542990/1475000
425.22/423.93	c cleaning 53999 clauses out of 108007 with flag 7887299/1530001
449.73/448.43	c cleaning 55000 clauses out of 110007 with flag 8232765/1586000
474.93/473.63	c cleaning 56003 clauses out of 112009 with flag 8589080/1643002
504.55/503.20	c cleaning 57001 clauses out of 114004 with flag 8973929/1701000
533.42/532.00	c cleaning 57996 clauses out of 116002 with flag 9356258/1760000
564.82/563.49	c cleaning 58999 clauses out of 118006 with flag 9748889/1820001
598.22/596.70	c starts		: 352
598.22/596.70	c conflicts		: 1876407
598.22/596.70	c decisions		: 2140334
598.22/596.70	c propagations		: 169099819
598.22/596.70	c inspects		: 10686726023
598.22/596.70	c shortcuts		: 0
598.22/596.70	c learnt literals	: 15
598.22/596.70	c learnt binary clauses	: 9
598.22/596.70	c learnt ternary clauses	: 42
598.22/596.70	c learnt constraints	: 1876391
598.22/596.70	c ignored constraints	: 0
598.22/596.70	c root simplifications	: 0
598.22/596.70	c removed literals (reason simplification)	: 0
598.22/596.70	c reason swapping (by a shorter reason)	: 0
598.22/596.70	c Calls to reduceDB	: 56
598.22/596.70	c Number of update (reduction) of LBD	: 303735
598.22/596.70	c Imported unit clauses	: 0
598.22/596.70	c number of reductions to clauses (during analyze)	: 0
598.22/596.70	c number of learned constraints concerned by reduction	: 0
598.22/596.70	c number of learning phase by resolution	: 0
598.22/596.70	c number of learning phase by cutting planes	: 0
598.22/596.70	c speed (assignments/second)	: 283555.63213186775
598.22/596.70	c non guided choices	129
598.22/596.73	c learnt constraints type 
598.22/596.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
598.22/596.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 115390
598.22/596.73	s UNSATISFIABLE
598.22/596.73	c Total wall clock time (in seconds): 596.603

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4097468-1466118061/watcher-4097468-1466118061 -o /tmp/evaluation-result-4097468-1466118061/solver-4097468-1466118061 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22554 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097468-1466118061.opb 

pid=23572
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: 2.00 2.00 2.17 3/197 23575
/proc/meminfo: memFree=31709708/32872528 swapFree=7268/7268
[pid=23575] ppid=23572 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/23575/stat : 23575 (java) S 23572 23575 18087 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 13852040 95129600 926 33554432000 1073741824 1073778376 140734016958992 140734016950128 206412218429 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23575/statm: 23528 926 703 9 0 16769 0
[pid=23575/tid=23576] ppid=23572 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23576/stat : 23576 (java) R 23572 23575 18087 0 -1 4202560 88 0 0 0 0 0 0 0 20 0 2 0 13852041 98635776 942 33554432000 1073741824 1073778376 140734016958992 140305429999144 206399649641 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10016 s]
/proc/loadavg: 2.00 2.00 2.17 3/197 23575
/proc/meminfo: memFree=31709708/32872528 swapFree=7268/7268
[pid=23575] ppid=23572 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/23575/stat : 23575 (java) S 23572 23575 18087 0 -1 4202496 3807 0 1 0 5 1 0 0 20 0 18 0 13852040 9787879424 4937 33554432000 1073741824 1073778376 140734016958992 140734016950128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23575/statm: 2389619 4937 1950 9 0 2380296 0
[pid=23575/tid=23576] ppid=23572 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/23575/task/23576/stat : 23576 (java) R 23572 23575 18087 0 -1 4202560 2299 0 1 0 5 0 0 0 20 0 18 0 13852041 9787879424 4937 33554432000 1073741824 1073778376 140734016958992 140305430006432 140305437768531 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200399 s]
/proc/loadavg: 2.00 2.00 2.17 3/197 23575
/proc/meminfo: memFree=31709708/32872528 swapFree=7268/7268
[pid=23575] ppid=23572 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/23575/stat : 23575 (java) S 23572 23575 18087 0 -1 4202496 4690 0 1 0 22 1 0 0 20 0 18 0 13852040 9787879424 6767 33554432000 1073741824 1073778376 140734016958992 140734016950128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23575/statm: 2389619 6767 2201 9 0 2380296 0
[pid=23575/tid=23576] ppid=23572 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/23575/task/23576/stat : 23576 (java) R 23572 23575 18087 0 -1 4202560 2397 0 1 0 15 0 0 0 20 0 18 0 13852041 9787879424 6767 33554432000 1073741824 1073778376 140734016958992 140305430002592 206412233784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.30039 s]
/proc/loadavg: 2.00 2.00 2.17 3/197 23575
/proc/meminfo: memFree=31709708/32872528 swapFree=7268/7268
[pid=23575] ppid=23572 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/23575/stat : 23575 (java) S 23572 23575 18087 0 -1 4202496 5941 0 1 0 44 1 0 0 20 0 18 0 13852040 9787879424 8633 33554432000 1073741824 1073778376 140734016958992 140734016950128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23575/statm: 2389619 8633 2232 9 0 2380296 0
[pid=23575/tid=23576] ppid=23572 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/23575/task/23576/stat : 23576 (java) R 23572 23575 18087 0 -1 4202560 2399 0 1 0 25 0 0 0 20 0 18 0 13852041 9787879424 8633 33554432000 1073741824 1073778376 140734016958992 140305429995552 140305256962690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700272 s]
/proc/loadavg: 2.00 2.00 2.17 3/197 23575
/proc/meminfo: memFree=31709708/32872528 swapFree=7268/7268
[pid=23575] ppid=23572 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/23575/stat : 23575 (java) S 23572 23575 18087 0 -1 4202496 9659 0 1 0 120 2 0 0 20 0 19 0 13852040 9856040960 11363 33554432000 1073741824 1073778376 140734016958992 140734016950128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23575/statm: 2406260 11363 2257 9 0 2396937 0
[pid=23575/tid=23576] ppid=23572 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/23575/task/23576/stat : 23576 (java) R 23572 23575 18087 0 -1 4202560 2416 0 1 0 64 1 0 0 20 0 19 0 13852041 9856040960 11363 33554432000 1073741824 1073778376 140734016958992 140305430003736 140305257573122 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.00 2.00 2.17 4/216 23594
/proc/meminfo: memFree=31669092/32872528 swapFree=7268/7268
[pid=23575] ppid=23572 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/23575/stat : 23575 (java) S 23572 23575 18087 0 -1 4202496 11177 0 1 0 213 2 0 0 20 0 19 0 13852040 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140734016950128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23575/statm: 2406260 11886 2267 9 0 2396937 0
[pid=23575/tid=23576] ppid=23572 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/23575/task/23576/stat : 23576 (java) R 23572 23575 18087 0 -1 4202560 2418 0 1 0 143 1 0 0 20 0 19 0 13852041 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305430003576 140305257573063 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23578] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23578/stat : 23578 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305391495336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23579] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23579/stat : 23579 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305390442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23580] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23580/stat : 23580 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305389390248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23581] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23581/stat : 23581 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305388337704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23582] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23582/stat : 23582 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305387285160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23583] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23583/stat : 23583 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305386232616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23584] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23584/stat : 23584 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305385180072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23585] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23585/stat : 23585 (java) S 23572 23575 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305384127528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23586] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23586/stat : 23586 (java) S 23572 23575 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13852043 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305253775464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23587] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23587/stat : 23587 (java) S 23572 23575 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305252721784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23588] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23588/stat : 23588 (java) S 23572 23575 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305251669128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23589] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23589/stat : 23589 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305250617872 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23590] ppid=23572 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/23575/task/23590/stat : 23590 (java) S 23572 23575 18087 0 -1 4202560 1755 0 0 0 32 0 0 0 20 0 19 0 13852048 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305249565240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23591] ppid=23572 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/23575/task/23591/stat : 23591 (java) S 23572 23575 18087 0 -1 4202560 5732 0 0 0 34 0 0 0 20 0 19 0 13852048 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305248512696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23592] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23592/stat : 23592 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305247460344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23593] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23593/stat : 23593 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305246408008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23594] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23594/stat : 23594 (java) S 23572 23575 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13852075 9856040960 11886 33554432000 1073741824 1073778376 140734016958992 140305245352744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.00 2.00 2.17 3/216 23594
/proc/meminfo: memFree=31668052/32872528 swapFree=7268/7268
[pid=23575] ppid=23572 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/23575/stat : 23575 (java) S 23572 23575 18087 0 -1 4202496 12637 0 1 0 381 2 0 0 20 0 19 0 13852040 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140734016950128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23575/statm: 2406260 12398 2267 9 0 2396937 0
[pid=23575/tid=23576] ppid=23572 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/23575/task/23576/stat : 23576 (java) R 23572 23575 18087 0 -1 4202560 2419 0 1 0 303 1 0 0 20 0 19 0 13852041 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305429995200 140305257573063 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23578] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23578/stat : 23578 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305391495336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23579] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23579/stat : 23579 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305390442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23580] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23580/stat : 23580 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305389390248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23581] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23581/stat : 23581 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305388337704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23582] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23582/stat : 23582 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305387285160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23583] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23583/stat : 23583 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305386232616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23584] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23584/stat : 23584 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305385180072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23585] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23585/stat : 23585 (java) S 23572 23575 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305384127528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23586] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23586/stat : 23586 (java) S 23572 23575 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13852043 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305253775464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23587] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23587/stat : 23587 (java) S 23572 23575 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305252721784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23588] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23588/stat : 23588 (java) S 23572 23575 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305251669128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23589] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23589/stat : 23589 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305250617872 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23590] ppid=23572 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/23575/task/23590/stat : 23590 (java) S 23572 23575 18087 0 -1 4202560 1755 0 0 0 34 0 0 0 20 0 19 0 13852048 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305249565240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23591] ppid=23572 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23575/task/23591/stat : 23591 (java) S 23572 23575 18087 0 -1 4202560 7191 0 0 0 39 2 0 0 20 0 19 0 13852048 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305248512696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23592] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23592/stat : 23592 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305247460344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23593] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23593/stat : 23593 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305246408008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23594] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23594/stat : 23594 (java) S 23572 23575 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13852075 9856040960 12398 33554432000 1073741824 1073778376 140734016958992 140305245352744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.00 2.00 2.17 3/216 23594
/proc/meminfo: memFree=31664304/32872528 swapFree=7268/7268
[pid=23575] ppid=23572 vsize=9625040 CPUtime=7.05 cores=1,3,5,7
/proc/23575/stat : 23575 (java) S 23572 23575 18087 0 -1 4202496 12642 0 1 0 703 2 0 0 20 0 19 0 13852040 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140734016950128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23575/statm: 2406260 13907 2268 9 0 2396937 0
[pid=23575/tid=23576] ppid=23572 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/23575/task/23576/stat : 23576 (java) R 23572 23575 18087 0 -1 4202560 2423 0 1 0 622 1 0 0 20 0 19 0 13852041 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305429995168 140305257004983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23578] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23578/stat : 23578 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305391495336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23579] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23579/stat : 23579 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305390442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23580] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23580/stat : 23580 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305389390248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23581] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23581/stat : 23581 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305388337704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23582] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23582/stat : 23582 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305387285160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23583] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23583/stat : 23583 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305386232616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23584] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23584/stat : 23584 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305385180072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23585] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23585/stat : 23585 (java) S 23572 23575 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305384127528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23586] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23586/stat : 23586 (java) S 23572 23575 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13852043 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305253775464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23587] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23587/stat : 23587 (java) S 23572 23575 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305252721784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23588] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23588/stat : 23588 (java) S 23572 23575 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305251669128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23589] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23589/stat : 23589 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305250617872 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23590] ppid=23572 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/23575/task/23590/stat : 23590 (java) S 23572 23575 18087 0 -1 4202560 1755 0 0 0 35 0 0 0 20 0 19 0 13852048 9856040960 13907 33554432000 1073741824 1073778376 140734016958992 140305249565240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23591] ppid=23572 vsize=9625040 CPUtime=0.42 cores=1,3,5,7

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

[pid=23575/tid=23587] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23587/stat : 23587 (java) S 23572 23575 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305252721784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23588] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23588/stat : 23588 (java) S 23572 23575 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305251669128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23589] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23589/stat : 23589 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305250617872 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23590] ppid=23572 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/23575/task/23590/stat : 23590 (java) S 23572 23575 18087 0 -1 4202560 11582 0 0 0 96 1 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305249565240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23591] ppid=23572 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/23575/task/23591/stat : 23591 (java) S 23572 23575 18087 0 -1 4202560 7205 0 0 0 46 2 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305248512696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23592] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23592/stat : 23592 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305247460344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23593] ppid=23572 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23575/task/23593/stat : 23593 (java) S 23572 23575 18087 0 -1 4202560 36 0 0 0 12 11 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305246408008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23594] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23594/stat : 23594 (java) S 23572 23575 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13852075 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305245352744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 597.52
Current children cumulated vsize (KiB) 9625040

[startup+596.401 s]
/proc/loadavg: 2.00 2.00 2.09 3/216 23608
/proc/meminfo: memFree=31452024/32872528 swapFree=7268/7268
[pid=23575] ppid=23572 vsize=9625040 CPUtime=597.92 cores=1,3,5,7
/proc/23575/stat : 23575 (java) S 23572 23575 18087 0 -1 4202496 22651 0 1 0 59780 12 0 0 20 0 19 0 13852040 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140734016950128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23575/statm: 2406260 49365 2282 9 0 2396937 0
[pid=23575/tid=23576] ppid=23572 vsize=9625040 CPUtime=594.76 cores=1,3,5,7
/proc/23575/task/23576/stat : 23576 (java) R 23572 23575 18087 0 -1 4202560 2487 0 1 0 59465 11 0 0 20 0 19 0 13852041 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305430002064 140305257518516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23578] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23578/stat : 23578 (java) S 23572 23575 18087 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305391495336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23579] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23579/stat : 23579 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305390442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23580] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23580/stat : 23580 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305389390248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23581] ppid=23572 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/23575/task/23581/stat : 23581 (java) S 23572 23575 18087 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305388337704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23582] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23582/stat : 23582 (java) S 23572 23575 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305387285160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23583] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23583/stat : 23583 (java) S 23572 23575 18087 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305386232616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23584] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23584/stat : 23584 (java) S 23572 23575 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305385180072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23585] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23585/stat : 23585 (java) S 23572 23575 18087 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305384127528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23586] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23586/stat : 23586 (java) S 23572 23575 18087 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 13852043 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305253775464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23587] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23587/stat : 23587 (java) S 23572 23575 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305252721784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23588] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23588/stat : 23588 (java) S 23572 23575 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305251669128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23589] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23589/stat : 23589 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305250617872 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23590] ppid=23572 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/23575/task/23590/stat : 23590 (java) S 23572 23575 18087 0 -1 4202560 11582 0 0 0 96 1 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305249565240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23591] ppid=23572 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/23575/task/23591/stat : 23591 (java) S 23572 23575 18087 0 -1 4202560 7205 0 0 0 46 2 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305248512696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23592] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23592/stat : 23592 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305247460344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23593] ppid=23572 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23575/task/23593/stat : 23593 (java) S 23572 23575 18087 0 -1 4202560 36 0 0 0 12 11 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305246408008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23594] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23594/stat : 23594 (java) S 23572 23575 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13852075 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305245352744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 597.92
Current children cumulated vsize (KiB) 9625040

[startup+596.601 s]
/proc/loadavg: 2.00 2.00 2.09 3/216 23608
/proc/meminfo: memFree=31452024/32872528 swapFree=7268/7268
[pid=23575] ppid=23572 vsize=9625040 CPUtime=598.12 cores=1,3,5,7
/proc/23575/stat : 23575 (java) S 23572 23575 18087 0 -1 4202496 22651 0 1 0 59800 12 0 0 20 0 19 0 13852040 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140734016950128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23575/statm: 2406260 49365 2282 9 0 2396937 0
[pid=23575/tid=23576] ppid=23572 vsize=9625040 CPUtime=594.96 cores=1,3,5,7
/proc/23575/task/23576/stat : 23576 (java) R 23572 23575 18087 0 -1 4202560 2487 0 1 0 59485 11 0 0 20 0 19 0 13852041 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305430002064 140305257573241 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23578] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23578/stat : 23578 (java) S 23572 23575 18087 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305391495336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23579] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23579/stat : 23579 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305390442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23580] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23580/stat : 23580 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305389390248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23581] ppid=23572 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/23575/task/23581/stat : 23581 (java) S 23572 23575 18087 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305388337704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23582] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23582/stat : 23582 (java) S 23572 23575 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305387285160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23583] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23583/stat : 23583 (java) S 23572 23575 18087 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305386232616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23584] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23584/stat : 23584 (java) S 23572 23575 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305385180072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23585] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23585/stat : 23585 (java) S 23572 23575 18087 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305384127528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23586] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23586/stat : 23586 (java) S 23572 23575 18087 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 13852043 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305253775464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23587] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23587/stat : 23587 (java) S 23572 23575 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305252721784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23588] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23588/stat : 23588 (java) S 23572 23575 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305251669128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23589] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23589/stat : 23589 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305250617872 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23590] ppid=23572 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/23575/task/23590/stat : 23590 (java) S 23572 23575 18087 0 -1 4202560 11582 0 0 0 96 1 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305249565240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23591] ppid=23572 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/23575/task/23591/stat : 23591 (java) S 23572 23575 18087 0 -1 4202560 7205 0 0 0 46 2 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305248512696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23592] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23592/stat : 23592 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305247460344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23593] ppid=23572 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23575/task/23593/stat : 23593 (java) S 23572 23575 18087 0 -1 4202560 36 0 0 0 12 11 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305246408008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23594] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23594/stat : 23594 (java) S 23572 23575 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13852075 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305245352744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 598.12
Current children cumulated vsize (KiB) 9625040

[startup+596.701 s]
/proc/loadavg: 2.00 2.00 2.09 3/216 23608
/proc/meminfo: memFree=31452024/32872528 swapFree=7268/7268
[pid=23575] ppid=23572 vsize=9625040 CPUtime=598.22 cores=1,3,5,7
/proc/23575/stat : 23575 (java) S 23572 23575 18087 0 -1 4202496 22651 0 1 0 59810 12 0 0 20 0 19 0 13852040 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140734016950128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23575/statm: 2406260 49365 2282 9 0 2396937 0
[pid=23575/tid=23576] ppid=23572 vsize=9625040 CPUtime=595.06 cores=1,3,5,7
/proc/23575/task/23576/stat : 23576 (java) R 23572 23575 18087 0 -1 4202560 2487 0 1 0 59495 11 0 0 20 0 19 0 13852041 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305430002064 140305257488480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23575/tid=23578] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23578/stat : 23578 (java) S 23572 23575 18087 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305391495336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23579] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23579/stat : 23579 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305390442792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23580] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23580/stat : 23580 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305389390248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23581] ppid=23572 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/23575/task/23581/stat : 23581 (java) S 23572 23575 18087 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305388337704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23582] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23582/stat : 23582 (java) S 23572 23575 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305387285160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23575/tid=23583] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23583/stat : 23583 (java) S 23572 23575 18087 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305386232616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23584] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23584/stat : 23584 (java) S 23572 23575 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305385180072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23585] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23585/stat : 23585 (java) S 23572 23575 18087 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13852042 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305384127528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23586] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23586/stat : 23586 (java) S 23572 23575 18087 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 13852043 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305253775464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23587] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23587/stat : 23587 (java) S 23572 23575 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305252721784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23588] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23588/stat : 23588 (java) S 23572 23575 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13852044 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305251669128 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23589] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23589/stat : 23589 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305250617872 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23590] ppid=23572 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/23575/task/23590/stat : 23590 (java) S 23572 23575 18087 0 -1 4202560 11582 0 0 0 96 1 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305249565240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23591] ppid=23572 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/23575/task/23591/stat : 23591 (java) S 23572 23575 18087 0 -1 4202560 7205 0 0 0 46 2 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305248512696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23592] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23592/stat : 23592 (java) S 23572 23575 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305247460344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23575/tid=23593] ppid=23572 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23575/task/23593/stat : 23593 (java) S 23572 23575 18087 0 -1 4202560 36 0 0 0 12 11 0 0 20 0 19 0 13852048 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305246408008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23575/tid=23594] ppid=23572 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23575/task/23594/stat : 23594 (java) S 23572 23575 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13852075 9856040960 49365 33554432000 1073741824 1073778376 140734016958992 140305245352744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 598.22
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23575 and gives
#  childrusage.ru_utime.tv_sec=596
#  childrusage.ru_utime.tv_usec=662293
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=350946
# CPU time returned by wait4() is 597.013
# while last known CPU time is 598.22
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 596.736
CPU time (s): 598.22
CPU user time (s): 598.1
CPU system time (s): 0.12
CPU usage (%): 100.249
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 596.662
system time used= 0.350946
maximum resident set size= 205224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22677
page faults= 1
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12863
involuntary context switches= 1132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.01339 second user time and 5.52416 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-17 01:01:01
IDJOB=4097468
IDBENCH=107761
IDSOLVER=2546
FILE ID=node133/4097468-1466118061
RUNJOBID= node133-1466116261-22554
PBS_JOBID= 19904054
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_6_25.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097468-1466118061/watcher-4097468-1466118061 -o /tmp/evaluation-result-4097468-1466118061/solver-4097468-1466118061 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22554 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097468-1466118061.opb

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

MD5SUM BENCH= b92551cd84e0703f1beccbbe36749b8d
RANDOM SEED=109194375

node133.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		: 2667.256
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	: 5334.51
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		: 2667.256
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	: 5332.55
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		: 2667.256
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	: 5332.56
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		: 2667.256
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	: 5332.55
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		: 2667.256
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	: 5332.55
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		: 2667.256
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	: 5332.55
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		: 2667.256
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	: 5332.55
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		: 2667.256
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31709556 kB
Buffers:           72308 kB
Cached:           137476 kB
SwapCached:         1860 kB
Active:           340264 kB
Inactive:         112428 kB
Active(anon):     244032 kB
Inactive(anon):     1228 kB
Active(file):      96232 kB
Inactive(file):   111200 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:        249660 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             571808 kB
SReclaimable:      14656 kB
SUnreclaim:       557152 kB
KernelStack:        1656 kB
PageTables:         4872 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     745640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node133 at 2016-06-17 01:10:58