Trace number 4096285

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 173.17 171.563

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_23.opb
MD5SUMdecd947b0629e946e6183f44579ff7bb
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.76827
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables930
Total number of constraints4385
Number of constraints which are clauses4380
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 constraint30
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 53
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@2b21cc40
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@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4096285-1466113289.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.54/0.30	c ... done. Wall clock time 0.204s.
0.54/0.30	c declared #vars     930
0.54/0.30	c #constraints  4389
0.54/0.30	c constraints type 
0.54/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2610
0.54/0.30	c org.sat4j.specs.Constr$1 => 4
0.54/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.54/0.30	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.54/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1769
0.54/0.30	c 4389 constraints processed.
1.49/0.90	c cleaning 2502 clauses out of 5003 with flag 22777/5003
2.14/1.46	c cleaning 4246 clauses out of 8498 with flag 43991/11000
2.74/2.03	c cleaning 5622 clauses out of 11255 with flag 77210/18003
3.55/2.85	c cleaning 6808 clauses out of 13631 with flag 122907/26001
4.46/3.78	c cleaning 7907 clauses out of 15822 with flag 173407/35000
5.56/4.89	c cleaning 8952 clauses out of 17915 with flag 227429/45000
7.06/6.34	c cleaning 9980 clauses out of 19963 with flag 298613/56000
8.57/7.85	c cleaning 10979 clauses out of 21983 with flag 359060/68000
10.56/9.88	c cleaning 11997 clauses out of 24005 with flag 449587/81001
12.76/12.04	c cleaning 13000 clauses out of 26008 with flag 539156/95001
15.36/14.69	c cleaning 14001 clauses out of 28008 with flag 649390/110001
18.47/17.72	c cleaning 15003 clauses out of 30006 with flag 783180/126000
21.39/20.68	c cleaning 15998 clauses out of 32003 with flag 871055/143000
24.93/23.89	c cleaning 16996 clauses out of 34006 with flag 978769/161001
28.83/27.39	c cleaning 18000 clauses out of 36012 with flag 1118103/180003
32.33/30.82	c cleaning 18999 clauses out of 38009 with flag 1210637/200000
35.73/34.24	c cleaning 20000 clauses out of 40011 with flag 1298158/221001
39.82/38.30	c cleaning 20999 clauses out of 42010 with flag 1403341/243000
44.32/42.85	c cleaning 22002 clauses out of 44011 with flag 1529297/266000
49.82/48.39	c cleaning 22993 clauses out of 46009 with flag 1688200/290000
55.63/54.11	c cleaning 24000 clauses out of 48016 with flag 1852906/315000
61.53/60.02	c cleaning 24999 clauses out of 50017 with flag 1990219/341001
67.03/65.54	c cleaning 26003 clauses out of 52017 with flag 2121191/368000
74.53/73.00	c cleaning 27002 clauses out of 54014 with flag 2297095/396000
80.43/78.94	c cleaning 28003 clauses out of 56012 with flag 2421454/425000
87.93/86.47	c cleaning 28997 clauses out of 58009 with flag 2589428/455000
94.73/93.24	c cleaning 30000 clauses out of 60012 with flag 2730433/486000
102.98/101.43	c cleaning 30997 clauses out of 62012 with flag 2906801/518000
112.18/110.63	c cleaning 32006 clauses out of 64015 with flag 3125042/551000
121.38/119.83	c cleaning 33006 clauses out of 66011 with flag 3360468/585002
131.58/130.02	c cleaning 33994 clauses out of 68003 with flag 3577956/620000
142.39/140.82	c cleaning 34997 clauses out of 70008 with flag 3810092/656000
154.08/152.59	c cleaning 35995 clauses out of 72010 with flag 4051312/693000
166.17/164.56	c cleaning 37002 clauses out of 74013 with flag 4290862/731001
173.17/171.53	c starts		: 632
173.17/171.53	c conflicts		: 756829
173.17/171.53	c decisions		: 941866
173.17/171.53	c propagations		: 70593559
173.17/171.53	c inspects		: 3012915942
173.17/171.53	c shortcuts		: 0
173.17/171.53	c learnt literals	: 22
173.17/171.53	c learnt binary clauses	: 3
173.17/171.53	c learnt ternary clauses	: 43
173.17/171.53	c learnt constraints	: 756806
173.17/171.53	c ignored constraints	: 0
173.17/171.53	c root simplifications	: 0
173.17/171.53	c removed literals (reason simplification)	: 0
173.17/171.53	c reason swapping (by a shorter reason)	: 0
173.17/171.53	c Calls to reduceDB	: 34
173.17/171.53	c Number of update (reduction) of LBD	: 242279
173.17/171.53	c Imported unit clauses	: 0
173.17/171.53	c number of reductions to clauses (during analyze)	: 0
173.17/171.53	c number of learned constraints concerned by reduction	: 0
173.17/171.53	c number of learning phase by resolution	: 0
173.17/171.53	c number of learning phase by cutting planes	: 0
173.17/171.53	c speed (assignments/second)	: 412292.57338426134
173.17/171.53	c non guided choices	117
173.17/171.55	c learnt constraints type 
173.17/171.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
173.17/171.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62818
173.17/171.55	s UNSATISFIABLE
173.17/171.55	c Total wall clock time (in seconds): 171.455

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

pid=27914
running on 4 cores: 0,2,4,6

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.28 2.33 2.24 4/194 27917
/proc/meminfo: memFree=30680468/32872528 swapFree=1103228/1182944
[pid=27917] ppid=27914 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27917/stat : 27917 (java) S 27914 27917 24719 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13377879 98570240 978 33554432000 1073741824 1073778376 140734176693328 140734176684464 271790932029 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27917/statm: 24065 978 744 9 0 16771 0
[pid=27917/tid=27918] ppid=27914 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27918/stat : 27918 (java) R 27914 27917 24719 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 2 0 13377880 98582528 983 33554432000 1073741824 1073778376 140734176693328 140371245788712 271787574685 0 0 0 16784584 0 0 0 -1 4 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.28 2.33 2.24 4/194 27917
/proc/meminfo: memFree=30680468/32872528 swapFree=1103228/1182944
[pid=27917] ppid=27914 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/27917/stat : 27917 (java) S 27914 27917 24719 0 -1 4202496 4526 0 1 0 10 1 0 0 20 0 18 0 13377879 9787879424 6140 33554432000 1073741824 1073778376 140734176693328 140734176684464 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27917/statm: 2389619 6140 2157 9 0 2380296 0
[pid=27917/tid=27918] ppid=27914 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/27917/task/27918/stat : 27918 (java) R 27914 27917 24719 0 -1 4202560 2380 0 1 0 6 2 0 0 20 0 18 0 13377880 9787879424 6140 33554432000 1073741824 1073778376 140734176693328 140371245791880 271790957837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 2.28 2.33 2.24 4/194 27917
/proc/meminfo: memFree=30680468/32872528 swapFree=1103228/1182944
[pid=27917] ppid=27914 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/27917/stat : 27917 (java) S 27914 27917 24719 0 -1 4202496 4976 0 1 0 28 1 0 0 20 0 18 0 13377879 9787879424 6987 33554432000 1073741824 1073778376 140734176693328 140734176684464 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27917/statm: 2389619 6987 2216 9 0 2380296 0
[pid=27917/tid=27918] ppid=27914 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/27917/task/27918/stat : 27918 (java) R 27914 27917 24719 0 -1 4202560 2401 0 1 0 16 2 0 0 20 0 18 0 13377880 9787879424 6987 33554432000 1073741824 1073778376 140734176693328 140371245791880 140371090847303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300269 s]
/proc/loadavg: 2.28 2.33 2.24 4/194 27917
/proc/meminfo: memFree=30680468/32872528 swapFree=1103228/1182944
[pid=27917] ppid=27914 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/27917/stat : 27917 (java) S 27914 27917 24719 0 -1 4202496 6628 0 1 0 52 2 0 0 20 0 18 0 13377879 9787879424 9296 33554432000 1073741824 1073778376 140734176693328 140734176684464 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27917/statm: 2389619 9296 2238 9 0 2380296 0
[pid=27917/tid=27918] ppid=27914 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/27917/task/27918/stat : 27918 (java) R 27914 27917 24719 0 -1 4202560 2404 0 1 0 26 2 0 0 20 0 18 0 13377880 9787879424 9296 33554432000 1073741824 1073778376 140734176693328 140371245793400 140371090815463 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700257 s]
/proc/loadavg: 2.28 2.33 2.24 4/194 27917
/proc/meminfo: memFree=30680468/32872528 swapFree=1103228/1182944
[pid=27917] ppid=27914 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/27917/stat : 27917 (java) S 27914 27917 24719 0 -1 4202496 9004 0 1 0 123 2 0 0 20 0 19 0 13377879 9856040960 10827 33554432000 1073741824 1073778376 140734176693328 140734176684464 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27917/statm: 2406260 10827 2257 9 0 2396937 0
[pid=27917/tid=27918] ppid=27914 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/27917/task/27918/stat : 27918 (java) R 27914 27917 24719 0 -1 4202560 2418 0 1 0 66 2 0 0 20 0 19 0 13377880 9856040960 10827 33554432000 1073741824 1073778376 140734176693328 140371245793920 140371091290943 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.28 2.33 2.24 4/213 27936
/proc/meminfo: memFree=30642288/32872528 swapFree=1103228/1182944
[pid=27917] ppid=27914 vsize=9625040 CPUtime=2.24 cores=0,2,4,6
/proc/27917/stat : 27917 (java) S 27914 27917 24719 0 -1 4202496 11644 0 1 0 221 3 0 0 20 0 19 0 13377879 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140734176684464 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27917/statm: 2406260 11350 2267 9 0 2396937 0
[pid=27917/tid=27918] ppid=27914 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/27917/task/27918/stat : 27918 (java) R 27914 27917 24719 0 -1 4202560 2420 0 1 0 146 2 0 0 20 0 19 0 13377880 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140371245793592 140371091352912 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27920] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140371218246056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27921] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140371217193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27922] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140371216140456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27923] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140371215087912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27924] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140371214035880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27925] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140371212983336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27926] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140371211930280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27927] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140371210877736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27928] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140370598926696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27929] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140370597873016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27930] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140370596819848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27931] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140370595768592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27932] ppid=27914 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 24719 0 -1 4202560 4320 0 0 0 42 0 0 0 20 0 19 0 13377884 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140370594716472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27933] ppid=27914 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27917/task/27933/stat : 27933 (java) S 27914 27917 24719 0 -1 4202560 3627 0 0 0 29 0 0 0 20 0 19 0 13377884 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140370593663928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27934] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27934/stat : 27934 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140370592611064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27935] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27935/stat : 27935 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140370591558728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27936] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27936/stat : 27936 (java) S 27914 27917 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13377911 9856040960 11350 33554432000 1073741824 1073778376 140734176693328 140370590503976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.28 2.33 2.24 4/213 27936
/proc/meminfo: memFree=30637696/32872528 swapFree=1103228/1182944
[pid=27917] ppid=27914 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/27917/stat : 27917 (java) S 27914 27917 24719 0 -1 4202496 11646 0 1 0 383 3 0 0 20 0 19 0 13377879 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140734176684464 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27917/statm: 2406260 12374 2267 9 0 2396937 0
[pid=27917/tid=27918] ppid=27914 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/27917/task/27918/stat : 27918 (java) R 27914 27917 24719 0 -1 4202560 2422 0 1 0 306 2 0 0 20 0 19 0 13377880 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140371245793544 140371091353071 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27920] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140371218246056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27921] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140371217193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27922] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140371216140456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27923] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140371215087912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27924] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140371214035880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27925] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140371212983336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27926] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140371211930280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27927] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140371210877736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27928] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140370598926696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27929] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140370597873016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27930] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140370596819848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27931] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140370595768592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27932] ppid=27914 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 24719 0 -1 4202560 4320 0 0 0 43 0 0 0 20 0 19 0 13377884 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140370594716472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27933] ppid=27914 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/27917/task/27933/stat : 27933 (java) S 27914 27917 24719 0 -1 4202560 3627 0 0 0 31 0 0 0 20 0 19 0 13377884 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140370593663928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27934] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27934/stat : 27934 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140370592611064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27935] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27935/stat : 27935 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140370591558728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27936] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27936/stat : 27936 (java) S 27914 27917 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13377911 9856040960 12374 33554432000 1073741824 1073778376 140734176693328 140370590503976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.34 2.34 2.25 4/213 27936
/proc/meminfo: memFree=30627860/32872528 swapFree=1103228/1182944
[pid=27917] ppid=27914 vsize=9625040 CPUtime=7.06 cores=0,2,4,6
/proc/27917/stat : 27917 (java) S 27914 27917 24719 0 -1 4202496 11652 0 1 0 703 3 0 0 20 0 19 0 13377879 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140734176684464 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27917/statm: 2406260 14355 2268 9 0 2396937 0
[pid=27917/tid=27918] ppid=27914 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/27917/task/27918/stat : 27918 (java) R 27914 27917 24719 0 -1 4202560 2427 0 1 0 625 2 0 0 20 0 19 0 13377880 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140371245784752 140371091290983 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27920] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140371218246056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27921] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140371217193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27922] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140371216140456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27923] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140371215087912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27924] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140371214035880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27925] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140371212983336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27926] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140371211930280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27927] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140371210877736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27928] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140370598926696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27929] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140370597873016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27930] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140370596819848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27931] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140370595768592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27932] ppid=27914 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 24719 0 -1 4202560 4320 0 0 0 43 0 0 0 20 0 19 0 13377884 9856040960 14355 33554432000 1073741824 1073778376 140734176693328 140370594716472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27933] ppid=27914 vsize=9625040 CPUtime=0.31 cores=0,2,4,6

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

[pid=27917/tid=27929] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 24719 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370597873016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27930] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 24719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370596819848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27931] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370595768592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27932] ppid=27914 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 24719 0 -1 4202560 13578 0 0 0 124 2 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370594716472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27933] ppid=27914 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27917/task/27933/stat : 27933 (java) S 27914 27917 24719 0 -1 4202560 3627 0 0 0 33 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370593663928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27934] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27934/stat : 27934 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370592611064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27935] ppid=27914 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27917/task/27935/stat : 27935 (java) S 27914 27917 24719 0 -1 4202560 12 0 0 0 1 3 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370591558728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27936] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27936/stat : 27936 (java) S 27914 27917 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13377911 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370590503976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 172.07
Current children cumulated vsize (KiB) 9625040

[startup+171.201 s]
/proc/loadavg: 2.19 2.30 2.25 3/213 27939
/proc/meminfo: memFree=30455076/32872528 swapFree=1103228/1182944
[pid=27917] ppid=27914 vsize=9625040 CPUtime=172.87 cores=0,2,4,6
/proc/27917/stat : 27917 (java) S 27914 27917 24719 0 -1 4202496 21028 0 1 0 17278 9 0 0 20 0 19 0 13377879 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140734176684464 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27917/statm: 2406260 44926 2282 9 0 2396937 0
[pid=27917/tid=27918] ppid=27914 vsize=9625040 CPUtime=170.72 cores=0,2,4,6
/proc/27917/task/27918/stat : 27918 (java) R 27914 27917 24719 0 -1 4202560 2485 0 1 0 17067 5 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371245791768 140371091399196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27920] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 24719 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371218246056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27921] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371217193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27922] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 24719 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371216140456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27923] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371215087912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27924] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371214035880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27925] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371212983336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27926] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371211930280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27927] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371210877736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27928] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 24719 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370598926696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27929] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 24719 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370597873016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27930] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 24719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370596819848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27931] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370595768592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27932] ppid=27914 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 24719 0 -1 4202560 13578 0 0 0 124 2 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370594716472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27933] ppid=27914 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27917/task/27933/stat : 27933 (java) S 27914 27917 24719 0 -1 4202560 3627 0 0 0 33 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370593663928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27934] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27934/stat : 27934 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370592611064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27935] ppid=27914 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27917/task/27935/stat : 27935 (java) S 27914 27917 24719 0 -1 4202560 12 0 0 0 1 3 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370591558728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27936] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27936/stat : 27936 (java) S 27914 27917 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13377911 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370590503976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 172.87
Current children cumulated vsize (KiB) 9625040

[startup+171.401 s]
/proc/loadavg: 2.19 2.30 2.25 3/213 27939
/proc/meminfo: memFree=30455076/32872528 swapFree=1103228/1182944
[pid=27917] ppid=27914 vsize=9625040 CPUtime=173.07 cores=0,2,4,6
/proc/27917/stat : 27917 (java) S 27914 27917 24719 0 -1 4202496 21028 0 1 0 17298 9 0 0 20 0 19 0 13377879 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140734176684464 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27917/statm: 2406260 44926 2282 9 0 2396937 0
[pid=27917/tid=27918] ppid=27914 vsize=9625040 CPUtime=170.92 cores=0,2,4,6
/proc/27917/task/27918/stat : 27918 (java) R 27914 27917 24719 0 -1 4202560 2485 0 1 0 17087 5 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371245791768 140371091310674 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27920] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 24719 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371218246056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27921] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371217193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27922] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 24719 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371216140456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27923] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371215087912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27924] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371214035880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27925] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371212983336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27926] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371211930280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27927] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371210877736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27928] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 24719 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370598926696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27929] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 24719 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370597873016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27930] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 24719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370596819848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27931] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370595768592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27932] ppid=27914 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 24719 0 -1 4202560 13578 0 0 0 124 2 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370594716472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27933] ppid=27914 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27917/task/27933/stat : 27933 (java) S 27914 27917 24719 0 -1 4202560 3627 0 0 0 33 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370593663928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27934] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27934/stat : 27934 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370592611064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27935] ppid=27914 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27917/task/27935/stat : 27935 (java) S 27914 27917 24719 0 -1 4202560 12 0 0 0 1 3 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370591558728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27936] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27936/stat : 27936 (java) S 27914 27917 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13377911 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370590503976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 173.07
Current children cumulated vsize (KiB) 9625040

[startup+171.501 s]
/proc/loadavg: 2.19 2.30 2.25 3/213 27939
/proc/meminfo: memFree=30455076/32872528 swapFree=1103228/1182944
[pid=27917] ppid=27914 vsize=9625040 CPUtime=173.17 cores=0,2,4,6
/proc/27917/stat : 27917 (java) S 27914 27917 24719 0 -1 4202496 21028 0 1 0 17308 9 0 0 20 0 19 0 13377879 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140734176684464 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27917/statm: 2406260 44926 2282 9 0 2396937 0
[pid=27917/tid=27918] ppid=27914 vsize=9625040 CPUtime=171.02 cores=0,2,4,6
/proc/27917/task/27918/stat : 27918 (java) R 27914 27917 24719 0 -1 4202560 2485 0 1 0 17097 5 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371245791768 140371091310695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27917/tid=27920] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 24719 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371218246056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27921] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371217193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27922] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 24719 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371216140456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27923] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371215087912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27924] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371214035880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27925] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371212983336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27926] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371211930280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27927] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13377880 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140371210877736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27928] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 24719 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370598926696 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27929] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 24719 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370597873016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27930] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 24719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13377882 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370596819848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27931] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370595768592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27917/tid=27932] ppid=27914 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 24719 0 -1 4202560 13578 0 0 0 124 2 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370594716472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27933] ppid=27914 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27917/task/27933/stat : 27933 (java) S 27914 27917 24719 0 -1 4202560 3627 0 0 0 33 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370593663928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27934] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27934/stat : 27934 (java) S 27914 27917 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370592611064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27917/tid=27935] ppid=27914 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27917/task/27935/stat : 27935 (java) S 27914 27917 24719 0 -1 4202560 12 0 0 0 1 3 0 0 20 0 19 0 13377884 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370591558728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27917/tid=27936] ppid=27914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27917/task/27936/stat : 27936 (java) S 27914 27917 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13377911 9856040960 44926 33554432000 1073741824 1073778376 140734176693328 140370590503976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 173.17
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27917 and gives
#  childrusage.ru_utime.tv_sec=172
#  childrusage.ru_utime.tv_usec=685747
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=171973
# CPU time returned by wait4() is 172.858
# while last known CPU time is 173.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 171.563
CPU time (s): 173.17
CPU user time (s): 173.08
CPU system time (s): 0.09
CPU usage (%): 100.937
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.686
system time used= 0.171973
maximum resident set size= 179992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21052
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3930
involuntary context switches= 243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.649901 second user time and 0.677896 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 23:41:29
IDJOB=4096285
IDBENCH=107592
IDSOLVER=2546
FILE ID=node115/4096285-1466113289
RUNJOBID= node115-1466113234-27740
PBS_JOBID= 19904041
Free space on /tmp= 71744 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_23.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096285-1466113289/watcher-4096285-1466113289 -o /tmp/evaluation-result-4096285-1466113289/solver-4096285-1466113289 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27740 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096285-1466113289.opb

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

MD5SUM BENCH= decd947b0629e946e6183f44579ff7bb
RANDOM SEED=1063512108

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:        30680384 kB
Buffers:           69852 kB
Cached:           118588 kB
SwapCached:         2104 kB
Active:           189096 kB
Inactive:         113772 kB
Active(anon):     115408 kB
Inactive(anon):     1636 kB
Active(file):      73688 kB
Inactive(file):   112136 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       1298576 kB
Mapped:            15248 kB
Shmem:                 0 kB
Slab:             570160 kB
SReclaimable:      13788 kB
SUnreclaim:       556372 kB
KernelStack:        1584 kB
PageTables:         6924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1870388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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-16 23:44:21