Trace number 4121950

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 Resolution PB16UNSAT 97.7501 96.6898

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n68-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMcc968e188fe3c71e30f3980d980f1449
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.616905
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables102
Total number of constraints272
Number of constraints which are clauses272
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 --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4121950-1467316093.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.04s.
0.10/0.15	c declared #vars     102
0.10/0.15	c #constraints  272
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 272
0.10/0.15	c 272 constraints processed.
0.65/0.49	c cleaning 2495 clauses out of 5001 with flag 14931/5001
1.27/0.94	c cleaning 4247 clauses out of 8506 with flag 32092/11001
1.96/1.67	c cleaning 5620 clauses out of 11258 with flag 49661/18000
3.02/2.68	c cleaning 6815 clauses out of 13639 with flag 73715/26001
4.34/3.93	c cleaning 7907 clauses out of 15824 with flag 103370/35001
5.24/4.81	c cleaning 8957 clauses out of 17917 with flag 143339/45001
6.54/6.15	c cleaning 9976 clauses out of 19959 with flag 184991/56000
8.14/7.74	c cleaning 10992 clauses out of 21983 with flag 228767/68000
9.74/9.40	c cleaning 11994 clauses out of 23992 with flag 281431/81001
11.64/11.23	c cleaning 12998 clauses out of 25998 with flag 338580/95001
13.75/13.36	c cleaning 14000 clauses out of 28000 with flag 399057/110001
16.24/15.85	c cleaning 14998 clauses out of 29999 with flag 463116/126000
19.35/18.94	c cleaning 16000 clauses out of 32001 with flag 531127/143000
22.65/22.23	c cleaning 16998 clauses out of 34002 with flag 603136/161001
26.45/25.99	c cleaning 17998 clauses out of 36004 with flag 680549/180001
31.31/30.48	c cleaning 19003 clauses out of 38005 with flag 761010/200000
36.34/35.48	c cleaning 20000 clauses out of 40002 with flag 844505/221000
41.65/40.76	c cleaning 20997 clauses out of 42002 with flag 932270/243000
47.64/46.75	c cleaning 22002 clauses out of 44005 with flag 1024611/266000
53.94/53.03	c cleaning 22999 clauses out of 46003 with flag 1121326/290000
60.44/59.59	c cleaning 23997 clauses out of 48003 with flag 1223712/315000
67.55/66.61	c cleaning 25002 clauses out of 50007 with flag 1320221/341001
74.65/73.71	c cleaning 26001 clauses out of 52004 with flag 1412918/368000
82.35/81.49	c cleaning 27000 clauses out of 54003 with flag 1521083/396000
90.74/89.85	c cleaning 27999 clauses out of 56003 with flag 1634318/425000
97.55/96.59	c cleaning 29000 clauses out of 58001 with flag 1749111/455001
97.65/96.66	c starts		: 287
97.65/96.66	c conflicts		: 455937
97.65/96.66	c decisions		: 466551
97.65/96.66	c propagations		: 7173298
97.65/96.66	c inspects		: 2718051582
97.65/96.66	c shortcuts		: 0
97.65/96.66	c learnt literals	: 15
97.65/96.66	c learnt binary clauses	: 13
97.65/96.66	c learnt ternary clauses	: 27
97.65/96.66	c learnt constraints	: 455921
97.65/96.66	c ignored constraints	: 0
97.65/96.66	c root simplifications	: 0
97.65/96.66	c removed literals (reason simplification)	: 0
97.65/96.66	c reason swapping (by a shorter reason)	: 0
97.65/96.66	c Calls to reduceDB	: 26
97.65/96.66	c Number of update (reduction) of LBD	: 8231
97.65/96.66	c Imported unit clauses	: 0
97.65/96.66	c number of reductions to clauses (during analyze)	: 0
97.65/96.66	c number of learned constraints concerned by reduction	: 0
97.65/96.66	c number of learning phase by resolution	: 0
97.65/96.66	c number of learning phase by cutting planes	: 0
97.65/96.66	c speed (assignments/second)	: 74330.0727415912
97.65/96.66	c non guided choices	157
97.65/96.67	c learnt constraints type 
97.65/96.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
97.65/96.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29913
97.65/96.67	s UNSATISFIABLE
97.65/96.67	c Total wall clock time (in seconds): 96.565

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-4121950-1467316093/watcher-4121950-1467316093 -o /tmp/evaluation-result-4121950-1467316093/solver-4121950-1467316093 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467316083-16994 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121950-1467316093.opb 

pid=17104
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: 1.49 1.41 1.64 3/194 17107
/proc/meminfo: memFree=28143680/32872528 swapFree=1634416/1797936
[pid=17107] ppid=17104 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17104 17107 12218 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 10635290 98570240 978 33554432000 1073741824 1073778376 140733672178064 140733672169200 260193681469 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17107/statm: 24065 978 744 9 0 16771 0
[pid=17107/tid=17108] ppid=17104 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17108/stat : 17108 (java) R 17104 17107 12218 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 10635291 98570240 978 33554432000 1073741824 1073778376 140733672178064 140021156335144 260190324096 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 1.49 1.41 1.64 3/194 17107
/proc/meminfo: memFree=28143680/32872528 swapFree=1634416/1797936
[pid=17107] ppid=17104 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17104 17107 12218 0 -1 4202496 4418 0 1 0 9 1 0 0 20 0 18 0 10635290 9787879424 6046 33554432000 1073741824 1073778376 140733672178064 140733672169200 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17107/statm: 2389619 6046 2140 9 0 2380296 0
[pid=17107/tid=17108] ppid=17104 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17107/task/17108/stat : 17108 (java) R 17104 17107 12218 0 -1 4202560 2373 0 1 0 8 0 0 0 20 0 18 0 10635291 9787879424 6046 33554432000 1073741824 1073778376 140733672178064 140021156338592 140021146402226 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.200328 s]
/proc/loadavg: 1.49 1.41 1.64 3/194 17107
/proc/meminfo: memFree=28143680/32872528 swapFree=1634416/1797936
[pid=17107] ppid=17104 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17104 17107 12218 0 -1 4202496 6623 0 1 0 27 2 0 0 20 0 19 0 10635290 9856040960 7612 33554432000 1073741824 1073778376 140733672178064 140733672169200 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17107/statm: 2406260 7612 2221 9 0 2396937 0
[pid=17107/tid=17108] ppid=17104 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17107/task/17108/stat : 17108 (java) R 17104 17107 12218 0 -1 4202560 2393 0 1 0 18 0 0 0 20 0 19 0 10635291 9856040960 7612 33554432000 1073741824 1073778376 140733672178064 140021156340352 140020983854652 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300327 s]
/proc/loadavg: 1.49 1.41 1.64 3/194 17107
/proc/meminfo: memFree=28143680/32872528 swapFree=1634416/1797936
[pid=17107] ppid=17104 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17104 17107 12218 0 -1 4202496 7298 0 1 0 51 2 0 0 20 0 19 0 10635290 9856040960 7707 33554432000 1073741824 1073778376 140733672178064 140733672169200 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17107/statm: 2406260 7707 2242 9 0 2396937 0
[pid=17107/tid=17108] ppid=17104 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/17107/task/17108/stat : 17108 (java) R 17104 17107 12218 0 -1 4202560 2402 0 1 0 28 0 0 0 20 0 19 0 10635291 9856040960 7707 33554432000 1073741824 1073778376 140733672178064 140021156340352 140020983905564 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700234 s]
/proc/loadavg: 1.49 1.41 1.64 3/194 17107
/proc/meminfo: memFree=28143680/32872528 swapFree=1634416/1797936
[pid=17107] ppid=17104 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17104 17107 12218 0 -1 4202496 7788 0 1 0 103 2 0 0 20 0 19 0 10635290 9856040960 8260 33554432000 1073741824 1073778376 140733672178064 140733672169200 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17107/statm: 2406260 8260 2254 9 0 2396937 0
[pid=17107/tid=17108] ppid=17104 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/17107/task/17108/stat : 17108 (java) R 17104 17107 12218 0 -1 4202560 2403 0 1 0 68 0 0 0 20 0 19 0 10635291 9856040960 8260 33554432000 1073741824 1073778376 140733672178064 140021156340352 140020984318350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 1.49 1.41 1.64 3/213 17126
/proc/meminfo: memFree=28114096/32872528 swapFree=1634416/1797936
[pid=17107] ppid=17104 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17104 17107 12218 0 -1 4202496 7798 0 1 0 184 2 0 0 20 0 19 0 10635290 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140733672169200 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17107/statm: 2406260 11335 2256 9 0 2396937 0
[pid=17107/tid=17108] ppid=17104 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/17107/task/17108/stat : 17108 (java) R 17104 17107 12218 0 -1 4202560 2410 0 1 0 147 1 0 0 20 0 19 0 10635291 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140021156338200 140020984318192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17110] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17110/stat : 17110 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140021117831848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17111] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140021116779304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17112] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140021115726760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17107/tid=17113] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17113/stat : 17113 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140021114674216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17114] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140021113620648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17115] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17115/stat : 17115 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140021112568104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17116] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17116/stat : 17116 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140021111515560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17117] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17104 17107 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140021110463016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17118] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17118/stat : 17118 (java) S 17104 17107 12218 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10635292 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140020979575400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17119] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17104 17107 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140020978521720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17120] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17104 17107 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140020977469064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17121] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17121/stat : 17121 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140020976417808 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17122] ppid=17104 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17104 17107 12218 0 -1 4202560 1532 0 0 0 12 0 0 0 20 0 19 0 10635295 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140020975364152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17123] ppid=17104 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/17107/task/17123/stat : 17123 (java) S 17104 17107 12218 0 -1 4202560 2583 0 0 0 23 0 0 0 20 0 19 0 10635295 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140020974311608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17124] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140020973259256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17125] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17125/stat : 17125 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140020972206920 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17126] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17104 17107 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10635305 9856040960 11335 33554432000 1073741824 1073778376 140733672178064 140020971152680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 1.49 1.41 1.64 3/213 17126
/proc/meminfo: memFree=28095052/32872528 swapFree=1634416/1797936
[pid=17107] ppid=17104 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17104 17107 12218 0 -1 4202496 8723 0 1 0 352 2 0 0 20 0 19 0 10635290 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140733672169200 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17107/statm: 2406260 13385 2257 9 0 2396937 0
[pid=17107/tid=17108] ppid=17104 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/17107/task/17108/stat : 17108 (java) R 17104 17107 12218 0 -1 4202560 2414 0 1 0 306 2 0 0 20 0 19 0 10635291 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140021156339992 140020984318396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17110] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17110/stat : 17110 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140021117831848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17111] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140021116779304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17112] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140021115726760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17107/tid=17113] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17113/stat : 17113 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140021114674216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17114] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140021113620648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17115] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17115/stat : 17115 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140021112568104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17116] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17116/stat : 17116 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140021111515560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17117] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17104 17107 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140021110463016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17118] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17118/stat : 17118 (java) S 17104 17107 12218 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10635292 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140020979575400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17119] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17104 17107 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140020978521720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17120] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17104 17107 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140020977469064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17121] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17121/stat : 17121 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140020976417808 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17122] ppid=17104 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17104 17107 12218 0 -1 4202560 2453 0 0 0 19 0 0 0 20 0 19 0 10635295 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140020975364152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17123] ppid=17104 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/17107/task/17123/stat : 17123 (java) S 17104 17107 12218 0 -1 4202560 2583 0 0 0 24 0 0 0 20 0 19 0 10635295 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140020974311608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17124] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140020973259256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17125] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17125/stat : 17125 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140020972206920 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17126] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17104 17107 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10635305 9856040960 13385 33554432000 1073741824 1073778376 140733672178064 140020971152680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 1.53 1.42 1.64 3/213 17126
/proc/meminfo: memFree=28082792/32872528 swapFree=1634416/1797936
[pid=17107] ppid=17104 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17104 17107 12218 0 -1 4202496 8727 0 1 0 672 2 0 0 20 0 19 0 10635290 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140733672169200 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17107/statm: 2406260 14410 2258 9 0 2396937 0
[pid=17107/tid=17108] ppid=17104 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/17107/task/17108/stat : 17108 (java) R 17104 17107 12218 0 -1 4202560 2417 0 1 0 626 2 0 0 20 0 19 0 10635291 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140021156331200 140020984318401 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17110] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17110/stat : 17110 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140021117831848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17111] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140021116779304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17112] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140021115726760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17107/tid=17113] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17113/stat : 17113 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140021114674216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17114] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140021113620648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17115] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17115/stat : 17115 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140021112568104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17116] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17116/stat : 17116 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140021111515560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17117] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17104 17107 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140021110463016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17118] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17118/stat : 17118 (java) S 17104 17107 12218 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10635292 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140020979575400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17119] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17104 17107 12218 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140020978521720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17120] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17104 17107 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140020977469064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17121] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17121/stat : 17121 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140020976417808 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17122] ppid=17104 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17104 17107 12218 0 -1 4202560 2453 0 0 0 19 0 0 0 20 0 19 0 10635295 9856040960 14410 33554432000 1073741824 1073778376 140733672178064 140020975364152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17123] ppid=17104 vsize=9625040 CPUtime=0.24 cores=0,2,4,6

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

[pid=17107/tid=17112] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021115726760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17107/tid=17113] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17113/stat : 17113 (java) S 17104 17107 12218 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021114674216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17114] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17104 17107 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021113620648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17115] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17115/stat : 17115 (java) S 17104 17107 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021112568104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17116] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17116/stat : 17116 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021111515560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17117] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17104 17107 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021110463016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17118] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17118/stat : 17118 (java) S 17104 17107 12218 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10635292 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020979575400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17119] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17104 17107 12218 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020978521720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17120] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17104 17107 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020977469064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17121] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17121/stat : 17121 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020976417808 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17122] ppid=17104 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) R 17104 17107 12218 0 -1 4202560 10574 0 0 0 71 2 0 0 20 0 19 0 10635295 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020975364152 260193694780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17123] ppid=17104 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/17107/task/17123/stat : 17123 (java) S 17104 17107 12218 0 -1 4202560 2587 0 0 0 24 0 0 0 20 0 19 0 10635295 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020974311608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17124] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020973259256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17125] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17125/stat : 17125 (java) S 17104 17107 12218 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020972206920 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17126] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17104 17107 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10635305 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020971152680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 95.4
Current children cumulated vsize (KiB) 9625040

[startup+96.0007 s]
/proc/loadavg: 2.08 1.64 1.69 3/213 17128
/proc/meminfo: memFree=27871088/32872528 swapFree=1634416/1797936
[pid=17107] ppid=17104 vsize=9625040 CPUtime=97.01 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17104 17107 12218 0 -1 4202496 16941 0 1 0 9694 7 0 0 20 0 19 0 10635290 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140733672169200 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17107/statm: 2406260 42614 2271 9 0 2396937 0
[pid=17107/tid=17108] ppid=17104 vsize=9625040 CPUtime=95.94 cores=0,2,4,6
/proc/17107/task/17108/stat : 17108 (java) R 17104 17107 12218 0 -1 4202560 2473 0 1 0 9590 4 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021156338096 140020984219539 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17110] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17110/stat : 17110 (java) S 17104 17107 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021117831848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17111] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021116779304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17112] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021115726760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17107/tid=17113] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17113/stat : 17113 (java) S 17104 17107 12218 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021114674216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17114] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17104 17107 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021113620648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17115] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17115/stat : 17115 (java) S 17104 17107 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021112568104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17116] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17116/stat : 17116 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021111515560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17117] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17104 17107 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140021110463016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17118] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17118/stat : 17118 (java) S 17104 17107 12218 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10635292 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020979575400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17119] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17104 17107 12218 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020978521720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17120] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17104 17107 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020977469064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17121] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17121/stat : 17121 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020976417808 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17122] ppid=17104 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17104 17107 12218 0 -1 4202560 10574 0 0 0 72 2 0 0 20 0 19 0 10635295 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020975364152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17123] ppid=17104 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/17107/task/17123/stat : 17123 (java) S 17104 17107 12218 0 -1 4202560 2587 0 0 0 24 0 0 0 20 0 19 0 10635295 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020974311608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17124] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020973259256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17125] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17125/stat : 17125 (java) S 17104 17107 12218 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020972206920 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17126] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17104 17107 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10635305 9856040960 42614 33554432000 1073741824 1073778376 140733672178064 140020971152680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 97.01
Current children cumulated vsize (KiB) 9625040

[startup+96.4008 s]
/proc/loadavg: 2.08 1.64 1.69 3/213 17128
/proc/meminfo: memFree=27871088/32872528 swapFree=1634416/1797936
[pid=17107] ppid=17104 vsize=9625040 CPUtime=97.45 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17104 17107 12218 0 -1 4202496 16951 0 1 0 9738 7 0 0 20 0 19 0 10635290 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140733672169200 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17107/statm: 2406260 42618 2271 9 0 2396937 0
[pid=17107/tid=17108] ppid=17104 vsize=9625040 CPUtime=96.34 cores=0,2,4,6
/proc/17107/task/17108/stat : 17108 (java) R 17104 17107 12218 0 -1 4202560 2474 0 1 0 9630 4 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021156340152 140020984413762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17110] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17110/stat : 17110 (java) S 17104 17107 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021117831848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17111] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021116779304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17112] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021115726760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17107/tid=17113] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17113/stat : 17113 (java) S 17104 17107 12218 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021114674216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17114] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17104 17107 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021113620648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17115] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17115/stat : 17115 (java) S 17104 17107 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021112568104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17116] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17116/stat : 17116 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021111515560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17117] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17104 17107 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021110463016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17118] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17118/stat : 17118 (java) S 17104 17107 12218 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10635292 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020979575400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17119] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17104 17107 12218 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020978521720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17120] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17104 17107 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020977469064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17121] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17121/stat : 17121 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020976417808 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17122] ppid=17104 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17104 17107 12218 0 -1 4202560 10580 0 0 0 76 2 0 0 20 0 19 0 10635295 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020975364152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17123] ppid=17104 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/17107/task/17123/stat : 17123 (java) S 17104 17107 12218 0 -1 4202560 2587 0 0 0 25 0 0 0 20 0 19 0 10635295 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020974311608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17124] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020973259256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17125] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17125/stat : 17125 (java) S 17104 17107 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020972206920 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17126] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17104 17107 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10635305 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020971152680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 97.45
Current children cumulated vsize (KiB) 9625040

[startup+96.6007 s]
/proc/loadavg: 2.08 1.64 1.69 3/213 17128
/proc/meminfo: memFree=27871088/32872528 swapFree=1634416/1797936
[pid=17107] ppid=17104 vsize=9625040 CPUtime=97.65 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17104 17107 12218 0 -1 4202496 16951 0 1 0 9758 7 0 0 20 0 19 0 10635290 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140733672169200 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17107/statm: 2406260 42618 2271 9 0 2396937 0
[pid=17107/tid=17108] ppid=17104 vsize=9625040 CPUtime=96.54 cores=0,2,4,6
/proc/17107/task/17108/stat : 17108 (java) R 17104 17107 12218 0 -1 4202560 2474 0 1 0 9650 4 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021156340152 140020984224228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17107/tid=17110] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17110/stat : 17110 (java) S 17104 17107 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021117831848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17111] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021116779304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17112] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021115726760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17107/tid=17113] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17113/stat : 17113 (java) S 17104 17107 12218 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021114674216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17114] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17104 17107 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021113620648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17115] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17115/stat : 17115 (java) S 17104 17107 12218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021112568104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17116] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17116/stat : 17116 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021111515560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17117] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17104 17107 12218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10635291 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140021110463016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17118] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17118/stat : 17118 (java) S 17104 17107 12218 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10635292 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020979575400 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17119] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17104 17107 12218 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020978521720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17120] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17104 17107 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10635293 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020977469064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17121] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17121/stat : 17121 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020976417808 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17122] ppid=17104 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17104 17107 12218 0 -1 4202560 10580 0 0 0 76 2 0 0 20 0 19 0 10635295 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020975364152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17123] ppid=17104 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/17107/task/17123/stat : 17123 (java) S 17104 17107 12218 0 -1 4202560 2587 0 0 0 25 0 0 0 20 0 19 0 10635295 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020974311608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17124] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17104 17107 12218 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020973259256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17107/tid=17125] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17125/stat : 17125 (java) S 17104 17107 12218 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10635295 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020972206920 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17107/tid=17126] ppid=17104 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17104 17107 12218 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10635305 9856040960 42618 33554432000 1073741824 1073778376 140733672178064 140020971152680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 97.65
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 96.6898
CPU time (s): 97.7501
CPU user time (s): 97.6262
CPU system time (s): 0.123981
CPU usage (%): 101.097
Max. virtual memory (cumulated for all children) (KiB): 9626616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.6262
system time used= 0.123981
maximum resident set size= 170884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16975
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2316
involuntary context switches= 1363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.708892 second user time and 0.801878 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-30 21:48:13
IDJOB=4121950
IDBENCH=110782
IDSOLVER=2546
FILE ID=node123/4121950-1467316093
RUNJOBID= node123-1467316083-16994
PBS_JOBID= 20005250
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n68-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121950-1467316093/watcher-4121950-1467316093 -o /tmp/evaluation-result-4121950-1467316093/solver-4121950-1467316093 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467316083-16994 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121950-1467316093.opb

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

MD5SUM BENCH= cc968e188fe3c71e30f3980d980f1449
RANDOM SEED=1556001592

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28144472 kB
Buffers:          182468 kB
Cached:          1934696 kB
SwapCached:            0 kB
Active:           341168 kB
Inactive:        1820844 kB
Active(anon):      47580 kB
Inactive(anon):        0 kB
Active(file):     293588 kB
Inactive(file):  1820844 kB
Unevictable:     1797936 kB
Mlocked:         1634416 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1860 kB
Writeback:             4 kB
AnonPages:       1863216 kB
Mapped:            22008 kB
Shmem:               204 kB
Slab:             612380 kB
SReclaimable:      56344 kB
SUnreclaim:       556036 kB
KernelStack:        1576 kB
PageTables:         7900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2489248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71728 MiB
End job on node123 at 2016-06-30 21:49:49