Trace number 4120646

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 874.62 873.43

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n88-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUMda77aba737e32aaebea27e56f9e95e6c
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 benchmark18.4142
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables132
Total number of constraints352
Number of constraints which are clauses352
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4120646-1467311852.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.047s.
0.09/0.16	c declared #vars     132
0.09/0.16	c #constraints  352
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 352
0.09/0.16	c 352 constraints processed.
0.71/0.52	c cleaning 2493 clauses out of 5000 with flag 12101/5000
1.19/0.85	c cleaning 4249 clauses out of 8507 with flag 33412/11000
1.52/1.15	c cleaning 5624 clauses out of 11258 with flag 65706/18000
1.93/1.58	c cleaning 6814 clauses out of 13634 with flag 100505/26000
2.44/2.02	c cleaning 7910 clauses out of 15820 with flag 142997/35000
2.94/2.54	c cleaning 8953 clauses out of 17910 with flag 194232/45000
3.65/3.23	c cleaning 9977 clauses out of 19957 with flag 243689/56000
4.45/4.05	c cleaning 10985 clauses out of 21980 with flag 304174/68000
5.45/5.02	c cleaning 11995 clauses out of 23996 with flag 372742/81001
6.74/6.33	c cleaning 12999 clauses out of 26000 with flag 427153/95000
8.04/7.68	c cleaning 13996 clauses out of 28002 with flag 486221/110001
9.74/9.34	c cleaning 14999 clauses out of 30005 with flag 558166/126000
11.64/11.29	c cleaning 15996 clauses out of 32007 with flag 624663/143001
14.34/13.99	c cleaning 17003 clauses out of 34011 with flag 702572/161001
17.44/17.04	c cleaning 17998 clauses out of 36008 with flag 786448/180001
20.44/20.00	c cleaning 18999 clauses out of 38010 with flag 876003/200001
24.04/23.62	c cleaning 19999 clauses out of 40011 with flag 953607/221001
26.85/26.42	c cleaning 21000 clauses out of 42012 with flag 1047995/243001
29.24/28.89	c cleaning 22001 clauses out of 44012 with flag 1150991/266001
32.45/32.09	c cleaning 23000 clauses out of 46010 with flag 1261464/290000
36.14/35.77	c cleaning 24002 clauses out of 48011 with flag 1375798/315001
40.55/40.17	c cleaning 24996 clauses out of 50008 with flag 1499100/341000
45.75/45.37	c cleaning 26002 clauses out of 52013 with flag 1624606/368001
51.55/51.11	c cleaning 27001 clauses out of 54010 with flag 1755970/396000
58.15/57.78	c cleaning 28002 clauses out of 56009 with flag 1891600/425000
64.35/63.91	c cleaning 28999 clauses out of 58008 with flag 2033177/455001
70.85/70.42	c cleaning 30003 clauses out of 60009 with flag 2178504/486001
77.55/77.15	c cleaning 30995 clauses out of 62006 with flag 2327289/518001
84.85/84.44	c cleaning 32005 clauses out of 64012 with flag 2482024/551002
91.76/91.37	c cleaning 32996 clauses out of 66006 with flag 2638136/585001
101.35/100.99	c cleaning 34000 clauses out of 68010 with flag 2798112/620001
111.15/110.71	c cleaning 35000 clauses out of 70010 with flag 2963157/656001
121.15/120.77	c cleaning 36001 clauses out of 72009 with flag 3132029/693000
130.96/130.51	c cleaning 37001 clauses out of 74009 with flag 3306175/731001
141.16/140.80	c cleaning 37996 clauses out of 76008 with flag 3483898/770001
153.26/152.89	c cleaning 39005 clauses out of 78012 with flag 3670838/810001
167.85/167.41	c cleaning 39999 clauses out of 80006 with flag 3851798/851000
181.46/181.00	c cleaning 40999 clauses out of 82007 with flag 4018644/893000
196.56/196.14	c cleaning 42005 clauses out of 84009 with flag 4200988/936001
211.48/211.01	c cleaning 42994 clauses out of 86003 with flag 4399906/980000
223.08/222.67	c cleaning 44000 clauses out of 88009 with flag 4599321/1025000
236.98/236.54	c cleaning 44999 clauses out of 90010 with flag 4807455/1071001
252.88/252.43	c cleaning 46000 clauses out of 92011 with flag 4999808/1118001
270.28/269.80	c cleaning 47001 clauses out of 94011 with flag 5198012/1166001
287.79/287.37	c cleaning 48003 clauses out of 96010 with flag 5399887/1215001
304.89/304.44	c cleaning 49001 clauses out of 98006 with flag 5632867/1265000
322.99/322.57	c cleaning 50000 clauses out of 100006 with flag 5875491/1316001
341.40/340.99	c cleaning 51000 clauses out of 102006 with flag 6119533/1368001
360.50/360.07	c cleaning 51998 clauses out of 104005 with flag 6364896/1421000
381.00/380.54	c cleaning 53003 clauses out of 106009 with flag 6612694/1475002
400.70/400.29	c cleaning 53997 clauses out of 108004 with flag 6860164/1530000
421.81/420.91	c cleaning 55000 clauses out of 110008 with flag 7123611/1586001
446.52/445.61	c cleaning 55998 clauses out of 112008 with flag 7394042/1643001
473.71/472.81	c cleaning 57001 clauses out of 114009 with flag 7669922/1701000
499.23/498.35	c cleaning 58000 clauses out of 116009 with flag 7948902/1760001
525.63/524.80	c cleaning 59002 clauses out of 118008 with flag 8235571/1820000
554.89/553.93	c cleaning 59999 clauses out of 120005 with flag 8526223/1881000
589.29/588.39	c cleaning 61004 clauses out of 122007 with flag 8823927/1943001
626.47/625.45	c cleaning 62000 clauses out of 124003 with flag 9126973/2006001
659.57/658.51	c cleaning 62994 clauses out of 126002 with flag 9439419/2070000
695.34/694.26	c cleaning 63998 clauses out of 128007 with flag 9748080/2135000
735.15/734.08	c cleaning 65002 clauses out of 130009 with flag 10061580/2201000
776.35/775.24	c cleaning 66001 clauses out of 132007 with flag 10366241/2268001
830.47/829.36	c cleaning 67003 clauses out of 134005 with flag 10689638/2336000
874.51/873.39	c starts		: 421
874.51/873.39	c conflicts		: 2398617
874.51/873.39	c decisions		: 2815911
874.51/873.39	c propagations		: 15109468
874.51/873.39	c inspects		: 22732121661
874.51/873.39	c shortcuts		: 0
874.51/873.40	c learnt literals	: 18
874.51/873.40	c learnt binary clauses	: 15
874.51/873.40	c learnt ternary clauses	: 34
874.51/873.40	c learnt constraints	: 2398598
874.51/873.40	c ignored constraints	: 0
874.51/873.40	c root simplifications	: 0
874.51/873.40	c removed literals (reason simplification)	: 0
874.51/873.40	c reason swapping (by a shorter reason)	: 0
874.51/873.40	c Calls to reduceDB	: 64
874.51/873.40	c Number of update (reduction) of LBD	: 350896
874.51/873.40	c Imported unit clauses	: 0
874.51/873.40	c number of reductions to clauses (during analyze)	: 0
874.51/873.40	c number of learned constraints concerned by reduction	: 0
874.51/873.40	c number of learning phase by resolution	: 0
874.51/873.40	c number of learning phase by cutting planes	: 0
874.51/873.40	c speed (assignments/second)	: 17302.885595384512
874.51/873.40	c non guided choices	749
874.62/873.42	c learnt constraints type 
874.62/873.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
874.62/873.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129588
874.62/873.42	s UNSATISFIABLE
874.62/873.42	c Total wall clock time (in seconds): 873.312

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-4120646-1467311852/watcher-4120646-1467311852 -o /tmp/evaluation-result-4120646-1467311852/solver-4120646-1467311852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120646-1467311852.opb 

pid=14862
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.27 2.22 2.12 2/192 14865
/proc/meminfo: memFree=29997384/32872528 swapFree=1299868/1463388
[pid=14865] ppid=14862 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/14865/stat : 14865 (java) R 14862 14865 12018 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 10211184 278528 33 33554432000 1073741824 1073778376 140736327308128 140734731400440 227503336629 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14865/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.27 2.22 2.12 2/192 14865
/proc/meminfo: memFree=29997384/32872528 swapFree=1299868/1463388
[pid=14865] ppid=14862 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14865/stat : 14865 (java) S 14862 14865 12018 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 10211184 9787879424 6038 33554432000 1073741824 1073778376 140736327308128 140736327299264 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14865/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200206 s]
/proc/loadavg: 2.27 2.22 2.12 2/192 14865
/proc/meminfo: memFree=29997384/32872528 swapFree=1299868/1463388
[pid=14865] ppid=14862 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14865/stat : 14865 (java) S 14862 14865 12018 0 -1 4202496 6192 0 1 0 25 1 0 0 20 0 19 0 10211184 9856040960 7264 33554432000 1073741824 1073778376 140736327308128 140736327299264 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14865/statm: 2406260 7274 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300214 s]
/proc/loadavg: 2.27 2.22 2.12 2/192 14865
/proc/meminfo: memFree=29997384/32872528 swapFree=1299868/1463388
[pid=14865] ppid=14862 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/14865/stat : 14865 (java) S 14862 14865 12018 0 -1 4202496 7122 0 1 0 49 1 0 0 20 0 19 0 10211184 9856040960 7567 33554432000 1073741824 1073778376 140736327308128 140736327299264 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14865/statm: 2406260 7567 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700148 s]
/proc/loadavg: 2.27 2.22 2.12 2/192 14865
/proc/meminfo: memFree=29997384/32872528 swapFree=1299868/1463388
[pid=14865] ppid=14862 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/14865/stat : 14865 (java) S 14862 14865 12018 0 -1 4202496 9030 0 1 0 100 1 0 0 20 0 19 0 10211184 9856040960 9104 33554432000 1073741824 1073778376 140736327308128 140736327299264 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14865/statm: 2406260 9104 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50068 s]
/proc/loadavg: 2.27 2.22 2.12 3/211 14884
/proc/meminfo: memFree=29966832/32872528 swapFree=1299868/1463388
[pid=14865] ppid=14862 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/14865/stat : 14865 (java) S 14862 14865 12018 0 -1 4202496 9794 0 1 0 192 1 0 0 20 0 19 0 10211184 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140736327299264 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14865/statm: 2406260 9687 2257 9 0 2396937 0
[pid=14865/tid=14867] ppid=14862 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/14865/task/14867/stat : 14867 (java) R 14862 14865 12018 0 -1 4202560 2406 0 1 0 146 0 0 0 20 0 19 0 10211185 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548319395504 140548191667852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14868] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14868/stat : 14868 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548163451816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14869] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14869/stat : 14869 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548162399272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14870] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14870/stat : 14870 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548161346216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14871] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14871/stat : 14871 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548160293672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14872] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14872/stat : 14872 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548159240616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14873] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14873/stat : 14873 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548158188072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14874] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14874/stat : 14874 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548157135016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14875] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14875/stat : 14875 (java) S 14862 14865 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548156082472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14876] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14876/stat : 14876 (java) S 14862 14865 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548143672168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14877] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14877/stat : 14877 (java) S 14862 14865 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548142618488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14878] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14878/stat : 14878 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548141565320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14879] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14879/stat : 14879 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548140514064 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14880] ppid=14862 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14865/task/14880/stat : 14880 (java) S 14862 14865 12018 0 -1 4202560 4025 0 0 0 25 0 0 0 20 0 19 0 10211190 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548139460920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14881] ppid=14862 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/14865/task/14881/stat : 14881 (java) S 14862 14865 12018 0 -1 4202560 2091 0 0 0 18 0 0 0 20 0 19 0 10211190 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548138408376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14882] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14882/stat : 14882 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548137355512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14883] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14883/stat : 14883 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548136303176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14884] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14884/stat : 14884 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211201 9856040960 9687 33554432000 1073741824 1073778376 140736327308128 140548135200296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10069 s]
/proc/loadavg: 2.27 2.22 2.12 3/211 14884
/proc/meminfo: memFree=29962364/32872528 swapFree=1299868/1463388
[pid=14865] ppid=14862 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/14865/stat : 14865 (java) S 14862 14865 12018 0 -1 4202496 9803 0 1 0 353 2 0 0 20 0 19 0 10211184 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140736327299264 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14865/statm: 2406260 11229 2257 9 0 2396937 0
[pid=14865/tid=14867] ppid=14862 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/14865/task/14867/stat : 14867 (java) R 14862 14865 12018 0 -1 4202560 2409 0 1 0 305 0 0 0 20 0 19 0 10211185 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548319395488 140548191557512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14868] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14868/stat : 14868 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548163451816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14869] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14869/stat : 14869 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548162399272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14870] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14870/stat : 14870 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548161346216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14871] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14871/stat : 14871 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548160293672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14872] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14872/stat : 14872 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548159240616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14873] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14873/stat : 14873 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548158188072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14874] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14874/stat : 14874 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548157135016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14875] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14875/stat : 14875 (java) S 14862 14865 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548156082472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14876] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14876/stat : 14876 (java) S 14862 14865 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548143672168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14877] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14877/stat : 14877 (java) S 14862 14865 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548142618488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14878] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14878/stat : 14878 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548141565320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14879] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14879/stat : 14879 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548140514064 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14880] ppid=14862 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14865/task/14880/stat : 14880 (java) S 14862 14865 12018 0 -1 4202560 4025 0 0 0 25 0 0 0 20 0 19 0 10211190 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548139460920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14881] ppid=14862 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/14865/task/14881/stat : 14881 (java) S 14862 14865 12018 0 -1 4202560 2097 0 0 0 19 0 0 0 20 0 19 0 10211190 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548138408376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14882] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14882/stat : 14882 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548137355512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14883] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14883/stat : 14883 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548136303176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14884] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14884/stat : 14884 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211201 9856040960 11229 33554432000 1073741824 1073778376 140736327308128 140548135200296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.25 2.21 2.12 3/211 14884
/proc/meminfo: memFree=29956296/32872528 swapFree=1299868/1463388
[pid=14865] ppid=14862 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/14865/stat : 14865 (java) S 14862 14865 12018 0 -1 4202496 9807 0 1 0 672 2 0 0 20 0 19 0 10211184 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140736327299264 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14865/statm: 2406260 12142 2258 9 0 2396937 0
[pid=14865/tid=14867] ppid=14862 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/14865/task/14867/stat : 14867 (java) R 14862 14865 12018 0 -1 4202560 2412 0 1 0 624 0 0 0 20 0 19 0 10211185 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548319395488 140548191580116 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14868] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14868/stat : 14868 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548163451816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14869] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14869/stat : 14869 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548162399272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14870] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14870/stat : 14870 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548161346216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14871] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14871/stat : 14871 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548160293672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14872] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14872/stat : 14872 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548159240616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14873] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14873/stat : 14873 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548158188072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14874] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14874/stat : 14874 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548157135016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14875] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14875/stat : 14875 (java) S 14862 14865 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548156082472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14876] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14876/stat : 14876 (java) S 14862 14865 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548143672168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14877] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14877/stat : 14877 (java) S 14862 14865 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548142618488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14878] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14878/stat : 14878 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548141565320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14879] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14879/stat : 14879 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548140514064 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14880] ppid=14862 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14865/task/14880/stat : 14880 (java) S 14862 14865 12018 0 -1 4202560 4025 0 0 0 25 0 0 0 20 0 19 0 10211190 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548139460920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14881] ppid=14862 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/14865/task/14881/stat : 14881 (java) S 14862 14865 12018 0 -1 4202560 2097 0 0 0 19 0 0 0 20 0 19 0 10211190 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548138408376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14882] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14882/stat : 14882 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548137355512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14883] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14883/stat : 14883 (java) S 14862 14865 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548136303176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14884] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14884/stat : 14884 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211201 9856040960 12142 33554432000 1073741824 1073778376 140736327308128 140548135200296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=14865/tid=14877] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14877/stat : 14877 (java) S 14862 14865 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548142618488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14878] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14878/stat : 14878 (java) S 14862 14865 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548141565320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14879] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14879/stat : 14879 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548140514064 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14880] ppid=14862 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/14865/task/14880/stat : 14880 (java) S 14862 14865 12018 0 -1 4202560 5353 0 0 0 44 0 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548139460920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14881] ppid=14862 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/14865/task/14881/stat : 14881 (java) S 14862 14865 12018 0 -1 4202560 8771 0 0 0 56 2 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548138408376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14882] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14882/stat : 14882 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548137355512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14883] ppid=14862 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/14865/task/14883/stat : 14883 (java) S 14862 14865 12018 0 -1 4202560 52 0 0 0 11 13 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548136303176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14884] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14884/stat : 14884 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211201 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548135200296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 873.21
Current children cumulated vsize (KiB) 9625040

[startup+872.801 s]
/proc/loadavg: 2.20 2.19 2.14 4/211 14972
/proc/meminfo: memFree=29820420/32872528 swapFree=1299868/1463388
[pid=14865] ppid=14862 vsize=9625040 CPUtime=874.01 cores=0,2,4,6
/proc/14865/stat : 14865 (java) S 14862 14865 12018 0 -1 4202496 18005 0 1 0 87379 22 0 0 20 0 19 0 10211184 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140736327299264 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14865/statm: 2406260 49887 2271 9 0 2396937 0
[pid=14865/tid=14867] ppid=14862 vsize=9625040 CPUtime=870.43 cores=0,2,4,6
/proc/14865/task/14867/stat : 14867 (java) R 14862 14865 12018 0 -1 4202560 2481 0 1 0 87027 16 0 0 20 0 19 0 10211185 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548319402432 140548191722724 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14868] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14868/stat : 14868 (java) S 14862 14865 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548163451816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14869] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14869/stat : 14869 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548162399272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14870] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14870/stat : 14870 (java) S 14862 14865 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548161346216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14871] ppid=14862 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14865/task/14871/stat : 14871 (java) S 14862 14865 12018 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548160293672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14872] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14872/stat : 14872 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548159240616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14873] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14873/stat : 14873 (java) S 14862 14865 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548158188072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14874] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14874/stat : 14874 (java) S 14862 14865 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548157135016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14875] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14875/stat : 14875 (java) S 14862 14865 12018 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548156082472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14876] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14876/stat : 14876 (java) S 14862 14865 12018 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548143672168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14877] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14877/stat : 14877 (java) S 14862 14865 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548142618488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14878] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14878/stat : 14878 (java) S 14862 14865 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548141565320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14879] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14879/stat : 14879 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548140514064 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14880] ppid=14862 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/14865/task/14880/stat : 14880 (java) S 14862 14865 12018 0 -1 4202560 5353 0 0 0 44 0 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548139460920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14881] ppid=14862 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/14865/task/14881/stat : 14881 (java) S 14862 14865 12018 0 -1 4202560 8771 0 0 0 56 2 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548138408376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14882] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14882/stat : 14882 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548137355512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14883] ppid=14862 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/14865/task/14883/stat : 14883 (java) S 14862 14865 12018 0 -1 4202560 52 0 0 0 11 13 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548136303176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14884] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14884/stat : 14884 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211201 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548135200296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 874.01
Current children cumulated vsize (KiB) 9625040

[startup+873.201 s]
/proc/loadavg: 2.20 2.19 2.14 4/211 14972
/proc/meminfo: memFree=29820420/32872528 swapFree=1299868/1463388
[pid=14865] ppid=14862 vsize=9625040 CPUtime=874.41 cores=0,2,4,6
/proc/14865/stat : 14865 (java) S 14862 14865 12018 0 -1 4202496 18005 0 1 0 87419 22 0 0 20 0 19 0 10211184 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140736327299264 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14865/statm: 2406260 49887 2271 9 0 2396937 0
[pid=14865/tid=14867] ppid=14862 vsize=9625040 CPUtime=870.83 cores=0,2,4,6
/proc/14865/task/14867/stat : 14867 (java) R 14862 14865 12018 0 -1 4202560 2481 0 1 0 87067 16 0 0 20 0 19 0 10211185 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548319402432 140548191722701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14868] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14868/stat : 14868 (java) S 14862 14865 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548163451816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14869] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14869/stat : 14869 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548162399272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14870] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14870/stat : 14870 (java) S 14862 14865 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548161346216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14871] ppid=14862 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14865/task/14871/stat : 14871 (java) S 14862 14865 12018 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548160293672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14872] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14872/stat : 14872 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548159240616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14873] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14873/stat : 14873 (java) S 14862 14865 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548158188072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14874] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14874/stat : 14874 (java) S 14862 14865 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548157135016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14875] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14875/stat : 14875 (java) S 14862 14865 12018 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10211187 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548156082472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14876] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14876/stat : 14876 (java) S 14862 14865 12018 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548143672168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14877] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14877/stat : 14877 (java) S 14862 14865 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548142618488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14878] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14878/stat : 14878 (java) S 14862 14865 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10211188 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548141565320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14879] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14879/stat : 14879 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548140514064 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14880] ppid=14862 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/14865/task/14880/stat : 14880 (java) S 14862 14865 12018 0 -1 4202560 5353 0 0 0 44 0 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548139460920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14881] ppid=14862 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/14865/task/14881/stat : 14881 (java) S 14862 14865 12018 0 -1 4202560 8771 0 0 0 56 2 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548138408376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14882] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14882/stat : 14882 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548137355512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14883] ppid=14862 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/14865/task/14883/stat : 14883 (java) S 14862 14865 12018 0 -1 4202560 52 0 0 0 11 13 0 0 20 0 19 0 10211190 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548136303176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14884] ppid=14862 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14884/stat : 14884 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211201 9856040960 49887 33554432000 1073741824 1073778376 140736327308128 140548135200296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 874.41
Current children cumulated vsize (KiB) 9625040

[startup+873.401 s]
/proc/loadavg: 2.20 2.19 2.14 4/211 14973
/proc/meminfo: memFree=29820296/32872528 swapFree=1299868/1463388
[pid=14865] ppid=14862 vsize=9691604 CPUtime=874.62 cores=0,2,4,6
/proc/14865/stat : 14865 (java) S 14862 14865 12018 0 -1 4202496 18018 0 1 0 87440 22 0 0 20 0 19 0 10211184 9924202496 49895 33554432000 1073741824 1073778376 140736327308128 140736327299264 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14865/statm: 2422901 49897 2274 9 0 2413578 0
[pid=14865/tid=14867] ppid=14862 vsize=9691604 CPUtime=871.03 cores=0,2,4,6
/proc/14865/task/14867/stat : 14867 (java) S 14862 14865 12018 0 -1 4202560 2484 0 1 0 87087 16 0 0 20 0 19 0 10211185 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548319404760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14868] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14868/stat : 14868 (java) S 14862 14865 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10211187 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548163451816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14869] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14869/stat : 14869 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211187 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548162399272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14870] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14870/stat : 14870 (java) S 14862 14865 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10211187 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548161346216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14871] ppid=14862 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/14865/task/14871/stat : 14871 (java) S 14862 14865 12018 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 10211187 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548160293672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14872] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14872/stat : 14872 (java) S 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10211187 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548159240616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14873] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14873/stat : 14873 (java) S 14862 14865 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10211187 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548158188072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14874] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14874/stat : 14874 (java) S 14862 14865 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10211187 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548157135016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14865/tid=14875] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14875/stat : 14875 (java) S 14862 14865 12018 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10211187 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548156082472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14876] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14876/stat : 14876 (java) S 14862 14865 12018 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10211188 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548143672168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14877] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14877/stat : 14877 (java) S 14862 14865 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10211188 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548142618488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14878] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14878/stat : 14878 (java) S 14862 14865 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10211188 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548141565320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14879] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14879/stat : 14879 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548140514064 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14880] ppid=14862 vsize=9691604 CPUtime=0.45 cores=0,2,4,6
/proc/14865/task/14880/stat : 14880 (java) R 14862 14865 12018 0 -1 4202560 5355 0 0 0 45 0 0 0 20 0 19 0 10211190 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548139460760 227515883957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14865/tid=14881] ppid=14862 vsize=9691604 CPUtime=0.58 cores=0,2,4,6
/proc/14865/task/14881/stat : 14881 (java) R 14862 14865 12018 0 -1 4202560 8774 0 0 0 56 2 0 0 20 0 19 0 10211190 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548138408376 140548325179168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14882] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14882/stat : 14882 (java) S 14862 14865 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10211190 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548137355512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14865/tid=14883] ppid=14862 vsize=9691604 CPUtime=0.24 cores=0,2,4,6
/proc/14865/task/14883/stat : 14883 (java) S 14862 14865 12018 0 -1 4202560 52 0 0 0 11 13 0 0 20 0 19 0 10211190 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548136303176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14865/tid=14973] ppid=14862 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14865/task/14973/stat : 14973 (java) R 14862 14865 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10298524 9924202496 49898 33554432000 1073741824 1073778376 140736327308128 140548134138096 140548191141148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 874.62
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14865 and gives
#  childrusage.ru_utime.tv_sec=872
#  childrusage.ru_utime.tv_usec=169410
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=441932
# CPU time returned by wait4() is 872.611
# while last known CPU time is 874.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 873.43
CPU time (s): 874.62
CPU user time (s): 874.4
CPU system time (s): 0.22
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 872.169
system time used= 0.441932
maximum resident set size= 202020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18032
page faults= 1
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18672
involuntary context switches= 1400

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.44248 second user time and 3.60845 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 20:37:32
IDJOB=4120646
IDBENCH=110046
IDSOLVER=2546
FILE ID=node121/4120646-1467311852
RUNJOBID= node121-1467310545-14394
PBS_JOBID= 20005265
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n88-d3-i3-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120646-1467311852/watcher-4120646-1467311852 -o /tmp/evaluation-result-4120646-1467311852/solver-4120646-1467311852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120646-1467311852.opb

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

MD5SUM BENCH= da77aba737e32aaebea27e56f9e95e6c
RANDOM SEED=401188181

node121.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.172
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.34
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.172
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.172
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.54
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.172
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.172
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.54
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.172
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.56
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.172
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.56
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.172
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:        29998284 kB
Buffers:          117836 kB
Cached:           337648 kB
SwapCached:            0 kB
Active:           440168 kB
Inactive:         227268 kB
Active(anon):     199936 kB
Inactive(anon):    14568 kB
Active(file):     240232 kB
Inactive(file):   212700 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               900 kB
Writeback:             0 kB
AnonPages:       1675444 kB
Mapped:            22008 kB
Shmem:               204 kB
Slab:             609892 kB
SReclaimable:      53988 kB
SUnreclaim:       555904 kB
KernelStack:        1640 kB
PageTables:         7196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2145088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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= 71700 MiB
End job on node121 at 2016-06-30 20:52:06