Trace number 4122747

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 57.6252 27.2543

General information on the benchmark

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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4122747-1467310440.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c declared #vars     126
0.11/0.16	c #constraints  336
0.11/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 336
0.11/0.16	c 336 constraints processed.
0.11/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 336
0.11/0.16	c 336 constraints processed.
1.79/0.67	c cleaning 2497 clauses out of 5002 with flag 17027/5002
2.19/0.70	c cleaning 0 clauses out of 5000 with flag 0/5000
2.60/0.85	c cleaning 4246 clauses out of 8504 with flag 44741/11001
2.81/0.97	c cleaning 0 clauses out of 11001 with flag 0/11001
3.45/1.12	c cleaning 5627 clauses out of 11258 with flag 79821/18001
4.05/1.30	c cleaning 0 clauses out of 18001 with flag 0/18001
4.35/1.48	c cleaning 6815 clauses out of 13631 with flag 117605/26001
4.89/1.65	c cleaning 0 clauses out of 26001 with flag 0/26001
5.70/1.91	c cleaning 7904 clauses out of 15816 with flag 161820/35001
5.90/2.05	c cleaning 0 clauses out of 35001 with flag 0/35001
6.71/2.42	c cleaning 8955 clauses out of 17911 with flag 206971/45000
6.91/2.55	c cleaning 0 clauses out of 45001 with flag 0/45001
7.91/3.03	c cleaning 9971 clauses out of 19956 with flag 256577/56000
8.10/3.15	c cleaning 0 clauses out of 56002 with flag 0/56002
9.54/3.82	c cleaning 0 clauses out of 68000 with flag 0/68000
9.74/3.95	c cleaning 10987 clauses out of 21985 with flag 319267/68000
11.38/4.73	c cleaning 0 clauses out of 81000 with flag 0/81000
11.78/4.95	c cleaning 11998 clauses out of 23999 with flag 384541/81001
12.78/5.47	c cleaning 0 clauses out of 95001 with flag 0/95001
14.18/6.18	c cleaning 12999 clauses out of 26001 with flag 449581/95001
14.58/6.32	c cleaning 0 clauses out of 110001 with flag 0/110001
16.64/7.35	c cleaning 13999 clauses out of 28002 with flag 522228/110001
17.04/7.52	c cleaning 0 clauses out of 126001 with flag 0/126001
19.03/8.53	c cleaning 14999 clauses out of 30003 with flag 599982/126001
19.03/8.57	c cleaning 0 clauses out of 143001 with flag 0/143001
21.03/9.59	c cleaning 0 clauses out of 161001 with flag 0/161001
22.10/10.06	c cleaning 16001 clauses out of 32003 with flag 680196/143000
24.51/11.21	c cleaning 0 clauses out of 180000 with flag 0/180000
26.00/11.93	c cleaning 16997 clauses out of 34003 with flag 763016/161001
27.93/12.70	c cleaning 0 clauses out of 200000 with flag 0/200000
30.18/13.86	c cleaning 18001 clauses out of 36005 with flag 842975/180000
31.07/14.22	c cleaning 0 clauses out of 221000 with flag 0/221000
34.07/15.74	c cleaning 0 clauses out of 243000 with flag 0/243000
34.63/15.98	c cleaning 19002 clauses out of 38004 with flag 921115/200000
38.20/17.79	c cleaning 0 clauses out of 266000 with flag 0/266000
39.99/18.68	c cleaning 19997 clauses out of 40002 with flag 1010023/221000
41.99/19.66	c cleaning 0 clauses out of 290001 with flag 0/290001
45.19/21.26	c cleaning 21000 clauses out of 42007 with flag 1099793/243002
45.99/21.60	c cleaning 0 clauses out of 315000 with flag 0/315000
50.65/23.88	c cleaning 0 clauses out of 341001 with flag 0/341001
50.65/23.90	c cleaning 21997 clauses out of 44004 with flag 1196319/266000
54.84/25.97	c cleaning 0 clauses out of 368001 with flag 0/368001
56.31/26.66	c cleaning 23002 clauses out of 46004 with flag 1296756/290000
57.26/27.04	c And the winner is solver0
57.37/27.17	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
57.37/27.17	c starts		: 23
57.37/27.17	c conflicts		: 294112
57.37/27.17	c decisions		: 368445
57.37/27.17	c propagations		: 1986642
57.37/27.17	c inspects		: 685147880
57.37/27.17	c shortcuts		: 0
57.37/27.17	c learnt literals	: 15
57.37/27.17	c learnt binary clauses	: 101
57.37/27.17	c learnt ternary clauses	: 481
57.37/27.17	c learnt constraints	: 294096
57.37/27.17	c ignored constraints	: 0
57.37/27.17	c root simplifications	: 0
57.37/27.17	c removed literals (reason simplification)	: 912112
57.37/27.17	c reason swapping (by a shorter reason)	: 0
57.37/27.17	c Calls to reduceDB	: 20
57.37/27.17	c Number of update (reduction) of LBD	: 54464
57.37/27.17	c Imported unit clauses	: 0
57.37/27.17	c number of reductions to clauses (during analyze)	: 0
57.37/27.17	c number of learned constraints concerned by reduction	: 0
57.37/27.17	c number of learning phase by resolution	: 0
57.37/27.17	c number of learning phase by cutting planes	: 0
57.37/27.17	c speed (assignments/second)	: 73571.15876013777
57.37/27.17	c non guided choices	214
57.37/27.18	c learnt constraints type 
57.37/27.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 101
57.37/27.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27001
57.37/27.18	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
57.37/27.18	c starts		: 136
57.37/27.18	c conflicts		: 384630
57.37/27.18	c decisions		: 534254
57.37/27.18	c propagations		: 3558246
57.37/27.18	c inspects		: 205357259
57.37/27.18	c shortcuts		: 0
57.37/27.18	c learnt literals	: 0
57.37/27.18	c learnt binary clauses	: 0
57.37/27.18	c learnt ternary clauses	: 16
57.37/27.18	c learnt constraints	: 384630
57.37/27.18	c ignored constraints	: 0
57.37/27.18	c root simplifications	: 0
57.37/27.18	c removed literals (reason simplification)	: 0
57.37/27.18	c reason swapping (by a shorter reason)	: 0
57.37/27.18	c Calls to reduceDB	: 23
57.37/27.18	c Number of update (reduction) of LBD	: 0
57.37/27.18	c Imported unit clauses	: 0
57.37/27.18	c number of reductions to clauses (during analyze)	: 0
57.37/27.18	c number of learned constraints concerned by reduction	: 0
57.37/27.18	c number of learning phase by resolution	: 0
57.37/27.18	c number of learning phase by cutting planes	: 0
57.37/27.18	c speed (assignments/second)	: 131703.96417070733
57.37/27.18	c non guided choices	120
57.44/27.24	c learnt constraints type 
57.44/27.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 384630
57.44/27.24	s UNSATISFIABLE
57.44/27.24	c Total wall clock time (in seconds): 27.137

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

pid=23797
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.44 4.38 4.05 5/197 23800
/proc/meminfo: memFree=27873796/32872528 swapFree=1526624/1696276
[pid=23800] ppid=23797 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 14900 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 10068252 98570240 977 33554432000 1073741824 1073778376 140737078641280 140737078632416 270710898749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23800/statm: 24065 977 743 9 0 16771 0
[pid=23800/tid=23801] ppid=23797 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23801/stat : 23801 (java) R 23797 23800 14900 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10068252 98570240 977 33554432000 1073741824 1073778376 140737078641280 139938700348968 270707541376 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 4.44 4.38 4.05 5/197 23800
/proc/meminfo: memFree=27873796/32872528 swapFree=1526624/1696276
[pid=23800] ppid=23797 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 14900 0 -1 4202496 4509 0 1 0 10 1 0 0 20 0 18 0 10068252 9787879424 6139 33554432000 1073741824 1073778376 140737078641280 140737078632416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23800/statm: 2389619 6139 2156 9 0 2380296 0
[pid=23800/tid=23801] ppid=23797 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23800/task/23801/stat : 23801 (java) R 23797 23800 14900 0 -1 4202560 2394 0 1 0 7 0 0 0 20 0 18 0 10068252 9787879424 6139 33554432000 1073741824 1073778376 140737078641280 139938700350728 139938703151249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 4.44 4.38 4.05 5/197 23800
/proc/meminfo: memFree=27873796/32872528 swapFree=1526624/1696276
[pid=23800] ppid=23797 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 14900 0 -1 4202496 4790 0 1 0 27 1 0 0 20 0 22 0 10068252 10060525568 7916 33554432000 1073741824 1073778376 140737078641280 140737078632416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23800/statm: 2456183 7916 2223 9 0 2446860 0
[pid=23800/tid=23801] ppid=23797 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23800/task/23801/stat : 23801 (java) S 23797 23800 14900 0 -1 4202560 2422 0 1 0 14 0 0 0 20 0 22 0 10068252 10060525568 7916 33554432000 1073741824 1073778376 140737078641280 139938700354424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.300253 s]
/proc/loadavg: 4.44 4.38 4.05 5/197 23800
/proc/meminfo: memFree=27873796/32872528 swapFree=1526624/1696276
[pid=23800] ppid=23797 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 14900 0 -1 4202496 8095 0 1 0 66 1 0 0 20 0 22 0 10068252 10060525568 9796 33554432000 1073741824 1073778376 140737078641280 140737078632416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23800/statm: 2456183 9796 2244 9 0 2446860 0
[pid=23800/tid=23801] ppid=23797 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23800/task/23801/stat : 23801 (java) S 23797 23800 14900 0 -1 4202560 2422 0 1 0 14 0 0 0 20 0 22 0 10068252 10060525568 9796 33554432000 1073741824 1073778376 140737078641280 139938700354424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700221 s]
/proc/loadavg: 4.44 4.38 4.05 5/197 23800
/proc/meminfo: memFree=27873796/32872528 swapFree=1526624/1696276
[pid=23800] ppid=23797 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 14900 0 -1 4202496 19461 0 1 0 215 4 0 0 20 0 22 0 10068252 10060525568 32044 33554432000 1073741824 1073778376 140737078641280 140737078632416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23800/statm: 2456183 32044 2259 9 0 2446860 0
[pid=23800/tid=23801] ppid=23797 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23800/task/23801/stat : 23801 (java) S 23797 23800 14900 0 -1 4202560 2422 0 1 0 14 0 0 0 20 0 22 0 10068252 10060525568 32044 33554432000 1073741824 1073778376 140737078641280 139938700354424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.44 4.38 4.05 7/219 23822
/proc/meminfo: memFree=27688392/32872528 swapFree=1526624/1696276
[pid=23800] ppid=23797 vsize=9824732 CPUtime=4.59 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 14900 0 -1 4202496 24156 0 1 0 452 7 0 0 20 0 22 0 10068252 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 140737078632416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23800/statm: 2456183 51139 2275 9 0 2446860 0
[pid=23800/tid=23801] ppid=23797 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23800/task/23801/stat : 23801 (java) S 23797 23800 14900 0 -1 4202560 2422 0 1 0 14 0 0 0 20 0 22 0 10068252 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938700354424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23803] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938544389160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23804] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938543336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23805] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938542283560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938541230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938540177960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938539125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938538072360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938537019560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23811] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938524609512 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23812] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938523555576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938522502664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938521451152 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 14900 0 -1 4202560 11109 0 0 0 62 3 0 0 20 0 22 0 10068257 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938520398264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23816] ppid=23797 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/23800/task/23816/stat : 23816 (java) R 23797 23800 14900 0 -1 4202560 9201 0 0 0 111 1 0 0 20 0 22 0 10068257 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938519345464 139938706334928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23817] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23817/stat : 23817 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938518292856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23818] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23818/stat : 23818 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938517240264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23819] ppid=23797 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/23800/task/23819/stat : 23819 (java) R 23797 23800 14900 0 -1 4202560 24 0 0 0 130 0 0 0 20 0 22 0 10068269 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938516137496 139938572422791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23820] ppid=23797 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/23800/task/23820/stat : 23820 (java) R 23797 23800 14900 0 -1 4202560 86 0 0 0 126 2 0 0 20 0 22 0 10068269 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938515083024 139938572614880 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23821] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23821/stat : 23821 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068269 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938514032040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23822] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23822/stat : 23822 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068269 10060525568 51139 33554432000 1073741824 1073778376 140737078641280 139938512979240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.44 4.38 4.05 6/219 23822
/proc/meminfo: memFree=27671916/32872528 swapFree=1526624/1696276
[pid=23800] ppid=23797 vsize=9824732 CPUtime=8.1 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 14900 0 -1 4202496 26046 0 1 0 801 9 0 0 20 0 22 0 10068252 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 140737078632416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23800/statm: 2456183 66650 2275 9 0 2446860 0
[pid=23800/tid=23801] ppid=23797 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23800/task/23801/stat : 23801 (java) S 23797 23800 14900 0 -1 4202560 2422 0 1 0 14 0 0 0 20 0 22 0 10068252 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938700354424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23803] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938544389160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23804] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938543336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23805] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938542283560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 14900 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 10068253 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938541230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938540177960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938539125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938538072360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 10068253 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938537019560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23811] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 14900 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938524609512 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23812] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938523555576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938522502664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938521451152 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 14900 0 -1 4202560 11109 0 0 0 62 3 0 0 20 0 22 0 10068257 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938520398264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23816] ppid=23797 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/23800/task/23816/stat : 23816 (java) S 23797 23800 14900 0 -1 4202560 10973 0 0 0 141 1 0 0 20 0 22 0 10068257 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938519345464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23817] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23817/stat : 23817 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938518292856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23818] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23818/stat : 23818 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938517240264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23819] ppid=23797 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/23800/task/23819/stat : 23819 (java) R 23797 23800 14900 0 -1 4202560 25 0 0 0 289 0 0 0 20 0 22 0 10068269 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938516128256 139938572422656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23820] ppid=23797 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/23800/task/23820/stat : 23820 (java) R 23797 23800 14900 0 -1 4202560 108 0 0 0 283 2 0 0 20 0 22 0 10068269 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938515075456 139938572585767 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23821] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23821/stat : 23821 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068269 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938514032040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23822] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23822/stat : 23822 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068269 10060525568 66650 33554432000 1073741824 1073778376 140737078641280 139938512979240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.73 4.44 4.07 7/219 23822
/proc/meminfo: memFree=27487500/32872528 swapFree=1526624/1696276
[pid=23800] ppid=23797 vsize=9824732 CPUtime=14.58 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 14900 0 -1 4202496 26521 0 1 0 1442 16 0 0 20 0 22 0 10068252 10060525568 113495 33554432000 1073741824 1073778376 140737078641280 140737078632416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23800/statm: 2456183 113495 2275 9 0 2446860 0
[pid=23800/tid=23801] ppid=23797 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23800/task/23801/stat : 23801 (java) S 23797 23800 14900 0 -1 4202560 2422 0 1 0 14 0 0 0 20 0 22 0 10068252 10060525568 113495 33554432000 1073741824 1073778376 140737078641280 139938700354424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23803] ppid=23797 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 14900 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 10068253 10060525568 113495 33554432000 1073741824 1073778376 140737078641280 139938544389160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23804] ppid=23797 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 10068253 10060525568 113495 33554432000 1073741824 1073778376 140737078641280 139938543336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23805] ppid=23797 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 14900 0 -1 4202560 51 0 0 0 2 2 0 0 20 0 22 0 10068253 10060525568 113495 33554432000 1073741824 1073778376 140737078641280 139938542283560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 14900 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 10068253 10060525568 113495 33554432000 1073741824 1073778376 140737078641280 139938541230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 14900 0 -1 4202560 93 0 0 0 1 0 0 0 20 0 22 0 10068253 10060525568 113495 33554432000 1073741824 1073778376 140737078641280 139938540177960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 14900 0 -1 4202560 60 0 0 0 1 0 0 0 20 0 22 0 10068253 10060525568 113495 33554432000 1073741824 1073778376 140737078641280 139938539125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 14900 0 -1 4202560 60 0 0 0 2 0 0 0 20 0 22 0 10068253 10060525568 113495 33554432000 1073741824 1073778376 140737078641280 139938538072360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=0.02 cores=1,3,5,7

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

[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938522502664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938521451152 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 14900 0 -1 4202560 11195 0 0 0 105 3 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938520398264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23816] ppid=23797 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/23800/task/23816/stat : 23816 (java) S 23797 23800 14900 0 -1 4202560 11570 0 0 0 181 2 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938519345464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23817] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23817/stat : 23817 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938518292856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23818] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23818/stat : 23818 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938517240264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23819] ppid=23797 vsize=9824732 CPUtime=25.13 cores=1,3,5,7
/proc/23800/task/23819/stat : 23819 (java) R 23797 23800 14900 0 -1 4202560 40 0 0 0 2513 0 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938516135272 139938572405488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23820] ppid=23797 vsize=9824732 CPUtime=25.06 cores=1,3,5,7
/proc/23800/task/23820/stat : 23820 (java) R 23797 23800 14900 0 -1 4202560 795 0 0 0 2490 16 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938515082368 139938572531173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23821] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23821/stat : 23821 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938514032040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23822] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23822/stat : 23822 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938512979240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 54.24
Current children cumulated vsize (KiB) 9824732

[startup+26.4009 s]
/proc/loadavg: 4.67 4.44 4.08 7/219 23822
/proc/meminfo: memFree=26128508/32872528 swapFree=1526624/1696276
[pid=23800] ppid=23797 vsize=9824732 CPUtime=55.9 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 14900 0 -1 4202496 28909 0 1 0 5549 41 0 0 20 0 22 0 10068252 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 140737078632416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23800/statm: 2456183 299561 2275 9 0 2446860 0
[pid=23800/tid=23801] ppid=23797 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23800/task/23801/stat : 23801 (java) S 23797 23800 14900 0 -1 4202560 2422 0 1 0 15 0 0 0 20 0 22 0 10068252 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938700354424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23803] ppid=23797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 14900 0 -1 4202560 71 0 0 0 7 3 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938544389160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23804] ppid=23797 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 14900 0 -1 4202560 68 0 0 0 6 1 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938543336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23805] ppid=23797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 14900 0 -1 4202560 135 0 0 0 10 3 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938542283560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 14900 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938541230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 14900 0 -1 4202560 155 0 0 0 9 3 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938540177960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 14900 0 -1 4202560 135 0 0 0 7 3 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938539125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 14900 0 -1 4202560 110 0 0 0 8 2 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938538072360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 14900 0 -1 4202560 122 0 0 0 10 3 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938537019560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23811] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 14900 0 -1 4202560 760 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938524609512 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23812] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938523555576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938522502664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938521451152 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) R 23797 23800 14900 0 -1 4202560 11195 0 0 0 105 3 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938520398264 139938703876965 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23816] ppid=23797 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/23800/task/23816/stat : 23816 (java) R 23797 23800 14900 0 -1 4202560 11570 0 0 0 185 2 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938519345344 270710908521 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23817] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23817/stat : 23817 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938518292856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23818] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23818/stat : 23818 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938517240264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23819] ppid=23797 vsize=9824732 CPUtime=25.93 cores=1,3,5,7
/proc/23800/task/23819/stat : 23819 (java) S 23797 23800 14900 0 -1 4202560 40 0 0 0 2593 0 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938516135896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23820] ppid=23797 vsize=9824732 CPUtime=25.86 cores=1,3,5,7
/proc/23800/task/23820/stat : 23820 (java) R 23797 23800 14900 0 -1 4202560 795 0 0 0 2570 16 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938515075456 139938572585767 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23821] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23821/stat : 23821 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938514032040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23822] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23822/stat : 23822 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938512979240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 55.9
Current children cumulated vsize (KiB) 9824732

[startup+26.8009 s]
/proc/loadavg: 4.67 4.44 4.08 7/219 23822
/proc/meminfo: memFree=26128508/32872528 swapFree=1526624/1696276
[pid=23800] ppid=23797 vsize=9824732 CPUtime=56.73 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 14900 0 -1 4202496 28910 0 1 0 5632 41 0 0 20 0 22 0 10068252 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 140737078632416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23800/statm: 2456183 299561 2275 9 0 2446860 0
[pid=23800/tid=23801] ppid=23797 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23800/task/23801/stat : 23801 (java) S 23797 23800 14900 0 -1 4202560 2422 0 1 0 15 0 0 0 20 0 22 0 10068252 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938700354424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23803] ppid=23797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 14900 0 -1 4202560 71 0 0 0 7 3 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938544389160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23804] ppid=23797 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 14900 0 -1 4202560 68 0 0 0 6 1 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938543336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23805] ppid=23797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 14900 0 -1 4202560 135 0 0 0 10 3 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938542283560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 14900 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938541230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 14900 0 -1 4202560 155 0 0 0 9 3 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938540177960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 14900 0 -1 4202560 135 0 0 0 7 3 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938539125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 14900 0 -1 4202560 110 0 0 0 8 2 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938538072360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 14900 0 -1 4202560 122 0 0 0 10 3 0 0 20 0 22 0 10068253 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938537019560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23811] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 14900 0 -1 4202560 760 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938524609512 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23812] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938523555576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10068254 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938522502664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938521451152 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) R 23797 23800 14900 0 -1 4202560 11195 0 0 0 110 3 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938520398104 139938706317504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23816] ppid=23797 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/23800/task/23816/stat : 23816 (java) S 23797 23800 14900 0 -1 4202560 11570 0 0 0 185 2 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938519345464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23817] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23817/stat : 23817 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938518292856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23818] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23818/stat : 23818 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10068257 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938517240264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23819] ppid=23797 vsize=9824732 CPUtime=26.31 cores=1,3,5,7
/proc/23800/task/23819/stat : 23819 (java) R 23797 23800 14900 0 -1 4202560 41 0 0 0 2631 0 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938516137200 139938572585590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23820] ppid=23797 vsize=9824732 CPUtime=26.26 cores=1,3,5,7
/proc/23800/task/23820/stat : 23820 (java) R 23797 23800 14900 0 -1 4202560 795 0 0 0 2610 16 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938515082568 139938572585648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23821] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23821/stat : 23821 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938514032040 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23822] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23822/stat : 23822 (java) S 23797 23800 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10068269 10060525568 299561 33554432000 1073741824 1073778376 140737078641280 139938512979240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 56.73
Current children cumulated vsize (KiB) 9824732

[startup+27.2008 s]
/proc/loadavg: 4.67 4.44 4.08 7/219 23822
/proc/meminfo: memFree=26128508/32872528 swapFree=1526624/1696276
[pid=23800] ppid=23797 vsize=9824732 CPUtime=57.44 cores=1,3,5,7
/proc/23800/stat : 23800 (java) S 23797 23800 14900 0 -1 4202496 28927 0 1 0 5701 43 0 0 20 0 19 0 10068252 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 140737078632416 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23800/statm: 2456183 299560 2287 9 0 2446860 0
[pid=23800/tid=23801] ppid=23797 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23800/task/23801/stat : 23801 (java) S 23797 23800 14900 0 -1 4202560 2422 0 1 0 15 0 0 0 20 0 19 0 10068252 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938700354264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23803] ppid=23797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23800/task/23803/stat : 23803 (java) S 23797 23800 14900 0 -1 4202560 71 0 0 0 7 3 0 0 20 0 19 0 10068253 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938544389160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23804] ppid=23797 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23800/task/23804/stat : 23804 (java) S 23797 23800 14900 0 -1 4202560 68 0 0 0 6 1 0 0 20 0 19 0 10068253 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938543336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23805] ppid=23797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23800/task/23805/stat : 23805 (java) S 23797 23800 14900 0 -1 4202560 135 0 0 0 10 3 0 0 20 0 19 0 10068253 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938542283560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23806] ppid=23797 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23800/task/23806/stat : 23806 (java) S 23797 23800 14900 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 19 0 10068253 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938541230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23807] ppid=23797 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23800/task/23807/stat : 23807 (java) S 23797 23800 14900 0 -1 4202560 155 0 0 0 9 3 0 0 20 0 19 0 10068253 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938540177960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23808] ppid=23797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23800/task/23808/stat : 23808 (java) S 23797 23800 14900 0 -1 4202560 135 0 0 0 7 3 0 0 20 0 19 0 10068253 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938539125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23809] ppid=23797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23800/task/23809/stat : 23809 (java) S 23797 23800 14900 0 -1 4202560 110 0 0 0 8 2 0 0 20 0 19 0 10068253 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938538072360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23800/tid=23810] ppid=23797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23800/task/23810/stat : 23810 (java) S 23797 23800 14900 0 -1 4202560 122 0 0 0 10 3 0 0 20 0 19 0 10068253 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938537019560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23811] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23811/stat : 23811 (java) S 23797 23800 14900 0 -1 4202560 760 0 0 0 0 0 0 0 20 0 19 0 10068254 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938524609512 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23812] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23812/stat : 23812 (java) S 23797 23800 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10068254 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938523555576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23813] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23813/stat : 23813 (java) S 23797 23800 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10068254 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938522502664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23814] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23814/stat : 23814 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10068257 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938521451152 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23815] ppid=23797 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/23800/task/23815/stat : 23815 (java) S 23797 23800 14900 0 -1 4202560 11196 0 0 0 122 3 0 0 20 0 19 0 10068257 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938520398264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23800/tid=23816] ppid=23797 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/23800/task/23816/stat : 23816 (java) S 23797 23800 14900 0 -1 4202560 11580 0 0 0 191 2 0 0 20 0 19 0 10068257 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938519345464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23800/tid=23817] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23817/stat : 23817 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10068257 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938518292856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23800/tid=23818] ppid=23797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23800/task/23818/stat : 23818 (java) S 23797 23800 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10068257 10060525568 299560 33554432000 1073741824 1073778376 140737078641280 139938517240264 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 57.44
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 27.2543
CPU time (s): 57.6252
CPU user time (s): 57.0423
CPU system time (s): 0.582911
CPU usage (%): 211.435
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.0423
system time used= 0.582911
maximum resident set size= 1202456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28929
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= 1367
involuntary context switches= 1404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.174973 second user time and 0.225965 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 20:14:00
IDJOB=4122747
IDBENCH=111315
IDSOLVER=2543
FILE ID=node125/4122747-1467310440
RUNJOBID= node125-1467308203-14917
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-n84-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-4122747-1467310440/watcher-4122747-1467310440 -o /tmp/evaluation-result-4122747-1467310440/solver-4122747-1467310440 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467308203-14917 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4122747-1467310440.opb

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

MD5SUM BENCH= 1eff1ede3574710522aaf0f953f48c8d
RANDOM SEED=1204031949

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:        27875076 kB
Buffers:          137736 kB
Cached:          1799592 kB
SwapCached:            0 kB
Active:           858552 kB
Inactive:        1680684 kB
Active(anon):     604712 kB
Inactive(anon):        0 kB
Active(file):     253840 kB
Inactive(file):  1680684 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1916 kB
Writeback:             0 kB
AnonPages:       2323232 kB
Mapped:            21524 kB
Shmem:               204 kB
Slab:             611304 kB
SReclaimable:      54316 kB
SUnreclaim:       556988 kB
KernelStack:        1776 kB
PageTables:         9280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3293260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 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