Trace number 4120182

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 325.454 324.117

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n94-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUM4dfe87870f92df13c946ef185db97497
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.29674
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables141
Total number of constraints376
Number of constraints which are clauses376
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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4120182-1467310468.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.05s.
0.11/0.15	c declared #vars     141
0.11/0.15	c #constraints  376
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376
0.11/0.15	c 376 constraints processed.
0.67/0.43	c cleaning 2497 clauses out of 5000 with flag 16776/5000
1.11/0.62	c cleaning 4247 clauses out of 8504 with flag 44801/11001
1.31/0.83	c cleaning 5621 clauses out of 11256 with flag 75224/18000
1.63/1.12	c cleaning 6815 clauses out of 13635 with flag 112997/26000
1.93/1.44	c cleaning 7905 clauses out of 15821 with flag 158107/35001
2.43/1.92	c cleaning 8958 clauses out of 17915 with flag 212268/45000
2.93/2.42	c cleaning 9977 clauses out of 19958 with flag 267555/56001
3.53/3.00	c cleaning 10985 clauses out of 21981 with flag 322542/68001
4.23/3.74	c cleaning 11991 clauses out of 23996 with flag 379524/81001
5.33/4.82	c cleaning 12997 clauses out of 26005 with flag 443491/95001
6.43/5.91	c cleaning 13999 clauses out of 28008 with flag 517266/110001
7.73/7.22	c cleaning 15001 clauses out of 30009 with flag 587109/126001
9.44/8.90	c cleaning 16001 clauses out of 32009 with flag 673810/143002
10.73/10.27	c cleaning 16996 clauses out of 34006 with flag 759958/161000
12.23/11.73	c cleaning 17998 clauses out of 36010 with flag 848122/180000
13.93/13.45	c cleaning 19002 clauses out of 38012 with flag 940395/200000
16.13/15.61	c cleaning 20002 clauses out of 40011 with flag 1034599/221001
18.53/18.03	c cleaning 21002 clauses out of 42009 with flag 1129796/243001
21.63/21.12	c cleaning 22000 clauses out of 44007 with flag 1230608/266001
25.04/24.57	c cleaning 22998 clauses out of 46006 with flag 1338403/290000
28.24/27.71	c cleaning 24001 clauses out of 48008 with flag 1453564/315000
31.74/31.20	c cleaning 24997 clauses out of 50007 with flag 1569260/341000
35.54/35.03	c cleaning 26004 clauses out of 52010 with flag 1684006/368000
39.64/39.19	c cleaning 27000 clauses out of 54006 with flag 1803982/396000
44.04/43.57	c cleaning 28000 clauses out of 56006 with flag 1925617/425000
48.74/48.24	c cleaning 28999 clauses out of 58006 with flag 2055419/455000
53.54/53.03	c cleaning 29999 clauses out of 60008 with flag 2184103/486001
58.85/58.32	c cleaning 30999 clauses out of 62009 with flag 2310202/518001
65.04/64.51	c cleaning 32003 clauses out of 64010 with flag 2448503/551001
71.71/70.92	c cleaning 33000 clauses out of 66007 with flag 2590916/585001
78.06/77.18	c cleaning 34002 clauses out of 68007 with flag 2737389/620001
84.55/83.68	c cleaning 35001 clauses out of 70005 with flag 2883551/656001
91.05/90.15	c cleaning 35998 clauses out of 72003 with flag 3031763/693000
100.40/99.40	c cleaning 37000 clauses out of 74006 with flag 3184600/731001
109.70/108.70	c cleaning 38001 clauses out of 76005 with flag 3340852/770000
119.10/118.19	c cleaning 38995 clauses out of 78005 with flag 3501694/810001
130.38/129.39	c cleaning 40002 clauses out of 80010 with flag 3679269/851001
142.58/141.50	c cleaning 41002 clauses out of 82007 with flag 3857494/893000
154.68/153.70	c cleaning 42002 clauses out of 84006 with flag 4033615/936001
167.22/166.10	c cleaning 42998 clauses out of 86004 with flag 4221797/980001
181.02/179.96	c cleaning 44001 clauses out of 88005 with flag 4411340/1025000
194.22/193.17	c cleaning 45001 clauses out of 90006 with flag 4593421/1071002
208.32/207.26	c cleaning 45995 clauses out of 92002 with flag 4775025/1118000
223.92/222.81	c cleaning 47000 clauses out of 94008 with flag 4971290/1166001
240.02/238.96	c cleaning 48000 clauses out of 96008 with flag 5169462/1215001
260.23/259.10	c cleaning 49004 clauses out of 98007 with flag 5372486/1265000
280.64/279.53	c cleaning 49994 clauses out of 100002 with flag 5567365/1316000
302.14/301.01	c cleaning 51003 clauses out of 102008 with flag 5775670/1368000
323.02/321.84	c cleaning 52000 clauses out of 104002 with flag 5985802/1421000
325.22/324.08	c starts		: 501
325.22/324.08	c conflicts		: 1429424
325.22/324.08	c decisions		: 1841763
325.22/324.08	c propagations		: 7125358
325.22/324.08	c inspects		: 8830331809
325.22/324.08	c shortcuts		: 0
325.22/324.08	c learnt literals	: 13
325.22/324.08	c learnt binary clauses	: 12
325.22/324.08	c learnt ternary clauses	: 23
325.22/324.08	c learnt constraints	: 1429410
325.22/324.08	c ignored constraints	: 0
325.22/324.08	c root simplifications	: 0
325.22/324.08	c removed literals (reason simplification)	: 0
325.22/324.08	c reason swapping (by a shorter reason)	: 0
325.22/324.08	c Calls to reduceDB	: 49
325.22/324.08	c Number of update (reduction) of LBD	: 180505
325.22/324.08	c Imported unit clauses	: 0
325.22/324.08	c number of reductions to clauses (during analyze)	: 0
325.22/324.08	c number of learned constraints concerned by reduction	: 0
325.22/324.08	c number of learning phase by resolution	: 0
325.22/324.08	c number of learning phase by cutting planes	: 0
325.22/324.08	c speed (assignments/second)	: 21996.733842088364
325.22/324.08	c non guided choices	471
325.32/324.11	c learnt constraints type 
325.32/324.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
325.32/324.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60405
325.32/324.11	s UNSATISFIABLE
325.32/324.11	c Total wall clock time (in seconds): 324.011

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-4120182-1467310468/watcher-4120182-1467310468 -o /tmp/evaluation-result-4120182-1467310468/solver-4120182-1467310468 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120182-1467310468.opb 

pid=23923
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: 4.45 4.40 4.07 4/188 23929
/proc/meminfo: memFree=28468968/32872528 swapFree=1526624/1696276
[pid=23929] ppid=23923 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23929/stat : 23929 (java) S 23923 23929 14900 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 10071061 98570240 978 33554432000 1073741824 1073778376 140737003435856 140737003426992 270710898749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 24065 978 744 9 0 16771 0
[pid=23929/tid=23930] ppid=23923 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23930/stat : 23930 (java) R 23923 23929 14900 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 10071062 98570240 978 33554432000 1073741824 1073778376 140737003435856 140016557919784 270707541376 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.45 4.40 4.07 4/188 23929
/proc/meminfo: memFree=28468968/32872528 swapFree=1526624/1696276
[pid=23929] ppid=23923 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/23929/stat : 23929 (java) S 23923 23929 14900 0 -1 4202496 4505 0 1 0 10 1 0 0 20 0 18 0 10071061 9787879424 6133 33554432000 1073741824 1073778376 140737003435856 140737003426992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 2389619 6133 2157 9 0 2380296 0
[pid=23929/tid=23930] ppid=23923 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23929/task/23930/stat : 23930 (java) R 23923 23929 14900 0 -1 4202560 2374 0 1 0 6 1 0 0 20 0 18 0 10071062 9787879424 6133 33554432000 1073741824 1073778376 140737003435856 140016557911216 270710924557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200335 s]
/proc/loadavg: 4.45 4.40 4.07 4/188 23929
/proc/meminfo: memFree=28468968/32872528 swapFree=1526624/1696276
[pid=23929] ppid=23923 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/23929/stat : 23929 (java) S 23923 23929 14900 0 -1 4202496 6101 0 1 0 27 2 0 0 20 0 19 0 10071061 9856040960 7247 33554432000 1073741824 1073778376 140737003435856 140737003426992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 2406260 7247 2226 9 0 2396937 0
[pid=23929/tid=23930] ppid=23923 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23929/task/23930/stat : 23930 (java) R 23923 23929 14900 0 -1 4202560 2402 0 1 0 16 2 0 0 20 0 19 0 10071062 9856040960 7247 33554432000 1073741824 1073778376 140737003435856 140016557924992 140016420451821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300342 s]
/proc/loadavg: 4.45 4.40 4.07 4/188 23929
/proc/meminfo: memFree=28468968/32872528 swapFree=1526624/1696276
[pid=23929] ppid=23923 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/23929/stat : 23929 (java) S 23923 23929 14900 0 -1 4202496 7086 0 1 0 49 2 0 0 20 0 19 0 10071061 9856040960 7797 33554432000 1073741824 1073778376 140737003435856 140737003426992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 2406260 7797 2242 9 0 2396937 0
[pid=23929/tid=23930] ppid=23923 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/23929/task/23930/stat : 23930 (java) R 23923 23929 14900 0 -1 4202560 2404 0 1 0 26 2 0 0 20 0 19 0 10071062 9856040960 7797 33554432000 1073741824 1073778376 140737003435856 140016557924312 140016420885567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70027 s]
/proc/loadavg: 4.45 4.40 4.07 4/188 23929
/proc/meminfo: memFree=28468968/32872528 swapFree=1526624/1696276
[pid=23929] ppid=23923 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/23929/stat : 23929 (java) S 23923 23929 14900 0 -1 4202496 14836 0 1 0 118 3 0 0 20 0 19 0 10071061 9856040960 13479 33554432000 1073741824 1073778376 140737003435856 140737003426992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 2406260 13479 2254 9 0 2396937 0
[pid=23929/tid=23930] ppid=23923 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/23929/task/23930/stat : 23930 (java) R 23923 23929 14900 0 -1 4202560 2405 0 1 0 66 2 0 0 20 0 19 0 10071062 9856040960 13479 33554432000 1073741824 1073778376 140737003435856 140016557924312 140016420885590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 4.45 4.40 4.07 4/213 23954
/proc/meminfo: memFree=28400608/32872528 swapFree=1526624/1696276
[pid=23929] ppid=23923 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/23929/stat : 23929 (java) S 23923 23929 14900 0 -1 4202496 14852 0 1 0 200 3 0 0 20 0 19 0 10071061 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140737003426992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 2406260 14005 2256 9 0 2396937 0
[pid=23929/tid=23930] ppid=23923 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/23929/task/23930/stat : 23930 (java) R 23923 23929 14900 0 -1 4202560 2407 0 1 0 146 2 0 0 20 0 19 0 10071062 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016557924704 140016420885107 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23932] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23932/stat : 23932 (java) S 23923 23929 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016546986920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23933] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23933/stat : 23933 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016545934376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23934] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23934/stat : 23934 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016544881320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23929/tid=23935] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23935/stat : 23935 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016543828776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23936] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23936/stat : 23936 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016542775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23937] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23937/stat : 23937 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016541723176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23938] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23938/stat : 23938 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016540670120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23939] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23939/stat : 23939 (java) S 23923 23929 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016539617576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23945] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23945/stat : 23945 (java) S 23923 23929 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10071063 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016381668200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23946] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23946/stat : 23946 (java) S 23923 23929 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016380614520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23947] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23947/stat : 23947 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016379561352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23948] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23948/stat : 23948 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016378510096 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23949] ppid=23923 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23929/task/23949/stat : 23949 (java) S 23923 23929 14900 0 -1 4202560 2084 0 0 0 20 0 0 0 20 0 19 0 10071066 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016377456952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23950] ppid=23923 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23929/task/23950/stat : 23950 (java) S 23923 23929 14900 0 -1 4202560 9087 0 0 0 31 2 0 0 20 0 19 0 10071066 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016376404408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23951] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23951/stat : 23951 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016375351544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23952] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23952/stat : 23952 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016374299208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23954] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23954/stat : 23954 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071077 9856040960 14005 33554432000 1073741824 1073778376 140737003435856 140016373245480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 4.45 4.40 4.07 4/213 23954
/proc/meminfo: memFree=28395892/32872528 swapFree=1526624/1696276
[pid=23929] ppid=23923 vsize=9625040 CPUtime=3.63 cores=1,3,5,7
/proc/23929/stat : 23929 (java) S 23923 23929 14900 0 -1 4202496 14854 0 1 0 360 3 0 0 20 0 19 0 10071061 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140737003426992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 2406260 15029 2256 9 0 2396937 0
[pid=23929/tid=23930] ppid=23923 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/23929/task/23930/stat : 23930 (java) R 23923 23929 14900 0 -1 4202560 2409 0 1 0 306 2 0 0 20 0 19 0 10071062 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016557915840 140016420885590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23932] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23932/stat : 23932 (java) S 23923 23929 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016546986920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23933] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23933/stat : 23933 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016545934376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23934] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23934/stat : 23934 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016544881320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23929/tid=23935] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23935/stat : 23935 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016543828776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23936] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23936/stat : 23936 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016542775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23937] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23937/stat : 23937 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016541723176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23938] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23938/stat : 23938 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016540670120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23939] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23939/stat : 23939 (java) S 23923 23929 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016539617576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23945] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23945/stat : 23945 (java) S 23923 23929 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10071063 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016381668200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23946] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23946/stat : 23946 (java) S 23923 23929 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016380614520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23947] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23947/stat : 23947 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016379561352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23948] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23948/stat : 23948 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016378510096 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23949] ppid=23923 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23929/task/23949/stat : 23949 (java) S 23923 23929 14900 0 -1 4202560 2084 0 0 0 20 0 0 0 20 0 19 0 10071066 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016377456952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23950] ppid=23923 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23929/task/23950/stat : 23950 (java) S 23923 23929 14900 0 -1 4202560 9087 0 0 0 31 2 0 0 20 0 19 0 10071066 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016376404408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23951] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23951/stat : 23951 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016375351544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23952] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23952/stat : 23952 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016374299208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23954] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23954/stat : 23954 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071077 9856040960 15029 33554432000 1073741824 1073778376 140737003435856 140016373245480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 4.34 4.38 4.06 3/213 23954
/proc/meminfo: memFree=28385972/32872528 swapFree=1526624/1696276
[pid=23929] ppid=23923 vsize=9625040 CPUtime=6.83 cores=1,3,5,7
/proc/23929/stat : 23929 (java) S 23923 23929 14900 0 -1 4202496 14859 0 1 0 680 3 0 0 20 0 19 0 10071061 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140737003426992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 2406260 15097 2257 9 0 2396937 0
[pid=23929/tid=23930] ppid=23923 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/23929/task/23930/stat : 23930 (java) R 23923 23929 14900 0 -1 4202560 2413 0 1 0 626 2 0 0 20 0 19 0 10071062 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016557915840 140016420885590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23932] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23932/stat : 23932 (java) S 23923 23929 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016546986920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23933] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23933/stat : 23933 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016545934376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23934] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23934/stat : 23934 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016544881320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23929/tid=23935] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23935/stat : 23935 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016543828776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23936] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23936/stat : 23936 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016542775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23937] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23937/stat : 23937 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016541723176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23938] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23938/stat : 23938 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016540670120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23939] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23939/stat : 23939 (java) S 23923 23929 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016539617576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23945] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23945/stat : 23945 (java) S 23923 23929 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10071063 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016381668200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23946] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23946/stat : 23946 (java) S 23923 23929 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016380614520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23947] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23947/stat : 23947 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016379561352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23948] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23948/stat : 23948 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016378510096 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23949] ppid=23923 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23929/task/23949/stat : 23949 (java) S 23923 23929 14900 0 -1 4202560 2084 0 0 0 20 0 0 0 20 0 19 0 10071066 9856040960 15097 33554432000 1073741824 1073778376 140737003435856 140016377456952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23950] ppid=23923 vsize=9625040 CPUtime=0.33 cores=1,3,5,7

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

[pid=23929/tid=23933] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23933/stat : 23933 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016545934376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23929/tid=23934] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23934/stat : 23934 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016544881320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23929/tid=23935] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23935/stat : 23935 (java) S 23923 23929 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016543828776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23936] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23936/stat : 23936 (java) S 23923 23929 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016542775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23937] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23937/stat : 23937 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016541723176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23938] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23938/stat : 23938 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016540670120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23939] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23939/stat : 23939 (java) S 23923 23929 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016539617576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23945] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23945/stat : 23945 (java) S 23923 23929 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10071063 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016381668200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23946] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23946/stat : 23946 (java) S 23923 23929 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016380614520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23947] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23947/stat : 23947 (java) S 23923 23929 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016379561352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23948] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23948/stat : 23948 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016378510096 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23949] ppid=23923 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/23929/task/23949/stat : 23949 (java) S 23923 23929 14900 0 -1 4202560 9628 0 0 0 60 2 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016377456952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23950] ppid=23923 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/23929/task/23950/stat : 23950 (java) S 23923 23929 14900 0 -1 4202560 9134 0 0 0 50 2 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016376404408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23951] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23951/stat : 23951 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016375351544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23952] ppid=23923 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/23929/task/23952/stat : 23952 (java) S 23923 23929 14900 0 -1 4202560 20 0 0 0 4 4 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016374299208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23954] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23954/stat : 23954 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071077 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016373245480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.42
Current children cumulated vsize (KiB) 9625040

[startup+323.601 s]
/proc/loadavg: 2.27 2.98 3.53 3/213 23960
/proc/meminfo: memFree=28126168/32872528 swapFree=1526624/1696276
[pid=23929] ppid=23923 vsize=9625040 CPUtime=324.82 cores=1,3,5,7
/proc/23929/stat : 23929 (java) S 23923 23929 14900 0 -1 4202496 22591 0 1 0 32469 13 0 0 20 0 19 0 10071061 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140737003426992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 2406260 48018 2271 9 0 2396937 0
[pid=23929/tid=23930] ppid=23923 vsize=9625040 CPUtime=323.55 cores=1,3,5,7
/proc/23929/task/23930/stat : 23930 (java) R 23923 23929 14900 0 -1 4202560 2484 0 1 0 32346 9 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016557915840 140016421146258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23932] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23932/stat : 23932 (java) S 23923 23929 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016546986920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23933] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23933/stat : 23933 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016545934376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23929/tid=23934] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23934/stat : 23934 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016544881320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23929/tid=23935] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23935/stat : 23935 (java) S 23923 23929 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016543828776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23936] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23936/stat : 23936 (java) S 23923 23929 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016542775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23937] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23937/stat : 23937 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016541723176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23938] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23938/stat : 23938 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016540670120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23939] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23939/stat : 23939 (java) S 23923 23929 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016539617576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23945] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23945/stat : 23945 (java) S 23923 23929 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10071063 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016381668200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23946] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23946/stat : 23946 (java) S 23923 23929 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016380614520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23947] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23947/stat : 23947 (java) S 23923 23929 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016379561352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23948] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23948/stat : 23948 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016378510096 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23949] ppid=23923 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/23929/task/23949/stat : 23949 (java) S 23923 23929 14900 0 -1 4202560 9628 0 0 0 60 2 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016377456952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23950] ppid=23923 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/23929/task/23950/stat : 23950 (java) S 23923 23929 14900 0 -1 4202560 9134 0 0 0 50 2 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016376404408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23951] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23951/stat : 23951 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016375351544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23952] ppid=23923 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/23929/task/23952/stat : 23952 (java) S 23923 23929 14900 0 -1 4202560 20 0 0 0 4 4 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016374299208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23954] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23954/stat : 23954 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071077 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016373245480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.82
Current children cumulated vsize (KiB) 9625040

[startup+324.001 s]
/proc/loadavg: 2.27 2.98 3.53 3/213 23960
/proc/meminfo: memFree=28126168/32872528 swapFree=1526624/1696276
[pid=23929] ppid=23923 vsize=9625040 CPUtime=325.22 cores=1,3,5,7
/proc/23929/stat : 23929 (java) S 23923 23929 14900 0 -1 4202496 22591 0 1 0 32509 13 0 0 20 0 19 0 10071061 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140737003426992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 2406260 48018 2271 9 0 2396937 0
[pid=23929/tid=23930] ppid=23923 vsize=9625040 CPUtime=323.95 cores=1,3,5,7
/proc/23929/task/23930/stat : 23930 (java) R 23923 23929 14900 0 -1 4202560 2484 0 1 0 32386 9 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016557915840 140016420825739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23932] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23932/stat : 23932 (java) S 23923 23929 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016546986920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23933] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23933/stat : 23933 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016545934376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23929/tid=23934] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23934/stat : 23934 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016544881320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23929/tid=23935] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23935/stat : 23935 (java) S 23923 23929 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016543828776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23936] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23936/stat : 23936 (java) S 23923 23929 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016542775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23937] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23937/stat : 23937 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016541723176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23938] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23938/stat : 23938 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016540670120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23939] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23939/stat : 23939 (java) S 23923 23929 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10071062 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016539617576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23945] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23945/stat : 23945 (java) S 23923 23929 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10071063 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016381668200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23946] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23946/stat : 23946 (java) S 23923 23929 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016380614520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23947] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23947/stat : 23947 (java) S 23923 23929 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10071064 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016379561352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23948] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23948/stat : 23948 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016378510096 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23949] ppid=23923 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/23929/task/23949/stat : 23949 (java) S 23923 23929 14900 0 -1 4202560 9628 0 0 0 60 2 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016377456952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23950] ppid=23923 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/23929/task/23950/stat : 23950 (java) S 23923 23929 14900 0 -1 4202560 9134 0 0 0 50 2 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016376404408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23951] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23951/stat : 23951 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016375351544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23952] ppid=23923 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/23929/task/23952/stat : 23952 (java) S 23923 23929 14900 0 -1 4202560 20 0 0 0 4 4 0 0 20 0 19 0 10071066 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016374299208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23954] ppid=23923 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23954/stat : 23954 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071077 9856040960 48018 33554432000 1073741824 1073778376 140737003435856 140016373245480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 325.22
Current children cumulated vsize (KiB) 9625040

[startup+324.101 s]
/proc/loadavg: 2.27 2.98 3.53 3/213 23960
/proc/meminfo: memFree=28126168/32872528 swapFree=1526624/1696276
[pid=23929] ppid=23923 vsize=9691604 CPUtime=325.32 cores=1,3,5,7
/proc/23929/stat : 23929 (java) S 23923 23929 14900 0 -1 4202496 22607 0 1 0 32519 13 0 0 20 0 19 0 10071061 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140737003426992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23929/statm: 2422901 48032 2278 9 0 2413578 0
[pid=23929/tid=23930] ppid=23923 vsize=9691604 CPUtime=324.04 cores=1,3,5,7
/proc/23929/task/23930/stat : 23930 (java) S 23923 23929 14900 0 -1 4202560 2486 0 1 0 32395 9 0 0 20 0 19 0 10071062 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016557925080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23929/tid=23932] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23932/stat : 23932 (java) S 23923 23929 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10071062 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016546986920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23933] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23933/stat : 23933 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016545934376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23929/tid=23934] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23934/stat : 23934 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016544881320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23929/tid=23935] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23935/stat : 23935 (java) S 23923 23929 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10071062 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016543828776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23936] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23936/stat : 23936 (java) S 23923 23929 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10071062 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016542775720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23937] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23937/stat : 23937 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071062 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016541723176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23938] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23938/stat : 23938 (java) S 23923 23929 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10071062 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016540670120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23939] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23939/stat : 23939 (java) S 23923 23929 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10071062 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016539617576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23945] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23945/stat : 23945 (java) S 23923 23929 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10071063 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016381668200 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23946] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23946/stat : 23946 (java) S 23923 23929 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10071064 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016380614520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23947] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23947/stat : 23947 (java) S 23923 23929 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10071064 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016379561352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23948] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23948/stat : 23948 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016378510096 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23949] ppid=23923 vsize=9691604 CPUtime=0.62 cores=1,3,5,7
/proc/23929/task/23949/stat : 23949 (java) S 23923 23929 14900 0 -1 4202560 9628 0 0 0 60 2 0 0 20 0 19 0 10071066 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016377456952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23929/tid=23950] ppid=23923 vsize=9691604 CPUtime=0.53 cores=1,3,5,7
/proc/23929/task/23950/stat : 23950 (java) R 23923 23929 14900 0 -1 4202560 9140 0 0 0 51 2 0 0 20 0 19 0 10071066 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016376404248 140016560511347 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23951] ppid=23923 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/23929/task/23951/stat : 23951 (java) S 23923 23929 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10071066 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016375351544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23929/tid=23952] ppid=23923 vsize=9691604 CPUtime=0.08 cores=1,3,5,7
/proc/23929/task/23952/stat : 23952 (java) S 23923 23929 14900 0 -1 4202560 20 0 0 0 4 4 0 0 20 0 19 0 10071066 9924202496 48032 33554432000 1073741824 1073778376 140737003435856 140016374299208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 325.32
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 324.117
CPU time (s): 325.454
CPU user time (s): 325.203
CPU system time (s): 0.250961
CPU usage (%): 100.412
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 325.203
system time used= 0.250961
maximum resident set size= 192168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22620
page faults= 1
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7110
involuntary context switches= 717

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58576 second user time and 1.73074 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 20:14:28
IDJOB=4120182
IDBENCH=109749
IDSOLVER=2546
FILE ID=node125/4120182-1467310468
RUNJOBID= node125-1467310468-23888
PBS_JOBID= 20005253
Free space on /tmp= 71740 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-n94-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-4120182-1467310468/watcher-4120182-1467310468 -o /tmp/evaluation-result-4120182-1467310468/solver-4120182-1467310468 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120182-1467310468.opb

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

MD5SUM BENCH= 4dfe87870f92df13c946ef185db97497
RANDOM SEED=1649441293

node125.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.282
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.56
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.282
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.282
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.282
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.56
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.282
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.282
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.282
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.282
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:        28477260 kB
Buffers:          137820 kB
Cached:          1799268 kB
SwapCached:            0 kB
Active:           274372 kB
Inactive:        1680520 kB
Active(anon):      20480 kB
Inactive(anon):        0 kB
Active(file):     253892 kB
Inactive(file):  1680520 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1288 kB
Writeback:             0 kB
AnonPages:       1779424 kB
Mapped:            13376 kB
Shmem:               204 kB
Slab:             610656 kB
SReclaimable:      54268 kB
SUnreclaim:       556388 kB
KernelStack:        1768 kB
PageTables:         6892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1809352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node125 at 2016-06-30 20:19:53