Trace number 4122366

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 76.3734 75.0176

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-27-3.cnf.gz-extracted.pb.metafix.opb
MD5SUM272778c571562016ec866e9c82334f55
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.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109
Total number of constraints108
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)108
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4122366-1467316739.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.022s.
0.11/0.12	c declared #vars     109
0.11/0.12	c #constraints  108
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 108
0.11/0.12	c 108 constraints processed.
0.66/0.46	c cleaning 2498 clauses out of 5001 with flag 35592/5001
1.09/0.69	c cleaning 4242 clauses out of 8502 with flag 78755/11000
1.54/1.09	c cleaning 5627 clauses out of 11260 with flag 135277/18000
2.14/1.66	c cleaning 6811 clauses out of 13633 with flag 194572/26000
2.88/2.32	c cleaning 7907 clauses out of 15823 with flag 275780/35001
3.67/3.19	c cleaning 8956 clauses out of 17915 with flag 370054/45000
4.87/4.31	c cleaning 9977 clauses out of 19959 with flag 469957/56000
6.07/5.53	c cleaning 10983 clauses out of 21982 with flag 571491/68000
7.58/7.02	c cleaning 11999 clauses out of 24001 with flag 673868/81002
9.28/8.73	c cleaning 12990 clauses out of 26000 with flag 788110/95000
11.28/10.77	c cleaning 14001 clauses out of 28010 with flag 913091/110000
13.70/13.05	c cleaning 14996 clauses out of 30010 with flag 1036337/126001
16.60/15.60	c cleaning 16003 clauses out of 32014 with flag 1160263/143001
19.62/18.45	c cleaning 17002 clauses out of 34012 with flag 1300370/161002
23.02/21.80	c cleaning 17997 clauses out of 36009 with flag 1463442/180001
26.63/25.45	c cleaning 18994 clauses out of 38012 with flag 1621442/200001
30.82/29.61	c cleaning 20005 clauses out of 40018 with flag 1789439/221001
35.43/34.25	c cleaning 21004 clauses out of 42013 with flag 1956946/243001
40.42/39.21	c cleaning 22001 clauses out of 44007 with flag 2132310/266000
45.82/44.68	c cleaning 22998 clauses out of 46006 with flag 2329221/290000
51.84/50.62	c cleaning 24000 clauses out of 48009 with flag 2517054/315001
58.03/56.88	c cleaning 25002 clauses out of 50009 with flag 2702369/341001
64.93/63.76	c cleaning 26000 clauses out of 52005 with flag 2882197/368000
72.36/71.13	c cleaning 27000 clauses out of 54004 with flag 3084941/396000
76.21/74.98	c starts		: 58
76.21/74.98	c conflicts		: 412938
76.21/74.98	c decisions		: 474044
76.21/74.98	c propagations		: 6475164
76.21/74.98	c inspects		: 2017204315
76.21/74.98	c shortcuts		: 0
76.21/74.98	c learnt literals	: 15
76.21/74.98	c learnt binary clauses	: 13
76.21/74.98	c learnt ternary clauses	: 42
76.21/74.98	c learnt constraints	: 412922
76.21/74.98	c ignored constraints	: 0
76.21/74.98	c root simplifications	: 0
76.21/74.98	c removed literals (reason simplification)	: 0
76.21/74.98	c reason swapping (by a shorter reason)	: 0
76.21/74.98	c Calls to reduceDB	: 24
76.21/74.98	c Number of update (reduction) of LBD	: 107466
76.21/74.98	c Imported unit clauses	: 0
76.21/74.98	c number of reductions to clauses (during analyze)	: 0
76.21/74.98	c number of learned constraints concerned by reduction	: 0
76.21/74.98	c number of learning phase by resolution	: 0
76.21/74.98	c number of learning phase by cutting planes	: 0
76.21/74.98	c speed (assignments/second)	: 86507.38133091075
76.21/74.98	c non guided choices	20
76.32/75.00	c learnt constraints type 
76.32/75.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
76.32/75.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 43916
76.32/75.00	s UNSATISFIABLE
76.32/75.00	c Total wall clock time (in seconds): 74.899

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-4122366-1467316739/watcher-4122366-1467316739 -o /tmp/evaluation-result-4122366-1467316739/solver-4122366-1467316739 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122366-1467316739.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.07 2.01 3/194 14977
/proc/meminfo: memFree=31042832/32872528 swapFree=171816/177948
[pid=14977] ppid=14974 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 12722 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 10705280 98570240 977 33554432000 1073741824 1073778376 140734123144880 140734123136016 224925876285 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14977/statm: 24065 977 743 9 0 16771 0
[pid=14977/tid=14978] ppid=14974 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14978/stat : 14978 (java) R 14974 14977 12722 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10705281 98570240 977 33554432000 1073741824 1073778376 140734123144880 139926156865064 224922518912 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.08 2.07 2.01 3/194 14977
/proc/meminfo: memFree=31042832/32872528 swapFree=171816/177948
[pid=14977] ppid=14974 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 12722 0 -1 4202496 4493 0 1 0 10 1 0 0 20 0 18 0 10705280 9787879424 6119 33554432000 1073741824 1073778376 140734123144880 140734123136016 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14977/statm: 2389619 6119 2157 9 0 2380296 0
[pid=14977/tid=14978] ppid=14974 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14977/task/14978/stat : 14978 (java) R 14974 14977 12722 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 10705281 9787879424 6119 33554432000 1073741824 1073778376 140734123144880 139926156868512 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 2.08 2.07 2.01 3/194 14977
/proc/meminfo: memFree=31042832/32872528 swapFree=171816/177948
[pid=14977] ppid=14974 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 12722 0 -1 4202496 8012 0 1 0 30 2 0 0 20 0 19 0 10705280 9856040960 8517 33554432000 1073741824 1073778376 140734123144880 140734123136016 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14977/statm: 2406260 8518 2220 9 0 2396937 0
[pid=14977/tid=14978] ppid=14974 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14977/task/14978/stat : 14978 (java) R 14974 14977 12722 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 19 0 10705281 9856040960 8518 33554432000 1073741824 1073778376 140734123144880 139926156870040 139926024813738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300286 s]
/proc/loadavg: 2.08 2.07 2.01 3/194 14977
/proc/meminfo: memFree=31042832/32872528 swapFree=171816/177948
[pid=14977] ppid=14974 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 12722 0 -1 4202496 8454 0 1 0 54 2 0 0 20 0 19 0 10705280 9856040960 8602 33554432000 1073741824 1073778376 140734123144880 140734123136016 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14977/statm: 2406260 8602 2227 9 0 2396937 0
[pid=14977/tid=14978] ppid=14974 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14977/task/14978/stat : 14978 (java) R 14974 14977 12722 0 -1 4202560 2396 0 1 0 27 0 0 0 20 0 19 0 10705281 9856040960 8602 33554432000 1073741824 1073778376 140734123144880 139926156870040 139926025162245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700339 s]
/proc/loadavg: 2.08 2.07 2.01 3/194 14977
/proc/meminfo: memFree=31042832/32872528 swapFree=171816/177948
[pid=14977] ppid=14974 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 12722 0 -1 4202496 14993 0 1 0 121 3 0 0 20 0 19 0 10705280 9856040960 13235 33554432000 1073741824 1073778376 140734123144880 140734123136016 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14977/statm: 2406260 13235 2239 9 0 2396937 0
[pid=14977/tid=14978] ppid=14974 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14977/task/14978/stat : 14978 (java) R 14974 14977 12722 0 -1 4202560 2397 0 1 0 67 0 0 0 20 0 19 0 10705281 9856040960 13235 33554432000 1073741824 1073778376 140734123144880 139926156870040 139926025227569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.08 2.07 2.01 3/213 14996
/proc/meminfo: memFree=30996632/32872528 swapFree=171816/177948
[pid=14977] ppid=14974 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 12722 0 -1 4202496 14996 0 1 0 201 3 0 0 20 0 19 0 10705280 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 140734123136016 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14977/statm: 2406260 13748 2240 9 0 2396937 0
[pid=14977/tid=14978] ppid=14974 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/14977/task/14978/stat : 14978 (java) R 14974 14977 12722 0 -1 4202560 2399 0 1 0 146 2 0 0 20 0 19 0 10705281 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139926156868264 139926025228004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14980] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14980/stat : 14980 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139926145932200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14981] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14981/stat : 14981 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139926144879656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14982] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14982/stat : 14982 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139926143826600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14983] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14983/stat : 14983 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925997173544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14984] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14984/stat : 14984 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925996120488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14985] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14985/stat : 14985 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925995067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14986] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14986/stat : 14986 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925994014888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14987] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14987/stat : 14987 (java) S 14974 14977 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925992962344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14988] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14988/stat : 14988 (java) S 14974 14977 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925980765032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14989] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14989/stat : 14989 (java) S 14974 14977 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925979711352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14990] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14990/stat : 14990 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925978658184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14991] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14991/stat : 14991 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925977606928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14992] ppid=14974 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/14977/task/14992/stat : 14992 (java) S 14974 14977 12722 0 -1 4202560 7920 0 0 0 30 1 0 0 20 0 19 0 10705285 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925976553784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14993] ppid=14974 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14977/task/14993/stat : 14993 (java) S 14974 14977 12722 0 -1 4202560 3407 0 0 0 22 0 0 0 20 0 19 0 10705285 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925975501240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14994] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14994/stat : 14994 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925974448376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14995] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14995/stat : 14995 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925973396040 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14996] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14996/stat : 14996 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705293 9856040960 13748 33554432000 1073741824 1073778376 140734123144880 139925972342312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.08 2.07 2.01 3/213 14996
/proc/meminfo: memFree=30994212/32872528 swapFree=171816/177948
[pid=14977] ppid=14974 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 12722 0 -1 4202496 15034 0 1 0 364 3 0 0 20 0 19 0 10705280 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 140734123136016 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14977/statm: 2406260 14297 2241 9 0 2396937 0
[pid=14977/tid=14978] ppid=14974 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/14977/task/14978/stat : 14978 (java) R 14974 14977 12722 0 -1 4202560 2400 0 1 0 306 2 0 0 20 0 19 0 10705281 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139926156861136 139926025227095 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14980] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14980/stat : 14980 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139926145932200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14981] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14981/stat : 14981 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139926144879656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14982] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14982/stat : 14982 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139926143826600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14983] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14983/stat : 14983 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925997173544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14984] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14984/stat : 14984 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925996120488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14985] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14985/stat : 14985 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925995067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14986] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14986/stat : 14986 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925994014888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14987] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14987/stat : 14987 (java) S 14974 14977 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925992962344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14988] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14988/stat : 14988 (java) S 14974 14977 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925980765032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14989] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14989/stat : 14989 (java) S 14974 14977 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925979711352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14990] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14990/stat : 14990 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925978658184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14991] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14991/stat : 14991 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925977606928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14992] ppid=14974 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14977/task/14992/stat : 14992 (java) S 14974 14977 12722 0 -1 4202560 7957 0 0 0 32 2 0 0 20 0 19 0 10705285 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925976553784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14993] ppid=14974 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14977/task/14993/stat : 14993 (java) S 14974 14977 12722 0 -1 4202560 3407 0 0 0 22 0 0 0 20 0 19 0 10705285 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925975501240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14994] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14994/stat : 14994 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925974448376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14995] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14995/stat : 14995 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925973396040 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14996] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14996/stat : 14996 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705293 9856040960 14297 33554432000 1073741824 1073778376 140734123144880 139925972342312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.07 2.07 2.01 3/213 14996
/proc/meminfo: memFree=30989784/32872528 swapFree=171816/177948
[pid=14977] ppid=14974 vsize=9625040 CPUtime=6.87 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 12722 0 -1 4202496 15038 0 1 0 684 3 0 0 20 0 19 0 10705280 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 140734123136016 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14977/statm: 2406260 15314 2242 9 0 2396937 0
[pid=14977/tid=14978] ppid=14974 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/14977/task/14978/stat : 14978 (java) R 14974 14977 12722 0 -1 4202560 2403 0 1 0 626 2 0 0 20 0 19 0 10705281 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139926156861136 139926025276419 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14980] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14980/stat : 14980 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139926145932200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14981] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14981/stat : 14981 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139926144879656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14982] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14982/stat : 14982 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139926143826600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14983] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14983/stat : 14983 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139925997173544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14984] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14984/stat : 14984 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139925996120488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14985] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14985/stat : 14985 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139925995067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14986] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14986/stat : 14986 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139925994014888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14987] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14987/stat : 14987 (java) S 14974 14977 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139925992962344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14988] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14988/stat : 14988 (java) S 14974 14977 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139925980765032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14989] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14989/stat : 14989 (java) S 14974 14977 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139925979711352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14990] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14990/stat : 14990 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139925978658184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14991] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14991/stat : 14991 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139925977606928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14992] ppid=14974 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14977/task/14992/stat : 14992 (java) S 14974 14977 12722 0 -1 4202560 7957 0 0 0 32 2 0 0 20 0 19 0 10705285 9856040960 15314 33554432000 1073741824 1073778376 140734123144880 139925976553784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14993] ppid=14974 vsize=9625040 CPUtime=0.22 cores=1,3,5,7

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

[pid=14977/tid=14981] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14981/stat : 14981 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139926144879656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14982] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14982/stat : 14982 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139926143826600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14983] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14983/stat : 14983 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925997173544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14984] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14984/stat : 14984 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925996120488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14985] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14985/stat : 14985 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925995067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14986] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14986/stat : 14986 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925994014888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14987] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14987/stat : 14987 (java) S 14974 14977 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925992962344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14988] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14988/stat : 14988 (java) S 14974 14977 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925980765032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14989] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14989/stat : 14989 (java) S 14974 14977 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925979711352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14990] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14990/stat : 14990 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925978658184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14991] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14991/stat : 14991 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925977606928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14992] ppid=14974 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14977/task/14992/stat : 14992 (java) S 14974 14977 12722 0 -1 4202560 9616 0 0 0 65 2 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925976553784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14993] ppid=14974 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/14977/task/14993/stat : 14993 (java) S 14974 14977 12722 0 -1 4202560 8613 0 0 0 60 2 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925975501240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14994] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14994/stat : 14994 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925974448376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14995] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14995/stat : 14995 (java) S 14974 14977 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925973396040 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14996] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14996/stat : 14996 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705293 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925972342312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 74.9
Current children cumulated vsize (KiB) 9625040

[startup+74.4008 s]
/proc/loadavg: 2.02 2.05 2.01 3/214 15065
/proc/meminfo: memFree=31110228/32872528 swapFree=171816/177948
[pid=14977] ppid=14974 vsize=9625040 CPUtime=75.7 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 12722 0 -1 4202496 21946 0 1 0 7564 6 0 0 20 0 19 0 10705280 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 140734123136016 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14977/statm: 2406260 26988 2249 9 0 2396937 0
[pid=14977/tid=14978] ppid=14974 vsize=9625040 CPUtime=74.38 cores=1,3,5,7
/proc/14977/task/14978/stat : 14978 (java) R 14974 14977 12722 0 -1 4202560 2439 0 1 0 7434 4 0 0 20 0 19 0 10705281 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139926156868168 139926025507190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14980] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14980/stat : 14980 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139926145932200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14981] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14981/stat : 14981 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139926144879656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14982] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14982/stat : 14982 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139926143826600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14983] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14983/stat : 14983 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925997173544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14984] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14984/stat : 14984 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925996120488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14985] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14985/stat : 14985 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925995067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14986] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14986/stat : 14986 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925994014888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14987] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14987/stat : 14987 (java) S 14974 14977 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925992962344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14988] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14988/stat : 14988 (java) S 14974 14977 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925980765032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14989] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14989/stat : 14989 (java) S 14974 14977 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925979711352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14990] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14990/stat : 14990 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925978658184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14991] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14991/stat : 14991 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925977606928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14992] ppid=14974 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14977/task/14992/stat : 14992 (java) S 14974 14977 12722 0 -1 4202560 9616 0 0 0 65 2 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925976553784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14993] ppid=14974 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/14977/task/14993/stat : 14993 (java) S 14974 14977 12722 0 -1 4202560 8613 0 0 0 60 2 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925975501240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14994] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14994/stat : 14994 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925974448376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14995] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14995/stat : 14995 (java) S 14974 14977 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925973396040 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14996] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14996/stat : 14996 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705293 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925972342312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 75.7
Current children cumulated vsize (KiB) 9625040

[startup+74.8007 s]
/proc/loadavg: 2.02 2.05 2.01 4/214 15065
/proc/meminfo: memFree=31108180/32872528 swapFree=171816/177948
[pid=14977] ppid=14974 vsize=9625040 CPUtime=76.11 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 12722 0 -1 4202496 21946 0 1 0 7605 6 0 0 20 0 19 0 10705280 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 140734123136016 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14977/statm: 2406260 26988 2249 9 0 2396937 0
[pid=14977/tid=14978] ppid=14974 vsize=9625040 CPUtime=74.79 cores=1,3,5,7
/proc/14977/task/14978/stat : 14978 (java) R 14974 14977 12722 0 -1 4202560 2439 0 1 0 7475 4 0 0 20 0 19 0 10705281 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139926156868168 139926025507003 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14980] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14980/stat : 14980 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139926145932200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14981] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14981/stat : 14981 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139926144879656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14982] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14982/stat : 14982 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139926143826600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14983] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14983/stat : 14983 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925997173544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14984] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14984/stat : 14984 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925996120488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14985] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14985/stat : 14985 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925995067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14986] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14986/stat : 14986 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925994014888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14987] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14987/stat : 14987 (java) S 14974 14977 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10705282 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925992962344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14988] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14988/stat : 14988 (java) S 14974 14977 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925980765032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14989] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14989/stat : 14989 (java) S 14974 14977 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925979711352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14990] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14990/stat : 14990 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705283 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925978658184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14991] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14991/stat : 14991 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925977606928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14992] ppid=14974 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14977/task/14992/stat : 14992 (java) S 14974 14977 12722 0 -1 4202560 9616 0 0 0 65 2 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925976553784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14993] ppid=14974 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/14977/task/14993/stat : 14993 (java) S 14974 14977 12722 0 -1 4202560 8613 0 0 0 60 2 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925975501240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14994] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14994/stat : 14994 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925974448376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14995] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14995/stat : 14995 (java) S 14974 14977 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10705285 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925973396040 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14996] ppid=14974 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14996/stat : 14996 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705293 9856040960 26988 33554432000 1073741824 1073778376 140734123144880 139925972342312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 76.11
Current children cumulated vsize (KiB) 9625040

[startup+75.0008 s]
/proc/loadavg: 2.02 2.05 2.01 4/214 15065
/proc/meminfo: memFree=31108180/32872528 swapFree=171816/177948
[pid=14977] ppid=14974 vsize=9691604 CPUtime=76.32 cores=1,3,5,7
/proc/14977/stat : 14977 (java) S 14974 14977 12722 0 -1 4202496 21968 0 1 0 7625 7 0 0 20 0 19 0 10705280 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 140734123136016 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14977/statm: 2422901 27518 2259 9 0 2413578 0
[pid=14977/tid=14978] ppid=14974 vsize=9691604 CPUtime=74.96 cores=1,3,5,7
/proc/14977/task/14978/stat : 14978 (java) S 14974 14977 12722 0 -1 4202560 2442 0 1 0 7492 4 0 0 20 0 19 0 10705281 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139926156870360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14980] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14980/stat : 14980 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139926145932200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14981] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14981/stat : 14981 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139926144879656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14982] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14982/stat : 14982 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139926143826600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14983] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14983/stat : 14983 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925997173544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14984] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14984/stat : 14984 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925996120488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14985] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14985/stat : 14985 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925995067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14977/tid=14986] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14986/stat : 14986 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705282 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925994014888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14987] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14987/stat : 14987 (java) S 14974 14977 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10705282 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925992962344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14988] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14988/stat : 14988 (java) S 14974 14977 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10705283 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925980765032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14977/tid=14989] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14989/stat : 14989 (java) S 14974 14977 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10705283 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925979711352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14990] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14990/stat : 14990 (java) S 14974 14977 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10705283 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925978658184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14991] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14991/stat : 14991 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925977606928 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14992] ppid=14974 vsize=9691604 CPUtime=0.69 cores=1,3,5,7
/proc/14977/task/14992/stat : 14992 (java) R 14974 14977 12722 0 -1 4202560 9625 0 0 0 67 2 0 0 20 0 19 0 10705285 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925976553624 139926163018503 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14977/tid=14993] ppid=14974 vsize=9691604 CPUtime=0.62 cores=1,3,5,7
/proc/14977/task/14993/stat : 14993 (java) S 14974 14977 12722 0 -1 4202560 8613 0 0 0 60 2 0 0 20 0 19 0 10705285 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925975501240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14994] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14994/stat : 14994 (java) S 14974 14977 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10705285 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925974448376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14977/tid=14995] ppid=14974 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14977/task/14995/stat : 14995 (java) S 14974 14977 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10705285 9924202496 27518 33554432000 1073741824 1073778376 140734123144880 139925973396040 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 76.32
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 75.0176
CPU time (s): 76.3734
CPU user time (s): 76.2404
CPU system time (s): 0.132979
CPU usage (%): 101.807
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.2404
system time used= 0.132979
maximum resident set size= 110092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21976
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1852
involuntary context switches= 127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.446932 second user time and 0.686895 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 21:59:00
IDJOB=4122366
IDBENCH=111091
IDSOLVER=2546
FILE ID=node105/4122366-1467316739
RUNJOBID= node105-1467308726-12739
PBS_JOBID= 20005269
Free space on /tmp= 71728 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-27-3.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122366-1467316739/watcher-4122366-1467316739 -o /tmp/evaluation-result-4122366-1467316739/solver-4122366-1467316739 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122366-1467316739.opb

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

MD5SUM BENCH= 272778c571562016ec866e9c82334f55
RANDOM SEED=716927660

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.487
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:        31043584 kB
Buffers:          146900 kB
Cached:           541140 kB
SwapCached:            0 kB
Active:           462764 kB
Inactive:         421788 kB
Active(anon):     191388 kB
Inactive(anon):     7948 kB
Active(file):     271376 kB
Inactive(file):   413840 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             4 kB
AnonPages:        399016 kB
Mapped:            22088 kB
Shmem:               204 kB
Slab:             611596 kB
SReclaimable:      55168 kB
SUnreclaim:       556428 kB
KernelStack:        1608 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node105 at 2016-06-30 22:00:15