Trace number 4122267

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 23.0715 10.7368

General information on the benchmark

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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4122267-1467309942.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.17	c ... done. Wall clock time 0.051s.
0.10/0.17	c declared #vars     111
0.10/0.17	c #constraints  296
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 296
0.10/0.17	c 296 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 296
0.10/0.17	c 296 constraints processed.
1.43/0.57	c cleaning 2500 clauses out of 5000 with flag 18588/5000
1.73/0.66	c cleaning 0 clauses out of 5000 with flag 0/5000
2.85/0.92	c cleaning 0 clauses out of 11000 with flag 0/11000
2.85/0.92	c cleaning 4249 clauses out of 8501 with flag 43575/11001
3.50/1.20	c cleaning 0 clauses out of 18000 with flag 0/18000
3.75/1.25	c cleaning 5627 clauses out of 11253 with flag 74564/18002
4.35/1.56	c cleaning 0 clauses out of 26000 with flag 0/26000
4.76/1.73	c cleaning 6810 clauses out of 13624 with flag 108982/26000
5.17/1.97	c cleaning 0 clauses out of 35000 with flag 0/35000
5.99/2.38	c cleaning 7907 clauses out of 15815 with flag 147572/35001
6.18/2.46	c cleaning 0 clauses out of 45001 with flag 0/45001
7.42/3.01	c cleaning 8952 clauses out of 17908 with flag 193511/45001
7.62/3.17	c cleaning 0 clauses out of 56001 with flag 0/56001
8.83/3.70	c cleaning 9975 clauses out of 19956 with flag 246221/56001
9.43/4.04	c cleaning 0 clauses out of 68001 with flag 0/68001
10.44/4.53	c cleaning 10988 clauses out of 21981 with flag 299250/68001
11.67/5.17	c cleaning 0 clauses out of 81001 with flag 0/81001
12.68/5.66	c cleaning 11994 clauses out of 23992 with flag 353871/81000
14.46/6.53	c cleaning 0 clauses out of 95001 with flag 0/95001
15.66/7.17	c cleaning 12998 clauses out of 25999 with flag 412695/95001
17.11/7.89	c cleaning 0 clauses out of 110000 with flag 0/110000
19.31/8.91	c cleaning 14001 clauses out of 28001 with flag 476697/110001
21.09/9.90	c cleaning 0 clauses out of 125999 with flag 0/126000
22.24/10.36	c cleaning 14997 clauses out of 30000 with flag 548539/126001
22.89/10.62	c And the winner is solver1
22.89/10.67	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
22.89/10.67	c starts		: 3
22.89/10.67	c conflicts		: 130059
22.89/10.67	c decisions		: 160421
22.89/10.67	c propagations		: 1375406
22.89/10.67	c inspects		: 238447536
22.89/10.67	c shortcuts		: 0
22.89/10.67	c learnt literals	: 0
22.89/10.67	c learnt binary clauses	: 3
22.89/10.67	c learnt ternary clauses	: 23
22.89/10.67	c learnt constraints	: 130059
22.89/10.67	c ignored constraints	: 0
22.89/10.67	c root simplifications	: 0
22.89/10.67	c removed literals (reason simplification)	: 478395
22.89/10.67	c reason swapping (by a shorter reason)	: 0
22.89/10.67	c Calls to reduceDB	: 12
22.89/10.67	c Number of update (reduction) of LBD	: 24069
22.89/10.67	c Imported unit clauses	: 0
22.89/10.67	c number of reductions to clauses (during analyze)	: 0
22.89/10.67	c number of learned constraints concerned by reduction	: 0
22.89/10.67	c number of learning phase by resolution	: 0
22.89/10.67	c number of learning phase by cutting planes	: 0
22.89/10.67	c speed (assignments/second)	: 130991.04761904762
22.89/10.67	c non guided choices	116
22.89/10.69	c learnt constraints type 
22.89/10.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
22.89/10.69	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19058
22.89/10.69	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
22.89/10.69	c starts		: 102
22.89/10.69	c conflicts		: 133176
22.89/10.69	c decisions		: 179050
22.89/10.69	c propagations		: 828550
22.89/10.69	c inspects		: 105553273
22.89/10.69	c shortcuts		: 0
22.89/10.69	c learnt literals	: 1
22.89/10.69	c learnt binary clauses	: 5
22.89/10.69	c learnt ternary clauses	: 13
22.89/10.69	c learnt constraints	: 133174
22.89/10.69	c ignored constraints	: 0
22.89/10.69	c root simplifications	: 0
22.89/10.69	c removed literals (reason simplification)	: 0
22.89/10.69	c reason swapping (by a shorter reason)	: 0
22.89/10.69	c Calls to reduceDB	: 12
22.89/10.69	c Number of update (reduction) of LBD	: 0
22.89/10.69	c Imported unit clauses	: 0
22.89/10.69	c number of reductions to clauses (during analyze)	: 0
22.89/10.69	c number of learned constraints concerned by reduction	: 0
22.89/10.69	c number of learning phase by resolution	: 0
22.89/10.69	c number of learning phase by cutting planes	: 0
22.89/10.69	c speed (assignments/second)	: 78811.94711309807
22.89/10.69	c non guided choices	69
22.94/10.73	c learnt constraints type 
22.94/10.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 133169
22.94/10.73	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 5
22.94/10.73	s UNSATISFIABLE
22.94/10.73	c Total wall clock time (in seconds): 10.612

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-4122267-1467309942/watcher-4122267-1467309942 -o /tmp/evaluation-result-4122267-1467309942/solver-4122267-1467309942 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31409 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4122267-1467309942.opb 

pid=1738
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.17 4.19 3.49 4/197 1742
/proc/meminfo: memFree=29433804/32872528 swapFree=1394584/1580588
[pid=1742] ppid=1738 vsize=23172 CPUtime=0 cores=0,2,4,6
/proc/1742/stat : 1742 (java) R 1738 1742 31393 0 -1 4202496 1214 0 0 0 0 0 0 0 20 0 1 0 21022819 23728128 856 33554432000 1073741824 1073778376 140734753325136 140734753314200 248781041495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1742/statm: 5793 863 653 9 0 128 0
[pid=1742/tid=1744] ppid=1738 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1744/stat : 1744 (java) D 1738 1742 31393 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 21022820 94019584 916 33554432000 1073741824 1073778376 140734753325136 140322793922088 248781040935 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 4.17 4.19 3.49 4/197 1742
/proc/meminfo: memFree=29433804/32872528 swapFree=1394584/1580588
[pid=1742] ppid=1738 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/1742/stat : 1742 (java) S 1738 1742 31393 0 -1 4202496 4405 0 1 0 9 1 0 0 20 0 18 0 21022819 9787879424 6038 33554432000 1073741824 1073778376 140734753325136 140734753316272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1742/statm: 2389619 6038 2126 9 0 2380296 0
[pid=1742/tid=1744] ppid=1738 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/1742/task/1744/stat : 1744 (java) R 1738 1742 31393 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 21022820 9787879424 6038 33554432000 1073741824 1073778376 140734753325136 140322793925536 248793589005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 4.17 4.19 3.49 4/197 1742
/proc/meminfo: memFree=29433804/32872528 swapFree=1394584/1580588
[pid=1742] ppid=1738 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/1742/stat : 1742 (java) S 1738 1742 31393 0 -1 4202496 4780 0 1 0 24 1 0 0 20 0 22 0 21022819 10060525568 7884 33554432000 1073741824 1073778376 140734753325136 140734753316272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1742/statm: 2456183 7884 2210 9 0 2446860 0
[pid=1742/tid=1744] ppid=1738 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1742/task/1744/stat : 1744 (java) S 1738 1742 31393 0 -1 4202560 2420 0 1 0 15 0 0 0 20 0 22 0 21022820 10060525568 7884 33554432000 1073741824 1073778376 140734753325136 140322793927544 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300261 s]
/proc/loadavg: 4.17 4.19 3.49 4/197 1742
/proc/meminfo: memFree=29433804/32872528 swapFree=1394584/1580588
[pid=1742] ppid=1738 vsize=9825104 CPUtime=0.66 cores=0,2,4,6
/proc/1742/stat : 1742 (java) S 1738 1742 31393 0 -1 4202496 7615 0 1 0 64 2 0 0 20 0 22 0 21022819 10060906496 9685 33554432000 1073741824 1073778376 140734753325136 140734753316272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1742/statm: 2456276 9685 2240 9 0 2446953 0
[pid=1742/tid=1744] ppid=1738 vsize=9825104 CPUtime=0.15 cores=0,2,4,6
/proc/1742/task/1744/stat : 1744 (java) S 1738 1742 31393 0 -1 4202560 2420 0 1 0 15 0 0 0 20 0 22 0 21022820 10060906496 9685 33554432000 1073741824 1073778376 140734753325136 140322793927544 248793577385 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) 9825104

[startup+0.700225 s]
/proc/loadavg: 4.17 4.19 3.49 4/197 1742
/proc/meminfo: memFree=29433804/32872528 swapFree=1394584/1580588
[pid=1742] ppid=1738 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/1742/stat : 1742 (java) S 1738 1742 31393 0 -1 4202496 16977 0 1 0 207 4 0 0 20 0 22 0 21022819 10060525568 30552 33554432000 1073741824 1073778376 140734753325136 140734753316272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1742/statm: 2456183 30552 2261 9 0 2446860 0
[pid=1742/tid=1744] ppid=1738 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1742/task/1744/stat : 1744 (java) S 1738 1742 31393 0 -1 4202560 2420 0 1 0 15 0 0 0 20 0 22 0 21022820 10060525568 30552 33554432000 1073741824 1073778376 140734753325136 140322793927544 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 4.17 4.19 3.49 6/219 1767
/proc/meminfo: memFree=29255412/32872528 swapFree=1394584/1580588
[pid=1742] ppid=1738 vsize=9824732 CPUtime=4.35 cores=0,2,4,6
/proc/1742/stat : 1742 (java) S 1738 1742 31393 0 -1 4202496 21774 0 1 0 427 8 0 0 20 0 22 0 21022819 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140734753316272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1742/statm: 2456183 47329 2275 9 0 2446860 0
[pid=1742/tid=1744] ppid=1738 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1742/task/1744/stat : 1744 (java) S 1738 1742 31393 0 -1 4202560 2420 0 1 0 15 0 0 0 20 0 22 0 21022820 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322793927544 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1746] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1746/stat : 1746 (java) S 1738 1742 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322637961512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1747] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1747/stat : 1747 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322636908712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1748] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1748/stat : 1748 (java) S 1738 1742 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322635856424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1749] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1749/stat : 1749 (java) S 1738 1742 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322634803624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1750] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1750/stat : 1750 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322633751336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1752] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1752/stat : 1752 (java) S 1738 1742 31393 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322632698536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1753] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1753/stat : 1753 (java) S 1738 1742 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322631646248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1754] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1754/stat : 1754 (java) S 1738 1742 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322630593448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1755] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1755/stat : 1755 (java) S 1738 1742 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21022822 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322147379432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1756] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1756/stat : 1756 (java) S 1738 1742 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21022823 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322146325496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1757] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1757/stat : 1757 (java) S 1738 1742 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21022823 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322145273096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1758] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1758/stat : 1758 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322144221584 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1759] ppid=1738 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/1742/task/1759/stat : 1759 (java) S 1738 1742 31393 0 -1 4202560 10617 0 0 0 88 1 0 0 20 0 22 0 21022825 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322143169208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1760] ppid=1738 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/1742/task/1760/stat : 1760 (java) S 1738 1742 31393 0 -1 4202560 7287 0 0 0 61 1 0 0 20 0 22 0 21022825 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322142116408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1761] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1761/stat : 1761 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322141064312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1763] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1763/stat : 1763 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322140011720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1764] ppid=1738 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/1742/task/1764/stat : 1764 (java) R 1738 1742 31393 0 -1 4202560 33 0 0 0 129 0 0 0 20 0 22 0 21022837 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322138954256 140322638623515 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1765] ppid=1738 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/1742/task/1765/stat : 1765 (java) R 1738 1742 31393 0 -1 4202560 97 0 0 0 127 2 0 0 20 0 22 0 21022837 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322137902096 140322638403504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1766] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1766/stat : 1766 (java) S 1738 1742 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21022837 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322136851624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1767] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1767/stat : 1767 (java) S 1738 1742 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21022837 10060525568 47329 33554432000 1073741824 1073778376 140734753325136 140322135798824 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 4.17 4.19 3.49 5/219 1767
/proc/meminfo: memFree=29248008/32872528 swapFree=1394584/1580588
[pid=1742] ppid=1738 vsize=9824732 CPUtime=7.62 cores=0,2,4,6
/proc/1742/stat : 1742 (java) S 1738 1742 31393 0 -1 4202496 21857 0 1 0 753 9 0 0 20 0 22 0 21022819 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140734753316272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1742/statm: 2456183 49442 2275 9 0 2446860 0
[pid=1742/tid=1744] ppid=1738 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1742/task/1744/stat : 1744 (java) S 1738 1742 31393 0 -1 4202560 2420 0 1 0 15 0 0 0 20 0 22 0 21022820 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322793927544 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1746] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1746/stat : 1746 (java) S 1738 1742 31393 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322637961512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1747] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1747/stat : 1747 (java) S 1738 1742 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322636908712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1748] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1748/stat : 1748 (java) S 1738 1742 31393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322635856424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1749] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1749/stat : 1749 (java) S 1738 1742 31393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322634803624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1750] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1750/stat : 1750 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322633751336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1752] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1752/stat : 1752 (java) S 1738 1742 31393 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322632698536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1753] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1753/stat : 1753 (java) S 1738 1742 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322631646248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1754] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1754/stat : 1754 (java) S 1738 1742 31393 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322630593448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1755] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1755/stat : 1755 (java) S 1738 1742 31393 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 21022822 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322147379432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1756] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1756/stat : 1756 (java) S 1738 1742 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21022823 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322146325496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1757] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1757/stat : 1757 (java) S 1738 1742 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21022823 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322145273096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1758] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1758/stat : 1758 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322144221584 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1759] ppid=1738 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/1742/task/1759/stat : 1759 (java) S 1738 1742 31393 0 -1 4202560 10617 0 0 0 93 1 0 0 20 0 22 0 21022825 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322143169208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1760] ppid=1738 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/1742/task/1760/stat : 1760 (java) S 1738 1742 31393 0 -1 4202560 7287 0 0 0 61 1 0 0 20 0 22 0 21022825 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322142116408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1761] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1761/stat : 1761 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322141064312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1763] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1763/stat : 1763 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322140011720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1764] ppid=1738 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/1742/task/1764/stat : 1764 (java) R 1738 1742 31393 0 -1 4202560 34 0 0 0 287 0 0 0 20 0 22 0 21022837 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322138947360 140322638623559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1765] ppid=1738 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/1742/task/1765/stat : 1765 (java) R 1738 1742 31393 0 -1 4202560 98 0 0 0 284 2 0 0 20 0 22 0 21022837 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322137901896 140322638664756 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1766] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1766/stat : 1766 (java) S 1738 1742 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21022837 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322136851624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1767] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1767/stat : 1767 (java) S 1738 1742 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21022837 10060525568 49442 33554432000 1073741824 1073778376 140734753325136 140322135798824 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.15 4.18 3.49 5/219 1767
/proc/meminfo: memFree=29221372/32872528 swapFree=1394584/1580588
[pid=1742] ppid=1738 vsize=9824732 CPUtime=14.07 cores=0,2,4,6
/proc/1742/stat : 1742 (java) S 1738 1742 31393 0 -1 4202496 22139 0 1 0 1395 12 0 0 20 0 22 0 21022819 10060525568 54874 33554432000 1073741824 1073778376 140734753325136 140734753316272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1742/statm: 2456183 54874 2275 9 0 2446860 0
[pid=1742/tid=1744] ppid=1738 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1742/task/1744/stat : 1744 (java) S 1738 1742 31393 0 -1 4202560 2420 0 1 0 15 0 0 0 20 0 22 0 21022820 10060525568 54874 33554432000 1073741824 1073778376 140734753325136 140322793927544 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1746] ppid=1738 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1742/task/1746/stat : 1746 (java) S 1738 1742 31393 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 21022821 10060525568 54874 33554432000 1073741824 1073778376 140734753325136 140322637961512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1747] ppid=1738 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1742/task/1747/stat : 1747 (java) S 1738 1742 31393 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 21022821 10060525568 54874 33554432000 1073741824 1073778376 140734753325136 140322636908712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1748] ppid=1738 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1742/task/1748/stat : 1748 (java) S 1738 1742 31393 0 -1 4202560 86 0 0 0 1 0 0 0 20 0 22 0 21022821 10060525568 54874 33554432000 1073741824 1073778376 140734753325136 140322635856424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1749] ppid=1738 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1742/task/1749/stat : 1749 (java) S 1738 1742 31393 0 -1 4202560 50 0 0 0 1 0 0 0 20 0 22 0 21022821 10060525568 54874 33554432000 1073741824 1073778376 140734753325136 140322634803624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1750] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1750/stat : 1750 (java) S 1738 1742 31393 0 -1 4202560 68 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 54874 33554432000 1073741824 1073778376 140734753325136 140322633751336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1752] ppid=1738 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/1742/task/1752/stat : 1752 (java) S 1738 1742 31393 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 21022821 10060525568 54874 33554432000 1073741824 1073778376 140734753325136 140322632698536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1753] ppid=1738 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/1742/task/1753/stat : 1753 (java) S 1738 1742 31393 0 -1 4202560 73 0 0 0 2 0 0 0 20 0 22 0 21022821 10060525568 54874 33554432000 1073741824 1073778376 140734753325136 140322631646248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1754] ppid=1738 vsize=9824732 CPUtime=0.01 cores=0,2,4,6

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

[pid=1742/tid=1757] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1757/stat : 1757 (java) S 1738 1742 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21022823 10060525568 84696 33554432000 1073741824 1073778376 140734753325136 140322145273096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1758] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1758/stat : 1758 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 84696 33554432000 1073741824 1073778376 140734753325136 140322144221584 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1759] ppid=1738 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/1742/task/1759/stat : 1759 (java) S 1738 1742 31393 0 -1 4202560 10617 0 0 0 94 1 0 0 20 0 22 0 21022825 10060525568 84696 33554432000 1073741824 1073778376 140734753325136 140322143169208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1760] ppid=1738 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/1742/task/1760/stat : 1760 (java) S 1738 1742 31393 0 -1 4202560 7287 0 0 0 61 1 0 0 20 0 22 0 21022825 10060525568 84696 33554432000 1073741824 1073778376 140734753325136 140322142116408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1761] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1761/stat : 1761 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 84696 33554432000 1073741824 1073778376 140734753325136 140322141064312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1763] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1763/stat : 1763 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 84696 33554432000 1073741824 1073778376 140734753325136 140322140011720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1764] ppid=1738 vsize=9824732 CPUtime=9.29 cores=0,2,4,6
/proc/1742/task/1764/stat : 1764 (java) R 1738 1742 31393 0 -1 4202560 36 0 0 0 929 0 0 0 20 0 22 0 21022837 10060525568 84696 33554432000 1073741824 1073778376 140734753325136 140322138954376 140322638623136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1765] ppid=1738 vsize=9824732 CPUtime=9.28 cores=0,2,4,6
/proc/1742/task/1765/stat : 1765 (java) R 1738 1742 31393 0 -1 4202560 150 0 0 0 925 3 0 0 20 0 22 0 21022837 10060525568 84696 33554432000 1073741824 1073778376 140734753325136 140322137903784 140322638576671 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1766] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1766/stat : 1766 (java) S 1738 1742 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21022837 10060525568 84696 33554432000 1073741824 1073778376 140734753325136 140322136851624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1767] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1767/stat : 1767 (java) S 1738 1742 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21022837 10060525568 84696 33554432000 1073741824 1073778376 140734753325136 140322135798824 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.69
Current children cumulated vsize (KiB) 9824732

[startup+10.4008 s]
/proc/loadavg: 4.14 4.18 3.49 5/219 1767
/proc/meminfo: memFree=29102144/32872528 swapFree=1394584/1580588
[pid=1742] ppid=1738 vsize=9824732 CPUtime=22.47 cores=0,2,4,6
/proc/1742/stat : 1742 (java) S 1738 1742 31393 0 -1 4202496 23687 0 1 0 2232 15 0 0 20 0 22 0 21022819 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140734753316272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1742/statm: 2456183 85113 2275 9 0 2446860 0
[pid=1742/tid=1744] ppid=1738 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1742/task/1744/stat : 1744 (java) S 1738 1742 31393 0 -1 4202560 2420 0 1 0 15 0 0 0 20 0 22 0 21022820 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322793927544 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1746] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1746/stat : 1746 (java) S 1738 1742 31393 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 22 0 21022821 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322637961512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1747] ppid=1738 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1742/task/1747/stat : 1747 (java) S 1738 1742 31393 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 21022821 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322636908712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1748] ppid=1738 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1742/task/1748/stat : 1748 (java) S 1738 1742 31393 0 -1 4202560 86 0 0 0 1 0 0 0 20 0 22 0 21022821 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322635856424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1749] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1749/stat : 1749 (java) S 1738 1742 31393 0 -1 4202560 60 0 0 0 3 0 0 0 20 0 22 0 21022821 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322634803624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1750] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1750/stat : 1750 (java) S 1738 1742 31393 0 -1 4202560 68 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322633751336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1752] ppid=1738 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/1742/task/1752/stat : 1752 (java) S 1738 1742 31393 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 21022821 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322632698536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1753] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1753/stat : 1753 (java) S 1738 1742 31393 0 -1 4202560 82 0 0 0 2 1 0 0 20 0 22 0 21022821 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322631646248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1754] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1754/stat : 1754 (java) S 1738 1742 31393 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 22 0 21022821 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322630593448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1755] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1755/stat : 1755 (java) S 1738 1742 31393 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 21022822 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322147379432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1756] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1756/stat : 1756 (java) S 1738 1742 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21022823 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322146325496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1757] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1757/stat : 1757 (java) S 1738 1742 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21022823 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322145273096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1758] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1758/stat : 1758 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322144221584 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1759] ppid=1738 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/1742/task/1759/stat : 1759 (java) S 1738 1742 31393 0 -1 4202560 11954 0 0 0 106 1 0 0 20 0 22 0 21022825 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322143169208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1760] ppid=1738 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/1742/task/1760/stat : 1760 (java) S 1738 1742 31393 0 -1 4202560 7287 0 0 0 67 1 0 0 20 0 22 0 21022825 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322142116408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1761] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1761/stat : 1761 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322141064312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1763] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1763/stat : 1763 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322140011720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1764] ppid=1738 vsize=9824732 CPUtime=10.09 cores=0,2,4,6
/proc/1742/task/1764/stat : 1764 (java) R 1738 1742 31393 0 -1 4202560 36 0 0 0 1009 0 0 0 20 0 22 0 21022837 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322138954256 140322638623858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1765] ppid=1738 vsize=9824732 CPUtime=10.06 cores=0,2,4,6
/proc/1742/task/1765/stat : 1765 (java) R 1738 1742 31393 0 -1 4202560 150 0 0 0 1003 3 0 0 20 0 22 0 21022837 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322137902048 140322638655021 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1766] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1766/stat : 1766 (java) S 1738 1742 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21022837 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322136851624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1767] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1767/stat : 1767 (java) S 1738 1742 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21022837 10060525568 85113 33554432000 1073741824 1073778376 140734753325136 140322135798824 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.47
Current children cumulated vsize (KiB) 9824732

[startup+10.6008 s]
/proc/loadavg: 4.14 4.18 3.49 5/219 1767
/proc/meminfo: memFree=29102144/32872528 swapFree=1394584/1580588
[pid=1742] ppid=1738 vsize=9824732 CPUtime=22.89 cores=0,2,4,6
/proc/1742/stat : 1742 (java) S 1738 1742 31393 0 -1 4202496 23701 0 1 0 2274 15 0 0 20 0 22 0 21022819 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140734753316272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1742/statm: 2456183 85126 2275 9 0 2446860 0
[pid=1742/tid=1744] ppid=1738 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1742/task/1744/stat : 1744 (java) S 1738 1742 31393 0 -1 4202560 2420 0 1 0 15 0 0 0 20 0 22 0 21022820 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322793927544 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1746] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1746/stat : 1746 (java) S 1738 1742 31393 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 22 0 21022821 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322637961512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1747] ppid=1738 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1742/task/1747/stat : 1747 (java) S 1738 1742 31393 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 21022821 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322636908712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1748] ppid=1738 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1742/task/1748/stat : 1748 (java) S 1738 1742 31393 0 -1 4202560 86 0 0 0 1 0 0 0 20 0 22 0 21022821 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322635856424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1749] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1749/stat : 1749 (java) S 1738 1742 31393 0 -1 4202560 60 0 0 0 3 0 0 0 20 0 22 0 21022821 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322634803624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1750] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1750/stat : 1750 (java) S 1738 1742 31393 0 -1 4202560 68 0 0 0 0 0 0 0 20 0 22 0 21022821 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322633751336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1752] ppid=1738 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/1742/task/1752/stat : 1752 (java) S 1738 1742 31393 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 21022821 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322632698536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1753] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1753/stat : 1753 (java) S 1738 1742 31393 0 -1 4202560 82 0 0 0 2 1 0 0 20 0 22 0 21022821 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322631646248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1754] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1754/stat : 1754 (java) S 1738 1742 31393 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 22 0 21022821 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322630593448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1755] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1755/stat : 1755 (java) S 1738 1742 31393 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 21022822 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322147379432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1756] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1756/stat : 1756 (java) S 1738 1742 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 21022823 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322146325496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1757] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1757/stat : 1757 (java) S 1738 1742 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 21022823 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322145273096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1758] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1758/stat : 1758 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322144221584 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1759] ppid=1738 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/1742/task/1759/stat : 1759 (java) S 1738 1742 31393 0 -1 4202560 11966 0 0 0 108 1 0 0 20 0 22 0 21022825 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322143169208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1760] ppid=1738 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/1742/task/1760/stat : 1760 (java) S 1738 1742 31393 0 -1 4202560 7289 0 0 0 68 1 0 0 20 0 22 0 21022825 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322142116408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1761] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1761/stat : 1761 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322141064312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1763] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1763/stat : 1763 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 21022825 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322140011720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1764] ppid=1738 vsize=9824732 CPUtime=10.29 cores=0,2,4,6
/proc/1742/task/1764/stat : 1764 (java) R 1738 1742 31393 0 -1 4202560 36 0 0 0 1029 0 0 0 20 0 22 0 21022837 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322138954376 140322638571917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1765] ppid=1738 vsize=9824732 CPUtime=10.26 cores=0,2,4,6
/proc/1742/task/1765/stat : 1765 (java) R 1738 1742 31393 0 -1 4202560 150 0 0 0 1023 3 0 0 20 0 22 0 21022837 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322137901656 140322638576608 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1766] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1766/stat : 1766 (java) S 1738 1742 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21022837 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322136851624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1767] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1767/stat : 1767 (java) S 1738 1742 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 21022837 10060525568 85126 33554432000 1073741824 1073778376 140734753325136 140322135798824 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.89
Current children cumulated vsize (KiB) 9824732

[startup+10.7009 s]
/proc/loadavg: 4.14 4.18 3.49 5/219 1767
/proc/meminfo: memFree=29102144/32872528 swapFree=1394584/1580588
[pid=1742] ppid=1738 vsize=9824732 CPUtime=22.94 cores=0,2,4,6
/proc/1742/stat : 1742 (java) S 1738 1742 31393 0 -1 4202496 23730 0 1 0 2278 16 0 0 20 0 19 0 21022819 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140734753316272 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1742/statm: 2456183 85137 2284 9 0 2446860 0
[pid=1742/tid=1744] ppid=1738 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1742/task/1744/stat : 1744 (java) S 1738 1742 31393 0 -1 4202560 2420 0 1 0 15 0 0 0 20 0 19 0 21022820 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322793927384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1746] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1746/stat : 1746 (java) S 1738 1742 31393 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 19 0 21022821 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322637961512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1747] ppid=1738 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1742/task/1747/stat : 1747 (java) S 1738 1742 31393 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 21022821 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322636908712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1748] ppid=1738 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1742/task/1748/stat : 1748 (java) S 1738 1742 31393 0 -1 4202560 86 0 0 0 1 0 0 0 20 0 19 0 21022821 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322635856424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1742/tid=1749] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1749/stat : 1749 (java) S 1738 1742 31393 0 -1 4202560 60 0 0 0 3 0 0 0 20 0 19 0 21022821 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322634803624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1750] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1750/stat : 1750 (java) S 1738 1742 31393 0 -1 4202560 68 0 0 0 0 0 0 0 20 0 19 0 21022821 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322633751336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1752] ppid=1738 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/1742/task/1752/stat : 1752 (java) S 1738 1742 31393 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 21022821 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322632698536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1753] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1753/stat : 1753 (java) S 1738 1742 31393 0 -1 4202560 82 0 0 0 2 1 0 0 20 0 19 0 21022821 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322631646248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1754] ppid=1738 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1742/task/1754/stat : 1754 (java) S 1738 1742 31393 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 19 0 21022821 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322630593448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1755] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1755/stat : 1755 (java) S 1738 1742 31393 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 19 0 21022822 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322147379432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1756] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1756/stat : 1756 (java) S 1738 1742 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 21022823 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322146325496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1757] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1757/stat : 1757 (java) S 1738 1742 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 21022823 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322145273096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1758] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1758/stat : 1758 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 21022825 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322144221584 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1759] ppid=1738 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/1742/task/1759/stat : 1759 (java) R 1738 1742 31393 0 -1 4202560 11982 0 0 0 109 1 0 0 20 0 19 0 21022825 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322143169208 140322795736145 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1742/tid=1760] ppid=1738 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/1742/task/1760/stat : 1760 (java) R 1738 1742 31393 0 -1 4202560 7298 0 0 0 69 1 0 0 20 0 19 0 21022825 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322142116408 140322800911059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1742/tid=1761] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1761/stat : 1761 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 21022825 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322141064312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1742/tid=1763] ppid=1738 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1742/task/1763/stat : 1763 (java) S 1738 1742 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 21022825 10060525568 85137 33554432000 1073741824 1073778376 140734753325136 140322140011720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.94
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 10.7368
CPU time (s): 23.0715
CPU user time (s): 22.8185
CPU system time (s): 0.252961
CPU usage (%): 214.882
Max. virtual memory (cumulated for all children) (KiB): 9825104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.8185
system time used= 0.252961
maximum resident set size= 341396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23739
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 808
involuntary context switches= 378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065989 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-30 20:05:42
IDJOB=4122267
IDBENCH=111009
IDSOLVER=2543
FILE ID=node139/4122267-1467309942
RUNJOBID= node139-1467308838-31409
PBS_JOBID= 20005284
Free space on /tmp= 71708 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-n74-d3-i1-f.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-4122267-1467309942/watcher-4122267-1467309942 -o /tmp/evaluation-result-4122267-1467309942/solver-4122267-1467309942 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31409 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4122267-1467309942.opb

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

MD5SUM BENCH= c9d6f977ff6587ace34a7ad11e3ffb01
RANDOM SEED=707635352

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.092
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:        29434176 kB
Buffers:          178216 kB
Cached:           337652 kB
SwapCached:         3804 kB
Active:           835020 kB
Inactive:         282680 kB
Active(anon):     600540 kB
Inactive(anon):     3900 kB
Active(file):     234480 kB
Inactive(file):   278780 kB
Unevictable:     1580588 kB
Mlocked:         1394584 kB
SwapTotal:      67108856 kB
SwapFree:       67097620 kB
Dirty:              1088 kB
Writeback:             0 kB
AnonPages:       2274148 kB
Mapped:            15956 kB
Shmem:                 0 kB
Slab:             603988 kB
SReclaimable:      47460 kB
SUnreclaim:       556528 kB
KernelStack:        1784 kB
PageTables:         8488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2626924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    835584 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= 71708 MiB
End job on node139 at 2016-06-30 20:05:53