Trace number 4121998

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 22.4806 21.1653

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-16.cnf.gz-extracted.pb.metafix.opb
MD5SUM49fe6d887887fe95dd2488048f1b7c07
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 variables65
Total number of constraints64
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)64
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4121998-1467316236.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.12	c ... done. Wall clock time 0.017s.
0.10/0.12	c declared #vars     65
0.10/0.12	c #constraints  64
0.10/0.12	c constraints type 
0.10/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
0.10/0.12	c 64 constraints processed.
0.63/0.49	c cleaning 2497 clauses out of 5000 with flag 24450/5000
1.30/0.93	c cleaning 4252 clauses out of 8503 with flag 61014/11000
1.80/1.46	c cleaning 5623 clauses out of 11251 with flag 106956/18000
2.62/2.23	c cleaning 6812 clauses out of 13628 with flag 159598/26000
3.64/3.28	c cleaning 7908 clauses out of 15816 with flag 224291/35000
4.98/4.58	c cleaning 8950 clauses out of 17908 with flag 293986/45000
6.82/6.01	c cleaning 9977 clauses out of 19958 with flag 368990/56000
8.75/7.61	c cleaning 10986 clauses out of 21983 with flag 454583/68002
10.66/9.52	c cleaning 11992 clauses out of 23997 with flag 542723/81002
12.87/11.70	c cleaning 13000 clauses out of 26004 with flag 635407/95001
15.27/14.17	c cleaning 13994 clauses out of 28002 with flag 735408/110000
18.08/16.92	c cleaning 15002 clauses out of 30009 with flag 846616/126001
21.24/20.04	c cleaning 16000 clauses out of 32005 with flag 960300/143001
22.38/21.13	c starts		: 31
22.38/21.13	c conflicts		: 149723
22.38/21.13	c decisions		: 177253
22.38/21.13	c propagations		: 2875076
22.38/21.13	c inspects		: 504829140
22.38/21.13	c shortcuts		: 0
22.38/21.13	c learnt literals	: 14
22.38/21.13	c learnt binary clauses	: 16
22.38/21.13	c learnt ternary clauses	: 29
22.38/21.13	c learnt constraints	: 149708
22.38/21.13	c ignored constraints	: 0
22.38/21.13	c root simplifications	: 0
22.38/21.13	c removed literals (reason simplification)	: 0
22.38/21.13	c reason swapping (by a shorter reason)	: 0
22.38/21.13	c Calls to reduceDB	: 13
22.38/21.13	c Number of update (reduction) of LBD	: 45776
22.38/21.13	c Imported unit clauses	: 0
22.38/21.13	c number of reductions to clauses (during analyze)	: 0
22.38/21.13	c number of learned constraints concerned by reduction	: 0
22.38/21.13	c number of learning phase by resolution	: 0
22.38/21.13	c number of learning phase by cutting planes	: 0
22.38/21.13	c speed (assignments/second)	: 136869.27544511092
22.38/21.13	c non guided choices	13
22.38/21.15	c learnt constraints type 
22.38/21.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
22.38/21.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22699
22.38/21.15	s UNSATISFIABLE
22.38/21.15	c Total wall clock time (in seconds): 21.04

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

pid=28327
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.06 2.02 2.00 3/195 28330
/proc/meminfo: memFree=30425372/32872528 swapFree=480748/529804
[pid=28330] ppid=28327 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 23565 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 10643576 98570240 977 33554432000 1073741824 1073778376 140737027013792 140737027004928 211462160445 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28330/statm: 24065 977 743 9 0 16771 0
[pid=28330/tid=28331] ppid=28327 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28331/stat : 28331 (java) R 28327 28330 23565 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10643577 98570240 977 33554432000 1073741824 1073778376 140737027013792 140311603363368 211458803072 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.06 2.02 2.00 3/195 28330
/proc/meminfo: memFree=30425372/32872528 swapFree=480748/529804
[pid=28330] ppid=28327 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 23565 0 -1 4202496 4442 0 1 0 9 1 0 0 20 0 18 0 10643576 9787879424 6070 33554432000 1073741824 1073778376 140737027013792 140737027004928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28330/statm: 2389619 6070 2140 9 0 2380296 0
[pid=28330/tid=28331] ppid=28327 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28330/task/28331/stat : 28331 (java) R 28327 28330 23565 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 10643577 9787879424 6070 33554432000 1073741824 1073778376 140737027013792 140311603367000 140311610794852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 2.06 2.02 2.00 3/195 28330
/proc/meminfo: memFree=30425372/32872528 swapFree=480748/529804
[pid=28330] ppid=28327 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 23565 0 -1 4202496 6826 0 1 0 30 2 0 0 20 0 19 0 10643576 9856040960 7618 33554432000 1073741824 1073778376 140737027013792 140737027004928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28330/statm: 2406260 7618 2219 9 0 2396937 0
[pid=28330/tid=28331] ppid=28327 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28330/task/28331/stat : 28331 (java) R 28327 28330 23565 0 -1 4202560 2395 0 1 0 17 1 0 0 20 0 19 0 10643577 9856040960 7618 33554432000 1073741824 1073778376 140737027013792 140311603367912 140311431078787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300333 s]
/proc/loadavg: 2.06 2.02 2.00 3/195 28330
/proc/meminfo: memFree=30425372/32872528 swapFree=480748/529804
[pid=28330] ppid=28327 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 23565 0 -1 4202496 7169 0 1 0 50 2 0 0 20 0 19 0 10643576 9856040960 7744 33554432000 1073741824 1073778376 140737027013792 140737027004928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28330/statm: 2406260 7744 2225 9 0 2396937 0
[pid=28330/tid=28331] ppid=28327 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/28330/task/28331/stat : 28331 (java) R 28327 28330 23565 0 -1 4202560 2395 0 1 0 27 1 0 0 20 0 19 0 10643577 9856040960 7744 33554432000 1073741824 1073778376 140737027013792 140311603367912 140311431451820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.70023 s]
/proc/loadavg: 2.06 2.02 2.00 3/195 28330
/proc/meminfo: memFree=30425372/32872528 swapFree=480748/529804
[pid=28330] ppid=28327 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 23565 0 -1 4202496 9491 0 1 0 104 3 0 0 20 0 19 0 10643576 9856040960 8642 33554432000 1073741824 1073778376 140737027013792 140737027004928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28330/statm: 2406260 8642 2239 9 0 2396937 0
[pid=28330/tid=28331] ppid=28327 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/28330/task/28331/stat : 28331 (java) R 28327 28330 23565 0 -1 4202560 2396 0 1 0 67 1 0 0 20 0 19 0 10643577 9856040960 8642 33554432000 1073741824 1073778376 140737027013792 140311603368424 140311431380920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 28349
/proc/meminfo: memFree=30397548/32872528 swapFree=480748/529804
[pid=28330] ppid=28327 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 23565 0 -1 4202496 9608 0 1 0 188 3 0 0 20 0 19 0 10643576 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140737027004928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28330/statm: 2406260 8307 2240 9 0 2396937 0
[pid=28330/tid=28331] ppid=28327 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/28330/task/28331/stat : 28331 (java) R 28327 28330 23565 0 -1 4202560 2397 0 1 0 147 1 0 0 20 0 19 0 10643577 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311603368456 140311431352593 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28333] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28333/stat : 28333 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311564860200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28334] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28334/stat : 28334 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311563807400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28335] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28335/stat : 28335 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311562755112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28330/tid=28336] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28336/stat : 28336 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311561702312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28337] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28337/stat : 28337 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311560649000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28338] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28338/stat : 28338 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311559596200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28339] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28339/stat : 28339 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311558543912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28340] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28340/stat : 28340 (java) S 28327 28330 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311557491112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28341] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28341/stat : 28341 (java) S 28327 28330 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10643578 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311426738920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28342] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28342/stat : 28342 (java) S 28327 28330 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311425684984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28343] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28343/stat : 28343 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311424632584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28344] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28344/stat : 28344 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311423581072 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28345] ppid=28327 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28330/task/28345/stat : 28345 (java) S 28327 28330 23565 0 -1 4202560 4176 0 0 0 24 2 0 0 20 0 19 0 10643581 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311422527672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28346] ppid=28327 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/28330/task/28346/stat : 28346 (java) S 28327 28330 23565 0 -1 4202560 1765 0 0 0 14 0 0 0 20 0 19 0 10643581 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311421474872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28347] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28347/stat : 28347 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311420422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28348] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28348/stat : 28348 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311419370184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28349] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28349/stat : 28349 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643589 9856040960 8307 33554432000 1073741824 1073778376 140737027013792 140311418316200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 28349
/proc/meminfo: memFree=30395136/32872528 swapFree=480748/529804
[pid=28330] ppid=28327 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 23565 0 -1 4202496 9611 0 1 0 351 3 0 0 20 0 19 0 10643576 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140737027004928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28330/statm: 2406260 8820 2240 9 0 2396937 0
[pid=28330/tid=28331] ppid=28327 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/28330/task/28331/stat : 28331 (java) R 28327 28330 23565 0 -1 4202560 2399 0 1 0 306 1 0 0 20 0 19 0 10643577 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311603368424 140311431380836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28333] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28333/stat : 28333 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311564860200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28334] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28334/stat : 28334 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311563807400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28335] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28335/stat : 28335 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311562755112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28330/tid=28336] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28336/stat : 28336 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311561702312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28337] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28337/stat : 28337 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311560649000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28338] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28338/stat : 28338 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311559596200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28339] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28339/stat : 28339 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311558543912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28340] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28340/stat : 28340 (java) S 28327 28330 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311557491112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28341] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28341/stat : 28341 (java) S 28327 28330 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10643578 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311426738920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28342] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28342/stat : 28342 (java) S 28327 28330 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311425684984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28343] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28343/stat : 28343 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311424632584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28344] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28344/stat : 28344 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311423581072 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28345] ppid=28327 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28330/task/28345/stat : 28345 (java) S 28327 28330 23565 0 -1 4202560 4177 0 0 0 27 2 0 0 20 0 19 0 10643581 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311422527672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28346] ppid=28327 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/28330/task/28346/stat : 28346 (java) S 28327 28330 23565 0 -1 4202560 1765 0 0 0 14 0 0 0 20 0 19 0 10643581 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311421474872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28347] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28347/stat : 28347 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311420422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28348] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28348/stat : 28348 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311419370184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28349] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28349/stat : 28349 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643589 9856040960 8820 33554432000 1073741824 1073778376 140737027013792 140311418316200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 28349
/proc/meminfo: memFree=30378584/32872528 swapFree=480748/529804
[pid=28330] ppid=28327 vsize=9625040 CPUtime=7.41 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 23565 0 -1 4202496 18805 0 1 0 737 4 0 0 20 0 19 0 10643576 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140737027004928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28330/statm: 2406260 14521 2248 9 0 2396937 0
[pid=28330/tid=28331] ppid=28327 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/28330/task/28331/stat : 28331 (java) R 28327 28330 23565 0 -1 4202560 2412 0 1 0 626 1 0 0 20 0 19 0 10643577 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311603368424 140311431432314 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28333] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28333/stat : 28333 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311564860200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28334] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28334/stat : 28334 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311563807400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28335] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28335/stat : 28335 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311562755112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28330/tid=28336] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28336/stat : 28336 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311561702312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28337] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28337/stat : 28337 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311560649000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28338] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28338/stat : 28338 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311559596200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28339] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28339/stat : 28339 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311558543912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28340] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28340/stat : 28340 (java) S 28327 28330 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311557491112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28341] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28341/stat : 28341 (java) S 28327 28330 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10643578 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311426738920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28342] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28342/stat : 28342 (java) S 28327 28330 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311425684984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28343] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28343/stat : 28343 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311424632584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28344] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28344/stat : 28344 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311423581072 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28345] ppid=28327 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/28330/task/28345/stat : 28345 (java) R 28327 28330 23565 0 -1 4202560 13355 0 0 0 92 3 0 0 20 0 19 0 10643581 9856040960 14521 33554432000 1073741824 1073778376 140737027013792 140311422514952 140311607460552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28346] ppid=28327 vsize=9625040 CPUtime=0.16 cores=0,2,4,6

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

[pid=28330/tid=28335] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28335/stat : 28335 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311562755112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28330/tid=28336] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28336/stat : 28336 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311561702312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28337] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28337/stat : 28337 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311560649000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28338] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28338/stat : 28338 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311559596200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28339] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28339/stat : 28339 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311558543912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28340] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28340/stat : 28340 (java) S 28327 28330 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311557491112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28341] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28341/stat : 28341 (java) S 28327 28330 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10643578 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311426738920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28342] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28342/stat : 28342 (java) S 28327 28330 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311425684984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28343] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28343/stat : 28343 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311424632584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28344] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28344/stat : 28344 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311423581072 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28345] ppid=28327 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/28330/task/28345/stat : 28345 (java) S 28327 28330 23565 0 -1 4202560 13381 0 0 0 99 3 0 0 20 0 19 0 10643581 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311422527672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28346] ppid=28327 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28330/task/28346/stat : 28346 (java) S 28327 28330 23565 0 -1 4202560 2589 0 0 0 21 0 0 0 20 0 19 0 10643581 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311421474872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28347] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28347/stat : 28347 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311420422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28348] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28348/stat : 28348 (java) S 28327 28330 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311419370184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28349] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28349/stat : 28349 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643589 9856040960 15723 33554432000 1073741824 1073778376 140737027013792 140311418316200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 21.24
Current children cumulated vsize (KiB) 9625040

[startup+20.8007 s]
/proc/loadavg: 2.19 2.05 2.01 3/214 28349
/proc/meminfo: memFree=30350856/32872528 swapFree=480748/529804
[pid=28330] ppid=28327 vsize=9625040 CPUtime=22.08 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 23565 0 -1 4202496 20491 0 1 0 2203 5 0 0 20 0 19 0 10643576 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140737027004928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28330/statm: 2406260 16368 2248 9 0 2396937 0
[pid=28330/tid=28331] ppid=28327 vsize=9625040 CPUtime=20.77 cores=0,2,4,6
/proc/28330/task/28331/stat : 28331 (java) R 28327 28330 23565 0 -1 4202560 2422 0 1 0 2075 2 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311603368344 140311431223234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28333] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28333/stat : 28333 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311564860200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28334] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28334/stat : 28334 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311563807400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28335] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28335/stat : 28335 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311562755112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28330/tid=28336] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28336/stat : 28336 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311561702312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28337] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28337/stat : 28337 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311560649000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28338] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28338/stat : 28338 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311559596200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28339] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28339/stat : 28339 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311558543912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28340] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28340/stat : 28340 (java) S 28327 28330 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311557491112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28341] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28341/stat : 28341 (java) S 28327 28330 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10643578 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311426738920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28342] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28342/stat : 28342 (java) S 28327 28330 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311425684984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28343] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28343/stat : 28343 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311424632584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28344] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28344/stat : 28344 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311423581072 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28345] ppid=28327 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/28330/task/28345/stat : 28345 (java) S 28327 28330 23565 0 -1 4202560 13381 0 0 0 99 3 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311422527672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28346] ppid=28327 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/28330/task/28346/stat : 28346 (java) S 28327 28330 23565 0 -1 4202560 3415 0 0 0 25 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311421474872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28347] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28347/stat : 28347 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311420422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28348] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28348/stat : 28348 (java) S 28327 28330 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311419370184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28349] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28349/stat : 28349 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643589 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311418316200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 22.08
Current children cumulated vsize (KiB) 9625040

[startup+21.0075 s]
/proc/loadavg: 2.17 2.05 2.01 3/214 28349
/proc/meminfo: memFree=30347816/32872528 swapFree=480748/529804
[pid=28330] ppid=28327 vsize=9625040 CPUtime=22.28 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 23565 0 -1 4202496 20491 0 1 0 2223 5 0 0 20 0 19 0 10643576 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140737027004928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28330/statm: 2406260 16368 2248 9 0 2396937 0
[pid=28330/tid=28331] ppid=28327 vsize=9625040 CPUtime=20.98 cores=0,2,4,6
/proc/28330/task/28331/stat : 28331 (java) R 28327 28330 23565 0 -1 4202560 2422 0 1 0 2096 2 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311603368344 140311431432684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28333] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28333/stat : 28333 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311564860200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28334] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28334/stat : 28334 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311563807400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28335] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28335/stat : 28335 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311562755112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28330/tid=28336] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28336/stat : 28336 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311561702312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28337] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28337/stat : 28337 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311560649000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28338] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28338/stat : 28338 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311559596200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28339] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28339/stat : 28339 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311558543912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28340] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28340/stat : 28340 (java) S 28327 28330 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311557491112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28341] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28341/stat : 28341 (java) S 28327 28330 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10643578 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311426738920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28342] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28342/stat : 28342 (java) S 28327 28330 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311425684984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28343] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28343/stat : 28343 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311424632584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28344] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28344/stat : 28344 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311423581072 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28345] ppid=28327 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/28330/task/28345/stat : 28345 (java) S 28327 28330 23565 0 -1 4202560 13381 0 0 0 99 3 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311422527672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28346] ppid=28327 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/28330/task/28346/stat : 28346 (java) S 28327 28330 23565 0 -1 4202560 3415 0 0 0 25 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311421474872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28347] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28347/stat : 28347 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311420422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28348] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28348/stat : 28348 (java) S 28327 28330 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311419370184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28349] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28349/stat : 28349 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643589 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311418316200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 22.28
Current children cumulated vsize (KiB) 9625040

[startup+21.1007 s]
/proc/loadavg: 2.17 2.05 2.01 3/214 28349
/proc/meminfo: memFree=30347816/32872528 swapFree=480748/529804
[pid=28330] ppid=28327 vsize=9625040 CPUtime=22.38 cores=0,2,4,6
/proc/28330/stat : 28330 (java) S 28327 28330 23565 0 -1 4202496 20492 0 1 0 2233 5 0 0 20 0 19 0 10643576 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140737027004928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28330/statm: 2406260 16368 2248 9 0 2396937 0
[pid=28330/tid=28331] ppid=28327 vsize=9625040 CPUtime=21.07 cores=0,2,4,6
/proc/28330/task/28331/stat : 28331 (java) R 28327 28330 23565 0 -1 4202560 2423 0 1 0 2105 2 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311603368456 140311431778799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28333] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28333/stat : 28333 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311564860200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28334] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28334/stat : 28334 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311563807400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28335] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28335/stat : 28335 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311562755112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28330/tid=28336] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28336/stat : 28336 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311561702312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28337] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28337/stat : 28337 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311560649000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28338] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28338/stat : 28338 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311559596200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28330/tid=28339] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28339/stat : 28339 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311558543912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28340] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28340/stat : 28340 (java) S 28327 28330 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10643577 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311557491112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28341] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28341/stat : 28341 (java) S 28327 28330 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10643578 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311426738920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28342] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28342/stat : 28342 (java) S 28327 28330 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311425684984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28343] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28343/stat : 28343 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643579 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311424632584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28344] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28344/stat : 28344 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311423581072 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28345] ppid=28327 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/28330/task/28345/stat : 28345 (java) S 28327 28330 23565 0 -1 4202560 13381 0 0 0 99 3 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311422527672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28346] ppid=28327 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/28330/task/28346/stat : 28346 (java) S 28327 28330 23565 0 -1 4202560 3415 0 0 0 25 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311421474872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28347] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28347/stat : 28347 (java) S 28327 28330 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311420422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28330/tid=28348] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28348/stat : 28348 (java) S 28327 28330 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10643581 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311419370184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28330/tid=28349] ppid=28327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28330/task/28349/stat : 28349 (java) S 28327 28330 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10643589 9856040960 16368 33554432000 1073741824 1073778376 140737027013792 140311418316200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 22.38
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 21.1653
CPU time (s): 22.4806
CPU user time (s): 22.3776
CPU system time (s): 0.102984
CPU usage (%): 106.214
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.3776
system time used= 0.102984
maximum resident set size= 65572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20526
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= 731
involuntary context switches= 93

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06199 second user time and 0.100984 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 21:50:36
IDJOB=4121998
IDBENCH=110815
IDSOLVER=2546
FILE ID=node141/4121998-1467316236
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-fixed-bandwidth-16.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121998-1467316236/watcher-4121998-1467316236 -o /tmp/evaluation-result-4121998-1467316236/solver-4121998-1467316236 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27146 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121998-1467316236.opb

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

MD5SUM BENCH= 49fe6d887887fe95dd2488048f1b7c07
RANDOM SEED=729637329

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:        30425900 kB
Buffers:          165968 kB
Cached:           841872 kB
SwapCached:            0 kB
Active:           460864 kB
Inactive:         701268 kB
Active(anon):     157108 kB
Inactive(anon):        4 kB
Active(file):     303756 kB
Inactive(file):   701264 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               940 kB
Writeback:             0 kB
AnonPages:        714868 kB
Mapped:            22108 kB
Shmem:               204 kB
Slab:             614176 kB
SReclaimable:      57620 kB
SUnreclaim:       556556 kB
KernelStack:        1640 kB
PageTables:         5732 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:    196608 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:58