Trace number 4121150

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 195.064 193.628

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-18.cnf.gz-extracted.pb.metafix.opb
MD5SUMdd101fb44d6ad899ca8950a8881441a5
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 variables73
Total number of constraints72
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)72
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-4121150-1467313468.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.018s.
0.10/0.13	c declared #vars     73
0.10/0.13	c #constraints  72
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 72
0.10/0.13	c 72 constraints processed.
0.85/0.51	c cleaning 2492 clauses out of 5000 with flag 24414/5000
1.36/0.86	c cleaning 4251 clauses out of 8508 with flag 65006/11000
1.88/1.37	c cleaning 5621 clauses out of 11257 with flag 115401/18000
2.49/2.00	c cleaning 6815 clauses out of 13637 with flag 166819/26001
3.41/2.85	c cleaning 7908 clauses out of 15821 with flag 232819/35000
4.41/3.83	c cleaning 8947 clauses out of 17913 with flag 299539/45000
5.61/5.00	c cleaning 9978 clauses out of 19966 with flag 377081/56000
6.91/6.33	c cleaning 10990 clauses out of 21988 with flag 470526/68000
8.61/8.04	c cleaning 11994 clauses out of 23998 with flag 571170/81000
10.71/10.17	c cleaning 13002 clauses out of 26005 with flag 675861/95001
12.91/12.37	c cleaning 13996 clauses out of 28003 with flag 788883/110001
15.51/14.93	c cleaning 14999 clauses out of 30008 with flag 918948/126002
18.51/17.91	c cleaning 15997 clauses out of 32007 with flag 1054930/143000
21.51/21.00	c cleaning 17001 clauses out of 34012 with flag 1192884/161002
25.21/24.64	c cleaning 18000 clauses out of 36010 with flag 1338329/180001
29.40/28.86	c cleaning 18998 clauses out of 38010 with flag 1491843/200001
34.01/33.47	c cleaning 19995 clauses out of 40011 with flag 1651418/221000
38.71/38.11	c cleaning 21008 clauses out of 42018 with flag 1819382/243002
43.71/43.17	c cleaning 21996 clauses out of 44009 with flag 2006336/266001
49.11/48.54	c cleaning 23002 clauses out of 46013 with flag 2201028/290001
55.30/54.77	c cleaning 23998 clauses out of 48011 with flag 2390138/315001
61.80/61.25	c cleaning 25000 clauses out of 50013 with flag 2594884/341001
68.80/68.22	c cleaning 26001 clauses out of 52013 with flag 2795348/368001
76.40/75.85	c cleaning 26995 clauses out of 54012 with flag 3011049/396001
84.10/83.52	c cleaning 28007 clauses out of 56019 with flag 3228103/425003
92.60/92.07	c cleaning 28999 clauses out of 58012 with flag 3464023/455003
102.20/101.68	c cleaning 30003 clauses out of 60012 with flag 3711571/486002
113.45/112.70	c cleaning 31001 clauses out of 62008 with flag 3964407/518001
125.11/123.97	c cleaning 31997 clauses out of 64006 with flag 4225712/551000
137.81/136.62	c cleaning 33002 clauses out of 66011 with flag 4482888/585002
149.83/148.61	c cleaning 34000 clauses out of 68008 with flag 4757044/620001
162.52/161.38	c cleaning 34999 clauses out of 70007 with flag 5047134/656000
176.63/175.33	c cleaning 36000 clauses out of 72007 with flag 5335705/693000
191.53/190.23	c cleaning 36999 clauses out of 74006 with flag 5631769/731000
194.83/193.59	c starts		: 459
194.83/193.59	c conflicts		: 742984
194.83/193.59	c decisions		: 865252
194.83/193.59	c propagations		: 15506900
194.83/193.59	c inspects		: 5109348393
194.83/193.59	c shortcuts		: 0
194.83/193.59	c learnt literals	: 15
194.83/193.59	c learnt binary clauses	: 15
194.83/193.59	c learnt ternary clauses	: 25
194.83/193.59	c learnt constraints	: 742968
194.83/193.59	c ignored constraints	: 0
194.83/193.59	c root simplifications	: 0
194.83/193.59	c removed literals (reason simplification)	: 0
194.83/193.59	c reason swapping (by a shorter reason)	: 0
194.83/193.59	c Calls to reduceDB	: 34
194.83/193.59	c Number of update (reduction) of LBD	: 214332
194.83/193.59	c Imported unit clauses	: 0
194.83/193.59	c number of reductions to clauses (during analyze)	: 0
194.83/193.59	c number of learned constraints concerned by reduction	: 0
194.83/193.59	c number of learning phase by resolution	: 0
194.83/193.59	c number of learning phase by cutting planes	: 0
194.83/193.59	c speed (assignments/second)	: 80153.93044700823
194.83/193.59	c non guided choices	14
194.93/193.62	c learnt constraints type 
194.93/193.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
194.93/193.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48962
194.93/193.62	s UNSATISFIABLE
194.93/193.62	c Total wall clock time (in seconds): 193.508

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-4121150-1467313468/watcher-4121150-1467313468 -o /tmp/evaluation-result-4121150-1467313468/solver-4121150-1467313468 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121150-1467313468.opb 

pid=21465
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.00 2.00 1.97 3/194 21468
/proc/meminfo: memFree=28710528/32872528 swapFree=7620/7620
[pid=21468] ppid=21465 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21468/stat : 21468 (java) S 21465 21468 19879 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 12242966 98570240 977 33554432000 1073741824 1073778376 140736613378704 140736613369840 218238058557 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21468/statm: 24065 977 743 9 0 16771 0
[pid=21468/tid=21469] ppid=21465 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21469/stat : 21469 (java) R 21465 21468 19879 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12242967 98570240 977 33554432000 1073741824 1073778376 140736613378704 140532381126184 218234701184 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.00 2.00 1.97 3/194 21468
/proc/meminfo: memFree=28710528/32872528 swapFree=7620/7620
[pid=21468] ppid=21465 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21468/stat : 21468 (java) S 21465 21468 19879 0 -1 4202496 4409 0 1 0 9 1 0 0 20 0 18 0 12242966 9787879424 6046 33554432000 1073741824 1073778376 140736613378704 140736613369840 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21468/statm: 2389619 6047 2132 9 0 2380296 0
[pid=21468/tid=21469] ppid=21465 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21468/task/21469/stat : 21469 (java) R 21465 21468 19879 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 12242967 9787879424 6049 33554432000 1073741824 1073778376 140736613378704 140532381129632 218238084365 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.200329 s]
/proc/loadavg: 2.00 2.00 1.97 3/194 21468
/proc/meminfo: memFree=28710528/32872528 swapFree=7620/7620
[pid=21468] ppid=21465 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/21468/stat : 21468 (java) S 21465 21468 19879 0 -1 4202496 7875 0 1 0 30 2 0 0 20 0 19 0 12242966 9856040960 8406 33554432000 1073741824 1073778376 140736613378704 140736613369840 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21468/statm: 2406260 8406 2213 9 0 2396937 0
[pid=21468/tid=21469] ppid=21465 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21468/task/21469/stat : 21469 (java) R 21465 21468 19879 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 19 0 12242967 9856040960 8406 33554432000 1073741824 1073778376 140736613378704 140532381131392 140532219141992 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.00 2.00 1.97 3/194 21468
/proc/meminfo: memFree=28710528/32872528 swapFree=7620/7620
[pid=21468] ppid=21465 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/21468/stat : 21468 (java) S 21465 21468 19879 0 -1 4202496 8289 0 1 0 53 2 0 0 20 0 19 0 12242966 9856040960 8482 33554432000 1073741824 1073778376 140736613378704 140736613369840 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21468/statm: 2406260 8482 2227 9 0 2396937 0
[pid=21468/tid=21469] ppid=21465 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/21468/task/21469/stat : 21469 (java) R 21465 21468 19879 0 -1 4202560 2402 0 1 0 27 0 0 0 20 0 19 0 12242967 9856040960 8482 33554432000 1073741824 1073778376 140736613378704 140532381131392 140532219532285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.70029 s]
/proc/loadavg: 2.00 2.00 1.97 3/194 21468
/proc/meminfo: memFree=28710528/32872528 swapFree=7620/7620
[pid=21468] ppid=21465 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/21468/stat : 21468 (java) S 21465 21468 19879 0 -1 4202496 15679 0 1 0 121 3 0 0 20 0 19 0 12242966 9856040960 13107 33554432000 1073741824 1073778376 140736613378704 140736613369840 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21468/statm: 2406260 13107 2237 9 0 2396937 0
[pid=21468/tid=21469] ppid=21465 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21468/task/21469/stat : 21469 (java) R 21465 21468 19879 0 -1 4202560 2403 0 1 0 67 0 0 0 20 0 19 0 12242967 9856040960 13107 33554432000 1073741824 1073778376 140736613378704 140532381131392 140532219581219 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 21487
/proc/meminfo: memFree=28666532/32872528 swapFree=7620/7620
[pid=21468] ppid=21465 vsize=9625040 CPUtime=2.09 cores=0,2,4,6
/proc/21468/stat : 21468 (java) S 21465 21468 19879 0 -1 4202496 15684 0 1 0 206 3 0 0 20 0 19 0 12242966 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140736613369840 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21468/statm: 2406260 13622 2240 9 0 2396937 0
[pid=21468/tid=21469] ppid=21465 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/21468/task/21469/stat : 21469 (java) R 21465 21468 19879 0 -1 4202560 2405 0 1 0 148 0 0 0 20 0 19 0 12242967 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140532381131256 140532219581598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21471] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21471/stat : 21471 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140532342622760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21472] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21472/stat : 21472 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140532341569960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21473] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21473/stat : 21473 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140532340517160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21468/tid=21474] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21474/stat : 21474 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140532339464360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21475] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21475/stat : 21475 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140532338412584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21476] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21476/stat : 21476 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140532219112360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21477] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21477/stat : 21477 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140532218059560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21478] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21478/stat : 21478 (java) S 21465 21468 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140532217006760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21479] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21479/stat : 21479 (java) S 21465 21468 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140532204808680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21480] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21480/stat : 21480 (java) S 21465 21468 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140532203754744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21481] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21481/stat : 21481 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140531598353416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21482] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21482/stat : 21482 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140531597301904 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21483] ppid=21465 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21468/task/21483/stat : 21483 (java) S 21465 21468 19879 0 -1 4202560 3398 0 0 0 22 0 0 0 20 0 19 0 12242972 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140531596250040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21484] ppid=21465 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21468/task/21484/stat : 21484 (java) S 21465 21468 19879 0 -1 4202560 8611 0 0 0 33 2 0 0 20 0 19 0 12242972 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140531595197240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21485] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21485/stat : 21485 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140531594144632 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21486] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21486/stat : 21486 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140531593092040 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21487] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21487/stat : 21487 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242980 9856040960 13622 33554432000 1073741824 1073778376 140736613378704 140531592037544 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.00 2.00 1.97 3/214 21488
/proc/meminfo: memFree=28664112/32872528 swapFree=7620/7620
[pid=21468] ppid=21465 vsize=9625040 CPUtime=3.71 cores=0,2,4,6
/proc/21468/stat : 21468 (java) S 21465 21468 19879 0 -1 4202496 15687 0 1 0 368 3 0 0 20 0 19 0 12242966 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140736613369840 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21468/statm: 2406260 14136 2241 9 0 2396937 0
[pid=21468/tid=21469] ppid=21465 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/21468/task/21469/stat : 21469 (java) R 21465 21468 19879 0 -1 4202560 2406 0 1 0 308 0 0 0 20 0 19 0 12242967 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140532381122256 140532219581853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21471] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21471/stat : 21471 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140532342622760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21472] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21472/stat : 21472 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140532341569960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21473] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21473/stat : 21473 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140532340517160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21468/tid=21474] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21474/stat : 21474 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140532339464360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21475] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21475/stat : 21475 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140532338412584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21476] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21476/stat : 21476 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140532219112360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21477] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21477/stat : 21477 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140532218059560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21478] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21478/stat : 21478 (java) S 21465 21468 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140532217006760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21479] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21479/stat : 21479 (java) S 21465 21468 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140532204808680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21480] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21480/stat : 21480 (java) S 21465 21468 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140532203754744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21481] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21481/stat : 21481 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140531598353416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21482] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21482/stat : 21482 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140531597301904 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21483] ppid=21465 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/21468/task/21483/stat : 21483 (java) S 21465 21468 19879 0 -1 4202560 3400 0 0 0 25 0 0 0 20 0 19 0 12242972 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140531596250040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21484] ppid=21465 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21468/task/21484/stat : 21484 (java) S 21465 21468 19879 0 -1 4202560 8611 0 0 0 33 2 0 0 20 0 19 0 12242972 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140531595197240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21485] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21485/stat : 21485 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140531594144632 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21486] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21486/stat : 21486 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140531593092040 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21487] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21487/stat : 21487 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242980 9856040960 14136 33554432000 1073741824 1073778376 140736613378704 140531592037544 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.00 2.00 1.97 3/214 21488
/proc/meminfo: memFree=28659800/32872528 swapFree=7620/7620
[pid=21468] ppid=21465 vsize=9625040 CPUtime=6.91 cores=0,2,4,6
/proc/21468/stat : 21468 (java) S 21465 21468 19879 0 -1 4202496 15691 0 1 0 688 3 0 0 20 0 19 0 12242966 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140736613369840 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21468/statm: 2406260 15159 2242 9 0 2396937 0
[pid=21468/tid=21469] ppid=21465 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/21468/task/21469/stat : 21469 (java) R 21465 21468 19879 0 -1 4202560 2409 0 1 0 626 1 0 0 20 0 19 0 12242967 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140532381122256 140532219581182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21471] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21471/stat : 21471 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140532342622760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21472] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21472/stat : 21472 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140532341569960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21473] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21473/stat : 21473 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140532340517160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21468/tid=21474] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21474/stat : 21474 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140532339464360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21475] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21475/stat : 21475 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140532338412584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21476] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21476/stat : 21476 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140532219112360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21477] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21477/stat : 21477 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140532218059560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21478] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21478/stat : 21478 (java) S 21465 21468 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140532217006760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21479] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21479/stat : 21479 (java) S 21465 21468 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140532204808680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21480] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21480/stat : 21480 (java) S 21465 21468 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140532203754744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21481] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21481/stat : 21481 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140531598353416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21482] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21482/stat : 21482 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140531597301904 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21483] ppid=21465 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/21468/task/21483/stat : 21483 (java) S 21465 21468 19879 0 -1 4202560 3400 0 0 0 25 0 0 0 20 0 19 0 12242972 9856040960 15159 33554432000 1073741824 1073778376 140736613378704 140531596250040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21484] ppid=21465 vsize=9625040 CPUtime=0.35 cores=0,2,4,6

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

[pid=21468/tid=21473] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21473/stat : 21473 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532340517160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21468/tid=21474] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21474/stat : 21474 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532339464360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21475] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21475/stat : 21475 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532338412584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21476] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21476/stat : 21476 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532219112360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21477] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21477/stat : 21477 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532218059560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21478] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21478/stat : 21478 (java) S 21465 21468 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532217006760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21479] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21479/stat : 21479 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532204808680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21480] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21480/stat : 21480 (java) S 21465 21468 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532203754744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21481] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21481/stat : 21481 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531598353416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21482] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21482/stat : 21482 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531597301904 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21483] ppid=21465 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/21468/task/21483/stat : 21483 (java) S 21465 21468 19879 0 -1 4202560 12558 0 0 0 95 3 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531596250040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21484] ppid=21465 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/21468/task/21484/stat : 21484 (java) S 21465 21468 19879 0 -1 4202560 8611 0 0 0 35 2 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531595197240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21485] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21485/stat : 21485 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531594144632 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21486] ppid=21465 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21468/task/21486/stat : 21486 (java) S 21465 21468 19879 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531593092040 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21487] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21487/stat : 21487 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242980 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531592037544 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 193.33
Current children cumulated vsize (KiB) 9625040

[startup+192.801 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 21492
/proc/meminfo: memFree=28553708/32872528 swapFree=7620/7620
[pid=21468] ppid=21465 vsize=9625040 CPUtime=194.13 cores=0,2,4,6
/proc/21468/stat : 21468 (java) S 21465 21468 19879 0 -1 4202496 24918 0 1 0 19403 10 0 0 20 0 19 0 12242966 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140736613369840 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21468/statm: 2406260 37443 2249 9 0 2396937 0
[pid=21468/tid=21469] ppid=21465 vsize=9625040 CPUtime=192.74 cores=0,2,4,6
/proc/21468/task/21469/stat : 21469 (java) R 21465 21468 19879 0 -1 4202560 2464 0 1 0 19268 6 0 0 20 0 19 0 12242967 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532381122256 140532219600965 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21471] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21471/stat : 21471 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532342622760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21472] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21472/stat : 21472 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532341569960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21473] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21473/stat : 21473 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532340517160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21468/tid=21474] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21474/stat : 21474 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532339464360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21475] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21475/stat : 21475 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532338412584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21476] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21476/stat : 21476 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532219112360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21477] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21477/stat : 21477 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532218059560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21478] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21478/stat : 21478 (java) S 21465 21468 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532217006760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21479] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21479/stat : 21479 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532204808680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21480] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21480/stat : 21480 (java) S 21465 21468 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532203754744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21481] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21481/stat : 21481 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531598353416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21482] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21482/stat : 21482 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531597301904 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21483] ppid=21465 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/21468/task/21483/stat : 21483 (java) S 21465 21468 19879 0 -1 4202560 12558 0 0 0 95 3 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531596250040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21484] ppid=21465 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/21468/task/21484/stat : 21484 (java) S 21465 21468 19879 0 -1 4202560 8611 0 0 0 35 2 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531595197240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21485] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21485/stat : 21485 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531594144632 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21486] ppid=21465 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21468/task/21486/stat : 21486 (java) S 21465 21468 19879 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531593092040 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21487] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21487/stat : 21487 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242980 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531592037544 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 194.13
Current children cumulated vsize (KiB) 9625040

[startup+193.201 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 21492
/proc/meminfo: memFree=28553708/32872528 swapFree=7620/7620
[pid=21468] ppid=21465 vsize=9625040 CPUtime=194.53 cores=0,2,4,6
/proc/21468/stat : 21468 (java) S 21465 21468 19879 0 -1 4202496 24918 0 1 0 19443 10 0 0 20 0 19 0 12242966 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140736613369840 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21468/statm: 2406260 37443 2249 9 0 2396937 0
[pid=21468/tid=21469] ppid=21465 vsize=9625040 CPUtime=193.14 cores=0,2,4,6
/proc/21468/task/21469/stat : 21469 (java) R 21465 21468 19879 0 -1 4202560 2464 0 1 0 19308 6 0 0 20 0 19 0 12242967 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532381122256 140532219601295 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21471] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21471/stat : 21471 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532342622760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21472] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21472/stat : 21472 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532341569960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21473] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21473/stat : 21473 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532340517160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21468/tid=21474] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21474/stat : 21474 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532339464360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21475] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21475/stat : 21475 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532338412584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21476] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21476/stat : 21476 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532219112360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21477] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21477/stat : 21477 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532218059560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21478] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21478/stat : 21478 (java) S 21465 21468 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12242968 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532217006760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21479] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21479/stat : 21479 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532204808680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21480] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21480/stat : 21480 (java) S 21465 21468 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140532203754744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21481] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21481/stat : 21481 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242969 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531598353416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21482] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21482/stat : 21482 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531597301904 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21483] ppid=21465 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/21468/task/21483/stat : 21483 (java) S 21465 21468 19879 0 -1 4202560 12558 0 0 0 95 3 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531596250040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21484] ppid=21465 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/21468/task/21484/stat : 21484 (java) S 21465 21468 19879 0 -1 4202560 8611 0 0 0 35 2 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531595197240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21485] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21485/stat : 21485 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531594144632 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21486] ppid=21465 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21468/task/21486/stat : 21486 (java) S 21465 21468 19879 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 12242972 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531593092040 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21487] ppid=21465 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21487/stat : 21487 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242980 9856040960 37443 33554432000 1073741824 1073778376 140736613378704 140531592037544 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 194.53
Current children cumulated vsize (KiB) 9625040

[startup+193.601 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 21493
/proc/meminfo: memFree=28551772/32872528 swapFree=7620/7620
[pid=21468] ppid=21465 vsize=9691604 CPUtime=194.93 cores=0,2,4,6
/proc/21468/stat : 21468 (java) S 21465 21468 19879 0 -1 4202496 24937 0 1 0 19483 10 0 0 20 0 19 0 12242966 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140736613369840 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21468/statm: 2422901 37969 2254 9 0 2413578 0
[pid=21468/tid=21469] ppid=21465 vsize=9691604 CPUtime=193.53 cores=0,2,4,6
/proc/21468/task/21469/stat : 21469 (java) S 21465 21468 19879 0 -1 4202560 2467 0 1 0 19347 6 0 0 20 0 19 0 12242967 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140532381131480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21471] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21471/stat : 21471 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140532342622760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21472] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21472/stat : 21472 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140532341569960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21473] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21473/stat : 21473 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242967 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140532340517160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21468/tid=21474] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21474/stat : 21474 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140532339464360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21475] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21475/stat : 21475 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140532338412584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21476] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21476/stat : 21476 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140532219112360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21477] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21477/stat : 21477 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242968 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140532218059560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21478] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21478/stat : 21478 (java) S 21465 21468 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12242968 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140532217006760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21479] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21479/stat : 21479 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242969 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140532204808680 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21480] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21480/stat : 21480 (java) S 21465 21468 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12242969 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140532203754744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21481] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21481/stat : 21481 (java) S 21465 21468 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12242969 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140531598353416 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21482] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21482/stat : 21482 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140531597301904 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21483] ppid=21465 vsize=9691604 CPUtime=0.98 cores=0,2,4,6
/proc/21468/task/21483/stat : 21483 (java) R 21465 21468 19879 0 -1 4202560 12563 0 0 0 95 3 0 0 20 0 19 0 12242972 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140531596249880 218238083509 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21468/tid=21484] ppid=21465 vsize=9691604 CPUtime=0.37 cores=0,2,4,6
/proc/21468/task/21484/stat : 21484 (java) S 21465 21468 19879 0 -1 4202560 8611 0 0 0 35 2 0 0 20 0 19 0 12242972 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140531595197240 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21485] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21485/stat : 21485 (java) S 21465 21468 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12242972 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140531594144632 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21468/tid=21486] ppid=21465 vsize=9691604 CPUtime=0.03 cores=0,2,4,6
/proc/21468/task/21486/stat : 21486 (java) S 21465 21468 19879 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 12242972 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140531593092040 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21468/tid=21493] ppid=21465 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/21468/task/21493/stat : 21493 (java) R 21465 21468 19879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12262326 9924202496 37969 33554432000 1073741824 1073778376 140736613378704 140531590983904 218238083509 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 194.93
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 193.628
CPU time (s): 195.064
CPU user time (s): 194.872
CPU system time (s): 0.19197
CPU usage (%): 100.742
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.872
system time used= 0.19197
maximum resident set size= 151912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24951
page faults= 1
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4330
involuntary context switches= 3050

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06384 second user time and 1.41578 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 21:04:28
IDJOB=4121150
IDBENCH=110320
IDSOLVER=2546
FILE ID=node106/4121150-1467313468
RUNJOBID= node106-1467308742-19895
PBS_JOBID= 20005279
Free space on /tmp= 71748 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-18.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121150-1467313468/watcher-4121150-1467313468 -o /tmp/evaluation-result-4121150-1467313468/solver-4121150-1467313468 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121150-1467313468.opb

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

MD5SUM BENCH= dd101fb44d6ad899ca8950a8881441a5
RANDOM SEED=398630013

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28711320 kB
Buffers:           81116 kB
Cached:          3133292 kB
SwapCached:            0 kB
Active:          2522544 kB
Inactive:         873816 kB
Active(anon):     168800 kB
Inactive(anon):    15724 kB
Active(file):    2353744 kB
Inactive(file):   858092 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               544 kB
Writeback:             0 kB
AnonPages:        212132 kB
Mapped:            23452 kB
Shmem:               204 kB
Slab:             626076 kB
SReclaimable:      69076 kB
SUnreclaim:       557000 kB
KernelStack:        1760 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     696176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71748 MiB
End job on node106 at 2016-06-30 21:07:42