Trace number 4122598

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 87.8206 86.2919

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n23-d4-i1.cnf.gz-extracted.pb.metafix.opb
MD5SUMd67e487054cccd76dab2d22bda1f9e96
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.009997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints92
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4122598-1467317175.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.02s.
0.09/0.13	c declared #vars     93
0.09/0.13	c #constraints  92
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 92
0.09/0.13	c 92 constraints processed.
0.66/0.46	c cleaning 2498 clauses out of 5000 with flag 35965/5000
1.07/0.77	c cleaning 4246 clauses out of 8503 with flag 78711/11001
1.49/1.20	c cleaning 5620 clauses out of 11256 with flag 131127/18000
2.20/1.80	c cleaning 6816 clauses out of 13638 with flag 192744/26002
2.91/2.52	c cleaning 7903 clauses out of 15820 with flag 260231/35000
3.91/3.50	c cleaning 8956 clauses out of 17917 with flag 341843/45000
5.01/4.68	c cleaning 9981 clauses out of 19963 with flag 433538/56002
6.41/6.05	c cleaning 10987 clauses out of 21981 with flag 531893/68001
7.88/7.49	c cleaning 11994 clauses out of 23996 with flag 630833/81003
9.58/9.10	c cleaning 13000 clauses out of 26002 with flag 734009/95003
11.38/10.97	c cleaning 13995 clauses out of 28001 with flag 846006/110002
13.68/13.30	c cleaning 14997 clauses out of 30004 with flag 961454/126000
16.18/15.76	c cleaning 16000 clauses out of 32007 with flag 1081231/143000
18.88/18.47	c cleaning 16995 clauses out of 34007 with flag 1211789/161000
21.98/21.54	c cleaning 18004 clauses out of 36012 with flag 1354229/180000
25.88/25.21	c cleaning 18998 clauses out of 38008 with flag 1503083/200000
29.74/28.86	c cleaning 20002 clauses out of 40010 with flag 1673082/221000
33.83/32.62	c cleaning 20997 clauses out of 42008 with flag 1840590/243000
37.85/36.66	c cleaning 21999 clauses out of 44011 with flag 2010007/266000
42.55/41.39	c cleaning 23004 clauses out of 46013 with flag 2191974/290001
47.55/46.34	c cleaning 24000 clauses out of 48009 with flag 2360632/315001
53.14/51.94	c cleaning 24999 clauses out of 50010 with flag 2535336/341002
59.15/57.95	c cleaning 26000 clauses out of 52009 with flag 2714044/368000
65.35/64.18	c cleaning 26998 clauses out of 54009 with flag 2906622/396000
72.35/71.10	c cleaning 27999 clauses out of 56011 with flag 3099778/425000
80.08/78.60	c cleaning 29004 clauses out of 58011 with flag 3302477/455001
87.69/86.25	c starts		: 45
87.69/86.25	c conflicts		: 485482
87.69/86.25	c decisions		: 587248
87.69/86.25	c propagations		: 7743694
87.69/86.25	c inspects		: 2349485787
87.69/86.25	c shortcuts		: 0
87.69/86.25	c learnt literals	: 15
87.69/86.25	c learnt binary clauses	: 11
87.69/86.25	c learnt ternary clauses	: 26
87.69/86.25	c learnt constraints	: 485466
87.69/86.25	c ignored constraints	: 0
87.69/86.25	c root simplifications	: 0
87.69/86.25	c removed literals (reason simplification)	: 0
87.69/86.25	c reason swapping (by a shorter reason)	: 0
87.69/86.25	c Calls to reduceDB	: 26
87.69/86.25	c Number of update (reduction) of LBD	: 145068
87.69/86.25	c Imported unit clauses	: 0
87.69/86.25	c number of reductions to clauses (during analyze)	: 0
87.69/86.25	c number of learned constraints concerned by reduction	: 0
87.69/86.25	c number of learning phase by resolution	: 0
87.69/86.25	c number of learning phase by cutting planes	: 0
87.69/86.25	c speed (assignments/second)	: 89922.70800673518
87.69/86.25	c non guided choices	18
87.69/86.27	c learnt constraints type 
87.69/86.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
87.69/86.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 59463
87.69/86.27	s UNSATISFIABLE
87.69/86.27	c Total wall clock time (in seconds): 86.164

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-4122598-1467317175/watcher-4122598-1467317175 -o /tmp/evaluation-result-4122598-1467317175/solver-4122598-1467317175 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1467317003-21508 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122598-1467317175.opb 

pid=21685
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: 2.11 1.60 1.50 3/194 21688
/proc/meminfo: memFree=30180256/32872528 swapFree=1199948/1314412
[pid=21688] ppid=21685 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21688/stat : 21688 (java) R 21685 21688 16372 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 10739413 23793664 198 33554432000 1073741824 1073778376 140735703906976 140735703896040 252253929032 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21688/statm: 5809 208 162 9 0 128 0

[startup+0.100063 s]
/proc/loadavg: 2.11 1.60 1.50 3/194 21688
/proc/meminfo: memFree=30180256/32872528 swapFree=1199948/1314412
[pid=21688] ppid=21685 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21688/stat : 21688 (java) S 21685 21688 16372 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 10739413 9787879424 6034 33554432000 1073741824 1073778376 140735703906976 140735703898112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21688/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.11 1.60 1.50 3/194 21688
/proc/meminfo: memFree=30180256/32872528 swapFree=1199948/1314412
[pid=21688] ppid=21685 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21688/stat : 21688 (java) S 21685 21688 16372 0 -1 4202496 7809 0 1 0 28 2 0 0 20 0 19 0 10739413 9856040960 8364 33554432000 1073741824 1073778376 140735703906976 140735703898112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21688/statm: 2406260 8364 2217 9 0 2396937 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300319 s]
/proc/loadavg: 2.11 1.60 1.50 3/194 21688
/proc/meminfo: memFree=30180256/32872528 swapFree=1199948/1314412
[pid=21688] ppid=21685 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/21688/stat : 21688 (java) S 21685 21688 16372 0 -1 4202496 8182 0 1 0 53 2 0 0 20 0 19 0 10739413 9856040960 8556 33554432000 1073741824 1073778376 140735703906976 140735703898112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21688/statm: 2406260 8556 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700165 s]
/proc/loadavg: 2.11 1.60 1.50 3/194 21688
/proc/meminfo: memFree=30180256/32872528 swapFree=1199948/1314412
[pid=21688] ppid=21685 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/21688/stat : 21688 (java) S 21685 21688 16372 0 -1 4202496 9498 0 1 0 105 2 0 0 20 0 19 0 10739413 9856040960 9137 33554432000 1073741824 1073778376 140735703906976 140735703898112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21688/statm: 2406260 9137 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.11 1.60 1.50 3/213 21707
/proc/meminfo: memFree=30151704/32872528 swapFree=1199948/1314412
[pid=21688] ppid=21685 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/21688/stat : 21688 (java) S 21685 21688 16372 0 -1 4202496 9501 0 1 0 187 2 0 0 20 0 19 0 10739413 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140735703898112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21688/statm: 2406260 9650 2240 9 0 2396937 0
[pid=21688/tid=21690] ppid=21685 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/21688/task/21690/stat : 21690 (java) R 21685 21688 16372 0 -1 4202560 2401 0 1 0 147 0 0 0 20 0 19 0 10739413 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473778936488 140473633546001 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21691] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21691/stat : 21691 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739414 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473622113320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21692] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21692/stat : 21692 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473621060520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21693] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21693/stat : 21693 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473620007720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21694] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21694/stat : 21694 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473618954920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21695] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21695/stat : 21695 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473617902120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21696] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21696/stat : 21696 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473280752040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21697] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21697/stat : 21697 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473279699240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21698] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21698/stat : 21698 (java) S 21685 21688 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473278646440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21699] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21699/stat : 21699 (java) S 21685 21688 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473266449384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21700] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21700/stat : 21700 (java) S 21685 21688 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473265395448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21701] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21701/stat : 21701 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473264342536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21702] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21702/stat : 21702 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473263291024 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21703] ppid=21685 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21688/task/21703/stat : 21703 (java) S 21685 21688 16372 0 -1 4202560 3356 0 0 0 22 0 0 0 20 0 19 0 10739418 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473262238136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21704] ppid=21685 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21688/task/21704/stat : 21704 (java) S 21685 21688 16372 0 -1 4202560 2474 0 0 0 16 0 0 0 20 0 19 0 10739418 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473261185336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21705] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21705/stat : 21705 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473260132728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21706] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21706/stat : 21706 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473259080136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21707] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21707/stat : 21707 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739426 9856040960 9650 33554432000 1073741824 1073778376 140735703906976 140473257928360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.11 1.60 1.50 3/213 21707
/proc/meminfo: memFree=30149284/32872528 swapFree=1199948/1314412
[pid=21688] ppid=21685 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/21688/stat : 21688 (java) S 21685 21688 16372 0 -1 4202496 9507 0 1 0 349 2 0 0 20 0 19 0 10739413 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140735703898112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21688/statm: 2406260 10167 2240 9 0 2396937 0
[pid=21688/tid=21690] ppid=21685 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/21688/task/21690/stat : 21690 (java) R 21685 21688 16372 0 -1 4202560 2402 0 1 0 307 0 0 0 20 0 19 0 10739413 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473778929360 140473633518165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21691] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21691/stat : 21691 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739414 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473622113320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21692] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21692/stat : 21692 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473621060520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21693] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21693/stat : 21693 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473620007720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21694] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21694/stat : 21694 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473618954920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21695] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21695/stat : 21695 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473617902120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21696] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21696/stat : 21696 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473280752040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21697] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21697/stat : 21697 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473279699240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21698] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21698/stat : 21698 (java) S 21685 21688 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473278646440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21699] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21699/stat : 21699 (java) S 21685 21688 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473266449384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21700] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21700/stat : 21700 (java) S 21685 21688 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473265395448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21701] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21701/stat : 21701 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473264342536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21702] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21702/stat : 21702 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473263291024 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21703] ppid=21685 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/21688/task/21703/stat : 21703 (java) S 21685 21688 16372 0 -1 4202560 3361 0 0 0 25 0 0 0 20 0 19 0 10739418 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473262238136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21704] ppid=21685 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21688/task/21704/stat : 21704 (java) S 21685 21688 16372 0 -1 4202560 2474 0 0 0 16 0 0 0 20 0 19 0 10739418 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473261185336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21705] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21705/stat : 21705 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473260132728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21706] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21706/stat : 21706 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473259080136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21707] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21707/stat : 21707 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739426 9856040960 10167 33554432000 1073741824 1073778376 140735703906976 140473257928360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.10 1.61 1.51 3/213 21707
/proc/meminfo: memFree=30147180/32872528 swapFree=1199948/1314412
[pid=21688] ppid=21685 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/21688/stat : 21688 (java) S 21685 21688 16372 0 -1 4202496 9511 0 1 0 669 2 0 0 20 0 19 0 10739413 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140735703898112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21688/statm: 2406260 10563 2241 9 0 2396937 0
[pid=21688/tid=21690] ppid=21685 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/21688/task/21690/stat : 21690 (java) R 21685 21688 16372 0 -1 4202560 2405 0 1 0 625 2 0 0 20 0 19 0 10739413 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473778929360 140473633546061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21691] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21691/stat : 21691 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739414 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473622113320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21692] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21692/stat : 21692 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473621060520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21693] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21693/stat : 21693 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473620007720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21694] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21694/stat : 21694 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473618954920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21695] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21695/stat : 21695 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473617902120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21696] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21696/stat : 21696 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473280752040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21697] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21697/stat : 21697 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473279699240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21698] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21698/stat : 21698 (java) S 21685 21688 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473278646440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21699] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21699/stat : 21699 (java) S 21685 21688 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473266449384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21700] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21700/stat : 21700 (java) S 21685 21688 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473265395448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21701] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21701/stat : 21701 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473264342536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21702] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21702/stat : 21702 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473263291024 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21703] ppid=21685 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/21688/task/21703/stat : 21703 (java) S 21685 21688 16372 0 -1 4202560 3361 0 0 0 25 0 0 0 20 0 19 0 10739418 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473262238136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21704] ppid=21685 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21688/task/21704/stat : 21704 (java) S 21685 21688 16372 0 -1 4202560 2474 0 0 0 16 0 0 0 20 0 19 0 10739418 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473261185336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21705] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21705/stat : 21705 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473260132728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21706] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21706/stat : 21706 (java) S 21685 21688 16372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473259080136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21707] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21707/stat : 21707 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739426 9856040960 10563 33554432000 1073741824 1073778376 140735703906976 140473257928360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

[pid=21688/tid=21693] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21693/stat : 21693 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473620007720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21694] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21694/stat : 21694 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473618954920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21695] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21695/stat : 21695 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473617902120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21696] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21696/stat : 21696 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473280752040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21697] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21697/stat : 21697 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473279699240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21698] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21698/stat : 21698 (java) S 21685 21688 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473278646440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21699] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21699/stat : 21699 (java) S 21685 21688 16372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473266449384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21700] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21700/stat : 21700 (java) S 21685 21688 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473265395448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21701] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21701/stat : 21701 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473264342536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21702] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21702/stat : 21702 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473263291024 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21703] ppid=21685 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/21688/task/21703/stat : 21703 (java) S 21685 21688 16372 0 -1 4202560 15028 0 0 0 115 3 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473262238136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21704] ppid=21685 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21688/task/21704/stat : 21704 (java) S 21685 21688 16372 0 -1 4202560 3214 0 0 0 29 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473261185336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21705] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21705/stat : 21705 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473260132728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21706] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21706/stat : 21706 (java) S 21685 21688 16372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473259080136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21707] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21707/stat : 21707 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739426 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473257928360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 86.29
Current children cumulated vsize (KiB) 9625040

[startup+85.6008 s]
/proc/loadavg: 2.18 1.74 1.56 3/213 21708
/proc/meminfo: memFree=30055840/32872528 swapFree=1199948/1314412
[pid=21688] ppid=21685 vsize=9625040 CPUtime=87.08 cores=1,3,5,7
/proc/21688/stat : 21688 (java) S 21685 21688 16372 0 -1 4202496 21960 0 1 0 8701 7 0 0 20 0 19 0 10739413 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140735703898112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21688/statm: 2406260 25247 2249 9 0 2396937 0
[pid=21688/tid=21690] ppid=21685 vsize=9625040 CPUtime=85.57 cores=1,3,5,7
/proc/21688/task/21690/stat : 21690 (java) R 21685 21688 16372 0 -1 4202560 2440 0 1 0 8554 3 0 0 20 0 19 0 10739413 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473778929344 140473633797824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21691] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21691/stat : 21691 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739414 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473622113320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21692] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21692/stat : 21692 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473621060520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21693] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21693/stat : 21693 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473620007720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21694] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21694/stat : 21694 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473618954920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21695] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21695/stat : 21695 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473617902120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21696] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21696/stat : 21696 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473280752040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21697] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21697/stat : 21697 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473279699240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21698] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21698/stat : 21698 (java) S 21685 21688 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473278646440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21699] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21699/stat : 21699 (java) S 21685 21688 16372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473266449384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21700] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21700/stat : 21700 (java) S 21685 21688 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473265395448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21701] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21701/stat : 21701 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473264342536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21702] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21702/stat : 21702 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473263291024 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21703] ppid=21685 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/21688/task/21703/stat : 21703 (java) S 21685 21688 16372 0 -1 4202560 15028 0 0 0 115 3 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473262238136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21704] ppid=21685 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21688/task/21704/stat : 21704 (java) S 21685 21688 16372 0 -1 4202560 3214 0 0 0 29 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473261185336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21705] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21705/stat : 21705 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473260132728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21706] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21706/stat : 21706 (java) S 21685 21688 16372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473259080136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21707] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21707/stat : 21707 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739426 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473257928360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 87.08
Current children cumulated vsize (KiB) 9625040

[startup+86.0008 s]
/proc/loadavg: 2.18 1.74 1.56 3/213 21708
/proc/meminfo: memFree=30055840/32872528 swapFree=1199948/1314412
[pid=21688] ppid=21685 vsize=9625040 CPUtime=87.48 cores=1,3,5,7
/proc/21688/stat : 21688 (java) S 21685 21688 16372 0 -1 4202496 21960 0 1 0 8741 7 0 0 20 0 19 0 10739413 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140735703898112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21688/statm: 2406260 25247 2249 9 0 2396937 0
[pid=21688/tid=21690] ppid=21685 vsize=9625040 CPUtime=85.97 cores=1,3,5,7
/proc/21688/task/21690/stat : 21690 (java) R 21685 21688 16372 0 -1 4202560 2440 0 1 0 8594 3 0 0 20 0 19 0 10739413 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473778929344 140473633797824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21691] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21691/stat : 21691 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739414 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473622113320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21692] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21692/stat : 21692 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473621060520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21693] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21693/stat : 21693 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473620007720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21694] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21694/stat : 21694 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473618954920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21695] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21695/stat : 21695 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473617902120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21696] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21696/stat : 21696 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473280752040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21697] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21697/stat : 21697 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473279699240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21698] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21698/stat : 21698 (java) S 21685 21688 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473278646440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21699] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21699/stat : 21699 (java) S 21685 21688 16372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473266449384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21700] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21700/stat : 21700 (java) S 21685 21688 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473265395448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21701] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21701/stat : 21701 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473264342536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21702] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21702/stat : 21702 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473263291024 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21703] ppid=21685 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/21688/task/21703/stat : 21703 (java) S 21685 21688 16372 0 -1 4202560 15028 0 0 0 115 3 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473262238136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21704] ppid=21685 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21688/task/21704/stat : 21704 (java) S 21685 21688 16372 0 -1 4202560 3214 0 0 0 29 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473261185336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21705] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21705/stat : 21705 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473260132728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21706] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21706/stat : 21706 (java) S 21685 21688 16372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473259080136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21707] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21707/stat : 21707 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739426 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473257928360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 87.48
Current children cumulated vsize (KiB) 9625040

[startup+86.2008 s]
/proc/loadavg: 2.18 1.74 1.56 3/213 21708
/proc/meminfo: memFree=30055840/32872528 swapFree=1199948/1314412
[pid=21688] ppid=21685 vsize=9625040 CPUtime=87.69 cores=1,3,5,7
/proc/21688/stat : 21688 (java) S 21685 21688 16372 0 -1 4202496 21960 0 1 0 8762 7 0 0 20 0 19 0 10739413 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140735703898112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21688/statm: 2406260 25247 2249 9 0 2396937 0
[pid=21688/tid=21690] ppid=21685 vsize=9625040 CPUtime=86.17 cores=1,3,5,7
/proc/21688/task/21690/stat : 21690 (java) R 21685 21688 16372 0 -1 4202560 2440 0 1 0 8614 3 0 0 20 0 19 0 10739413 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473778929344 140473633565394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21691] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21691/stat : 21691 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739414 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473622113320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21692] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21692/stat : 21692 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473621060520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21693] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21693/stat : 21693 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473620007720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21694] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21694/stat : 21694 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473618954920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21695] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21695/stat : 21695 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473617902120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21696] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21696/stat : 21696 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473280752040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21688/tid=21697] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21697/stat : 21697 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473279699240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21698] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21698/stat : 21698 (java) S 21685 21688 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10739415 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473278646440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21699] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21699/stat : 21699 (java) S 21685 21688 16372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473266449384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21700] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21700/stat : 21700 (java) S 21685 21688 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473265395448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21701] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21701/stat : 21701 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739416 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473264342536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21702] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21702/stat : 21702 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473263291024 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21703] ppid=21685 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/21688/task/21703/stat : 21703 (java) S 21685 21688 16372 0 -1 4202560 15028 0 0 0 115 3 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473262238136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21688/tid=21704] ppid=21685 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21688/task/21704/stat : 21704 (java) S 21685 21688 16372 0 -1 4202560 3214 0 0 0 29 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473261185336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21705] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21705/stat : 21705 (java) S 21685 21688 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473260132728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21688/tid=21706] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21706/stat : 21706 (java) S 21685 21688 16372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10739418 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473259080136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21688/tid=21707] ppid=21685 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21688/task/21707/stat : 21707 (java) S 21685 21688 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10739426 9856040960 25247 33554432000 1073741824 1073778376 140735703906976 140473257928360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 87.69
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 86.2919
CPU time (s): 87.8206
CPU user time (s): 87.7067
CPU system time (s): 0.113982
CPU usage (%): 101.772
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.7067
system time used= 0.113982
maximum resident set size= 103128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21989
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2110
involuntary context switches= 124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.272958 second user time and 0.315951 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-30 22:06:15
IDJOB=4122598
IDBENCH=111193
IDSOLVER=2546
FILE ID=node131/4122598-1467317175
RUNJOBID= node131-1467317003-21508
PBS_JOBID= 20005251
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-regular-n23-d4-i1.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122598-1467317175/watcher-4122598-1467317175 -o /tmp/evaluation-result-4122598-1467317175/solver-4122598-1467317175 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1467317003-21508 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122598-1467317175.opb

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

MD5SUM BENCH= d67e487054cccd76dab2d22bda1f9e96
RANDOM SEED=1475548492

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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.334
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.334
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:        30180884 kB
Buffers:          129208 kB
Cached:           325168 kB
SwapCached:            0 kB
Active:           397760 kB
Inactive:         226876 kB
Active(anon):     164660 kB
Inactive(anon):     8184 kB
Active(file):     233100 kB
Inactive(file):   218692 kB
Unevictable:     1314412 kB
Mlocked:         1199948 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               992 kB
Writeback:             0 kB
AnonPages:       1523492 kB
Mapped:            21508 kB
Shmem:               204 kB
Slab:             606880 kB
SReclaimable:      50952 kB
SUnreclaim:       555928 kB
KernelStack:        1760 kB
PageTables:         7376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2004536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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= 71732 MiB
End job on node131 at 2016-06-30 22:07:41