Trace number 4122707

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 81.4406 39.7624

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n80-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM904dea184415f955fff55e4b1f07da06
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.57661
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints320
Number of constraints which are clauses320
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4122707-1467310428.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.17	c ... done. Wall clock time 0.055s.
0.10/0.17	c declared #vars     120
0.10/0.17	c #constraints  320
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 => 320
0.10/0.17	c 320 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 => 320
0.10/0.17	c 320 constraints processed.
1.44/0.58	c cleaning 2498 clauses out of 5001 with flag 21353/5001
2.23/0.74	c cleaning 0 clauses out of 5000 with flag 0/5000
2.23/0.79	c cleaning 4250 clauses out of 8502 with flag 48277/11000
3.27/1.00	c cleaning 0 clauses out of 11001 with flag 0/11001
3.27/1.06	c cleaning 5625 clauses out of 11253 with flag 82949/18001
4.03/1.31	c cleaning 0 clauses out of 18000 with flag 0/18000
4.33/1.47	c cleaning 6814 clauses out of 13627 with flag 125374/26000
5.22/1.78	c cleaning 0 clauses out of 26001 with flag 0/26001
5.62/1.93	c cleaning 7903 clauses out of 15813 with flag 168044/35000
6.28/2.26	c cleaning 0 clauses out of 35001 with flag 0/35001
6.89/2.52	c cleaning 8948 clauses out of 17910 with flag 217898/45000
7.30/2.75	c cleaning 0 clauses out of 45001 with flag 0/45001
8.30/3.20	c cleaning 9978 clauses out of 19963 with flag 270650/56001
8.51/3.33	c cleaning 0 clauses out of 56000 with flag 0/56000
9.94/4.04	c cleaning 0 clauses out of 68000 with flag 0/68000
10.14/4.11	c cleaning 10985 clauses out of 21984 with flag 325922/68000
11.54/4.87	c cleaning 0 clauses out of 81002 with flag 0/81002
12.14/5.12	c cleaning 11999 clauses out of 23999 with flag 385459/81000
13.38/5.72	c cleaning 0 clauses out of 95000 with flag 0/95000
14.18/6.19	c cleaning 12999 clauses out of 26001 with flag 453038/95001
15.19/6.61	c cleaning 0 clauses out of 110000 with flag 0/110000
16.58/7.34	c cleaning 14000 clauses out of 28001 with flag 519762/110000
18.98/8.54	c cleaning 0 clauses out of 126001 with flag 0/126001
19.79/8.92	c cleaning 14998 clauses out of 30002 with flag 597924/126001
22.06/10.08	c cleaning 0 clauses out of 143001 with flag 0/143001
22.85/10.43	c cleaning 15998 clauses out of 32003 with flag 677237/143000
25.24/11.64	c cleaning 0 clauses out of 161000 with flag 0/161000
26.04/12.02	c cleaning 17001 clauses out of 34005 with flag 756564/161000
29.44/13.77	c cleaning 17996 clauses out of 36005 with flag 847296/180001
30.04/14.05	c cleaning 0 clauses out of 180001 with flag 0/180001
33.91/15.91	c cleaning 18997 clauses out of 38009 with flag 946097/200001
35.51/16.72	c cleaning 0 clauses out of 200002 with flag 0/200002
38.11/18.06	c cleaning 20000 clauses out of 40012 with flag 1046887/221001
40.71/19.30	c cleaning 0 clauses out of 221000 with flag 0/221000
42.51/20.27	c cleaning 21004 clauses out of 42011 with flag 1148733/243000
47.31/22.69	c cleaning 21999 clauses out of 44008 with flag 1253368/266001
48.71/23.37	c cleaning 0 clauses out of 243000 with flag 0/243000
52.51/25.24	c cleaning 23002 clauses out of 46009 with flag 1363039/290001
57.99/27.87	c cleaning 0 clauses out of 266000 with flag 0/266000
58.63/28.17	c cleaning 23999 clauses out of 48007 with flag 1477074/315001
65.02/31.40	c cleaning 24997 clauses out of 50008 with flag 1595101/341001
66.16/31.90	c cleaning 0 clauses out of 290000 with flag 0/290000
72.97/35.27	c cleaning 26000 clauses out of 52011 with flag 1719458/368001
74.56/36.03	c cleaning 0 clauses out of 315000 with flag 0/315000
81.13/39.21	c And the winner is solver1
81.13/39.25	c cleaning 27003 clauses out of 54011 with flag 1846081/396001
81.19/39.68	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
81.19/39.68	c starts		: 39
81.19/39.68	c conflicts		: 396001
81.19/39.68	c decisions		: 481700
81.19/39.68	c propagations		: 2465038
81.19/39.68	c inspects		: 902093228
81.19/39.68	c shortcuts		: 0
81.19/39.68	c learnt literals	: 0
81.19/39.68	c learnt binary clauses	: 0
81.19/39.68	c learnt ternary clauses	: 4
81.19/39.68	c learnt constraints	: 396001
81.19/39.68	c ignored constraints	: 0
81.19/39.68	c root simplifications	: 0
81.19/39.68	c removed literals (reason simplification)	: 1773731
81.19/39.68	c reason swapping (by a shorter reason)	: 0
81.19/39.68	c Calls to reduceDB	: 24
81.19/39.68	c Number of update (reduction) of LBD	: 76073
81.19/39.68	c Imported unit clauses	: 0
81.19/39.68	c number of reductions to clauses (during analyze)	: 0
81.19/39.68	c number of learned constraints concerned by reduction	: 0
81.19/39.68	c number of learning phase by resolution	: 0
81.19/39.68	c number of learning phase by cutting planes	: 0
81.19/39.68	c speed (assignments/second)	: 62398.126819389945
81.19/39.68	c non guided choices	218
81.19/39.69	c learnt constraints type 
81.19/39.69	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27008
81.19/39.70	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
81.19/39.70	c starts		: 134
81.19/39.70	c conflicts		: 334173
81.19/39.70	c decisions		: 400438
81.19/39.70	c propagations		: 2174768
81.19/39.70	c inspects		: 374942738
81.19/39.70	c shortcuts		: 0
81.19/39.70	c learnt literals	: 1
81.19/39.70	c learnt binary clauses	: 3
81.19/39.70	c learnt ternary clauses	: 8
81.19/39.70	c learnt constraints	: 334171
81.19/39.70	c ignored constraints	: 0
81.19/39.70	c root simplifications	: 0
81.19/39.70	c removed literals (reason simplification)	: 0
81.19/39.70	c reason swapping (by a shorter reason)	: 0
81.19/39.70	c Calls to reduceDB	: 21
81.19/39.70	c Number of update (reduction) of LBD	: 0
81.19/39.70	c Imported unit clauses	: 0
81.19/39.70	c number of reductions to clauses (during analyze)	: 0
81.19/39.70	c number of learned constraints concerned by reduction	: 0
81.19/39.70	c number of learning phase by resolution	: 0
81.19/39.70	c number of learning phase by cutting planes	: 0
81.19/39.70	c speed (assignments/second)	: 55030.9471393507
81.19/39.70	c non guided choices	150
81.25/39.75	c learnt constraints type 
81.25/39.75	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 334168
81.25/39.75	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 3
81.25/39.75	s UNSATISFIABLE
81.25/39.75	c Total wall clock time (in seconds): 39.638

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

pid=23457
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.43 4.38 4.05 4/197 23460
/proc/meminfo: memFree=27368988/32872528 swapFree=1526624/1696276
[pid=23460] ppid=23457 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23460/stat : 23460 (java) S 23457 23460 14900 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 10067041 98570240 977 33554432000 1073741824 1073778376 140735390729280 140735390720416 270710898749 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23460/statm: 24065 977 743 9 0 16771 0
[pid=23460/tid=23461] ppid=23457 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23461/stat : 23461 (java) R 23457 23460 14900 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10067042 98570240 977 33554432000 1073741824 1073778376 140735390729280 139934816304680 270707541376 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.43 4.38 4.05 4/197 23460
/proc/meminfo: memFree=27368988/32872528 swapFree=1526624/1696276
[pid=23460] ppid=23457 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23460/stat : 23460 (java) S 23457 23460 14900 0 -1 4202496 4400 0 1 0 9 1 0 0 20 0 18 0 10067041 9787879424 6040 33554432000 1073741824 1073778376 140735390729280 140735390720416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23460/statm: 2389619 6040 2126 9 0 2380296 0
[pid=23460/tid=23461] ppid=23457 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23460/task/23461/stat : 23461 (java) R 23457 23460 14900 0 -1 4202560 2390 0 1 0 6 1 0 0 20 0 18 0 10067042 9787879424 6040 33554432000 1073741824 1073778376 140735390729280 139934816307912 139934823972449 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.200314 s]
/proc/loadavg: 4.43 4.38 4.05 4/197 23460
/proc/meminfo: memFree=27368988/32872528 swapFree=1526624/1696276
[pid=23460] ppid=23457 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/23460/stat : 23460 (java) S 23457 23460 14900 0 -1 4202496 4725 0 1 0 24 2 0 0 20 0 22 0 10067041 10060525568 7861 33554432000 1073741824 1073778376 140735390729280 140735390720416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23460/statm: 2456183 7861 2209 9 0 2446860 0
[pid=23460/tid=23461] ppid=23457 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/23460/task/23461/stat : 23461 (java) S 23457 23460 14900 0 -1 4202560 2405 0 1 0 14 1 0 0 20 0 22 0 10067042 10060525568 7861 33554432000 1073741824 1073778376 140735390729280 139934816310136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300263 s]
/proc/loadavg: 4.43 4.38 4.05 4/197 23460
/proc/meminfo: memFree=27368988/32872528 swapFree=1526624/1696276
[pid=23460] ppid=23457 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/23460/stat : 23460 (java) S 23457 23460 14900 0 -1 4202496 8074 0 1 0 62 2 0 0 20 0 22 0 10067041 10060525568 9986 33554432000 1073741824 1073778376 140735390729280 140735390720416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23460/statm: 2456183 9986 2246 9 0 2446860 0
[pid=23460/tid=23461] ppid=23457 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/23460/task/23461/stat : 23461 (java) S 23457 23460 14900 0 -1 4202560 2405 0 1 0 14 1 0 0 20 0 22 0 10067042 10060525568 9986 33554432000 1073741824 1073778376 140735390729280 139934816310136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.700223 s]
/proc/loadavg: 4.43 4.38 4.05 4/197 23460
/proc/meminfo: memFree=27368988/32872528 swapFree=1526624/1696276
[pid=23460] ppid=23457 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/23460/stat : 23460 (java) S 23457 23460 14900 0 -1 4202496 19996 0 1 0 219 4 0 0 20 0 22 0 10067041 10060525568 29754 33554432000 1073741824 1073778376 140735390729280 140735390720416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23460/statm: 2456183 29754 2261 9 0 2446860 0
[pid=23460/tid=23461] ppid=23457 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/23460/task/23461/stat : 23461 (java) S 23457 23460 14900 0 -1 4202560 2405 0 1 0 14 1 0 0 20 0 22 0 10067042 10060525568 29754 33554432000 1073741824 1073778376 140735390729280 139934816310136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.43 4.38 4.05 6/219 23482
/proc/meminfo: memFree=27123376/32872528 swapFree=1526624/1696276
[pid=23460] ppid=23457 vsize=9824732 CPUtime=4.63 cores=0,2,4,6
/proc/23460/stat : 23460 (java) S 23457 23460 14900 0 -1 4202496 25474 0 1 0 456 7 0 0 20 0 22 0 10067041 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 140735390720416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23460/statm: 2456183 50653 2275 9 0 2446860 0
[pid=23460/tid=23461] ppid=23457 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/23460/task/23461/stat : 23461 (java) S 23457 23460 14900 0 -1 4202560 2405 0 1 0 14 1 0 0 20 0 22 0 10067042 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934816310136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23463] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23463/stat : 23463 (java) S 23457 23460 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934805371432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23464] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23464/stat : 23464 (java) S 23457 23460 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934804318632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23465] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23465/stat : 23465 (java) S 23457 23460 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934803265832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23460/tid=23466] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23466/stat : 23466 (java) S 23457 23460 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934802213032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23467] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23467/stat : 23467 (java) S 23457 23460 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934801161256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23468] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23468/stat : 23468 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934654217128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23469] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23469/stat : 23469 (java) S 23457 23460 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934653164328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23460/tid=23470] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23470/stat : 23470 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934652111528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23471] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23471/stat : 23471 (java) S 23457 23460 14900 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934639913448 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23472] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23472/stat : 23472 (java) S 23457 23460 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934638859512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23473] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23473/stat : 23473 (java) S 23457 23460 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934637806600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23474] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23474/stat : 23474 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934636755088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23475] ppid=23457 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/23460/task/23475/stat : 23475 (java) R 23457 23460 14900 0 -1 4202560 11953 0 0 0 108 2 0 0 20 0 22 0 10067047 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934635690792 139934820425967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23476] ppid=23457 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/23460/task/23476/stat : 23476 (java) S 23457 23460 14900 0 -1 4202560 9611 0 0 0 71 0 0 0 20 0 22 0 10067047 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934634650424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23477] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23477/stat : 23477 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934633597816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23478] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23478/stat : 23478 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934632545224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23479] ppid=23457 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/23460/task/23479/stat : 23479 (java) R 23457 23460 14900 0 -1 4202560 23 0 0 0 129 0 0 0 20 0 22 0 10067059 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934631481360 139934682386083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23480] ppid=23457 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/23460/task/23480/stat : 23480 (java) R 23457 23460 14900 0 -1 4202560 95 0 0 0 126 2 0 0 20 0 22 0 10067059 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934630436128 139934682387059 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23460/tid=23481] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23481/stat : 23481 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10067059 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934629385128 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23482] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23482/stat : 23482 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10067059 10060525568 50653 33554432000 1073741824 1073778376 140735390729280 139934628332328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.43 4.38 4.05 5/219 23482
/proc/meminfo: memFree=27061696/32872528 swapFree=1526624/1696276
[pid=23460] ppid=23457 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/23460/stat : 23460 (java) S 23457 23460 14900 0 -1 4202496 25504 0 1 0 801 9 0 0 20 0 22 0 10067041 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 140735390720416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23460/statm: 2456183 54237 2275 9 0 2446860 0
[pid=23460/tid=23461] ppid=23457 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/23460/task/23461/stat : 23461 (java) S 23457 23460 14900 0 -1 4202560 2405 0 1 0 14 1 0 0 20 0 22 0 10067042 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934816310136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23463] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23463/stat : 23463 (java) S 23457 23460 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934805371432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23464] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23464/stat : 23464 (java) S 23457 23460 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934804318632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23465] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23465/stat : 23465 (java) S 23457 23460 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934803265832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23460/tid=23466] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23466/stat : 23466 (java) S 23457 23460 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934802213032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23467] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23467/stat : 23467 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934801161256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23468] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23468/stat : 23468 (java) S 23457 23460 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934654217128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23469] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23469/stat : 23469 (java) S 23457 23460 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934653164328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23460/tid=23470] ppid=23457 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23460/task/23470/stat : 23470 (java) S 23457 23460 14900 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 10067043 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934652111528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23471] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23471/stat : 23471 (java) S 23457 23460 14900 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934639913448 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23472] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23472/stat : 23472 (java) S 23457 23460 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934638859512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23473] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23473/stat : 23473 (java) S 23457 23460 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934637806600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23474] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23474/stat : 23474 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934636755088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23475] ppid=23457 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/23460/task/23475/stat : 23475 (java) S 23457 23460 14900 0 -1 4202560 11953 0 0 0 128 2 0 0 20 0 22 0 10067047 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934635703224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23476] ppid=23457 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/23460/task/23476/stat : 23476 (java) S 23457 23460 14900 0 -1 4202560 9611 0 0 0 76 0 0 0 20 0 22 0 10067047 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934634650424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23477] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23477/stat : 23477 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934633597816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23478] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23478/stat : 23478 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934632545224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23479] ppid=23457 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/23460/task/23479/stat : 23479 (java) R 23457 23460 14900 0 -1 4202560 25 0 0 0 287 0 0 0 20 0 22 0 10067059 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934631490304 139934682386083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23480] ppid=23457 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/23460/task/23480/stat : 23480 (java) R 23457 23460 14900 0 -1 4202560 96 0 0 0 284 2 0 0 20 0 22 0 10067059 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934630428576 139934682386083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23481] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23481/stat : 23481 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10067059 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934629385128 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23482] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23482/stat : 23482 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10067059 10060525568 54237 33554432000 1073741824 1073778376 140735390729280 139934628332328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.39 4.37 4.05 7/219 23550
/proc/meminfo: memFree=27921936/32872528 swapFree=1526624/1696276
[pid=23460] ppid=23457 vsize=9824732 CPUtime=14.58 cores=0,2,4,6
/proc/23460/stat : 23460 (java) S 23457 23460 14900 0 -1 4202496 25985 0 1 0 1443 15 0 0 20 0 22 0 10067041 10060525568 89220 33554432000 1073741824 1073778376 140735390729280 140735390720416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23460/statm: 2456183 89220 2275 9 0 2446860 0
[pid=23460/tid=23461] ppid=23457 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/23460/task/23461/stat : 23461 (java) S 23457 23460 14900 0 -1 4202560 2405 0 1 0 14 1 0 0 20 0 22 0 10067042 10060525568 89220 33554432000 1073741824 1073778376 140735390729280 139934816310136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23463] ppid=23457 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23460/task/23463/stat : 23463 (java) S 23457 23460 14900 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 10067043 10060525568 89220 33554432000 1073741824 1073778376 140735390729280 139934805371432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23460/tid=23464] ppid=23457 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23460/task/23464/stat : 23464 (java) S 23457 23460 14900 0 -1 4202560 61 0 0 0 2 0 0 0 20 0 22 0 10067043 10060525568 89220 33554432000 1073741824 1073778376 140735390729280 139934804318632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23465] ppid=23457 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23460/task/23465/stat : 23465 (java) S 23457 23460 14900 0 -1 4202560 92 0 0 0 0 1 0 0 20 0 22 0 10067043 10060525568 89220 33554432000 1073741824 1073778376 140735390729280 139934803265832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23466] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23466/stat : 23466 (java) S 23457 23460 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10067043 10060525568 89220 33554432000 1073741824 1073778376 140735390729280 139934802213032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23467] ppid=23457 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23460/task/23467/stat : 23467 (java) S 23457 23460 14900 0 -1 4202560 84 0 0 0 1 0 0 0 20 0 22 0 10067043 10060525568 89220 33554432000 1073741824 1073778376 140735390729280 139934801161256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23468] ppid=23457 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23460/task/23468/stat : 23468 (java) S 23457 23460 14900 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 10067043 10060525568 89220 33554432000 1073741824 1073778376 140735390729280 139934654217128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23469] ppid=23457 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23460/task/23469/stat : 23469 (java) S 23457 23460 14900 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 10067043 10060525568 89220 33554432000 1073741824 1073778376 140735390729280 139934653164328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23460/tid=23470] ppid=23457 vsize=9824732 CPUtime=0.04 cores=0,2,4,6

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

[pid=23460/tid=23470] ppid=23457 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23460/task/23470/stat : 23470 (java) S 23457 23460 14900 0 -1 4202560 116 0 0 0 7 3 0 0 20 0 22 0 10067043 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934652111528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23471] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23471/stat : 23471 (java) S 23457 23460 14900 0 -1 4202560 761 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934639913448 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23472] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23472/stat : 23472 (java) S 23457 23460 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934638859512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23473] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23473/stat : 23473 (java) S 23457 23460 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934637806600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23474] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23474/stat : 23474 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934636755088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23475] ppid=23457 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/23460/task/23475/stat : 23475 (java) S 23457 23460 14900 0 -1 4202560 14008 0 0 0 144 2 0 0 20 0 22 0 10067047 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934635703224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23476] ppid=23457 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/23460/task/23476/stat : 23476 (java) S 23457 23460 14900 0 -1 4202560 9656 0 0 0 119 0 0 0 20 0 22 0 10067047 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934634650424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23477] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23477/stat : 23477 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934633597816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23478] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23478/stat : 23478 (java) S 23457 23460 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934632545224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23479] ppid=23457 vsize=9824732 CPUtime=37.94 cores=0,2,4,6
/proc/23460/task/23479/stat : 23479 (java) R 23457 23460 14900 0 -1 4202560 43 0 0 0 3794 0 0 0 20 0 22 0 10067059 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934631488440 139934682386083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23480] ppid=23457 vsize=9824732 CPUtime=37.83 cores=0,2,4,6
/proc/23460/task/23480/stat : 23480 (java) R 23457 23460 14900 0 -1 4202560 762 0 0 0 3769 14 0 0 20 0 22 0 10067059 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934630437240 139934682386083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23481] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23481/stat : 23481 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10067059 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934629385128 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23482] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23482/stat : 23482 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10067059 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934628332328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 79.53
Current children cumulated vsize (KiB) 9824732

[startup+39.2009 s]
/proc/loadavg: 4.67 4.44 4.08 6/219 23822
/proc/meminfo: memFree=26128508/32872528 swapFree=1526624/1696276
[pid=23460] ppid=23457 vsize=9824732 CPUtime=81.13 cores=0,2,4,6
/proc/23460/stat : 23460 (java) S 23457 23460 14900 0 -1 4202496 30060 0 1 0 8075 38 0 0 20 0 22 0 10067041 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 140735390720416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23460/statm: 2456183 290254 2275 9 0 2446860 0
[pid=23460/tid=23461] ppid=23457 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/23460/task/23461/stat : 23461 (java) S 23457 23460 14900 0 -1 4202560 2407 0 1 0 14 2 0 0 20 0 22 0 10067042 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934816310136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23463] ppid=23457 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/23460/task/23463/stat : 23463 (java) S 23457 23460 14900 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 22 0 10067043 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934805371432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23460/tid=23464] ppid=23457 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23460/task/23464/stat : 23464 (java) S 23457 23460 14900 0 -1 4202560 97 0 0 0 6 2 0 0 20 0 22 0 10067043 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934804318632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23465] ppid=23457 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23460/task/23465/stat : 23465 (java) S 23457 23460 14900 0 -1 4202560 233 0 0 0 4 2 0 0 20 0 22 0 10067043 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934803265832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23466] ppid=23457 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/23460/task/23466/stat : 23466 (java) S 23457 23460 14900 0 -1 4202560 63 0 0 0 10 2 0 0 20 0 22 0 10067043 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934802213032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23467] ppid=23457 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23460/task/23467/stat : 23467 (java) S 23457 23460 14900 0 -1 4202560 266 0 0 0 8 2 0 0 20 0 22 0 10067043 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934801161256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23468] ppid=23457 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23460/task/23468/stat : 23468 (java) S 23457 23460 14900 0 -1 4202560 75 0 0 0 5 1 0 0 20 0 22 0 10067043 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934654217128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23469] ppid=23457 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/23460/task/23469/stat : 23469 (java) S 23457 23460 14900 0 -1 4202560 229 0 0 0 9 2 0 0 20 0 22 0 10067043 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934653164328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23470] ppid=23457 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23460/task/23470/stat : 23470 (java) S 23457 23460 14900 0 -1 4202560 116 0 0 0 7 3 0 0 20 0 22 0 10067043 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934652111528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23471] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23471/stat : 23471 (java) S 23457 23460 14900 0 -1 4202560 761 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934639913448 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23472] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23472/stat : 23472 (java) S 23457 23460 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934638859512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23473] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23473/stat : 23473 (java) S 23457 23460 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10067044 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934637806600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23474] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23474/stat : 23474 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934636755088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23475] ppid=23457 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/23460/task/23475/stat : 23475 (java) S 23457 23460 14900 0 -1 4202560 14008 0 0 0 144 2 0 0 20 0 22 0 10067047 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934635703224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23476] ppid=23457 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/23460/task/23476/stat : 23476 (java) S 23457 23460 14900 0 -1 4202560 9656 0 0 0 119 0 0 0 20 0 22 0 10067047 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934634650424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23477] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23477/stat : 23477 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934633597816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23478] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23478/stat : 23478 (java) S 23457 23460 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10067047 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934632545224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23479] ppid=23457 vsize=9824732 CPUtime=38.74 cores=0,2,4,6
/proc/23460/task/23479/stat : 23479 (java) R 23457 23460 14900 0 -1 4202560 43 0 0 0 3874 0 0 0 20 0 22 0 10067059 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934631488440 139934682783458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23480] ppid=23457 vsize=9824732 CPUtime=38.63 cores=0,2,4,6
/proc/23460/task/23480/stat : 23480 (java) R 23457 23460 14900 0 -1 4202560 762 0 0 0 3849 14 0 0 20 0 22 0 10067059 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934630437240 139934682230639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23481] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23481/stat : 23481 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10067059 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934629385128 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23482] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23482/stat : 23482 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10067059 10060525568 290254 33554432000 1073741824 1073778376 140735390729280 139934628332328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 81.13
Current children cumulated vsize (KiB) 9824732

[startup+39.6008 s]
/proc/loadavg: 4.67 4.44 4.08 1/191 23843
/proc/meminfo: memFree=27322184/32872528 swapFree=1526624/1696276
[pid=23460] ppid=23457 vsize=9824732 CPUtime=81.19 cores=0,2,4,6
/proc/23460/stat : 23460 (java) S 23457 23460 14900 0 -1 4202496 30061 0 1 0 8080 39 0 0 20 0 19 0 10067041 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 140735390720416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23460/statm: 2456183 290240 2276 9 0 2446860 0
[pid=23460/tid=23461] ppid=23457 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/23460/task/23461/stat : 23461 (java) S 23457 23460 14900 0 -1 4202560 2407 0 1 0 14 2 0 0 20 0 19 0 10067042 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934816310136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23463] ppid=23457 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/23460/task/23463/stat : 23463 (java) S 23457 23460 14900 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 19 0 10067043 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934805371432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23460/tid=23464] ppid=23457 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23460/task/23464/stat : 23464 (java) S 23457 23460 14900 0 -1 4202560 97 0 0 0 6 2 0 0 20 0 19 0 10067043 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934804318632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23465] ppid=23457 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23460/task/23465/stat : 23465 (java) S 23457 23460 14900 0 -1 4202560 233 0 0 0 4 2 0 0 20 0 19 0 10067043 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934803265832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23466] ppid=23457 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/23460/task/23466/stat : 23466 (java) S 23457 23460 14900 0 -1 4202560 63 0 0 0 10 2 0 0 20 0 19 0 10067043 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934802213032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23467] ppid=23457 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23460/task/23467/stat : 23467 (java) S 23457 23460 14900 0 -1 4202560 266 0 0 0 8 2 0 0 20 0 19 0 10067043 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934801161256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23468] ppid=23457 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23460/task/23468/stat : 23468 (java) S 23457 23460 14900 0 -1 4202560 75 0 0 0 5 1 0 0 20 0 19 0 10067043 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934654217128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23469] ppid=23457 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/23460/task/23469/stat : 23469 (java) S 23457 23460 14900 0 -1 4202560 229 0 0 0 9 2 0 0 20 0 19 0 10067043 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934653164328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23470] ppid=23457 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23460/task/23470/stat : 23470 (java) S 23457 23460 14900 0 -1 4202560 116 0 0 0 7 3 0 0 20 0 19 0 10067043 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934652111528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23471] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23471/stat : 23471 (java) S 23457 23460 14900 0 -1 4202560 761 0 0 0 0 0 0 0 20 0 19 0 10067044 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934639913448 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23472] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23472/stat : 23472 (java) S 23457 23460 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10067044 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934638859512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23473] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23473/stat : 23473 (java) S 23457 23460 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10067044 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934637806600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23474] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23474/stat : 23474 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10067047 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934636755088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23475] ppid=23457 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/23460/task/23475/stat : 23475 (java) S 23457 23460 14900 0 -1 4202560 14008 0 0 0 144 2 0 0 20 0 19 0 10067047 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934635703224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23476] ppid=23457 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/23460/task/23476/stat : 23476 (java) S 23457 23460 14900 0 -1 4202560 9656 0 0 0 119 0 0 0 20 0 19 0 10067047 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934634650424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23477] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23477/stat : 23477 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10067047 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934633597816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23478] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23478/stat : 23478 (java) S 23457 23460 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10067047 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934632545224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23482] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23482/stat : 23482 (java) S 23457 23460 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10067059 10060525568 290240 33554432000 1073741824 1073778376 140735390729280 139934628332328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 81.19
Current children cumulated vsize (KiB) 9824732

[startup+39.7074 s]
/proc/loadavg: 4.67 4.44 4.08 1/191 23843
/proc/meminfo: memFree=27322184/32872528 swapFree=1526624/1696276
[pid=23460] ppid=23457 vsize=9824732 CPUtime=81.25 cores=0,2,4,6
/proc/23460/stat : 23460 (java) S 23457 23460 14900 0 -1 4202496 30073 0 1 0 8086 39 0 0 20 0 19 0 10067041 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 140735390720416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23460/statm: 2456183 290250 2285 9 0 2446860 0
[pid=23460/tid=23461] ppid=23457 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/23460/task/23461/stat : 23461 (java) S 23457 23460 14900 0 -1 4202560 2407 0 1 0 14 2 0 0 20 0 19 0 10067042 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934816309976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23463] ppid=23457 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/23460/task/23463/stat : 23463 (java) S 23457 23460 14900 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 19 0 10067043 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934805371432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23460/tid=23464] ppid=23457 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23460/task/23464/stat : 23464 (java) S 23457 23460 14900 0 -1 4202560 97 0 0 0 6 2 0 0 20 0 19 0 10067043 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934804318632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23465] ppid=23457 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23460/task/23465/stat : 23465 (java) S 23457 23460 14900 0 -1 4202560 233 0 0 0 4 2 0 0 20 0 19 0 10067043 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934803265832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23466] ppid=23457 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/23460/task/23466/stat : 23466 (java) S 23457 23460 14900 0 -1 4202560 63 0 0 0 10 2 0 0 20 0 19 0 10067043 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934802213032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23467] ppid=23457 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23460/task/23467/stat : 23467 (java) S 23457 23460 14900 0 -1 4202560 266 0 0 0 8 2 0 0 20 0 19 0 10067043 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934801161256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23468] ppid=23457 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23460/task/23468/stat : 23468 (java) S 23457 23460 14900 0 -1 4202560 75 0 0 0 5 1 0 0 20 0 19 0 10067043 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934654217128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23469] ppid=23457 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/23460/task/23469/stat : 23469 (java) S 23457 23460 14900 0 -1 4202560 229 0 0 0 9 2 0 0 20 0 19 0 10067043 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934653164328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23470] ppid=23457 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23460/task/23470/stat : 23470 (java) S 23457 23460 14900 0 -1 4202560 116 0 0 0 7 3 0 0 20 0 19 0 10067043 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934652111528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23471] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23471/stat : 23471 (java) S 23457 23460 14900 0 -1 4202560 761 0 0 0 0 0 0 0 20 0 19 0 10067044 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934639913448 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23460/tid=23472] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23472/stat : 23472 (java) S 23457 23460 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10067044 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934638859512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23473] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23473/stat : 23473 (java) S 23457 23460 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10067044 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934637806600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23474] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23474/stat : 23474 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10067047 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934636755088 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23460/tid=23475] ppid=23457 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/23460/task/23475/stat : 23475 (java) R 23457 23460 14900 0 -1 4202560 14009 0 0 0 145 3 0 0 20 0 19 0 10067047 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934635690400 139934824060482 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23460/tid=23476] ppid=23457 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/23460/task/23476/stat : 23476 (java) R 23457 23460 14900 0 -1 4202560 9664 0 0 0 121 0 0 0 20 0 19 0 10067047 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934634650424 139934820400983 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23477] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23477/stat : 23477 (java) S 23457 23460 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10067047 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934633597816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23460/tid=23478] ppid=23457 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23460/task/23478/stat : 23478 (java) S 23457 23460 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10067047 10060525568 290250 33554432000 1073741824 1073778376 140735390729280 139934632545224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 81.25
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 39.7624
CPU time (s): 81.4406
CPU user time (s): 80.8997
CPU system time (s): 0.540917
CPU usage (%): 204.818
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.8997
system time used= 0.540917
maximum resident set size= 1163076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30083
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1558
involuntary context switches= 1693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.25696 second user time and 0.32395 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 20:13:48
IDJOB=4122707
IDBENCH=111260
IDSOLVER=2543
FILE ID=node125/4122707-1467310428
RUNJOBID= node125-1467308203-14916
PBS_JOBID= 20005253
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n80-d3-i1-r2.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-4122707-1467310428/watcher-4122707-1467310428 -o /tmp/evaluation-result-4122707-1467310428/solver-4122707-1467310428 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467308203-14916 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4122707-1467310428.opb

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

MD5SUM BENCH= 904dea184415f955fff55e4b1f07da06
RANDOM SEED=676981728

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27369352 kB
Buffers:          137620 kB
Cached:          1799520 kB
SwapCached:            0 kB
Active:          1380104 kB
Inactive:        1680268 kB
Active(anon):    1126072 kB
Inactive(anon):        0 kB
Active(file):     254032 kB
Inactive(file):  1680268 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               512 kB
Writeback:             0 kB
AnonPages:       2726836 kB
Mapped:            21528 kB
Shmem:               204 kB
Slab:             610840 kB
SReclaimable:      54228 kB
SUnreclaim:       556612 kB
KernelStack:        1784 kB
PageTables:         9448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3585016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1124352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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