Trace number 4121283

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 Res+CP PB16UNSAT 284.853 141.351

General information on the benchmark

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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4121283-1467309164.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.17	c ... done. Wall clock time 0.058s.
0.11/0.17	c declared #vars     129
0.11/0.17	c #constraints  344
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 344
0.11/0.18	c 344 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 344
0.11/0.18	c 344 constraints processed.
1.39/0.58	c cleaning 2500 clauses out of 5001 with flag 22524/5001
2.18/0.74	c cleaning 0 clauses out of 5001 with flag 0/5001
2.58/0.81	c cleaning 4246 clauses out of 8500 with flag 51117/11000
3.08/1.01	c cleaning 0 clauses out of 11000 with flag 0/11000
3.08/1.06	c cleaning 5627 clauses out of 11255 with flag 85213/18001
4.02/1.34	c cleaning 0 clauses out of 18001 with flag 0/18001
4.36/1.41	c cleaning 6810 clauses out of 13627 with flag 122826/26000
5.25/1.73	c cleaning 0 clauses out of 26001 with flag 0/26001
5.25/1.79	c cleaning 7909 clauses out of 15818 with flag 162309/35001
6.31/2.23	c cleaning 0 clauses out of 35001 with flag 0/35001
6.31/2.27	c cleaning 8951 clauses out of 17909 with flag 206817/45001
7.30/2.74	c cleaning 0 clauses out of 45000 with flag 0/45000
7.50/2.87	c cleaning 9977 clauses out of 19957 with flag 253465/56000
8.52/3.38	c cleaning 0 clauses out of 56000 with flag 0/56000
8.94/3.59	c cleaning 10988 clauses out of 21980 with flag 308264/68000
9.96/4.01	c cleaning 0 clauses out of 68001 with flag 0/68001
10.77/4.46	c cleaning 11991 clauses out of 23992 with flag 367971/81000
11.55/4.80	c cleaning 0 clauses out of 81000 with flag 0/81000
12.96/5.57	c cleaning 12997 clauses out of 26002 with flag 427389/95001
13.20/5.69	c cleaning 0 clauses out of 95001 with flag 0/95001
14.98/6.60	c cleaning 0 clauses out of 110001 with flag 0/110001
15.78/6.94	c cleaning 13997 clauses out of 28004 with flag 490862/110000
17.83/7.93	c cleaning 0 clauses out of 126000 with flag 0/126000
18.83/8.47	c cleaning 14999 clauses out of 30009 with flag 566577/126002
20.43/9.23	c cleaning 0 clauses out of 143000 with flag 0/143000
22.83/10.42	c cleaning 0 clauses out of 161000 with flag 0/161000
23.03/10.55	c cleaning 16001 clauses out of 32009 with flag 644950/143001
26.88/12.40	c cleaning 0 clauses out of 180001 with flag 0/180001
27.69/12.86	c cleaning 17002 clauses out of 34008 with flag 725665/161001
30.08/14.07	c cleaning 0 clauses out of 200001 with flag 0/200001
32.90/15.42	c cleaning 17999 clauses out of 36005 with flag 812768/180000
33.93/15.96	c cleaning 0 clauses out of 221000 with flag 0/221000
37.72/17.84	c cleaning 0 clauses out of 243001 with flag 0/243001
38.73/18.33	c cleaning 19001 clauses out of 38006 with flag 903735/200000
43.72/20.84	c cleaning 0 clauses out of 266000 with flag 0/266000
45.12/21.50	c cleaning 19996 clauses out of 40006 with flag 998249/221001
50.54/24.26	c cleaning 0 clauses out of 290001 with flag 0/290001
51.33/24.65	c cleaning 21002 clauses out of 42009 with flag 1099062/243000
57.22/27.52	c cleaning 0 clauses out of 315001 with flag 0/315001
58.21/28.05	c cleaning 21993 clauses out of 44008 with flag 1198746/266001
65.40/31.61	c cleaning 0 clauses out of 341000 with flag 0/341000
66.22/32.03	c cleaning 23004 clauses out of 46014 with flag 1308810/290000
74.60/36.25	c cleaning 24002 clauses out of 48011 with flag 1424808/315001
77.81/37.80	c cleaning 0 clauses out of 368001 with flag 0/368001
83.49/40.66	c cleaning 25000 clauses out of 50009 with flag 1542862/341001
92.89/45.32	c cleaning 25998 clauses out of 52008 with flag 1663293/368000
97.28/47.37	c cleaning 0 clauses out of 396001 with flag 0/396001
103.06/50.27	c cleaning 27003 clauses out of 54011 with flag 1792578/396001
107.67/52.51	c cleaning 0 clauses out of 425001 with flag 0/425001
114.89/56.14	c cleaning 27999 clauses out of 56008 with flag 1922164/425001
117.46/57.45	c cleaning 0 clauses out of 455000 with flag 0/455000
125.47/61.45	c cleaning 28999 clauses out of 58008 with flag 2059887/455000
127.47/62.48	c cleaning 0 clauses out of 486000 with flag 0/486000
136.07/66.72	c cleaning 29999 clauses out of 60010 with flag 2202273/486001
142.60/69.94	c cleaning 0 clauses out of 518001 with flag 0/518001
148.59/72.95	c cleaning 31005 clauses out of 62010 with flag 2345799/518000
163.80/80.53	c cleaning 32001 clauses out of 64007 with flag 2499290/551002
167.19/82.27	c cleaning 0 clauses out of 551001 with flag 0/551001
182.19/89.75	c cleaning 32996 clauses out of 66004 with flag 2652547/585000
200.59/98.91	c cleaning 34000 clauses out of 68008 with flag 2806618/620000
213.21/105.21	c cleaning 0 clauses out of 584999 with flag 0/585000
220.00/108.66	c cleaning 34998 clauses out of 70008 with flag 2971221/656000
240.20/118.70	c cleaning 36003 clauses out of 72011 with flag 3129184/693001
263.71/130.42	c cleaning 37003 clauses out of 74008 with flag 3301174/731001
263.91/130.50	c cleaning 0 clauses out of 620000 with flag 0/620001
282.91/140.08	c cleaning 37998 clauses out of 76004 with flag 3481975/770000
284.52/140.83	c And the winner is solver1
284.62/141.24	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
284.62/141.24	c starts		: 204
284.62/141.24	c conflicts		: 775375
284.62/141.24	c decisions		: 919077
284.62/141.24	c propagations		: 5779941
284.62/141.24	c inspects		: 3318611563
284.62/141.24	c shortcuts		: 0
284.62/141.24	c learnt literals	: 0
284.62/141.24	c learnt binary clauses	: 0
284.62/141.24	c learnt ternary clauses	: 5
284.62/141.24	c learnt constraints	: 775375
284.62/141.24	c ignored constraints	: 0
284.62/141.24	c root simplifications	: 0
284.62/141.24	c removed literals (reason simplification)	: 3595512
284.62/141.24	c reason swapping (by a shorter reason)	: 0
284.62/141.24	c Calls to reduceDB	: 35
284.62/141.24	c Number of update (reduction) of LBD	: 122789
284.62/141.24	c Imported unit clauses	: 0
284.62/141.24	c number of reductions to clauses (during analyze)	: 0
284.62/141.24	c number of learned constraints concerned by reduction	: 0
284.62/141.24	c number of learning phase by resolution	: 0
284.62/141.24	c number of learning phase by cutting planes	: 0
284.62/141.24	c speed (assignments/second)	: 40974.76269131794
284.62/141.24	c non guided choices	399
284.62/141.26	c learnt constraints type 
284.62/141.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 43381
284.62/141.26	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
284.62/141.26	c starts		: 153
284.62/141.26	c conflicts		: 631840
284.62/141.26	c decisions		: 820155
284.62/141.26	c propagations		: 3561884
284.62/141.26	c inspects		: 1222076362
284.62/141.26	c shortcuts		: 0
284.62/141.26	c learnt literals	: 1
284.62/141.26	c learnt binary clauses	: 3
284.62/141.26	c learnt ternary clauses	: 8
284.62/141.26	c learnt constraints	: 631838
284.62/141.26	c ignored constraints	: 0
284.62/141.26	c root simplifications	: 0
284.62/141.26	c removed literals (reason simplification)	: 0
284.62/141.26	c reason swapping (by a shorter reason)	: 0
284.62/141.26	c Calls to reduceDB	: 31
284.62/141.26	c Number of update (reduction) of LBD	: 0
284.62/141.26	c Imported unit clauses	: 0
284.62/141.26	c number of reductions to clauses (during analyze)	: 0
284.62/141.26	c number of learned constraints concerned by reduction	: 0
284.62/141.26	c number of learning phase by resolution	: 0
284.62/141.26	c number of learning phase by cutting planes	: 0
284.62/141.26	c speed (assignments/second)	: 25246.727103903377
284.62/141.26	c non guided choices	152
284.72/141.34	c learnt constraints type 
284.72/141.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 631835
284.72/141.34	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 3
284.72/141.34	s UNSATISFIABLE
284.72/141.34	c Total wall clock time (in seconds): 141.226

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

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

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


[startup+0 s]
/proc/loadavg: 4.11 4.13 3.22 4/197 18926
/proc/meminfo: memFree=27292348/32872528 swapFree=1526624/1696276
[pid=18926] ppid=18923 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18926/stat : 18926 (java) S 18923 18926 14900 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 9940656 98570240 978 33554432000 1073741824 1073778376 140734795713744 140734795704880 270710898749 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18926/statm: 24065 978 744 9 0 16771 0
[pid=18926/tid=18927] ppid=18923 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18927/stat : 18927 (java) R 18923 18926 14900 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 9940657 98570240 978 33554432000 1073741824 1073778376 140734795713744 140075698814504 270707541376 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 4.11 4.13 3.22 4/197 18926
/proc/meminfo: memFree=27292348/32872528 swapFree=1526624/1696276
[pid=18926] ppid=18923 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/18926/stat : 18926 (java) S 18923 18926 14900 0 -1 4202496 4429 0 1 0 10 1 0 0 20 0 18 0 9940656 9787879424 6065 33554432000 1073741824 1073778376 140734795713744 140734795704880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18926/statm: 2389619 6065 2138 9 0 2380296 0
[pid=18926/tid=18927] ppid=18923 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/18926/task/18927/stat : 18927 (java) R 18923 18926 14900 0 -1 4202560 2385 0 1 0 8 0 0 0 20 0 18 0 9940657 9787879424 6065 33554432000 1073741824 1073778376 140734795713744 140075698817952 140075706696051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 4.11 4.13 3.22 4/197 18926
/proc/meminfo: memFree=27292348/32872528 swapFree=1526624/1696276
[pid=18926] ppid=18923 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/18926/stat : 18926 (java) S 18923 18926 14900 0 -1 4202496 4708 0 1 0 25 1 0 0 20 0 22 0 9940656 10060525568 7853 33554432000 1073741824 1073778376 140734795713744 140734795704880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18926/statm: 2456183 7853 2216 9 0 2446860 0
[pid=18926/tid=18927] ppid=18923 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18926/task/18927/stat : 18927 (java) S 18923 18926 14900 0 -1 4202560 2412 0 1 0 16 0 0 0 20 0 22 0 9940657 10060525568 7853 33554432000 1073741824 1073778376 140734795713744 140075698819960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300252 s]
/proc/loadavg: 4.11 4.13 3.22 4/197 18926
/proc/meminfo: memFree=27292348/32872528 swapFree=1526624/1696276
[pid=18926] ppid=18923 vsize=9825144 CPUtime=0.66 cores=0,2,4,6
/proc/18926/stat : 18926 (java) S 18923 18926 14900 0 -1 4202496 7666 0 1 0 64 2 0 0 20 0 22 0 9940656 10060947456 9948 33554432000 1073741824 1073778376 140734795713744 140734795704880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18926/statm: 2456286 9948 2246 9 0 2446963 0
[pid=18926/tid=18927] ppid=18923 vsize=9825144 CPUtime=0.16 cores=0,2,4,6
/proc/18926/task/18927/stat : 18927 (java) S 18923 18926 14900 0 -1 4202560 2412 0 1 0 16 0 0 0 20 0 22 0 9940657 10060947456 9948 33554432000 1073741824 1073778376 140734795713744 140075698819960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9825144

[startup+0.70022 s]
/proc/loadavg: 4.11 4.13 3.22 4/197 18926
/proc/meminfo: memFree=27292348/32872528 swapFree=1526624/1696276
[pid=18926] ppid=18923 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/18926/stat : 18926 (java) S 18923 18926 14900 0 -1 4202496 19236 0 1 0 213 5 0 0 20 0 22 0 9940656 10060525568 29262 33554432000 1073741824 1073778376 140734795713744 140734795704880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18926/statm: 2456183 29289 2261 9 0 2446860 0
[pid=18926/tid=18927] ppid=18923 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18926/task/18927/stat : 18927 (java) S 18923 18926 14900 0 -1 4202560 2412 0 1 0 16 0 0 0 20 0 22 0 9940657 10060525568 29308 33554432000 1073741824 1073778376 140734795713744 140075698819960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.11 4.13 3.22 4/216 18948
/proc/meminfo: memFree=27109872/32872528 swapFree=1526624/1696276
[pid=18926] ppid=18923 vsize=9824732 CPUtime=4.66 cores=0,2,4,6
/proc/18926/stat : 18926 (java) S 18923 18926 14900 0 -1 4202496 25270 0 1 0 458 8 0 0 20 0 22 0 9940656 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140734795704880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18926/statm: 2456183 49944 2275 9 0 2446860 0
[pid=18926/tid=18927] ppid=18923 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18926/task/18927/stat : 18927 (java) S 18923 18926 14900 0 -1 4202560 2412 0 1 0 16 0 0 0 20 0 22 0 9940657 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075698819960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18929] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18929/stat : 18929 (java) S 18923 18926 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075671271720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18930] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18930/stat : 18930 (java) S 18923 18926 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075670218920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18931] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18931/stat : 18931 (java) S 18923 18926 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075669166632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18932] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18932/stat : 18932 (java) S 18923 18926 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075668113832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18933] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18933/stat : 18933 (java) S 18923 18926 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075667061544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18934] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18934/stat : 18934 (java) S 18923 18926 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075666008744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18935] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18935/stat : 18935 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075664956456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18936] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18936/stat : 18936 (java) S 18923 18926 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075663903656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18937] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18937/stat : 18937 (java) S 18923 18926 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 9940658 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075052542184 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18938] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18938/stat : 18938 (java) S 18923 18926 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9940659 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075051488248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18939] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18939/stat : 18939 (java) S 18923 18926 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 9940659 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075050435848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18940] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18940/stat : 18940 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940661 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075049384336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18941] ppid=18923 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/18926/task/18941/stat : 18941 (java) S 18923 18926 14900 0 -1 4202560 8327 0 0 0 70 2 0 0 20 0 22 0 9940661 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075048331960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18942] ppid=18923 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/18926/task/18942/stat : 18942 (java) R 18923 18926 14900 0 -1 4202560 13097 0 0 0 113 2 0 0 20 0 22 0 9940661 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075047265000 140075704846223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18943] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18943/stat : 18943 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940661 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075046227064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18944] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18944/stat : 18944 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940661 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075045174472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18945] ppid=18923 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/18926/task/18945/stat : 18945 (java) R 18923 18926 14900 0 -1 4202560 26 0 0 0 129 0 0 0 20 0 22 0 9940674 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075044116992 140075543745584 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18946] ppid=18923 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/18926/task/18946/stat : 18946 (java) R 18923 18926 14900 0 -1 4202560 89 0 0 0 122 2 0 0 20 0 22 0 9940674 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075043064824 140075543566290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18947] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18947/stat : 18947 (java) S 18923 18926 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9940674 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075042014376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18948] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18948/stat : 18948 (java) S 18923 18926 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9940674 10060525568 49944 33554432000 1073741824 1073778376 140734795713744 140075040961576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 4.11 4.13 3.22 7/219 19016
/proc/meminfo: memFree=28169808/32872528 swapFree=1526624/1696276
[pid=18926] ppid=18923 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/18926/stat : 18926 (java) S 18923 18926 14900 0 -1 4202496 26463 0 1 0 801 9 0 0 20 0 22 0 9940656 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140734795704880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18926/statm: 2456183 52147 2275 9 0 2446860 0
[pid=18926/tid=18927] ppid=18923 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18926/task/18927/stat : 18927 (java) S 18923 18926 14900 0 -1 4202560 2412 0 1 0 16 0 0 0 20 0 22 0 9940657 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075698819960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18929] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18929/stat : 18929 (java) S 18923 18926 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075671271720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18930] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18930/stat : 18930 (java) S 18923 18926 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075670218920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18931] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18931/stat : 18931 (java) S 18923 18926 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075669166632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18932] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18932/stat : 18932 (java) S 18923 18926 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075668113832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18933] ppid=18923 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18926/task/18933/stat : 18933 (java) S 18923 18926 14900 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 9940657 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075667061544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18934] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18934/stat : 18934 (java) S 18923 18926 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075666008744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18935] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18935/stat : 18935 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075664956456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18936] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18936/stat : 18936 (java) S 18923 18926 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 9940657 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075663903656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18937] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18937/stat : 18937 (java) S 18923 18926 14900 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 9940658 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075052542184 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18938] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18938/stat : 18938 (java) S 18923 18926 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9940659 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075051488248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18939] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18939/stat : 18939 (java) S 18923 18926 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 9940659 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075050435848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18940] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18940/stat : 18940 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940661 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075049384336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18941] ppid=18923 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/18926/task/18941/stat : 18941 (java) S 18923 18926 14900 0 -1 4202560 8327 0 0 0 70 2 0 0 20 0 22 0 9940661 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075048331960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18942] ppid=18923 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/18926/task/18942/stat : 18942 (java) S 18923 18926 14900 0 -1 4202560 14206 0 0 0 136 2 0 0 20 0 22 0 9940661 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075047279160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18943] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18943/stat : 18943 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940661 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075046227064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18944] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18944/stat : 18944 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940661 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075045174472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18945] ppid=18923 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/18926/task/18945/stat : 18945 (java) R 18923 18926 14900 0 -1 4202560 27 0 0 0 286 0 0 0 20 0 22 0 9940674 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075044116968 140075543921343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18946] ppid=18923 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/18926/task/18946/stat : 18946 (java) R 18923 18926 14900 0 -1 4202560 90 0 0 0 280 2 0 0 20 0 22 0 9940674 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075043057296 140075543557266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18947] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18947/stat : 18947 (java) S 18923 18926 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9940674 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075042014376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18948] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18948/stat : 18948 (java) S 18923 18926 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9940674 10060525568 52147 33554432000 1073741824 1073778376 140734795713744 140075040961576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.10 4.13 3.23 5/219 19084
/proc/meminfo: memFree=27966508/32872528 swapFree=1526624/1696276
[pid=18926] ppid=18923 vsize=9824732 CPUtime=14.58 cores=0,2,4,6
/proc/18926/stat : 18926 (java) S 18923 18926 14900 0 -1 4202496 26820 0 1 0 1441 17 0 0 20 0 22 0 9940656 10060525568 85209 33554432000 1073741824 1073778376 140734795713744 140734795704880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18926/statm: 2456183 85209 2275 9 0 2446860 0
[pid=18926/tid=18927] ppid=18923 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18926/task/18927/stat : 18927 (java) S 18923 18926 14900 0 -1 4202560 2412 0 1 0 16 0 0 0 20 0 22 0 9940657 10060525568 85209 33554432000 1073741824 1073778376 140734795713744 140075698819960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18929] ppid=18923 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18926/task/18929/stat : 18929 (java) S 18923 18926 14900 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 22 0 9940657 10060525568 85209 33554432000 1073741824 1073778376 140734795713744 140075671271720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18930] ppid=18923 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18926/task/18930/stat : 18930 (java) S 18923 18926 14900 0 -1 4202560 49 0 0 0 4 0 0 0 20 0 22 0 9940657 10060525568 85209 33554432000 1073741824 1073778376 140734795713744 140075670218920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18931] ppid=18923 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18926/task/18931/stat : 18931 (java) S 18923 18926 14900 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 9940657 10060525568 85209 33554432000 1073741824 1073778376 140734795713744 140075669166632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18932] ppid=18923 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18926/task/18932/stat : 18932 (java) S 18923 18926 14900 0 -1 4202560 55 0 0 0 3 0 0 0 20 0 22 0 9940657 10060525568 85209 33554432000 1073741824 1073778376 140734795713744 140075668113832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18933] ppid=18923 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18926/task/18933/stat : 18933 (java) S 18923 18926 14900 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 9940657 10060525568 85209 33554432000 1073741824 1073778376 140734795713744 140075667061544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18934] ppid=18923 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18926/task/18934/stat : 18934 (java) S 18923 18926 14900 0 -1 4202560 56 0 0 0 3 0 0 0 20 0 22 0 9940657 10060525568 85209 33554432000 1073741824 1073778376 140734795713744 140075666008744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18935] ppid=18923 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18926/task/18935/stat : 18935 (java) S 18923 18926 14900 0 -1 4202560 12 0 0 0 1 1 0 0 20 0 22 0 9940657 10060525568 85209 33554432000 1073741824 1073778376 140734795713744 140075664956456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18936] ppid=18923 vsize=9824732 CPUtime=0.02 cores=0,2,4,6

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

[pid=18926/tid=18936] ppid=18923 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/18926/task/18936/stat : 18936 (java) S 18923 18926 14900 0 -1 4202560 166 0 0 0 11 3 0 0 20 0 22 0 9940657 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075663903656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18937] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18937/stat : 18937 (java) S 18923 18926 14900 0 -1 4202560 597 0 0 0 0 0 0 0 20 0 22 0 9940658 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075052542184 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18938] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18938/stat : 18938 (java) S 18923 18926 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9940659 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075051488248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18939] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18939/stat : 18939 (java) S 18923 18926 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 9940659 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075050435848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18940] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18940/stat : 18940 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940661 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075049384336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18941] ppid=18923 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/18926/task/18941/stat : 18941 (java) S 18923 18926 14900 0 -1 4202560 9452 0 0 0 102 2 0 0 20 0 22 0 9940661 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075048331960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18942] ppid=18923 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/18926/task/18942/stat : 18942 (java) S 18923 18926 14900 0 -1 4202560 15514 0 0 0 160 3 0 0 20 0 22 0 9940661 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075047279160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18943] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18943/stat : 18943 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940661 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075046227064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18944] ppid=18923 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18926/task/18944/stat : 18944 (java) S 18923 18926 14900 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 22 0 9940661 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075045174472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18945] ppid=18923 vsize=9824732 CPUtime=139.36 cores=0,2,4,6
/proc/18926/task/18945/stat : 18945 (java) R 18923 18926 14900 0 -1 4202560 65 0 0 0 13931 5 0 0 20 0 22 0 9940674 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075044110096 140075544322034 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18946] ppid=18923 vsize=9824732 CPUtime=139.3 cores=0,2,4,6
/proc/18926/task/18946/stat : 18946 (java) R 18923 18926 14900 0 -1 4202560 972 0 0 0 13912 18 0 0 20 0 22 0 9940674 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075043057296 140075543921343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18947] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18947/stat : 18947 (java) S 18923 18926 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9940674 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075042014376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18948] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18948/stat : 18948 (java) S 18923 18926 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9940674 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075040961576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.91
Current children cumulated vsize (KiB) 9824732

[startup+140.801 s]
/proc/loadavg: 4.29 4.19 3.37 5/219 19086
/proc/meminfo: memFree=26547648/32872528 swapFree=1526624/1696276
[pid=18926] ppid=18923 vsize=9824732 CPUtime=284.52 cores=0,2,4,6
/proc/18926/stat : 18926 (java) S 18923 18926 14900 0 -1 4202496 31310 0 1 0 28401 51 0 0 20 0 22 0 9940656 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140734795704880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18926/statm: 2456183 368938 2276 9 0 2446860 0
[pid=18926/tid=18927] ppid=18923 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18926/task/18927/stat : 18927 (java) S 18923 18926 14900 0 -1 4202560 2418 0 1 0 16 0 0 0 20 0 22 0 9940657 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075698819960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18929] ppid=18923 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/18926/task/18929/stat : 18929 (java) S 18923 18926 14900 0 -1 4202560 131 0 0 0 9 3 0 0 20 0 22 0 9940657 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075671271720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18930] ppid=18923 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/18926/task/18930/stat : 18930 (java) S 18923 18926 14900 0 -1 4202560 99 0 0 0 10 3 0 0 20 0 22 0 9940657 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075670218920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18931] ppid=18923 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18926/task/18931/stat : 18931 (java) S 18923 18926 14900 0 -1 4202560 113 0 0 0 12 3 0 0 20 0 22 0 9940657 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075669166632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18932] ppid=18923 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18926/task/18932/stat : 18932 (java) S 18923 18926 14900 0 -1 4202560 138 0 0 0 11 4 0 0 20 0 22 0 9940657 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075668113832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18933] ppid=18923 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18926/task/18933/stat : 18933 (java) S 18923 18926 14900 0 -1 4202560 99 0 0 0 13 2 0 0 20 0 22 0 9940657 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075667061544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18934] ppid=18923 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/18926/task/18934/stat : 18934 (java) S 18923 18926 14900 0 -1 4202560 123 0 0 0 10 3 0 0 20 0 22 0 9940657 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075666008744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18935] ppid=18923 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/18926/task/18935/stat : 18935 (java) S 18923 18926 14900 0 -1 4202560 148 0 0 0 18 5 0 0 20 0 22 0 9940657 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075664956456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18936] ppid=18923 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/18926/task/18936/stat : 18936 (java) S 18923 18926 14900 0 -1 4202560 166 0 0 0 11 3 0 0 20 0 22 0 9940657 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075663903656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18937] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18937/stat : 18937 (java) S 18923 18926 14900 0 -1 4202560 597 0 0 0 0 0 0 0 20 0 22 0 9940658 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075052542184 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18938] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18938/stat : 18938 (java) S 18923 18926 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9940659 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075051488248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18939] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18939/stat : 18939 (java) S 18923 18926 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 9940659 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075050435848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18940] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18940/stat : 18940 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940661 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075049384336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18941] ppid=18923 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/18926/task/18941/stat : 18941 (java) S 18923 18926 14900 0 -1 4202560 9452 0 0 0 102 2 0 0 20 0 22 0 9940661 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075048331960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18942] ppid=18923 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/18926/task/18942/stat : 18942 (java) S 18923 18926 14900 0 -1 4202560 15514 0 0 0 160 3 0 0 20 0 22 0 9940661 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075047279160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18943] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18943/stat : 18943 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9940661 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075046227064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18944] ppid=18923 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18926/task/18944/stat : 18944 (java) S 18923 18926 14900 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 22 0 9940661 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075045174472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18945] ppid=18923 vsize=9824732 CPUtime=140.17 cores=0,2,4,6
/proc/18926/task/18945/stat : 18945 (java) R 18923 18926 14900 0 -1 4202560 65 0 0 0 14012 5 0 0 20 0 22 0 9940674 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075044110096 140075543921343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18946] ppid=18923 vsize=9824732 CPUtime=140.11 cores=0,2,4,6
/proc/18926/task/18946/stat : 18946 (java) R 18923 18926 14900 0 -1 4202560 972 0 0 0 13993 18 0 0 20 0 22 0 9940674 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075043057296 140075543878265 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18947] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18947/stat : 18947 (java) S 18923 18926 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9940674 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075042014376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18948] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18948/stat : 18948 (java) S 18923 18926 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9940674 10060525568 368938 33554432000 1073741824 1073778376 140734795713744 140075040961576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 284.52
Current children cumulated vsize (KiB) 9824732

[startup+141.201 s]
/proc/loadavg: 4.29 4.19 3.37 5/219 19086
/proc/meminfo: memFree=26547648/32872528 swapFree=1526624/1696276
[pid=18926] ppid=18923 vsize=9824732 CPUtime=284.62 cores=0,2,4,6
/proc/18926/stat : 18926 (java) S 18923 18926 14900 0 -1 4202496 31312 0 1 0 28404 58 0 0 20 0 19 0 9940656 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140734795704880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18926/statm: 2456183 368923 2277 9 0 2446860 0
[pid=18926/tid=18927] ppid=18923 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18926/task/18927/stat : 18927 (java) S 18923 18926 14900 0 -1 4202560 2418 0 1 0 16 0 0 0 20 0 19 0 9940657 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075698819960 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18929] ppid=18923 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/18926/task/18929/stat : 18929 (java) S 18923 18926 14900 0 -1 4202560 131 0 0 0 9 3 0 0 20 0 19 0 9940657 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075671271720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18930] ppid=18923 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/18926/task/18930/stat : 18930 (java) S 18923 18926 14900 0 -1 4202560 99 0 0 0 10 3 0 0 20 0 19 0 9940657 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075670218920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18931] ppid=18923 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18926/task/18931/stat : 18931 (java) S 18923 18926 14900 0 -1 4202560 113 0 0 0 12 3 0 0 20 0 19 0 9940657 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075669166632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18932] ppid=18923 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18926/task/18932/stat : 18932 (java) S 18923 18926 14900 0 -1 4202560 138 0 0 0 11 4 0 0 20 0 19 0 9940657 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075668113832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18933] ppid=18923 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18926/task/18933/stat : 18933 (java) S 18923 18926 14900 0 -1 4202560 99 0 0 0 13 2 0 0 20 0 19 0 9940657 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075667061544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18934] ppid=18923 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/18926/task/18934/stat : 18934 (java) S 18923 18926 14900 0 -1 4202560 123 0 0 0 10 3 0 0 20 0 19 0 9940657 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075666008744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18935] ppid=18923 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/18926/task/18935/stat : 18935 (java) S 18923 18926 14900 0 -1 4202560 148 0 0 0 18 5 0 0 20 0 19 0 9940657 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075664956456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18936] ppid=18923 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/18926/task/18936/stat : 18936 (java) S 18923 18926 14900 0 -1 4202560 166 0 0 0 11 3 0 0 20 0 19 0 9940657 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075663903656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18937] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18937/stat : 18937 (java) S 18923 18926 14900 0 -1 4202560 597 0 0 0 0 0 0 0 20 0 19 0 9940658 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075052542184 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18938] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18938/stat : 18938 (java) S 18923 18926 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9940659 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075051488248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18939] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18939/stat : 18939 (java) S 18923 18926 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9940659 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075050435848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18940] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18940/stat : 18940 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9940661 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075049384336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18941] ppid=18923 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/18926/task/18941/stat : 18941 (java) S 18923 18926 14900 0 -1 4202560 9452 0 0 0 102 2 0 0 20 0 19 0 9940661 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075048331960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18942] ppid=18923 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/18926/task/18942/stat : 18942 (java) S 18923 18926 14900 0 -1 4202560 15514 0 0 0 160 3 0 0 20 0 19 0 9940661 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075047279160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18943] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18943/stat : 18943 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9940661 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075046227064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18944] ppid=18923 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18926/task/18944/stat : 18944 (java) S 18923 18926 14900 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 9940661 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075045174472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18947] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18947/stat : 18947 (java) S 18923 18926 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9940674 10060525568 368923 33554432000 1073741824 1073778376 140734795713744 140075042014376 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 284.62
Current children cumulated vsize (KiB) 9824732

[startup+141.301 s]
/proc/loadavg: 4.29 4.19 3.37 5/219 19086
/proc/meminfo: memFree=26547648/32872528 swapFree=1526624/1696276
[pid=18926] ppid=18923 vsize=9824732 CPUtime=284.72 cores=0,2,4,6
/proc/18926/stat : 18926 (java) S 18923 18926 14900 0 -1 4202496 31327 0 1 0 28414 58 0 0 20 0 19 0 9940656 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140734795704880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18926/statm: 2456183 368934 2287 9 0 2446860 0
[pid=18926/tid=18927] ppid=18923 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18926/task/18927/stat : 18927 (java) S 18923 18926 14900 0 -1 4202560 2418 0 1 0 16 0 0 0 20 0 19 0 9940657 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075698819800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18929] ppid=18923 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/18926/task/18929/stat : 18929 (java) S 18923 18926 14900 0 -1 4202560 131 0 0 0 9 3 0 0 20 0 19 0 9940657 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075671271720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18930] ppid=18923 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/18926/task/18930/stat : 18930 (java) S 18923 18926 14900 0 -1 4202560 99 0 0 0 10 3 0 0 20 0 19 0 9940657 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075670218920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18931] ppid=18923 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18926/task/18931/stat : 18931 (java) S 18923 18926 14900 0 -1 4202560 113 0 0 0 12 3 0 0 20 0 19 0 9940657 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075669166632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18932] ppid=18923 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18926/task/18932/stat : 18932 (java) S 18923 18926 14900 0 -1 4202560 138 0 0 0 11 4 0 0 20 0 19 0 9940657 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075668113832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18933] ppid=18923 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18926/task/18933/stat : 18933 (java) S 18923 18926 14900 0 -1 4202560 99 0 0 0 13 2 0 0 20 0 19 0 9940657 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075667061544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18934] ppid=18923 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/18926/task/18934/stat : 18934 (java) S 18923 18926 14900 0 -1 4202560 123 0 0 0 10 3 0 0 20 0 19 0 9940657 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075666008744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18935] ppid=18923 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/18926/task/18935/stat : 18935 (java) S 18923 18926 14900 0 -1 4202560 148 0 0 0 18 5 0 0 20 0 19 0 9940657 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075664956456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18936] ppid=18923 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/18926/task/18936/stat : 18936 (java) S 18923 18926 14900 0 -1 4202560 166 0 0 0 11 3 0 0 20 0 19 0 9940657 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075663903656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18937] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18937/stat : 18937 (java) S 18923 18926 14900 0 -1 4202560 597 0 0 0 0 0 0 0 20 0 19 0 9940658 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075052542184 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18926/tid=18938] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18938/stat : 18938 (java) S 18923 18926 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9940659 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075051488248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18939] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18939/stat : 18939 (java) S 18923 18926 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9940659 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075050435848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18940] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18940/stat : 18940 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9940661 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075049384336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18941] ppid=18923 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/18926/task/18941/stat : 18941 (java) S 18923 18926 14900 0 -1 4202560 9464 0 0 0 104 2 0 0 20 0 19 0 9940661 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075048331960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18926/tid=18942] ppid=18923 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/18926/task/18942/stat : 18942 (java) S 18923 18926 14900 0 -1 4202560 15514 0 0 0 163 3 0 0 20 0 19 0 9940661 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075047279160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18926/tid=18943] ppid=18923 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18926/task/18943/stat : 18943 (java) S 18923 18926 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9940661 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075046227064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18926/tid=18944] ppid=18923 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18926/task/18944/stat : 18944 (java) S 18923 18926 14900 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 9940661 10060525568 368934 33554432000 1073741824 1073778376 140734795713744 140075045174472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 284.72
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 141.351
CPU time (s): 284.853
CPU user time (s): 284.118
CPU system time (s): 0.734888
CPU usage (%): 201.522
Max. virtual memory (cumulated for all children) (KiB): 9825144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 284.118
system time used= 0.734888
maximum resident set size= 1492664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31329
page faults= 1
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4030
involuntary context switches= 3692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.855869 second user time and 1.19482 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 19:52:44
IDJOB=4121283
IDBENCH=110387
IDSOLVER=2543
FILE ID=node125/4121283-1467309164
RUNJOBID= node125-1467308203-14916
PBS_JOBID= 20005253
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n86-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121283-1467309164/watcher-4121283-1467309164 -o /tmp/evaluation-result-4121283-1467309164/solver-4121283-1467309164 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467308203-14916 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121283-1467309164.opb

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

MD5SUM BENCH= b555fe1efe1ef0e37b5e3517166a1e10
RANDOM SEED=1351737320

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:        27293404 kB
Buffers:          134156 kB
Cached:          1797536 kB
SwapCached:            0 kB
Active:          1462000 kB
Inactive:        1676848 kB
Active(anon):    1209968 kB
Inactive(anon):        0 kB
Active(file):     252032 kB
Inactive(file):  1676848 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       2903348 kB
Mapped:            21448 kB
Shmem:               204 kB
Slab:             609776 kB
SReclaimable:      53172 kB
SUnreclaim:       556604 kB
KernelStack:        1640 kB
PageTables:         9892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3233900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1302528 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 19:55:06