Trace number 4097755

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 366.16 364.646

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_24.opb
MD5SUM9cabd0fc9543e44827967e2c0b19c481
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 benchmark8.69668
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables992
Total number of constraints4686
Number of constraints which are clauses4681
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 constraint31
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 55
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4097755-1466118541.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.53/0.31	c ... done. Wall clock time 0.206s.
0.53/0.31	c declared #vars     992
0.53/0.31	c #constraints  4690
0.53/0.31	c constraints type 
0.53/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2790
0.53/0.31	c org.sat4j.specs.Constr$1 => 4
0.53/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.53/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.53/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1890
0.53/0.31	c 4690 constraints processed.
1.37/0.86	c cleaning 2500 clauses out of 5000 with flag 20304/5000
2.08/1.43	c cleaning 4249 clauses out of 8501 with flag 51080/11001
2.78/2.19	c cleaning 5625 clauses out of 11252 with flag 96974/18001
3.68/3.05	c cleaning 6809 clauses out of 13626 with flag 143046/26000
4.70/4.02	c cleaning 7901 clauses out of 15818 with flag 191198/35001
5.90/5.27	c cleaning 8949 clauses out of 17916 with flag 255688/45000
7.36/6.65	c cleaning 9982 clauses out of 19969 with flag 321219/56002
8.96/8.22	c cleaning 10992 clauses out of 21986 with flag 389994/68001
10.85/10.19	c cleaning 11990 clauses out of 23993 with flag 459817/81000
12.86/12.19	c cleaning 12998 clauses out of 26005 with flag 520257/95002
14.95/14.23	c cleaning 13997 clauses out of 28005 with flag 581041/110000
17.26/16.57	c cleaning 15002 clauses out of 30008 with flag 652710/126000
19.95/19.20	c cleaning 16000 clauses out of 32006 with flag 725318/143000
22.86/22.12	c cleaning 17002 clauses out of 34006 with flag 804616/161000
25.76/25.06	c cleaning 17997 clauses out of 36007 with flag 888783/180003
29.16/28.42	c cleaning 19000 clauses out of 38009 with flag 972641/200002
32.67/31.95	c cleaning 20002 clauses out of 40008 with flag 1060790/221001
36.66/35.91	c cleaning 21000 clauses out of 42005 with flag 1163238/243000
41.36/40.67	c cleaning 21993 clauses out of 44005 with flag 1272387/266000
46.46/45.71	c cleaning 22999 clauses out of 46012 with flag 1396496/290000
51.87/51.16	c cleaning 23999 clauses out of 48015 with flag 1521872/315002
57.17/56.43	c cleaning 24999 clauses out of 50014 with flag 1643291/341000
62.47/61.78	c cleaning 26000 clauses out of 52015 with flag 1763492/368000
69.46/68.78	c cleaning 27002 clauses out of 54015 with flag 1906714/396000
76.78/76.04	c cleaning 28002 clauses out of 56015 with flag 2048261/425002
84.77/84.08	c cleaning 28995 clauses out of 58011 with flag 2204162/455000
93.57/92.84	c cleaning 30004 clauses out of 60017 with flag 2383214/486001
102.78/102.06	c cleaning 31002 clauses out of 62013 with flag 2585858/518001
111.12/110.39	c cleaning 31997 clauses out of 64010 with flag 2748769/551000
120.03/119.21	c cleaning 33000 clauses out of 66014 with flag 2939819/585001
131.43/130.65	c cleaning 34004 clauses out of 68015 with flag 3182433/620002
141.93/141.15	c cleaning 34998 clauses out of 70010 with flag 3419556/656001
152.43/151.66	c cleaning 35997 clauses out of 72012 with flag 3630010/693001
163.84/163.10	c cleaning 37007 clauses out of 74015 with flag 3866114/731001
176.85/176.08	c cleaning 37996 clauses out of 76008 with flag 4111546/770001
189.14/188.35	c cleaning 39000 clauses out of 78012 with flag 4359120/810001
203.44/202.70	c cleaning 40001 clauses out of 80011 with flag 4639931/851000
218.64/217.86	c cleaning 40996 clauses out of 82012 with flag 4912820/893002
233.95/233.20	c cleaning 42004 clauses out of 84015 with flag 5198574/936001
251.05/250.29	c cleaning 43001 clauses out of 86010 with flag 5496783/980000
268.76/267.91	c cleaning 43999 clauses out of 88009 with flag 5815207/1025000
285.80/284.95	c cleaning 44999 clauses out of 90013 with flag 6119628/1071003
304.16/303.03	c cleaning 46001 clauses out of 92011 with flag 6427215/1118000
323.75/322.30	c cleaning 46998 clauses out of 94010 with flag 6766750/1166001
343.65/342.12	c cleaning 47997 clauses out of 96009 with flag 7084127/1215000
364.26/362.75	c cleaning 49003 clauses out of 98008 with flag 7399726/1265001
366.16/364.61	c starts		: 1221
366.16/364.61	c conflicts		: 1271435
366.16/364.61	c decisions		: 1583093
366.16/364.61	c propagations		: 123718178
366.16/364.61	c inspects		: 6479738313
366.16/364.61	c shortcuts		: 0
366.16/364.61	c learnt literals	: 21
366.16/364.61	c learnt binary clauses	: 6
366.16/364.61	c learnt ternary clauses	: 46
366.16/364.61	c learnt constraints	: 1271413
366.16/364.61	c ignored constraints	: 0
366.16/364.61	c root simplifications	: 0
366.16/364.61	c removed literals (reason simplification)	: 0
366.16/364.61	c reason swapping (by a shorter reason)	: 0
366.16/364.61	c Calls to reduceDB	: 46
366.16/364.61	c Number of update (reduction) of LBD	: 395683
366.16/364.61	c Imported unit clauses	: 0
366.16/364.61	c number of reductions to clauses (during analyze)	: 0
366.16/364.61	c number of learned constraints concerned by reduction	: 0
366.16/364.61	c number of learning phase by resolution	: 0
366.16/364.61	c number of learning phase by cutting planes	: 0
366.16/364.61	c speed (assignments/second)	: 339601.4811805525
366.16/364.61	c non guided choices	121
366.16/364.64	c learnt constraints type 
366.16/364.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
366.16/364.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55419
366.16/364.64	s UNSATISFIABLE
366.16/364.64	c Total wall clock time (in seconds): 364.54

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-4097755-1466118541/watcher-4097755-1466118541 -o /tmp/evaluation-result-4097755-1466118541/solver-4097755-1466118541 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27741 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097755-1466118541.opb 

pid=31722
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.18 2.25 2.20 3/194 31725
/proc/meminfo: memFree=30556356/32872528 swapFree=1103228/1182944
[pid=31725] ppid=31722 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/31725/stat : 31725 (java) S 31722 31725 24719 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 13903040 98570240 978 33554432000 1073741824 1073778376 140734155421168 140734155412304 271790932029 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31725/statm: 24065 978 744 9 0 16771 0
[pid=31725/tid=31726] ppid=31722 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31726/stat : 31726 (java) R 31722 31725 24719 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13903041 98570240 978 33554432000 1073741824 1073778376 140734155421168 140437681352232 271787574656 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.18 2.25 2.20 3/194 31725
/proc/meminfo: memFree=30556356/32872528 swapFree=1103228/1182944
[pid=31725] ppid=31722 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/31725/stat : 31725 (java) S 31722 31725 24719 0 -1 4202496 4508 0 1 0 10 1 0 0 20 0 18 0 13903040 9787879424 6131 33554432000 1073741824 1073778376 140734155421168 140734155412304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31725/statm: 2389619 6131 2157 9 0 2380296 0
[pid=31725/tid=31726] ppid=31722 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/31725/task/31726/stat : 31726 (java) R 31722 31725 24719 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 13903041 9787879424 6131 33554432000 1073741824 1073778376 140734155421168 140437681355680 271790957837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200387 s]
/proc/loadavg: 2.18 2.25 2.20 3/194 31725
/proc/meminfo: memFree=30556356/32872528 swapFree=1103228/1182944
[pid=31725] ppid=31722 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/31725/stat : 31725 (java) S 31722 31725 24719 0 -1 4202496 4995 0 1 0 28 1 0 0 20 0 18 0 13903040 9787879424 6989 33554432000 1073741824 1073778376 140734155421168 140734155412304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31725/statm: 2389619 6989 2216 9 0 2380296 0
[pid=31725/tid=31726] ppid=31722 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/31725/task/31726/stat : 31726 (java) R 31722 31725 24719 0 -1 4202560 2390 0 1 0 16 1 0 0 20 0 18 0 13903041 9787879424 6989 33554432000 1073741824 1073778376 140734155421168 140437681356760 140437685636096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300343 s]
/proc/loadavg: 2.18 2.25 2.20 3/194 31725
/proc/meminfo: memFree=30556356/32872528 swapFree=1103228/1182944
[pid=31725] ppid=31722 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/31725/stat : 31725 (java) S 31722 31725 24719 0 -1 4202496 6145 0 1 0 52 1 0 0 20 0 18 0 13903040 9787879424 9062 33554432000 1073741824 1073778376 140734155421168 140734155412304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31725/statm: 2389619 9062 2236 9 0 2380296 0
[pid=31725/tid=31726] ppid=31722 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/31725/task/31726/stat : 31726 (java) R 31722 31725 24719 0 -1 4202560 2400 0 1 0 26 1 0 0 20 0 18 0 13903041 9787879424 9062 33554432000 1073741824 1073778376 140734155421168 140437681348464 140437528625704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700271 s]
/proc/loadavg: 2.18 2.25 2.20 3/194 31725
/proc/meminfo: memFree=30556356/32872528 swapFree=1103228/1182944
[pid=31725] ppid=31722 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/31725/stat : 31725 (java) S 31722 31725 24719 0 -1 4202496 9380 0 1 0 124 2 0 0 20 0 19 0 13903040 9856040960 11897 33554432000 1073741824 1073778376 140734155421168 140734155412304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31725/statm: 2406260 11897 2258 9 0 2396937 0
[pid=31725/tid=31726] ppid=31722 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/31725/task/31726/stat : 31726 (java) R 31722 31725 24719 0 -1 4202560 2419 0 1 0 66 1 0 0 20 0 19 0 13903041 9856040960 11897 33554432000 1073741824 1073778376 140734155421168 140437681356936 140437529118819 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.18 2.25 2.20 3/213 31744
/proc/meminfo: memFree=30516812/32872528 swapFree=1103228/1182944
[pid=31725] ppid=31722 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/31725/stat : 31725 (java) S 31722 31725 24719 0 -1 4202496 9448 0 1 0 215 3 0 0 20 0 19 0 13903040 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140734155412304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31725/statm: 2406260 12475 2267 9 0 2396937 0
[pid=31725/tid=31726] ppid=31722 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/31725/task/31726/stat : 31726 (java) R 31722 31725 24719 0 -1 4202560 2421 0 1 0 146 1 0 0 20 0 19 0 13903041 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437681356760 140437529076893 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31728] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31728/stat : 31728 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437653809576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31729] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31729/stat : 31729 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437652757032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31730] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31730/stat : 31730 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437651703976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31731] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31731/stat : 31731 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437650651432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31732] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31732/stat : 31732 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437649599400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31733] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31733/stat : 31733 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437648546856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31734] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31734/stat : 31734 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437647493800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31735] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31735/stat : 31735 (java) S 31722 31725 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437517544232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31736] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31736/stat : 31736 (java) S 31722 31725 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437034596712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31737] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31737/stat : 31737 (java) S 31722 31725 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437033543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31738] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31738/stat : 31738 (java) S 31722 31725 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437032489864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31739] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31739/stat : 31739 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437031438608 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31740] ppid=31722 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/31725/task/31740/stat : 31740 (java) S 31722 31725 24719 0 -1 4202560 3287 0 0 0 34 0 0 0 20 0 19 0 13903045 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437030386488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31741] ppid=31722 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/31725/task/31741/stat : 31741 (java) S 31722 31725 24719 0 -1 4202560 2467 0 0 0 31 0 0 0 20 0 19 0 13903045 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437029333944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31742] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31742/stat : 31742 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437028281080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31743] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31743/stat : 31743 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437027228744 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31744] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31744/stat : 31744 (java) S 31722 31725 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903072 9856040960 12475 33554432000 1073741824 1073778376 140734155421168 140437026173992 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.18 2.25 2.20 3/213 31744
/proc/meminfo: memFree=30512096/32872528 swapFree=1103228/1182944
[pid=31725] ppid=31722 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/31725/stat : 31725 (java) S 31722 31725 24719 0 -1 4202496 9500 0 1 0 377 3 0 0 20 0 19 0 13903040 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140734155412304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31725/statm: 2406260 13499 2267 9 0 2396937 0
[pid=31725/tid=31726] ppid=31722 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/31725/task/31726/stat : 31726 (java) R 31722 31725 24719 0 -1 4202560 2423 0 1 0 306 1 0 0 20 0 19 0 13903041 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437681348304 140437529077212 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31728] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31728/stat : 31728 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437653809576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31729] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31729/stat : 31729 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437652757032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31730] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31730/stat : 31730 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437651703976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31731] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31731/stat : 31731 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437650651432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31732] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31732/stat : 31732 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437649599400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31733] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31733/stat : 31733 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437648546856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31734] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31734/stat : 31734 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437647493800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31735] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31735/stat : 31735 (java) S 31722 31725 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437517544232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31736] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31736/stat : 31736 (java) S 31722 31725 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437034596712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31737] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31737/stat : 31737 (java) S 31722 31725 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437033543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31738] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31738/stat : 31738 (java) S 31722 31725 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437032489864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31739] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31739/stat : 31739 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437031438608 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31740] ppid=31722 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/31725/task/31740/stat : 31740 (java) S 31722 31725 24719 0 -1 4202560 3287 0 0 0 35 0 0 0 20 0 19 0 13903045 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437030386488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31741] ppid=31722 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/31725/task/31741/stat : 31741 (java) S 31722 31725 24719 0 -1 4202560 2517 0 0 0 33 0 0 0 20 0 19 0 13903045 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437029333944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31742] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31742/stat : 31742 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437028281080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31743] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31743/stat : 31743 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437027228744 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31744] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31744/stat : 31744 (java) S 31722 31725 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903072 9856040960 13499 33554432000 1073741824 1073778376 140734155421168 140437026173992 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.17 2.25 2.20 3/213 31744
/proc/meminfo: memFree=30501888/32872528 swapFree=1103228/1182944
[pid=31725] ppid=31722 vsize=9625040 CPUtime=7.05 cores=1,3,5,7
/proc/31725/stat : 31725 (java) S 31722 31725 24719 0 -1 4202496 11522 0 1 0 702 3 0 0 20 0 19 0 13903040 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140734155412304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31725/statm: 2406260 15908 2268 9 0 2396937 0
[pid=31725/tid=31726] ppid=31722 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/31725/task/31726/stat : 31726 (java) R 31722 31725 24719 0 -1 4202560 2427 0 1 0 625 1 0 0 20 0 19 0 13903041 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437681357384 140437529136162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31728] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31728/stat : 31728 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437653809576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31729] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31729/stat : 31729 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437652757032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31730] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31730/stat : 31730 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437651703976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31731] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31731/stat : 31731 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437650651432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31732] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31732/stat : 31732 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437649599400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31733] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31733/stat : 31733 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437648546856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31734] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31734/stat : 31734 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437647493800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31735] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31735/stat : 31735 (java) S 31722 31725 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437517544232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31736] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31736/stat : 31736 (java) S 31722 31725 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437034596712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31737] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31737/stat : 31737 (java) S 31722 31725 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437033543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31738] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31738/stat : 31738 (java) S 31722 31725 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437032489864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31739] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31739/stat : 31739 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437031438608 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31740] ppid=31722 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/31725/task/31740/stat : 31740 (java) S 31722 31725 24719 0 -1 4202560 3287 0 0 0 35 0 0 0 20 0 19 0 13903045 9856040960 15908 33554432000 1073741824 1073778376 140734155421168 140437030386488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31741] ppid=31722 vsize=9625040 CPUtime=0.39 cores=1,3,5,7

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

[pid=31725/tid=31737] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31737/stat : 31737 (java) S 31722 31725 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437033543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31738] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31738/stat : 31738 (java) S 31722 31725 24719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437032489864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31739] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31739/stat : 31739 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437031438608 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31740] ppid=31722 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31725/task/31740/stat : 31740 (java) S 31722 31725 24719 0 -1 4202560 3290 0 0 0 40 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437030386488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31741] ppid=31722 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/31725/task/31741/stat : 31741 (java) S 31722 31725 24719 0 -1 4202560 12548 0 0 0 97 2 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437029333944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31742] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31742/stat : 31742 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437028281080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31743] ppid=31722 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/31725/task/31743/stat : 31743 (java) S 31722 31725 24719 0 -1 4202560 22 0 0 0 5 8 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437027228744 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31744] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31744/stat : 31744 (java) S 31722 31725 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903072 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437026173992 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 364.76
Current children cumulated vsize (KiB) 9625040

[startup+364.001 s]
/proc/loadavg: 2.17 2.22 2.19 3/213 31754
/proc/meminfo: memFree=30365688/32872528 swapFree=1103228/1182944
[pid=31725] ppid=31722 vsize=9625040 CPUtime=365.56 cores=1,3,5,7
/proc/31725/stat : 31725 (java) S 31722 31725 24719 0 -1 4202496 19700 0 1 0 36539 17 0 0 20 0 19 0 13903040 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140734155412304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31725/statm: 2406260 48957 2282 9 0 2396937 0
[pid=31725/tid=31726] ppid=31722 vsize=9625040 CPUtime=363.01 cores=1,3,5,7
/proc/31725/task/31726/stat : 31726 (java) R 31722 31725 24719 0 -1 4202560 2490 0 1 0 36292 9 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437681348272 140437529136526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31728] ppid=31722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/31725/task/31728/stat : 31728 (java) S 31722 31725 24719 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437653809576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31729] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31729/stat : 31729 (java) S 31722 31725 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437652757032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31730] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31730/stat : 31730 (java) S 31722 31725 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437651703976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31731] ppid=31722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/31725/task/31731/stat : 31731 (java) S 31722 31725 24719 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437650651432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31732] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31732/stat : 31732 (java) S 31722 31725 24719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437649599400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31733] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31733/stat : 31733 (java) S 31722 31725 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437648546856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31734] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31734/stat : 31734 (java) S 31722 31725 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437647493800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31735] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31735/stat : 31735 (java) S 31722 31725 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437517544232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31736] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31736/stat : 31736 (java) S 31722 31725 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437034596712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31737] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31737/stat : 31737 (java) S 31722 31725 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437033543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31738] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31738/stat : 31738 (java) S 31722 31725 24719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437032489864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31739] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31739/stat : 31739 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437031438608 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31740] ppid=31722 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31725/task/31740/stat : 31740 (java) S 31722 31725 24719 0 -1 4202560 3290 0 0 0 40 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437030386488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31741] ppid=31722 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/31725/task/31741/stat : 31741 (java) S 31722 31725 24719 0 -1 4202560 12548 0 0 0 97 2 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437029333944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31742] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31742/stat : 31742 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437028281080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31743] ppid=31722 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/31725/task/31743/stat : 31743 (java) S 31722 31725 24719 0 -1 4202560 22 0 0 0 5 8 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437027228744 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31744] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31744/stat : 31744 (java) S 31722 31725 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903072 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437026173992 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 365.56
Current children cumulated vsize (KiB) 9625040

[startup+364.401 s]
/proc/loadavg: 2.17 2.22 2.19 3/213 31754
/proc/meminfo: memFree=30365812/32872528 swapFree=1103228/1182944
[pid=31725] ppid=31722 vsize=9625040 CPUtime=365.96 cores=1,3,5,7
/proc/31725/stat : 31725 (java) S 31722 31725 24719 0 -1 4202496 19700 0 1 0 36579 17 0 0 20 0 19 0 13903040 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140734155412304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31725/statm: 2406260 48957 2282 9 0 2396937 0
[pid=31725/tid=31726] ppid=31722 vsize=9625040 CPUtime=363.41 cores=1,3,5,7
/proc/31725/task/31726/stat : 31726 (java) R 31722 31725 24719 0 -1 4202560 2490 0 1 0 36332 9 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437681348272 140437529136199 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31728] ppid=31722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/31725/task/31728/stat : 31728 (java) S 31722 31725 24719 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437653809576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31729] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31729/stat : 31729 (java) S 31722 31725 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437652757032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31730] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31730/stat : 31730 (java) S 31722 31725 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437651703976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31731] ppid=31722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/31725/task/31731/stat : 31731 (java) S 31722 31725 24719 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437650651432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31732] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31732/stat : 31732 (java) S 31722 31725 24719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437649599400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31733] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31733/stat : 31733 (java) S 31722 31725 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437648546856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31734] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31734/stat : 31734 (java) S 31722 31725 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437647493800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31735] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31735/stat : 31735 (java) S 31722 31725 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437517544232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31736] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31736/stat : 31736 (java) S 31722 31725 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437034596712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31737] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31737/stat : 31737 (java) S 31722 31725 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437033543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31738] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31738/stat : 31738 (java) S 31722 31725 24719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437032489864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31739] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31739/stat : 31739 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437031438608 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31740] ppid=31722 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31725/task/31740/stat : 31740 (java) S 31722 31725 24719 0 -1 4202560 3290 0 0 0 40 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437030386488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31741] ppid=31722 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/31725/task/31741/stat : 31741 (java) S 31722 31725 24719 0 -1 4202560 12548 0 0 0 97 2 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437029333944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31742] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31742/stat : 31742 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437028281080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31743] ppid=31722 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/31725/task/31743/stat : 31743 (java) S 31722 31725 24719 0 -1 4202560 22 0 0 0 5 8 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437027228744 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31744] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31744/stat : 31744 (java) S 31722 31725 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903072 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437026173992 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 365.96
Current children cumulated vsize (KiB) 9625040

[startup+364.601 s]
/proc/loadavg: 2.17 2.22 2.19 3/213 31754
/proc/meminfo: memFree=30365812/32872528 swapFree=1103228/1182944
[pid=31725] ppid=31722 vsize=9625040 CPUtime=366.16 cores=1,3,5,7
/proc/31725/stat : 31725 (java) S 31722 31725 24719 0 -1 4202496 19700 0 1 0 36599 17 0 0 20 0 19 0 13903040 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140734155412304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31725/statm: 2406260 48957 2282 9 0 2396937 0
[pid=31725/tid=31726] ppid=31722 vsize=9625040 CPUtime=363.61 cores=1,3,5,7
/proc/31725/task/31726/stat : 31726 (java) R 31722 31725 24719 0 -1 4202560 2490 0 1 0 36352 9 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437681348272 140437529136199 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31728] ppid=31722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/31725/task/31728/stat : 31728 (java) S 31722 31725 24719 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437653809576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31729] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31729/stat : 31729 (java) S 31722 31725 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437652757032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31730] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31730/stat : 31730 (java) S 31722 31725 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437651703976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31731] ppid=31722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/31725/task/31731/stat : 31731 (java) S 31722 31725 24719 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437650651432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31732] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31732/stat : 31732 (java) S 31722 31725 24719 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13903041 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437649599400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31733] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31733/stat : 31733 (java) S 31722 31725 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437648546856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31734] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31734/stat : 31734 (java) S 31722 31725 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437647493800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31735] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31735/stat : 31735 (java) S 31722 31725 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13903042 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437517544232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31736] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31736/stat : 31736 (java) S 31722 31725 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437034596712 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31737] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31737/stat : 31737 (java) S 31722 31725 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437033543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31738] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31738/stat : 31738 (java) S 31722 31725 24719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13903043 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437032489864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31739] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31739/stat : 31739 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437031438608 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31725/tid=31740] ppid=31722 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31725/task/31740/stat : 31740 (java) S 31722 31725 24719 0 -1 4202560 3290 0 0 0 40 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437030386488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31725/tid=31741] ppid=31722 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/31725/task/31741/stat : 31741 (java) S 31722 31725 24719 0 -1 4202560 12548 0 0 0 97 2 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437029333944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31742] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31742/stat : 31742 (java) S 31722 31725 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437028281080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31725/tid=31743] ppid=31722 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/31725/task/31743/stat : 31743 (java) S 31722 31725 24719 0 -1 4202560 22 0 0 0 5 8 0 0 20 0 19 0 13903045 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437027228744 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31725/tid=31744] ppid=31722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31725/task/31744/stat : 31744 (java) S 31722 31725 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903072 9856040960 48957 33554432000 1073741824 1073778376 140734155421168 140437026173992 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 366.16
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31725 and gives
#  childrusage.ru_utime.tv_sec=365
#  childrusage.ru_utime.tv_usec=85498
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=291955
# CPU time returned by wait4() is 365.377
# while last known CPU time is 366.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 364.646
CPU time (s): 366.16
CPU user time (s): 365.99
CPU system time (s): 0.17
CPU usage (%): 100.415
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 365.085
system time used= 0.291955
maximum resident set size= 211540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19722
page faults= 1
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8006
involuntary context switches= 435

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.06569 second user time and 2.79357 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-17 01:09:01
IDJOB=4097755
IDBENCH=107802
IDSOLVER=2546
FILE ID=node115/4097755-1466118541
RUNJOBID= node115-1466113234-27741
PBS_JOBID= 19904041
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_24.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097755-1466118541/watcher-4097755-1466118541 -o /tmp/evaluation-result-4097755-1466118541/solver-4097755-1466118541 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27741 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097755-1466118541.opb

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

MD5SUM BENCH= 9cabd0fc9543e44827967e2c0b19c481
RANDOM SEED=1138982269

node115.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.103
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.20
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.103
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.103
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.55
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.103
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.103
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.103
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.103
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.103
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:        30556512 kB
Buffers:           75764 kB
Cached:           122532 kB
SwapCached:         2104 kB
Active:           304396 kB
Inactive:         121676 kB
Active(anon):     226812 kB
Inactive(anon):     3316 kB
Active(file):      77584 kB
Inactive(file):   118360 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:               576 kB
Writeback:            44 kB
AnonPages:       1421792 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             571244 kB
SReclaimable:      14640 kB
SUnreclaim:       556604 kB
KernelStack:        1760 kB
PageTables:         7088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1899988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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= 71740 MiB
End job on node115 at 2016-06-17 01:15:05