Trace number 4121990

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 12.7121 11.4031

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-19-2.cnf.gz-plain.pb.metafix.opb
MD5SUMcb8d6c515babcba8dd77961da569b93a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.24266
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
Total number of constraints164
Number of constraints which are clauses164
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4121990-1467316225.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.026s.
0.09/0.14	c declared #vars     77
0.09/0.14	c #constraints  164
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 164
0.09/0.14	c 164 constraints processed.
0.60/0.47	c cleaning 2499 clauses out of 5001 with flag 33875/5001
1.17/0.76	c cleaning 4247 clauses out of 8502 with flag 72942/11001
1.61/1.19	c cleaning 5625 clauses out of 11254 with flag 116769/18000
2.31/1.83	c cleaning 6811 clauses out of 13629 with flag 168781/26000
3.13/2.65	c cleaning 7907 clauses out of 15820 with flag 229754/35002
4.52/3.74	c cleaning 8956 clauses out of 17912 with flag 299964/45001
6.19/5.07	c cleaning 9977 clauses out of 19957 with flag 370622/56002
7.70/6.54	c cleaning 10990 clauses out of 21979 with flag 445025/68001
9.40/8.28	c cleaning 11993 clauses out of 23989 with flag 534625/81002
11.50/10.36	c cleaning 12993 clauses out of 25992 with flag 637251/95000
12.56/11.38	c starts		: 31
12.56/11.38	c conflicts		: 103018
12.56/11.38	c decisions		: 116924
12.56/11.38	c propagations		: 1638476
12.56/11.38	c inspects		: 295093469
12.56/11.38	c shortcuts		: 0
12.56/11.38	c learnt literals	: 17
12.56/11.38	c learnt binary clauses	: 15
12.56/11.38	c learnt ternary clauses	: 32
12.56/11.38	c learnt constraints	: 103000
12.56/11.38	c ignored constraints	: 0
12.56/11.38	c root simplifications	: 0
12.56/11.38	c removed literals (reason simplification)	: 0
12.56/11.38	c reason swapping (by a shorter reason)	: 0
12.56/11.38	c Calls to reduceDB	: 10
12.56/11.38	c Number of update (reduction) of LBD	: 29720
12.56/11.38	c Imported unit clauses	: 0
12.56/11.38	c number of reductions to clauses (during analyze)	: 0
12.56/11.38	c number of learned constraints concerned by reduction	: 0
12.56/11.38	c number of learning phase by resolution	: 0
12.56/11.38	c number of learning phase by cutting planes	: 0
12.56/11.38	c speed (assignments/second)	: 145771.88612099644
12.56/11.38	c non guided choices	17
12.56/11.39	c learnt constraints type 
12.56/11.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
12.56/11.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20987
12.56/11.39	s UNSATISFIABLE
12.56/11.40	c Total wall clock time (in seconds): 11.281

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-4121990-1467316225/watcher-4121990-1467316225 -o /tmp/evaluation-result-4121990-1467316225/solver-4121990-1467316225 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27146 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121990-1467316225.opb 

pid=28262
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: 2.07 2.02 2.00 3/195 28265
/proc/meminfo: memFree=30431132/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28265/stat : 28265 (java) R 28262 28265 23565 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 10642404 9515008 185 33554432000 1073741824 1073778376 140733918762224 140733918753448 211458616759 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 2323 185 142 9 0 71 0

[startup+0.100095 s]
/proc/loadavg: 2.07 2.02 2.00 3/195 28265
/proc/meminfo: memFree=30431132/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/28265/stat : 28265 (java) S 28262 28265 23565 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 10642404 9787879424 6033 33554432000 1073741824 1073778376 140737391427536 140737391418672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.07 2.02 2.00 3/195 28265
/proc/meminfo: memFree=30431132/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28265/stat : 28265 (java) S 28262 28265 23565 0 -1 4202496 6929 0 1 0 25 2 0 0 20 0 19 0 10642404 9856040960 7890 33554432000 1073741824 1073778376 140737391427536 140737391418672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 2406260 7890 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300328 s]
/proc/loadavg: 2.07 2.02 2.00 3/195 28265
/proc/meminfo: memFree=30431132/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/28265/stat : 28265 (java) S 28262 28265 23565 0 -1 4202496 7227 0 1 0 45 2 0 0 20 0 19 0 10642404 9856040960 7684 33554432000 1073741824 1073778376 140737391427536 140737391418672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 2406260 7684 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700186 s]
/proc/loadavg: 2.07 2.02 2.00 3/195 28265
/proc/meminfo: memFree=30431132/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/28265/stat : 28265 (java) S 28262 28265 23565 0 -1 4202496 15074 0 1 0 114 3 0 0 20 0 19 0 10642404 9856040960 13235 33554432000 1073741824 1073778376 140737391427536 140737391418672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 2406260 13235 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 28284
/proc/meminfo: memFree=30383628/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/28265/stat : 28265 (java) S 28262 28265 23565 0 -1 4202496 15081 0 1 0 198 3 0 0 20 0 19 0 10642404 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 140737391418672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 2406260 13752 2250 9 0 2396937 0
[pid=28265/tid=28267] ppid=28262 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/28265/task/28267/stat : 28267 (java) R 28262 28265 23565 0 -1 4202560 2399 0 1 0 145 1 0 0 20 0 19 0 10642405 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762344960472 139762212432071 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28268] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28268/stat : 28268 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762334022568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28269] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28269/stat : 28269 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762332970024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28270] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28270/stat : 28270 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762331916968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28271] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28271/stat : 28271 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762330864424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28272] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28272/stat : 28272 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762184436136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28273] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28273/stat : 28273 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762183383592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28274] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28274/stat : 28274 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762182330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28275] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28275/stat : 28275 (java) S 28262 28265 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762181277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28276] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28276/stat : 28276 (java) S 28262 28265 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762169080680 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28277] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28277/stat : 28277 (java) S 28262 28265 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762168027000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28278] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28278/stat : 28278 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762166973832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28279] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28279/stat : 28279 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762165922576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28280] ppid=28262 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/28265/task/28280/stat : 28280 (java) S 28262 28265 23565 0 -1 4202560 2338 0 0 0 16 0 0 0 20 0 19 0 10642411 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762164869432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28281] ppid=28262 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/28265/task/28281/stat : 28281 (java) S 28262 28265 23565 0 -1 4202560 9074 0 0 0 33 1 0 0 20 0 19 0 10642411 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762163816888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28282] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28282/stat : 28282 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762162764024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28283] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28283/stat : 28283 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762161711688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28284] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28284/stat : 28284 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642419 9856040960 13752 33554432000 1073741824 1073778376 140737391427536 139762160657960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 28284
/proc/meminfo: memFree=30381580/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/28265/stat : 28265 (java) S 28262 28265 23565 0 -1 4202496 19171 0 1 0 382 4 0 0 20 0 19 0 10642404 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 140737391418672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 2406260 16507 2257 9 0 2396937 0
[pid=28265/tid=28267] ppid=28262 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/28265/task/28267/stat : 28267 (java) R 28262 28265 23565 0 -1 4202560 2407 0 1 0 305 1 0 0 20 0 19 0 10642405 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762344960536 139762212465138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28268] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28268/stat : 28268 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762334022568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28269] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28269/stat : 28269 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762332970024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28270] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28270/stat : 28270 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762331916968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28271] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28271/stat : 28271 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762330864424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28272] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28272/stat : 28272 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762184436136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28273] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28273/stat : 28273 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762183383592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28274] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28274/stat : 28274 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762182330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28275] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28275/stat : 28275 (java) S 28262 28265 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762181277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28276] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28276/stat : 28276 (java) S 28262 28265 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762169080680 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28277] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28277/stat : 28277 (java) S 28262 28265 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762168027000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28278] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28278/stat : 28278 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762166973832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28279] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28279/stat : 28279 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762165922576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28280] ppid=28262 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/28265/task/28280/stat : 28280 (java) S 28262 28265 23565 0 -1 4202560 6418 0 0 0 39 2 0 0 20 0 19 0 10642411 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762164869432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28281] ppid=28262 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28265/task/28281/stat : 28281 (java) S 28262 28265 23565 0 -1 4202560 9074 0 0 0 34 1 0 0 20 0 19 0 10642411 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762163816888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28282] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28282/stat : 28282 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762162764024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28283] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28283/stat : 28283 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762161711688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28284] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28284/stat : 28284 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642419 9856040960 16507 33554432000 1073741824 1073778376 140737391427536 139762160657960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 28284
/proc/meminfo: memFree=30369352/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=9625040 CPUtime=7.5 cores=0,2,4,6
/proc/28265/stat : 28265 (java) S 28262 28265 23565 0 -1 4202496 21099 0 1 0 746 4 0 0 20 0 19 0 10642404 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 140737391418672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 2406260 16297 2258 9 0 2396937 0
[pid=28265/tid=28267] ppid=28262 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/28265/task/28267/stat : 28267 (java) R 28262 28265 23565 0 -1 4202560 2411 0 1 0 625 2 0 0 20 0 19 0 10642405 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762344958504 139762212431593 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28268] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28268/stat : 28268 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762334022568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28269] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28269/stat : 28269 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762332970024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28270] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28270/stat : 28270 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762331916968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28271] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28271/stat : 28271 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762330864424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28272] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28272/stat : 28272 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762184436136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28273] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28273/stat : 28273 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762183383592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28274] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28274/stat : 28274 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762182330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28275] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28275/stat : 28275 (java) S 28262 28265 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762181277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28276] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28276/stat : 28276 (java) S 28262 28265 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762169080680 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28277] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28277/stat : 28277 (java) S 28262 28265 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762168027000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28278] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28278/stat : 28278 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762166973832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28279] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28279/stat : 28279 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762165922576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28280] ppid=28262 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/28265/task/28280/stat : 28280 (java) S 28262 28265 23565 0 -1 4202560 8334 0 0 0 78 2 0 0 20 0 19 0 10642411 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762164869432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28281] ppid=28262 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/28265/task/28281/stat : 28281 (java) S 28262 28265 23565 0 -1 4202560 9081 0 0 0 39 2 0 0 20 0 19 0 10642411 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762163816888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28282] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28282/stat : 28282 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762162764024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28283] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28283/stat : 28283 (java) S 28262 28265 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762161711688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28284] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28284/stat : 28284 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642419 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762160657960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9625040


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

/proc/28265/task/28275/stat : 28275 (java) S 28262 28265 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762181277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28276] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28276/stat : 28276 (java) S 28262 28265 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762169080680 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28277] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28277/stat : 28277 (java) S 28262 28265 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762168027000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28278] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28278/stat : 28278 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762166973832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28279] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28279/stat : 28279 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762165922576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28280] ppid=28262 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/28265/task/28280/stat : 28280 (java) S 28262 28265 23565 0 -1 4202560 8334 0 0 0 78 2 0 0 20 0 19 0 10642411 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762164869432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28281] ppid=28262 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/28265/task/28281/stat : 28281 (java) S 28262 28265 23565 0 -1 4202560 9081 0 0 0 39 2 0 0 20 0 19 0 10642411 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762163816888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28282] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28282/stat : 28282 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762162764024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28283] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28283/stat : 28283 (java) S 28262 28265 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762161711688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28284] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28284/stat : 28284 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642419 9856040960 16297 33554432000 1073741824 1073778376 140737391427536 139762160657960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9625040

[startup+9.60076 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 28284
/proc/meminfo: memFree=30365716/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=9625040 CPUtime=10.8 cores=0,2,4,6
/proc/28265/stat : 28265 (java) S 28262 28265 23565 0 -1 4202496 21104 0 1 0 1076 4 0 0 20 0 19 0 10642404 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 140737391418672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 2406260 17322 2258 9 0 2396937 0
[pid=28265/tid=28267] ppid=28262 vsize=9625040 CPUtime=9.57 cores=0,2,4,6
/proc/28265/task/28267/stat : 28267 (java) R 28262 28265 23565 0 -1 4202560 2416 0 1 0 955 2 0 0 20 0 19 0 10642405 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762344951488 139762212844863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28268] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28268/stat : 28268 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762334022568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28269] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28269/stat : 28269 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762332970024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28270] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28270/stat : 28270 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762331916968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28271] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28271/stat : 28271 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762330864424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28272] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28272/stat : 28272 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762184436136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28273] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28273/stat : 28273 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762183383592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28274] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28274/stat : 28274 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762182330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28275] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28275/stat : 28275 (java) S 28262 28265 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762181277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28276] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28276/stat : 28276 (java) S 28262 28265 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762169080680 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28277] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28277/stat : 28277 (java) S 28262 28265 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762168027000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28278] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28278/stat : 28278 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762166973832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28279] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28279/stat : 28279 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762165922576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28280] ppid=28262 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/28265/task/28280/stat : 28280 (java) S 28262 28265 23565 0 -1 4202560 8334 0 0 0 78 2 0 0 20 0 19 0 10642411 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762164869432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28281] ppid=28262 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/28265/task/28281/stat : 28281 (java) S 28262 28265 23565 0 -1 4202560 9081 0 0 0 39 2 0 0 20 0 19 0 10642411 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762163816888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28282] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28282/stat : 28282 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762162764024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28283] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28283/stat : 28283 (java) S 28262 28265 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762161711688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28284] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28284/stat : 28284 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642419 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762160657960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 10.8
Current children cumulated vsize (KiB) 9625040

[startup+10.4008 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 28284
/proc/meminfo: memFree=30363576/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=9625040 CPUtime=11.6 cores=0,2,4,6
/proc/28265/stat : 28265 (java) S 28262 28265 23565 0 -1 4202496 21104 0 1 0 1156 4 0 0 20 0 19 0 10642404 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 140737391418672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 2406260 17322 2258 9 0 2396937 0
[pid=28265/tid=28267] ppid=28262 vsize=9625040 CPUtime=10.37 cores=0,2,4,6
/proc/28265/task/28267/stat : 28267 (java) R 28262 28265 23565 0 -1 4202560 2416 0 1 0 1035 2 0 0 20 0 19 0 10642405 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762344960312 139762212431823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28268] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28268/stat : 28268 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762334022568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28269] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28269/stat : 28269 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762332970024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28270] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28270/stat : 28270 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762331916968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28271] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28271/stat : 28271 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762330864424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28272] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28272/stat : 28272 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762184436136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28273] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28273/stat : 28273 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762183383592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28274] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28274/stat : 28274 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762182330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28275] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28275/stat : 28275 (java) S 28262 28265 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762181277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28276] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28276/stat : 28276 (java) S 28262 28265 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762169080680 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28277] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28277/stat : 28277 (java) S 28262 28265 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762168027000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28278] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28278/stat : 28278 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762166973832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28279] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28279/stat : 28279 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762165922576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28280] ppid=28262 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/28265/task/28280/stat : 28280 (java) S 28262 28265 23565 0 -1 4202560 8334 0 0 0 78 2 0 0 20 0 19 0 10642411 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762164869432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28281] ppid=28262 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/28265/task/28281/stat : 28281 (java) S 28262 28265 23565 0 -1 4202560 9081 0 0 0 39 2 0 0 20 0 19 0 10642411 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762163816888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28282] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28282/stat : 28282 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762162764024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28283] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28283/stat : 28283 (java) S 28262 28265 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762161711688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28284] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28284/stat : 28284 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642419 9856040960 17322 33554432000 1073741824 1073778376 140737391427536 139762160657960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 9625040

[startup+11.2009 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 28284
/proc/meminfo: memFree=30363336/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=9625040 CPUtime=12.46 cores=0,2,4,6
/proc/28265/stat : 28265 (java) S 28262 28265 23565 0 -1 4202496 21136 0 1 0 1242 4 0 0 20 0 19 0 10642404 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 140737391418672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 2406260 17353 2258 9 0 2396937 0
[pid=28265/tid=28267] ppid=28262 vsize=9625040 CPUtime=11.17 cores=0,2,4,6
/proc/28265/task/28267/stat : 28267 (java) R 28262 28265 23565 0 -1 4202560 2417 0 1 0 1115 2 0 0 20 0 19 0 10642405 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762344960440 139762212431689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28268] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28268/stat : 28268 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762334022568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28269] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28269/stat : 28269 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762332970024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28270] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28270/stat : 28270 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762331916968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28271] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28271/stat : 28271 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762330864424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28272] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28272/stat : 28272 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762184436136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28273] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28273/stat : 28273 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762183383592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28274] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28274/stat : 28274 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762182330536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28265/tid=28275] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28275/stat : 28275 (java) S 28262 28265 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10642407 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762181277992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28276] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28276/stat : 28276 (java) S 28262 28265 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762169080680 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28277] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28277/stat : 28277 (java) S 28262 28265 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762168027000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28278] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28278/stat : 28278 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642408 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762166973832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28279] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28279/stat : 28279 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762165922576 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28280] ppid=28262 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/28265/task/28280/stat : 28280 (java) S 28262 28265 23565 0 -1 4202560 8334 0 0 0 78 2 0 0 20 0 19 0 10642411 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762164869432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28265/tid=28281] ppid=28262 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/28265/task/28281/stat : 28281 (java) S 28262 28265 23565 0 -1 4202560 9112 0 0 0 45 2 0 0 20 0 19 0 10642411 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762163816888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28282] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28282/stat : 28282 (java) S 28262 28265 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762162764024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28265/tid=28283] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28283/stat : 28283 (java) S 28262 28265 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10642411 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762161711688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28265/tid=28284] ppid=28262 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28284/stat : 28284 (java) S 28262 28265 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10642419 9856040960 17353 33554432000 1073741824 1073778376 140737391427536 139762160657960 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 9625040

[startup+11.4006 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 28284
/proc/meminfo: memFree=30363336/32872528 swapFree=480748/529804
[pid=28265] ppid=28262 vsize=0 CPUtime=12.71 cores=0,2,4,6
/proc/28265/stat : 28265 (java) Z 28262 28265 23565 0 -1 4203532 21155 0 1 0 1261 10 0 0 20 0 2 0 10642404 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28265/statm: 0 0 0 0 0 0 0
[pid=28265/tid=28268] ppid=28262 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/28265/task/28268/stat : 28268 (java) R 28262 28265 23565 0 -1 4203588 1 0 0 0 0 0 0 0 20 0 2 0 10642407 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 11.4031
CPU time (s): 12.7121
CPU user time (s): 12.6101
CPU system time (s): 0.101984
CPU usage (%): 111.479
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6101
system time used= 0.101984
maximum resident set size= 72828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21155
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 558
involuntary context switches= 37

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051992 second user time and 0.097985 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 21:50:25
IDJOB=4121990
IDBENCH=110810
IDSOLVER=2546
FILE ID=node141/4121990-1467316225
RUNJOBID= node141-1467310816-27146
PBS_JOBID= 20005274
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-19-2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121990-1467316225/watcher-4121990-1467316225 -o /tmp/evaluation-result-4121990-1467316225/solver-4121990-1467316225 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27146 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121990-1467316225.opb

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

MD5SUM BENCH= cb8d6c515babcba8dd77961da569b93a
RANDOM SEED=1025053536

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30431024 kB
Buffers:          165924 kB
Cached:           841636 kB
SwapCached:            0 kB
Active:           460836 kB
Inactive:         701052 kB
Active(anon):     157048 kB
Inactive(anon):        4 kB
Active(file):     303788 kB
Inactive(file):   701048 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:        685896 kB
Mapped:            22024 kB
Shmem:               204 kB
Slab:             613920 kB
SReclaimable:      57572 kB
SUnreclaim:       556348 kB
KernelStack:        1720 kB
PageTables:         5704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1222028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71700 MiB
End job on node141 at 2016-06-30 21:50:36