Trace number 4121622

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 411.08 409.877

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n80-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUMd63c048ea9e10a072fe4e32e2291f3f6
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 benchmark2.6196
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints320
Number of constraints which are clauses320
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.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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4121622-1467315298.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.044s.
0.10/0.14	c declared #vars     120
0.10/0.14	c #constraints  320
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.10/0.14	c 320 constraints processed.
0.66/0.40	c cleaning 2497 clauses out of 5000 with flag 21474/5000
0.95/0.63	c cleaning 4249 clauses out of 8503 with flag 51658/11000
1.25/0.93	c cleaning 5627 clauses out of 11254 with flag 82324/18000
1.66/1.33	c cleaning 6812 clauses out of 13627 with flag 118453/26000
2.28/1.97	c cleaning 7907 clauses out of 15816 with flag 170534/35001
2.98/2.63	c cleaning 8951 clauses out of 17909 with flag 219570/45001
3.69/3.36	c cleaning 9976 clauses out of 19958 with flag 270871/56001
4.68/4.40	c cleaning 10988 clauses out of 21982 with flag 327458/68001
5.99/5.60	c cleaning 11997 clauses out of 23993 with flag 384855/81000
7.18/6.86	c cleaning 12995 clauses out of 25997 with flag 451519/95001
8.68/8.39	c cleaning 13998 clauses out of 28001 with flag 524190/110000
10.29/9.99	c cleaning 14998 clauses out of 30003 with flag 603812/126000
12.08/11.73	c cleaning 15996 clauses out of 32006 with flag 687385/143001
13.88/13.57	c cleaning 17002 clauses out of 34009 with flag 780497/161000
16.18/15.85	c cleaning 18004 clauses out of 36008 with flag 873034/180001
18.28/17.91	c cleaning 18997 clauses out of 38004 with flag 965195/200001
20.88/20.53	c cleaning 19999 clauses out of 40006 with flag 1058377/221000
23.88/23.59	c cleaning 21002 clauses out of 42008 with flag 1141329/243001
27.38/27.08	c cleaning 22001 clauses out of 44006 with flag 1232394/266001
30.78/30.47	c cleaning 23000 clauses out of 46005 with flag 1324734/290001
35.18/34.83	c cleaning 24002 clauses out of 48005 with flag 1421845/315001
40.08/39.75	c cleaning 25002 clauses out of 50003 with flag 1526650/341001
43.88/43.55	c cleaning 26000 clauses out of 52000 with flag 1631850/368000
48.39/48.05	c cleaning 26998 clauses out of 54000 with flag 1743096/396000
53.88/53.58	c cleaning 28001 clauses out of 56003 with flag 1865181/425001
60.18/59.85	c cleaning 28999 clauses out of 58001 with flag 1980165/455000
65.94/65.59	c cleaning 29998 clauses out of 60002 with flag 2110843/486000
70.74/70.36	c cleaning 31002 clauses out of 62004 with flag 2244050/518000
76.45/76.09	c cleaning 31996 clauses out of 64002 with flag 2381684/551000
83.19/82.57	c cleaning 33002 clauses out of 66006 with flag 2524407/585000
90.36/89.58	c cleaning 34000 clauses out of 68004 with flag 2667934/620000
97.56/96.80	c cleaning 35001 clauses out of 70005 with flag 2816085/656001
107.79/106.92	c cleaning 36001 clauses out of 72002 with flag 2982190/693000
119.49/118.67	c cleaning 36997 clauses out of 74002 with flag 3151967/731001
132.29/131.48	c cleaning 38001 clauses out of 76005 with flag 3324783/770001
145.80/144.94	c cleaning 38998 clauses out of 78004 with flag 3497456/810001
159.41/158.52	c cleaning 40002 clauses out of 80005 with flag 3672361/851000
173.00/172.15	c cleaning 41000 clauses out of 82003 with flag 3844285/893000
188.31/187.40	c cleaning 42001 clauses out of 84003 with flag 4028219/936000
202.13/201.29	c cleaning 42996 clauses out of 86002 with flag 4204642/980000
215.94/215.06	c cleaning 44000 clauses out of 88006 with flag 4388762/1025000
230.65/229.77	c cleaning 45002 clauses out of 90006 with flag 4567425/1071000
242.85/242.00	c cleaning 45998 clauses out of 92005 with flag 4756131/1118001
259.34/258.50	c cleaning 47002 clauses out of 94007 with flag 4977156/1166001
275.05/274.11	c cleaning 47999 clauses out of 96004 with flag 5192013/1215000
291.18/290.28	c cleaning 49001 clauses out of 98005 with flag 5403887/1265000
307.08/306.17	c cleaning 49998 clauses out of 100005 with flag 5615718/1316001
324.29/323.32	c cleaning 51001 clauses out of 102007 with flag 5830151/1368001
342.39/341.45	c cleaning 52002 clauses out of 104006 with flag 6043909/1421001
357.97/356.96	c cleaning 53000 clauses out of 106003 with flag 6262754/1475001
375.08/374.07	c cleaning 53997 clauses out of 108001 with flag 6479234/1530000
396.41/395.31	c cleaning 54999 clauses out of 110004 with flag 6705928/1586001
410.91/409.84	c starts		: 563
410.91/409.84	c conflicts		: 1629056
410.91/409.84	c decisions		: 2068195
410.91/409.84	c propagations		: 9039940
410.91/409.84	c inspects		: 11075036179
410.91/409.84	c shortcuts		: 0
410.91/409.84	c learnt literals	: 19
410.91/409.84	c learnt binary clauses	: 17
410.91/409.84	c learnt ternary clauses	: 38
410.91/409.84	c learnt constraints	: 1629036
410.91/409.84	c ignored constraints	: 0
410.91/409.84	c root simplifications	: 0
410.91/409.84	c removed literals (reason simplification)	: 0
410.91/409.84	c reason swapping (by a shorter reason)	: 0
410.91/409.84	c Calls to reduceDB	: 52
410.91/409.84	c Number of update (reduction) of LBD	: 189275
410.91/409.84	c Imported unit clauses	: 0
410.91/409.84	c number of reductions to clauses (during analyze)	: 0
410.91/409.84	c number of learned constraints concerned by reduction	: 0
410.91/409.84	c number of learning phase by resolution	: 0
410.91/409.84	c number of learning phase by cutting planes	: 0
410.91/409.84	c speed (assignments/second)	: 22064.88681907161
410.91/409.84	c non guided choices	502
410.91/409.87	c learnt constraints type 
410.91/409.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
410.91/409.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98027
410.91/409.87	s UNSATISFIABLE
410.91/409.87	c Total wall clock time (in seconds): 409.77

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-4121622-1467315298/watcher-4121622-1467315298 -o /tmp/evaluation-result-4121622-1467315298/solver-4121622-1467315298 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121622-1467315298.opb 

pid=14552
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.29 2.09 2.02 4/194 14555
/proc/meminfo: memFree=31050160/32872528 swapFree=171816/177948
[pid=14555] ppid=14552 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14555/stat : 14555 (java) S 14552 14555 12722 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 10561119 98570240 977 33554432000 1073741824 1073778376 140734159430592 140734159421728 224925876285 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14555/statm: 24065 977 743 9 0 16771 0
[pid=14555/tid=14556] ppid=14552 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14556/stat : 14556 (java) R 14552 14555 12722 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10561120 98570240 977 33554432000 1073741824 1073778376 140734159430592 140380972117544 224922518912 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.29 2.09 2.02 4/194 14555
/proc/meminfo: memFree=31050160/32872528 swapFree=171816/177948
[pid=14555] ppid=14552 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/14555/stat : 14555 (java) S 14552 14555 12722 0 -1 4202496 4486 0 1 0 9 1 0 0 20 0 18 0 10561119 9787879424 6110 33554432000 1073741824 1073778376 140734159430592 140734159421728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14555/statm: 2389619 6110 2157 9 0 2380296 0
[pid=14555/tid=14556] ppid=14552 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14555/task/14556/stat : 14556 (java) R 14552 14555 12722 0 -1 4202560 2376 0 1 0 6 1 0 0 20 0 18 0 10561120 9787879424 6110 33554432000 1073741824 1073778376 140734159430592 140380972120776 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 2.29 2.09 2.02 4/194 14555
/proc/meminfo: memFree=31050160/32872528 swapFree=171816/177948
[pid=14555] ppid=14552 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14555/stat : 14555 (java) S 14552 14555 12722 0 -1 4202496 6847 0 1 0 27 2 0 0 20 0 19 0 10561119 9856040960 7859 33554432000 1073741824 1073778376 140734159430592 140734159421728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14555/statm: 2406260 7859 2221 9 0 2396937 0
[pid=14555/tid=14556] ppid=14552 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14555/task/14556/stat : 14556 (java) R 14552 14555 12722 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 19 0 10561120 9856040960 7859 33554432000 1073741824 1073778376 140734159430592 140380972122752 140380821643956 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300284 s]
/proc/loadavg: 2.29 2.09 2.02 4/194 14555
/proc/meminfo: memFree=31050160/32872528 swapFree=171816/177948
[pid=14555] ppid=14552 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/14555/stat : 14555 (java) S 14552 14555 12722 0 -1 4202496 7044 0 1 0 47 2 0 0 20 0 19 0 10561119 9856040960 8288 33554432000 1073741824 1073778376 140734159430592 140734159421728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14555/statm: 2406260 8288 2236 9 0 2396937 0
[pid=14555/tid=14556] ppid=14552 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14555/task/14556/stat : 14556 (java) R 14552 14555 12722 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 19 0 10561120 9856040960 8288 33554432000 1073741824 1073778376 140734159430592 140380972122344 140380975418836 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700225 s]
/proc/loadavg: 2.29 2.09 2.02 4/194 14555
/proc/meminfo: memFree=31050160/32872528 swapFree=171816/177948
[pid=14555] ppid=14552 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/14555/stat : 14555 (java) S 14552 14555 12722 0 -1 4202496 8473 0 1 0 102 3 0 0 20 0 19 0 10561119 9856040960 8840 33554432000 1073741824 1073778376 140734159430592 140734159421728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14555/statm: 2406260 8840 2248 9 0 2396937 0
[pid=14555/tid=14556] ppid=14552 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14555/task/14556/stat : 14556 (java) R 14552 14555 12722 0 -1 4202560 2405 0 1 0 66 1 0 0 20 0 19 0 10561120 9856040960 8840 33554432000 1073741824 1073778376 140734159430592 140380972122600 140380821993532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.29 2.09 2.02 3/213 14574
/proc/meminfo: memFree=31021088/32872528 swapFree=171816/177948
[pid=14555] ppid=14552 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/14555/stat : 14555 (java) S 14552 14555 12722 0 -1 4202496 8478 0 1 0 185 3 0 0 20 0 19 0 10561119 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140734159421728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14555/statm: 2406260 9866 2249 9 0 2396937 0
[pid=14555/tid=14556] ppid=14552 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/14555/task/14556/stat : 14556 (java) R 14552 14555 12722 0 -1 4202560 2408 0 1 0 146 2 0 0 20 0 19 0 10561120 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380972122376 140380821954450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14558/stat : 14558 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380944575144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14559] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14559/stat : 14559 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380943522600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14560] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14560/stat : 14560 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380942470056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14561] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14561/stat : 14561 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380941417512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14562] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14562/stat : 14562 (java) S 14552 14555 12722 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380940363944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14563] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14563/stat : 14563 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380810553640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14564] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14564/stat : 14564 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380809501096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14565] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14565/stat : 14565 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380808448552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14566] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14566/stat : 14566 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561121 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380325501544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14567] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14567/stat : 14567 (java) S 14552 14555 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380324447864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14568] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14568/stat : 14568 (java) S 14552 14555 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380323395208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14569] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14569/stat : 14569 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380322343952 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14570] ppid=14552 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14555/task/14570/stat : 14570 (java) S 14552 14555 12722 0 -1 4202560 1996 0 0 0 17 0 0 0 20 0 19 0 10561124 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380321290296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14571] ppid=14552 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/14555/task/14571/stat : 14571 (java) S 14552 14555 12722 0 -1 4202560 2802 0 0 0 20 0 0 0 20 0 19 0 10561124 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380320237752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14572] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14572/stat : 14572 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380319185400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14573] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14573/stat : 14573 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380318133064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14574] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14574/stat : 14574 (java) S 14552 14555 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561134 9856040960 9866 33554432000 1073741824 1073778376 140734159430592 140380317078824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.29 2.09 2.02 3/213 14574
/proc/meminfo: memFree=31019164/32872528 swapFree=171816/177948
[pid=14555] ppid=14552 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/14555/stat : 14555 (java) S 14552 14555 12722 0 -1 4202496 8479 0 1 0 345 3 0 0 20 0 19 0 10561119 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140734159421728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14555/statm: 2406260 10378 2249 9 0 2396937 0
[pid=14555/tid=14556] ppid=14552 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/14555/task/14556/stat : 14556 (java) R 14552 14555 12722 0 -1 4202560 2409 0 1 0 306 2 0 0 20 0 19 0 10561120 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380972113600 140380821993676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14558/stat : 14558 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380944575144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14559] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14559/stat : 14559 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380943522600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14560] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14560/stat : 14560 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380942470056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14561] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14561/stat : 14561 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380941417512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14562] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14562/stat : 14562 (java) S 14552 14555 12722 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380940363944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14563] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14563/stat : 14563 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380810553640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14564] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14564/stat : 14564 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380809501096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14565] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14565/stat : 14565 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380808448552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14566] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14566/stat : 14566 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561121 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380325501544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14567] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14567/stat : 14567 (java) S 14552 14555 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380324447864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14568] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14568/stat : 14568 (java) S 14552 14555 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380323395208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14569] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14569/stat : 14569 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380322343952 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14570] ppid=14552 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14555/task/14570/stat : 14570 (java) S 14552 14555 12722 0 -1 4202560 1996 0 0 0 17 0 0 0 20 0 19 0 10561124 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380321290296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14571] ppid=14552 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/14555/task/14571/stat : 14571 (java) S 14552 14555 12722 0 -1 4202560 2802 0 0 0 20 0 0 0 20 0 19 0 10561124 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380320237752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14572] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14572/stat : 14572 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380319185400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14573] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14573/stat : 14573 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380318133064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14574] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14574/stat : 14574 (java) S 14552 14555 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561134 9856040960 10378 33554432000 1073741824 1073778376 140734159430592 140380317078824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.27 2.09 2.02 3/213 14574
/proc/meminfo: memFree=31012672/32872528 swapFree=171816/177948
[pid=14555] ppid=14552 vsize=9625040 CPUtime=6.68 cores=1,3,5,7
/proc/14555/stat : 14555 (java) S 14552 14555 12722 0 -1 4202496 8484 0 1 0 665 3 0 0 20 0 19 0 10561119 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140734159421728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14555/statm: 2406260 11915 2250 9 0 2396937 0
[pid=14555/tid=14556] ppid=14552 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/14555/task/14556/stat : 14556 (java) R 14552 14555 12722 0 -1 4202560 2413 0 1 0 626 2 0 0 20 0 19 0 10561120 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380972113600 140380821993532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14558/stat : 14558 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380944575144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14559] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14559/stat : 14559 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380943522600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14560] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14560/stat : 14560 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380942470056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14561] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14561/stat : 14561 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380941417512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14562] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14562/stat : 14562 (java) S 14552 14555 12722 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380940363944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14563] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14563/stat : 14563 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380810553640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14564] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14564/stat : 14564 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380809501096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14565] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14565/stat : 14565 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380808448552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14566] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14566/stat : 14566 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561121 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380325501544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14567] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14567/stat : 14567 (java) S 14552 14555 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380324447864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14568] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14568/stat : 14568 (java) S 14552 14555 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380323395208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14569] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14569/stat : 14569 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380322343952 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14570] ppid=14552 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14555/task/14570/stat : 14570 (java) S 14552 14555 12722 0 -1 4202560 1996 0 0 0 17 0 0 0 20 0 19 0 10561124 9856040960 11915 33554432000 1073741824 1073778376 140734159430592 140380321290296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14571] ppid=14552 vsize=9625040 CPUtime=0.2 cores=1,3,5,7

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

[pid=14555/tid=14560] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14560/stat : 14560 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380942470056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14561] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14561/stat : 14561 (java) S 14552 14555 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380941417512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14562] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14562/stat : 14562 (java) S 14552 14555 12722 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380940363944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14563] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14563/stat : 14563 (java) S 14552 14555 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380810553640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14564] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14564/stat : 14564 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380809501096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14565] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14565/stat : 14565 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380808448552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14566] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14566/stat : 14566 (java) S 14552 14555 12722 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10561121 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380325501544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14567] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14567/stat : 14567 (java) S 14552 14555 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380324447864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14568] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14568/stat : 14568 (java) S 14552 14555 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380323395208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14569] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14569/stat : 14569 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380322343952 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14570] ppid=14552 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14555/task/14570/stat : 14570 (java) S 14552 14555 12722 0 -1 4202560 10723 0 0 0 66 2 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380321290296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14571] ppid=14552 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14555/task/14571/stat : 14571 (java) S 14552 14555 12722 0 -1 4202560 4058 0 0 0 33 1 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380320237752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14572] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14572/stat : 14572 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380319185400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14573] ppid=14552 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/14555/task/14573/stat : 14573 (java) S 14552 14555 12722 0 -1 4202560 24 0 0 0 3 7 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380318133064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14574] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14574/stat : 14574 (java) S 14552 14555 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561134 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380317078824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 409.11
Current children cumulated vsize (KiB) 9625040

[startup+408.801 s]
/proc/loadavg: 2.12 2.06 2.01 3/213 14584
/proc/meminfo: memFree=30860084/32872528 swapFree=171816/177948
[pid=14555] ppid=14552 vsize=9625040 CPUtime=409.91 cores=1,3,5,7
/proc/14555/stat : 14555 (java) S 14552 14555 12722 0 -1 4202496 18600 0 1 0 40977 14 0 0 20 0 19 0 10561119 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140734159421728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14555/statm: 2406260 46563 2271 9 0 2396937 0
[pid=14555/tid=14556] ppid=14552 vsize=9625040 CPUtime=408.79 cores=1,3,5,7
/proc/14555/task/14556/stat : 14556 (java) R 14552 14555 12722 0 -1 4202560 2486 0 1 0 40870 9 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380972113600 140380821954422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14558/stat : 14558 (java) S 14552 14555 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380944575144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14559] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14559/stat : 14559 (java) S 14552 14555 12722 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380943522600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14560] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14560/stat : 14560 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380942470056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14561] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14561/stat : 14561 (java) S 14552 14555 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380941417512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14562] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14562/stat : 14562 (java) S 14552 14555 12722 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380940363944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14563] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14563/stat : 14563 (java) S 14552 14555 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380810553640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14564] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14564/stat : 14564 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380809501096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14565] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14565/stat : 14565 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380808448552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14566] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14566/stat : 14566 (java) S 14552 14555 12722 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10561121 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380325501544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14567] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14567/stat : 14567 (java) S 14552 14555 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380324447864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14568] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14568/stat : 14568 (java) S 14552 14555 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380323395208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14569] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14569/stat : 14569 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380322343952 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14570] ppid=14552 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14555/task/14570/stat : 14570 (java) S 14552 14555 12722 0 -1 4202560 10723 0 0 0 66 2 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380321290296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14571] ppid=14552 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14555/task/14571/stat : 14571 (java) S 14552 14555 12722 0 -1 4202560 4058 0 0 0 33 1 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380320237752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14572] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14572/stat : 14572 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380319185400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14573] ppid=14552 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/14555/task/14573/stat : 14573 (java) S 14552 14555 12722 0 -1 4202560 24 0 0 0 3 7 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380318133064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14574] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14574/stat : 14574 (java) S 14552 14555 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561134 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380317078824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 409.91
Current children cumulated vsize (KiB) 9625040

[startup+409.601 s]
/proc/loadavg: 2.12 2.06 2.01 3/213 14584
/proc/meminfo: memFree=30860084/32872528 swapFree=171816/177948
[pid=14555] ppid=14552 vsize=9625040 CPUtime=410.71 cores=1,3,5,7
/proc/14555/stat : 14555 (java) S 14552 14555 12722 0 -1 4202496 18600 0 1 0 41057 14 0 0 20 0 19 0 10561119 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140734159421728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14555/statm: 2406260 46563 2271 9 0 2396937 0
[pid=14555/tid=14556] ppid=14552 vsize=9625040 CPUtime=409.59 cores=1,3,5,7
/proc/14555/task/14556/stat : 14556 (java) R 14552 14555 12722 0 -1 4202560 2486 0 1 0 40950 9 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380972113600 140380822242551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14558/stat : 14558 (java) S 14552 14555 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380944575144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14559] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14559/stat : 14559 (java) S 14552 14555 12722 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380943522600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14560] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14560/stat : 14560 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380942470056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14561] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14561/stat : 14561 (java) S 14552 14555 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380941417512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14562] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14562/stat : 14562 (java) S 14552 14555 12722 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380940363944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14563] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14563/stat : 14563 (java) S 14552 14555 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380810553640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14564] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14564/stat : 14564 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380809501096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14565] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14565/stat : 14565 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380808448552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14566] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14566/stat : 14566 (java) S 14552 14555 12722 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10561121 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380325501544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14567] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14567/stat : 14567 (java) S 14552 14555 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380324447864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14568] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14568/stat : 14568 (java) S 14552 14555 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380323395208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14569] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14569/stat : 14569 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380322343952 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14570] ppid=14552 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14555/task/14570/stat : 14570 (java) S 14552 14555 12722 0 -1 4202560 10723 0 0 0 66 2 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380321290296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14571] ppid=14552 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14555/task/14571/stat : 14571 (java) S 14552 14555 12722 0 -1 4202560 4058 0 0 0 33 1 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380320237752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14572] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14572/stat : 14572 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380319185400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14573] ppid=14552 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/14555/task/14573/stat : 14573 (java) S 14552 14555 12722 0 -1 4202560 24 0 0 0 3 7 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380318133064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14574] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14574/stat : 14574 (java) S 14552 14555 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561134 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380317078824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 410.71
Current children cumulated vsize (KiB) 9625040

[startup+409.801 s]
/proc/loadavg: 2.12 2.06 2.01 3/213 14584
/proc/meminfo: memFree=30860084/32872528 swapFree=171816/177948
[pid=14555] ppid=14552 vsize=9625040 CPUtime=410.91 cores=1,3,5,7
/proc/14555/stat : 14555 (java) S 14552 14555 12722 0 -1 4202496 18600 0 1 0 41077 14 0 0 20 0 19 0 10561119 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140734159421728 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14555/statm: 2406260 46563 2271 9 0 2396937 0
[pid=14555/tid=14556] ppid=14552 vsize=9625040 CPUtime=409.79 cores=1,3,5,7
/proc/14555/task/14556/stat : 14556 (java) R 14552 14555 12722 0 -1 4202560 2486 0 1 0 40970 9 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380972113600 140380822242500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14558] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14558/stat : 14558 (java) S 14552 14555 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380944575144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14559] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14559/stat : 14559 (java) S 14552 14555 12722 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380943522600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14560] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14560/stat : 14560 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380942470056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14561] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14561/stat : 14561 (java) S 14552 14555 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380941417512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14562] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14562/stat : 14562 (java) S 14552 14555 12722 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380940363944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14563] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14563/stat : 14563 (java) S 14552 14555 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380810553640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14564] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14564/stat : 14564 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380809501096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14555/tid=14565] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14565/stat : 14565 (java) S 14552 14555 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561120 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380808448552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14566] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14566/stat : 14566 (java) S 14552 14555 12722 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10561121 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380325501544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14567] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14567/stat : 14567 (java) S 14552 14555 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380324447864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14568] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14568/stat : 14568 (java) S 14552 14555 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561122 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380323395208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14569] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14569/stat : 14569 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380322343952 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14555/tid=14570] ppid=14552 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14555/task/14570/stat : 14570 (java) S 14552 14555 12722 0 -1 4202560 10723 0 0 0 66 2 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380321290296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14571] ppid=14552 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14555/task/14571/stat : 14571 (java) S 14552 14555 12722 0 -1 4202560 4058 0 0 0 33 1 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380320237752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14572] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14572/stat : 14572 (java) S 14552 14555 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380319185400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14555/tid=14573] ppid=14552 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/14555/task/14573/stat : 14573 (java) S 14552 14555 12722 0 -1 4202560 24 0 0 0 3 7 0 0 20 0 19 0 10561124 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380318133064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14555/tid=14574] ppid=14552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14555/task/14574/stat : 14574 (java) S 14552 14555 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561134 9856040960 46563 33554432000 1073741824 1073778376 140734159430592 140380317078824 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 410.91
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 409.877
CPU time (s): 411.08
CPU user time (s): 410.84
CPU system time (s): 0.240963
CPU usage (%): 100.294
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 410.84
system time used= 0.240963
maximum resident set size= 187064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18631
page faults= 1
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8916
involuntary context switches= 488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.22566 second user time and 3.12453 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 21:34:58
IDJOB=4121622
IDBENCH=110570
IDSOLVER=2546
FILE ID=node105/4121622-1467315298
RUNJOBID= node105-1467308726-12739
PBS_JOBID= 20005269
Free space on /tmp= 71728 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-n80-d3-i1-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-4121622-1467315298/watcher-4121622-1467315298 -o /tmp/evaluation-result-4121622-1467315298/solver-4121622-1467315298 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121622-1467315298.opb

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

MD5SUM BENCH= d63c048ea9e10a072fe4e32e2291f3f6
RANDOM SEED=1913125074

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31051696 kB
Buffers:          145748 kB
Cached:           540708 kB
SwapCached:            0 kB
Active:           480816 kB
Inactive:         421112 kB
Active(anon):     210080 kB
Inactive(anon):     7948 kB
Active(file):     270736 kB
Inactive(file):   413164 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               620 kB
Writeback:             0 kB
AnonPages:        420156 kB
Mapped:            22008 kB
Shmem:               204 kB
Slab:             611268 kB
SReclaimable:      55056 kB
SUnreclaim:       556212 kB
KernelStack:        1752 kB
PageTables:         5044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 71728 MiB
End job on node105 at 2016-06-30 21:41:48