Trace number 4120315

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 562.279 279.338

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-26-1.cnf.gz-plain.pb.metafix.opb
MD5SUM4f0eddf29c026370f51503dc34130451
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 benchmark65.804
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints220
Number of constraints which are clauses220
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.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-4120315-1467308728.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.039s.
0.11/0.15	c declared #vars     105
0.11/0.15	c #constraints  220
0.11/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 220
0.11/0.15	c 220 constraints processed.
0.11/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 220
0.11/0.15	c 220 constraints processed.
1.48/0.59	c cleaning 2495 clauses out of 5001 with flag 34251/5001
2.23/0.74	c cleaning 0 clauses out of 5001 with flag 0/5001
3.02/0.97	c cleaning 4250 clauses out of 8505 with flag 85361/11000
3.58/1.17	c cleaning 0 clauses out of 11003 with flag 0/11003
4.31/1.47	c cleaning 5627 clauses out of 11257 with flag 139406/18002
5.08/1.72	c cleaning 0 clauses out of 18001 with flag 0/18001
5.68/2.09	c cleaning 6809 clauses out of 13628 with flag 204545/26000
6.48/2.42	c cleaning 0 clauses out of 26000 with flag 0/26000
7.48/2.99	c cleaning 7909 clauses out of 15821 with flag 278027/35002
8.51/3.41	c cleaning 0 clauses out of 35000 with flag 0/35000
9.69/4.09	c cleaning 8949 clauses out of 17910 with flag 359960/45000
10.72/4.53	c cleaning 0 clauses out of 45000 with flag 0/45000
12.51/5.42	c cleaning 9975 clauses out of 19961 with flag 447006/56000
13.92/6.18	c cleaning 0 clauses out of 56000 with flag 0/56000
15.52/6.93	c cleaning 10989 clauses out of 21986 with flag 545391/68000
17.94/8.19	c cleaning 0 clauses out of 68002 with flag 0/68002
18.54/8.46	c cleaning 11992 clauses out of 23998 with flag 648949/81001
22.39/10.32	c cleaning 12992 clauses out of 26007 with flag 756375/95002
22.99/10.65	c cleaning 0 clauses out of 81000 with flag 0/81000
27.39/12.86	c cleaning 13998 clauses out of 28014 with flag 865020/110001
28.22/13.30	c cleaning 0 clauses out of 95001 with flag 0/95001
32.83/15.56	c cleaning 15001 clauses out of 30017 with flag 986085/126002
34.24/16.24	c cleaning 0 clauses out of 110000 with flag 0/110000
37.83/18.04	c cleaning 16001 clauses out of 32014 with flag 1104104/143000
43.47/20.81	c cleaning 16999 clauses out of 34013 with flag 1234508/161000
43.68/20.94	c cleaning 0 clauses out of 126000 with flag 0/126000
49.47/23.88	c cleaning 18001 clauses out of 36015 with flag 1367368/180001
53.90/26.03	c cleaning 0 clauses out of 143000 with flag 0/143000
56.50/27.30	c cleaning 19007 clauses out of 38015 with flag 1520028/200002
63.92/31.00	c cleaning 19997 clauses out of 40007 with flag 1674484/221001
65.14/31.69	c cleaning 0 clauses out of 161001 with flag 0/161001
72.36/35.21	c cleaning 21001 clauses out of 42010 with flag 1833677/243001
80.58/39.39	c cleaning 0 clauses out of 180001 with flag 0/180001
81.98/40.04	c cleaning 22002 clauses out of 44012 with flag 2007707/266004
92.42/45.22	c cleaning 22995 clauses out of 46006 with flag 2173157/290000
98.43/48.23	c cleaning 0 clauses out of 200001 with flag 0/200001
104.05/51.08	c cleaning 24005 clauses out of 48011 with flag 2346965/315000
117.27/57.63	c cleaning 24995 clauses out of 50006 with flag 2527002/341000
121.68/59.81	c cleaning 0 clauses out of 221000 with flag 0/221000
131.90/64.98	c cleaning 26001 clauses out of 52012 with flag 2715798/368001
145.53/71.75	c cleaning 0 clauses out of 243000 with flag 0/243000
147.34/72.61	c cleaning 27000 clauses out of 54011 with flag 2913598/396001
164.38/81.14	c cleaning 28001 clauses out of 56011 with flag 3102545/425001
176.20/87.09	c cleaning 0 clauses out of 266001 with flag 0/266001
182.41/90.16	c cleaning 29005 clauses out of 58012 with flag 3315425/455003
199.57/98.62	c cleaning 29997 clauses out of 60006 with flag 3543450/486003
208.40/103.02	c cleaning 0 clauses out of 290000 with flag 0/290000
218.27/107.99	c cleaning 30992 clauses out of 62006 with flag 3769898/518000
238.31/117.94	c cleaning 0 clauses out of 315001 with flag 0/315001
238.51/118.07	c cleaning 32001 clauses out of 64014 with flag 4007041/551000
260.02/128.77	c cleaning 33003 clauses out of 66013 with flag 4249377/585000
280.44/138.96	c cleaning 0 clauses out of 341001 with flag 0/341001
285.26/141.33	c cleaning 34000 clauses out of 68010 with flag 4492023/620000
313.86/155.59	c cleaning 35003 clauses out of 70011 with flag 4743579/656001
320.07/158.65	c cleaning 0 clauses out of 368001 with flag 0/368001
343.74/170.46	c cleaning 36001 clauses out of 72008 with flag 5011714/693001
369.79/183.45	c cleaning 0 clauses out of 396001 with flag 0/396001
375.19/186.19	c cleaning 37001 clauses out of 74006 with flag 5287042/731000
408.97/202.95	c cleaning 37999 clauses out of 76008 with flag 5562261/770003
430.44/213.67	c cleaning 0 clauses out of 425000 with flag 0/425000
444.30/220.51	c cleaning 38994 clauses out of 78006 with flag 5836641/810001
483.89/240.26	c cleaning 39999 clauses out of 80012 with flag 6128230/851001
488.69/242.68	c cleaning 0 clauses out of 455000 with flag 0/455000
523.27/259.89	c cleaning 41005 clauses out of 82011 with flag 6417905/893000
541.52/268.90	c cleaning 0 clauses out of 485999 with flag 0/486000
562.00/279.04	c And the winner is solver0
562.00/279.24	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
562.00/279.24	c starts		: 133
562.00/279.24	c conflicts		: 932633
562.00/279.24	c decisions		: 1117465
562.00/279.24	c propagations		: 16174076
562.00/279.24	c inspects		: 5939774637
562.00/279.24	c shortcuts		: 0
562.00/279.24	c learnt literals	: 19
562.00/279.24	c learnt binary clauses	: 151
562.00/279.24	c learnt ternary clauses	: 790
562.00/279.24	c learnt constraints	: 932613
562.00/279.24	c ignored constraints	: 0
562.00/279.24	c root simplifications	: 0
562.00/279.24	c removed literals (reason simplification)	: 3176103
562.00/279.24	c reason swapping (by a shorter reason)	: 0
562.00/279.24	c Calls to reduceDB	: 38
562.00/279.24	c Number of update (reduction) of LBD	: 312367
562.00/279.24	c Imported unit clauses	: 0
562.00/279.24	c number of reductions to clauses (during analyze)	: 0
562.00/279.24	c number of learned constraints concerned by reduction	: 0
562.00/279.24	c number of learning phase by resolution	: 0
562.00/279.24	c number of learning phase by cutting planes	: 0
562.00/279.24	c speed (assignments/second)	: 57953.11173138318
562.00/279.24	c non guided choices	28
562.00/279.28	c learnt constraints type 
562.00/279.28	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 151
562.00/279.28	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80471
562.00/279.28	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
562.00/279.28	c starts		: 151
562.00/279.28	c conflicts		: 496321
562.00/279.28	c decisions		: 566047
562.00/279.28	c propagations		: 8419125
562.00/279.28	c inspects		: 2797010548
562.00/279.28	c shortcuts		: 0
562.00/279.28	c learnt literals	: 1
562.00/279.28	c learnt binary clauses	: 4
562.00/279.28	c learnt ternary clauses	: 35
562.00/279.28	c learnt constraints	: 496319
562.00/279.28	c ignored constraints	: 0
562.00/279.28	c root simplifications	: 0
562.00/279.28	c removed literals (reason simplification)	: 0
562.00/279.28	c reason swapping (by a shorter reason)	: 0
562.00/279.28	c Calls to reduceDB	: 27
562.00/279.28	c Number of update (reduction) of LBD	: 0
562.00/279.28	c Imported unit clauses	: 0
562.00/279.28	c number of reductions to clauses (during analyze)	: 0
562.00/279.28	c number of learned constraints concerned by reduction	: 0
562.00/279.28	c number of learning phase by resolution	: 0
562.00/279.28	c number of learning phase by cutting planes	: 0
562.00/279.28	c speed (assignments/second)	: 30162.56157635468
562.00/279.28	c non guided choices	24
562.08/279.33	c learnt constraints type 
562.08/279.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 496315
562.08/279.33	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 4
562.08/279.33	s UNSATISFIABLE
562.08/279.33	c Total wall clock time (in seconds): 279.222

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-4120315-1467308728/watcher-4120315-1467308728 -o /tmp/evaluation-result-4120315-1467308728/solver-4120315-1467308728 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13228 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4120315-1467308728.opb 

pid=13343
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: 1.22 1.75 1.34 5/261 13346
/proc/meminfo: memFree=31046736/32872528 swapFree=189444/189444
[pid=13346] ppid=13343 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/13346/stat : 13346 (java) S 13343 13346 13211 0 -1 4202496 1299 0 0 0 0 0 0 0 20 0 2 0 11979362 96370688 931 33554432000 1073741824 1073778376 140735935624368 140735935615504 249653395517 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13346/statm: 23544 931 705 9 0 16769 0
[pid=13346/tid=13347] ppid=13343 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13347/stat : 13347 (java) R 13343 13346 13211 0 -1 4202560 105 0 0 0 0 0 0 0 20 0 2 0 11979363 98635776 960 33554432000 1073741824 1073778376 140735935624368 139948617121320 249640819965 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100095 s]
/proc/loadavg: 1.22 1.75 1.34 5/261 13346
/proc/meminfo: memFree=31046736/32872528 swapFree=189444/189444
[pid=13346] ppid=13343 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/13346/stat : 13346 (java) S 13343 13346 13211 0 -1 4202496 4535 0 1 0 10 1 0 0 20 0 18 0 11979362 9787879424 5649 33554432000 1073741824 1073778376 140735935624368 140735935615504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13346/statm: 2389619 5649 2156 9 0 2380296 0
[pid=13346/tid=13347] ppid=13343 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13346/task/13347/stat : 13347 (java) R 13343 13346 13211 0 -1 4202560 2446 0 1 0 7 0 0 0 20 0 18 0 11979363 9787879424 5649 33554432000 1073741824 1073778376 140735935624368 139948617126632 139948619923557 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.20028 s]
/proc/loadavg: 1.22 1.75 1.34 5/261 13346
/proc/meminfo: memFree=31046736/32872528 swapFree=189444/189444
[pid=13346] ppid=13343 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/13346/stat : 13346 (java) S 13343 13346 13211 0 -1 4202496 6173 0 1 0 30 1 0 0 20 0 22 0 11979362 10060525568 8379 33554432000 1073741824 1073778376 140735935624368 140735935615504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13346/statm: 2456183 8382 2221 9 0 2446860 0
[pid=13346/tid=13347] ppid=13343 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/13346/task/13347/stat : 13347 (java) S 13343 13346 13211 0 -1 4202560 2469 0 1 0 13 0 0 0 20 0 22 0 11979363 10060525568 8382 33554432000 1073741824 1073778376 140735935624368 139948617126776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+0.300285 s]
/proc/loadavg: 1.22 1.75 1.34 5/261 13346
/proc/meminfo: memFree=31046736/32872528 swapFree=189444/189444
[pid=13346] ppid=13343 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/13346/stat : 13346 (java) S 13343 13346 13211 0 -1 4202496 8128 0 1 0 70 1 0 0 20 0 22 0 11979362 10060525568 9538 33554432000 1073741824 1073778376 140735935624368 140735935615504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13346/statm: 2456183 9538 2246 9 0 2446860 0
[pid=13346/tid=13347] ppid=13343 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/13346/task/13347/stat : 13347 (java) S 13343 13346 13211 0 -1 4202560 2469 0 1 0 13 0 0 0 20 0 22 0 11979363 10060525568 9538 33554432000 1073741824 1073778376 140735935624368 139948617126776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9824732

[startup+0.700238 s]
/proc/loadavg: 1.22 1.75 1.34 5/261 13346
/proc/meminfo: memFree=31046736/32872528 swapFree=189444/189444
[pid=13346] ppid=13343 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/13346/stat : 13346 (java) S 13343 13346 13211 0 -1 4202496 20215 0 1 0 219 4 0 0 20 0 22 0 11979362 10060525568 32448 33554432000 1073741824 1073778376 140735935624368 140735935615504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13346/statm: 2456183 32450 2260 9 0 2446860 0
[pid=13346/tid=13347] ppid=13343 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/13346/task/13347/stat : 13347 (java) S 13343 13346 13211 0 -1 4202560 2469 0 1 0 13 0 0 0 20 0 22 0 11979363 10060525568 32450 33554432000 1073741824 1073778376 140735935624368 139948617126776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9824732

[startup+1.50095 s]
/proc/loadavg: 1.60 1.82 1.37 5/283 13368
/proc/meminfo: memFree=30842892/32872528 swapFree=189444/189444
[pid=13346] ppid=13343 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/13346/stat : 13346 (java) S 13343 13346 13211 0 -1 4202496 24403 0 1 0 451 6 0 0 20 0 22 0 11979362 10060525568 48365 33554432000 1073741824 1073778376 140735935624368 140735935615504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13346/statm: 2456183 48385 2275 9 0 2446860 0
[pid=13346/tid=13347] ppid=13343 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/13346/task/13347/stat : 13347 (java) S 13343 13346 13211 0 -1 4202560 2469 0 1 0 13 0 0 0 20 0 22 0 11979363 10060525568 48397 33554432000 1073741824 1073778376 140735935624368 139948617126776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13349] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13349/stat : 13349 (java) S 13343 13346 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 48409 33554432000 1073741824 1073778376 140735935624368 139948461079336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13350] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13350/stat : 13350 (java) S 13343 13346 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 48420 33554432000 1073741824 1073778376 140735935624368 139948460026536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13351] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13351/stat : 13351 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948458974248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13352] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13352/stat : 13352 (java) S 13343 13346 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948457921448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13353] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13353/stat : 13353 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948456868136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13354] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13354/stat : 13354 (java) S 13343 13346 13211 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948455815336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13355] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13355/stat : 13355 (java) S 13343 13346 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948454763048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13356] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13356/stat : 13356 (java) S 13343 13346 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948453710248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13357] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13357/stat : 13357 (java) S 13343 13346 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11979365 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948441299688 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13358] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13358/stat : 13358 (java) S 13343 13346 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11979365 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948440245752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13359] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13359/stat : 13359 (java) S 13343 13346 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11979365 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948439193352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13360] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13360/stat : 13360 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979367 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948438141840 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13361] ppid=13343 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/13346/task/13361/stat : 13361 (java) R 13343 13346 13211 0 -1 4202560 10311 0 0 0 79 2 0 0 20 0 22 0 11979367 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948437087648 139948621242832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13362] ppid=13343 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/13346/task/13362/stat : 13362 (java) S 13343 13346 13211 0 -1 4202560 10260 0 0 0 92 2 0 0 20 0 22 0 11979367 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948436035640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13363] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13363/stat : 13363 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979367 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948434983544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13364] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13364/stat : 13364 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979367 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948433930952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13365] ppid=13343 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/13346/task/13365/stat : 13365 (java) R 13343 13346 13211 0 -1 4202560 35 0 0 0 132 0 0 0 20 0 22 0 11979378 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948432876472 139948557260513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13366] ppid=13343 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/13346/task/13366/stat : 13366 (java) R 13343 13346 13211 0 -1 4202560 87 0 0 0 128 1 0 0 20 0 22 0 11979378 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948431823336 139948557260564 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13367] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13367/stat : 13367 (java) S 13343 13346 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11979378 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948430771880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13368] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13368/stat : 13368 (java) S 13343 13346 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11979378 10060525568 48427 33554432000 1073741824 1073778376 140735935624368 139948429719080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 1.60 1.82 1.37 5/283 13368
/proc/meminfo: memFree=30830792/32872528 swapFree=189444/189444
[pid=13346] ppid=13343 vsize=9824732 CPUtime=7.88 cores=1,3,5,7
/proc/13346/stat : 13346 (java) S 13343 13346 13211 0 -1 4202496 25350 0 1 0 782 6 0 0 20 0 22 0 11979362 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 140735935615504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13346/statm: 2456183 50889 2275 9 0 2446860 0
[pid=13346/tid=13347] ppid=13343 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/13346/task/13347/stat : 13347 (java) S 13343 13346 13211 0 -1 4202560 2469 0 1 0 13 0 0 0 20 0 22 0 11979363 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948617126776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13349] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13349/stat : 13349 (java) S 13343 13346 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948461079336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13350] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13350/stat : 13350 (java) S 13343 13346 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948460026536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13351] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13351/stat : 13351 (java) S 13343 13346 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948458974248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13352] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13352/stat : 13352 (java) S 13343 13346 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948457921448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13353] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13353/stat : 13353 (java) S 13343 13346 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948456868136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13354] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13354/stat : 13354 (java) S 13343 13346 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948455815336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13355] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13355/stat : 13355 (java) S 13343 13346 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948454763048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13356] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13356/stat : 13356 (java) S 13343 13346 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948453710248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13357] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13357/stat : 13357 (java) S 13343 13346 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11979365 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948441299688 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13358] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13358/stat : 13358 (java) S 13343 13346 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11979365 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948440245752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13359] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13359/stat : 13359 (java) S 13343 13346 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11979365 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948439193352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13360] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13360/stat : 13360 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979367 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948438141840 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13361] ppid=13343 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/13346/task/13361/stat : 13361 (java) S 13343 13346 13211 0 -1 4202560 11180 0 0 0 90 2 0 0 20 0 22 0 11979367 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948437088440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13362] ppid=13343 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/13346/task/13362/stat : 13362 (java) S 13343 13346 13211 0 -1 4202560 10260 0 0 0 92 2 0 0 20 0 22 0 11979367 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948436035640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13363] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13363/stat : 13363 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979367 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948434983544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13364] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13364/stat : 13364 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979367 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948433930952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13365] ppid=13343 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/13346/task/13365/stat : 13365 (java) R 13343 13346 13211 0 -1 4202560 35 0 0 0 290 0 0 0 20 0 22 0 11979378 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948432867584 139948557260199 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13366] ppid=13343 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/13346/task/13366/stat : 13366 (java) R 13343 13346 13211 0 -1 4202560 89 0 0 0 286 1 0 0 20 0 22 0 11979378 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948431822112 139948557260601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13367] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13367/stat : 13367 (java) S 13343 13346 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11979378 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948430771880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13368] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13368/stat : 13368 (java) S 13343 13346 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11979378 10060525568 50889 33554432000 1073741824 1073778376 140735935624368 139948429719080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 1.80 1.85 1.38 5/283 13368
/proc/meminfo: memFree=30835268/32872528 swapFree=189444/189444
[pid=13346] ppid=13343 vsize=9824732 CPUtime=14.32 cores=1,3,5,7
/proc/13346/stat : 13346 (java) S 13343 13346 13211 0 -1 4202496 25389 0 1 0 1424 8 0 0 20 0 22 0 11979362 10060525568 52079 33554432000 1073741824 1073778376 140735935624368 140735935615504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13346/statm: 2456183 52079 2275 9 0 2446860 0
[pid=13346/tid=13347] ppid=13343 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/13346/task/13347/stat : 13347 (java) S 13343 13346 13211 0 -1 4202560 2469 0 1 0 13 0 0 0 20 0 22 0 11979363 10060525568 52079 33554432000 1073741824 1073778376 140735935624368 139948617126776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13349] ppid=13343 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13346/task/13349/stat : 13349 (java) S 13343 13346 13211 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 11979363 10060525568 52079 33554432000 1073741824 1073778376 140735935624368 139948461079336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13350] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13350/stat : 13350 (java) S 13343 13346 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 52079 33554432000 1073741824 1073778376 140735935624368 139948460026536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13351] ppid=13343 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13346/task/13351/stat : 13351 (java) S 13343 13346 13211 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 11979363 10060525568 52079 33554432000 1073741824 1073778376 140735935624368 139948458974248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13352] ppid=13343 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13346/task/13352/stat : 13352 (java) S 13343 13346 13211 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 11979363 10060525568 52079 33554432000 1073741824 1073778376 140735935624368 139948457921448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13353] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13353/stat : 13353 (java) S 13343 13346 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 52079 33554432000 1073741824 1073778376 140735935624368 139948456868136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13354] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13354/stat : 13354 (java) S 13343 13346 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11979363 10060525568 52079 33554432000 1073741824 1073778376 140735935624368 139948455815336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13355] ppid=13343 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13346/task/13355/stat : 13355 (java) S 13343 13346 13211 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 11979363 10060525568 52079 33554432000 1073741824 1073778376 140735935624368 139948454763048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13356] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/13346/task/13360/stat : 13360 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979367 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948438141840 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13361] ppid=13343 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/13346/task/13361/stat : 13361 (java) S 13343 13346 13211 0 -1 4202560 11206 0 0 0 114 2 0 0 20 0 22 0 11979367 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948437088440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13362] ppid=13343 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/13346/task/13362/stat : 13362 (java) S 13343 13346 13211 0 -1 4202560 10265 0 0 0 113 2 0 0 20 0 22 0 11979367 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948436035640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13363] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13363/stat : 13363 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979367 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948434983544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13364] ppid=13343 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13346/task/13364/stat : 13364 (java) S 13343 13346 13211 0 -1 4202560 17 0 0 0 3 7 0 0 20 0 22 0 11979367 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948433930952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13365] ppid=13343 vsize=9824732 CPUtime=275.78 cores=1,3,5,7
/proc/13346/task/13365/stat : 13365 (java) R 13343 13346 13211 0 -1 4202560 95 0 0 0 27572 6 0 0 20 0 22 0 11979378 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948432875264 139948557298993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13366] ppid=13343 vsize=9824732 CPUtime=275.73 cores=1,3,5,7
/proc/13346/task/13366/stat : 13366 (java) R 13343 13346 13211 0 -1 4202560 146 0 0 0 27565 8 0 0 20 0 22 0 11979378 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948431821696 139948557260601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13367] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13367/stat : 13367 (java) S 13343 13346 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11979378 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948430771880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13368] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13368/stat : 13368 (java) S 13343 13346 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11979378 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948429719080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 560.81
Current children cumulated vsize (KiB) 9824732

[startup+278.801 s]
/proc/loadavg: 3.99 3.15 2.04 5/284 14871
/proc/meminfo: memFree=29201572/32872528 swapFree=189444/189444
[pid=13346] ppid=13343 vsize=9824732 CPUtime=561.6 cores=1,3,5,7
/proc/13346/stat : 13346 (java) S 13343 13346 13211 0 -1 4202496 26095 0 1 0 56117 43 0 0 20 0 22 0 11979362 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 140735935615504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13346/statm: 2456183 69193 2276 9 0 2446860 0
[pid=13346/tid=13347] ppid=13343 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/13346/task/13347/stat : 13347 (java) S 13343 13346 13211 0 -1 4202560 2472 0 1 0 13 1 0 0 20 0 22 0 11979363 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948617126776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13349] ppid=13343 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/13346/task/13349/stat : 13349 (java) S 13343 13346 13211 0 -1 4202560 76 0 0 0 63 3 0 0 20 0 22 0 11979363 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948461079336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13350] ppid=13343 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/13346/task/13350/stat : 13350 (java) S 13343 13346 13211 0 -1 4202560 59 0 0 0 58 2 0 0 20 0 22 0 11979363 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948460026536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13351] ppid=13343 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/13346/task/13351/stat : 13351 (java) S 13343 13346 13211 0 -1 4202560 82 0 0 0 64 2 0 0 20 0 22 0 11979363 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948458974248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13352] ppid=13343 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/13346/task/13352/stat : 13352 (java) S 13343 13346 13211 0 -1 4202560 94 0 0 0 59 3 0 0 20 0 22 0 11979363 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948457921448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13353] ppid=13343 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/13346/task/13353/stat : 13353 (java) S 13343 13346 13211 0 -1 4202560 67 0 0 0 65 2 0 0 20 0 22 0 11979363 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948456868136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13354] ppid=13343 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/13346/task/13354/stat : 13354 (java) S 13343 13346 13211 0 -1 4202560 87 0 0 0 62 3 0 0 20 0 22 0 11979363 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948455815336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13355] ppid=13343 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/13346/task/13355/stat : 13355 (java) S 13343 13346 13211 0 -1 4202560 81 0 0 0 66 3 0 0 20 0 22 0 11979363 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948454763048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13356] ppid=13343 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/13346/task/13356/stat : 13356 (java) S 13343 13346 13211 0 -1 4202560 58 0 0 0 63 2 0 0 20 0 22 0 11979363 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948453710248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13357] ppid=13343 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/13346/task/13357/stat : 13357 (java) S 13343 13346 13211 0 -1 4202560 25 0 0 0 2 9 0 0 20 0 22 0 11979365 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948441299688 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13358] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13358/stat : 13358 (java) S 13343 13346 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11979365 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948440245752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13359] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13359/stat : 13359 (java) S 13343 13346 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11979365 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948439193352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13360] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13360/stat : 13360 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979367 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948438141840 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13361] ppid=13343 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/13346/task/13361/stat : 13361 (java) S 13343 13346 13211 0 -1 4202560 11206 0 0 0 114 2 0 0 20 0 22 0 11979367 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948437088440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13362] ppid=13343 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/13346/task/13362/stat : 13362 (java) S 13343 13346 13211 0 -1 4202560 10265 0 0 0 113 2 0 0 20 0 22 0 11979367 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948436035640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13363] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13363/stat : 13363 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11979367 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948434983544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13364] ppid=13343 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13346/task/13364/stat : 13364 (java) S 13343 13346 13211 0 -1 4202560 17 0 0 0 3 7 0 0 20 0 22 0 11979367 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948433930952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13365] ppid=13343 vsize=9824732 CPUtime=276.17 cores=1,3,5,7
/proc/13346/task/13365/stat : 13365 (java) R 13343 13346 13211 0 -1 4202560 95 0 0 0 27611 6 0 0 20 0 22 0 11979378 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948432875264 139948557260204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13366] ppid=13343 vsize=9824732 CPUtime=276.12 cores=1,3,5,7
/proc/13346/task/13366/stat : 13366 (java) R 13343 13346 13211 0 -1 4202560 146 0 0 0 27604 8 0 0 20 0 22 0 11979378 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948431821696 139948557260601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13367] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13367/stat : 13367 (java) S 13343 13346 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11979378 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948430771880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13368] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13368/stat : 13368 (java) S 13343 13346 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11979378 10060525568 69193 33554432000 1073741824 1073778376 140735935624368 139948429719080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 561.6
Current children cumulated vsize (KiB) 9824732

[startup+279.201 s]
/proc/loadavg: 3.99 3.15 2.04 5/284 14871
/proc/meminfo: memFree=29201572/32872528 swapFree=189444/189444
[pid=13346] ppid=13343 vsize=9824732 CPUtime=560.8 cores=1,3,5,7
/proc/13346/stat : 13346 (java) S 13343 13346 13211 0 -1 4202496 26097 0 1 0 56028 52 0 0 20 0 19 0 11979362 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 140735935615504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13346/statm: 2456183 69180 2277 9 0 2446860 0
[pid=13346/tid=13347] ppid=13343 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/13346/task/13347/stat : 13347 (java) S 13343 13346 13211 0 -1 4202560 2472 0 1 0 13 1 0 0 20 0 19 0 11979363 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948617126776 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13349] ppid=13343 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/13346/task/13349/stat : 13349 (java) S 13343 13346 13211 0 -1 4202560 76 0 0 0 63 3 0 0 20 0 19 0 11979363 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948461079336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13350] ppid=13343 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/13346/task/13350/stat : 13350 (java) S 13343 13346 13211 0 -1 4202560 59 0 0 0 58 2 0 0 20 0 19 0 11979363 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948460026536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13351] ppid=13343 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/13346/task/13351/stat : 13351 (java) S 13343 13346 13211 0 -1 4202560 82 0 0 0 64 2 0 0 20 0 19 0 11979363 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948458974248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13352] ppid=13343 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/13346/task/13352/stat : 13352 (java) S 13343 13346 13211 0 -1 4202560 94 0 0 0 59 3 0 0 20 0 19 0 11979363 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948457921448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13353] ppid=13343 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/13346/task/13353/stat : 13353 (java) S 13343 13346 13211 0 -1 4202560 67 0 0 0 65 2 0 0 20 0 19 0 11979363 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948456868136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13354] ppid=13343 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/13346/task/13354/stat : 13354 (java) S 13343 13346 13211 0 -1 4202560 87 0 0 0 62 3 0 0 20 0 19 0 11979363 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948455815336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13355] ppid=13343 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/13346/task/13355/stat : 13355 (java) S 13343 13346 13211 0 -1 4202560 81 0 0 0 66 3 0 0 20 0 19 0 11979363 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948454763048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13356] ppid=13343 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/13346/task/13356/stat : 13356 (java) S 13343 13346 13211 0 -1 4202560 58 0 0 0 63 2 0 0 20 0 19 0 11979363 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948453710248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13357] ppid=13343 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/13346/task/13357/stat : 13357 (java) S 13343 13346 13211 0 -1 4202560 25 0 0 0 2 9 0 0 20 0 19 0 11979365 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948441299688 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13358] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13358/stat : 13358 (java) S 13343 13346 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11979365 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948440245752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13359] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13359/stat : 13359 (java) S 13343 13346 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11979365 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948439193352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13360] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13360/stat : 13360 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11979367 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948438141840 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13361] ppid=13343 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/13346/task/13361/stat : 13361 (java) S 13343 13346 13211 0 -1 4202560 11206 0 0 0 114 2 0 0 20 0 19 0 11979367 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948437088440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13362] ppid=13343 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/13346/task/13362/stat : 13362 (java) S 13343 13346 13211 0 -1 4202560 10265 0 0 0 113 2 0 0 20 0 19 0 11979367 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948436035640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13363] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13363/stat : 13363 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11979367 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948434983544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13364] ppid=13343 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13346/task/13364/stat : 13364 (java) S 13343 13346 13211 0 -1 4202560 17 0 0 0 3 7 0 0 20 0 19 0 11979367 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948433930952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13368] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13368/stat : 13368 (java) S 13343 13346 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11979378 10060525568 69180 33554432000 1073741824 1073778376 140735935624368 139948429719080 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 560.8
Current children cumulated vsize (KiB) 9824732

[startup+279.301 s]
/proc/loadavg: 3.99 3.15 2.04 5/284 14871
/proc/meminfo: memFree=29201572/32872528 swapFree=189444/189444
[pid=13346] ppid=13343 vsize=9824732 CPUtime=560.88 cores=1,3,5,7
/proc/13346/stat : 13346 (java) S 13343 13346 13211 0 -1 4202496 26113 0 1 0 56036 52 0 0 20 0 19 0 11979362 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 140735935615504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13346/statm: 2456183 69194 2287 9 0 2446860 0
[pid=13346/tid=13347] ppid=13343 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/13346/task/13347/stat : 13347 (java) S 13343 13346 13211 0 -1 4202560 2472 0 1 0 13 1 0 0 20 0 19 0 11979363 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948617126616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13349] ppid=13343 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/13346/task/13349/stat : 13349 (java) S 13343 13346 13211 0 -1 4202560 76 0 0 0 63 3 0 0 20 0 19 0 11979363 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948461079336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13350] ppid=13343 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/13346/task/13350/stat : 13350 (java) S 13343 13346 13211 0 -1 4202560 59 0 0 0 58 2 0 0 20 0 19 0 11979363 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948460026536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13351] ppid=13343 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/13346/task/13351/stat : 13351 (java) S 13343 13346 13211 0 -1 4202560 82 0 0 0 64 2 0 0 20 0 19 0 11979363 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948458974248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13352] ppid=13343 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/13346/task/13352/stat : 13352 (java) S 13343 13346 13211 0 -1 4202560 94 0 0 0 59 3 0 0 20 0 19 0 11979363 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948457921448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13353] ppid=13343 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/13346/task/13353/stat : 13353 (java) S 13343 13346 13211 0 -1 4202560 67 0 0 0 65 2 0 0 20 0 19 0 11979363 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948456868136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13354] ppid=13343 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/13346/task/13354/stat : 13354 (java) S 13343 13346 13211 0 -1 4202560 87 0 0 0 62 3 0 0 20 0 19 0 11979363 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948455815336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13355] ppid=13343 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/13346/task/13355/stat : 13355 (java) S 13343 13346 13211 0 -1 4202560 81 0 0 0 66 3 0 0 20 0 19 0 11979363 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948454763048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13356] ppid=13343 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/13346/task/13356/stat : 13356 (java) S 13343 13346 13211 0 -1 4202560 58 0 0 0 63 2 0 0 20 0 19 0 11979363 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948453710248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13357] ppid=13343 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/13346/task/13357/stat : 13357 (java) S 13343 13346 13211 0 -1 4202560 25 0 0 0 2 9 0 0 20 0 19 0 11979365 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948441299688 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13358] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13358/stat : 13358 (java) S 13343 13346 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11979365 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948440245752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13359] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13359/stat : 13359 (java) S 13343 13346 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11979365 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948439193352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13360] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13360/stat : 13360 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11979367 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948438141840 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13346/tid=13361] ppid=13343 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/13346/task/13361/stat : 13361 (java) S 13343 13346 13211 0 -1 4202560 11209 0 0 0 115 2 0 0 20 0 19 0 11979367 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948437088440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13346/tid=13362] ppid=13343 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/13346/task/13362/stat : 13362 (java) S 13343 13346 13211 0 -1 4202560 10272 0 0 0 116 2 0 0 20 0 19 0 11979367 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948436035640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13346/tid=13363] ppid=13343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13346/task/13363/stat : 13363 (java) S 13343 13346 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11979367 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948434983544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13346/tid=13364] ppid=13343 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13346/task/13364/stat : 13364 (java) S 13343 13346 13211 0 -1 4202560 17 0 0 0 3 7 0 0 20 0 19 0 11979367 10060525568 69194 33554432000 1073741824 1073778376 140735935624368 139948433930952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 560.88
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.19995
#  lost CPU user time (s): 1.28998
#  lost CPU system time (s): -0.09

Real time (s): 279.338
CPU time (s): 562.279
CPU user time (s): 561.657
CPU system time (s): 0.621891
CPU usage (%): 201.29
Max. virtual memory (cumulated for all children) (KiB): 9825440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 560.367
system time used= 0.711891
maximum resident set size= 277796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26121
page faults= 1
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10280
involuntary context switches= 15166

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52277 second user time and 1.22881 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 19:45:28
IDJOB=4120315
IDBENCH=109875
IDSOLVER=2543
FILE ID=node102/4120315-1467308728
RUNJOBID= node102-1467308727-13228
PBS_JOBID= 20005272
Free space on /tmp= 71668 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-subsetCardinalitySigma-26-1.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-4120315-1467308728/watcher-4120315-1467308728 -o /tmp/evaluation-result-4120315-1467308728/solver-4120315-1467308728 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13228 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4120315-1467308728.opb

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

MD5SUM BENCH= 4f0eddf29c026370f51503dc34130451
RANDOM SEED=1376570115

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.49
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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31050980 kB
Buffers:          151692 kB
Cached:           536108 kB
SwapCached:            0 kB
Active:           469924 kB
Inactive:         416024 kB
Active(anon):     200732 kB
Inactive(anon):        0 kB
Active(file):     269192 kB
Inactive(file):   416024 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:        284908 kB
Mapped:            22180 kB
Shmem:               204 kB
Slab:             607864 kB
SReclaimable:      51272 kB
SUnreclaim:       556592 kB
KernelStack:        2256 kB
PageTables:         4736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     897740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 71668 MiB
End job on node102 at 2016-06-30 19:50:08