Trace number 4122334

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 336.253 334.945

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-27-1.cnf.gz-plain.pb.metafix.opb
MD5SUM7b5584ecd37cf456dda58199d9de733f
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 benchmark80.5218
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 constraints228
Number of constraints which are clauses228
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4122334-1467316687.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.033s.
0.11/0.13	c declared #vars     109
0.11/0.13	c #constraints  228
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 228
0.11/0.13	c 228 constraints processed.
0.61/0.47	c cleaning 2497 clauses out of 5000 with flag 36294/5000
1.10/0.75	c cleaning 4249 clauses out of 8503 with flag 87823/11000
1.53/1.17	c cleaning 5619 clauses out of 11254 with flag 146664/18000
2.13/1.77	c cleaning 6812 clauses out of 13635 with flag 227449/26000
2.86/2.49	c cleaning 7909 clauses out of 15824 with flag 312731/35001
3.77/3.38	c cleaning 8952 clauses out of 17915 with flag 409472/45001
4.97/4.52	c cleaning 9973 clauses out of 19962 with flag 514337/56000
6.26/5.84	c cleaning 10988 clauses out of 21989 with flag 623515/68000
7.56/7.15	c cleaning 11993 clauses out of 24002 with flag 738766/81001
9.16/8.74	c cleaning 12997 clauses out of 26008 with flag 851779/95000
11.06/10.60	c cleaning 14001 clauses out of 28012 with flag 960867/110001
13.26/12.90	c cleaning 15000 clauses out of 30012 with flag 1074249/126002
15.75/15.38	c cleaning 16000 clauses out of 32010 with flag 1194848/143000
18.45/18.07	c cleaning 17000 clauses out of 34011 with flag 1327508/161001
21.46/21.03	c cleaning 17999 clauses out of 36011 with flag 1465874/180001
24.96/24.53	c cleaning 19005 clauses out of 38011 with flag 1627642/200000
28.37/27.98	c cleaning 19995 clauses out of 40008 with flag 1771953/221002
32.07/31.66	c cleaning 21000 clauses out of 42011 with flag 1913790/243000
35.96/35.52	c cleaning 22000 clauses out of 44012 with flag 2067047/266001
40.27/39.80	c cleaning 23001 clauses out of 46012 with flag 2219957/290001
44.97/44.52	c cleaning 24000 clauses out of 48011 with flag 2391046/315001
50.07/49.62	c cleaning 24998 clauses out of 50011 with flag 2565385/341001
55.77/55.40	c cleaning 26001 clauses out of 52013 with flag 2750683/368001
61.86/61.46	c cleaning 27003 clauses out of 54011 with flag 2934184/396000
68.27/67.87	c cleaning 27995 clauses out of 56010 with flag 3127272/425002
74.97/74.56	c cleaning 28999 clauses out of 58013 with flag 3320350/455000
82.37/81.96	c cleaning 30005 clauses out of 60015 with flag 3520589/486001
90.27/89.83	c cleaning 31002 clauses out of 62010 with flag 3718603/518001
98.87/98.42	c cleaning 32001 clauses out of 64009 with flag 3915967/551002
108.17/107.79	c cleaning 33000 clauses out of 66007 with flag 4132775/585001
118.68/118.06	c cleaning 33999 clauses out of 68006 with flag 4357744/620000
129.60/128.63	c cleaning 35000 clauses out of 70008 with flag 4588642/656001
140.02/139.01	c cleaning 35994 clauses out of 72008 with flag 4828388/693001
151.72/150.74	c cleaning 37003 clauses out of 74015 with flag 5077644/731002
164.02/163.06	c cleaning 38001 clauses out of 76012 with flag 5328011/770002
176.83/175.88	c cleaning 39002 clauses out of 78009 with flag 5588695/810000
190.72/189.78	c cleaning 39999 clauses out of 80007 with flag 5861895/851000
205.12/204.18	c cleaning 40997 clauses out of 82009 with flag 6117242/893001
219.83/218.82	c cleaning 41998 clauses out of 84011 with flag 6358390/936000
235.23/234.28	c cleaning 42995 clauses out of 86013 with flag 6606357/980001
252.03/251.08	c cleaning 44007 clauses out of 88020 with flag 6903534/1025003
271.09/270.03	c cleaning 45000 clauses out of 90010 with flag 7211784/1071000
291.59/290.58	c cleaning 45998 clauses out of 92011 with flag 7508237/1118002
313.11/312.01	c cleaning 46998 clauses out of 94011 with flag 7801171/1166001
335.46/334.32	c cleaning 48001 clauses out of 96009 with flag 8095843/1215001
336.06/334.91	c starts		: 194
336.06/334.91	c conflicts		: 1217224
336.06/334.91	c decisions		: 1538514
336.06/334.91	c propagations		: 20202904
336.06/334.91	c inspects		: 8431128726
336.06/334.91	c shortcuts		: 0
336.06/334.91	c learnt literals	: 14
336.06/334.91	c learnt binary clauses	: 12
336.06/334.91	c learnt ternary clauses	: 46
336.06/334.91	c learnt constraints	: 1217209
336.06/334.91	c ignored constraints	: 0
336.06/334.91	c root simplifications	: 0
336.06/334.91	c removed literals (reason simplification)	: 0
336.06/334.91	c reason swapping (by a shorter reason)	: 0
336.06/334.91	c Calls to reduceDB	: 45
336.06/334.91	c Number of update (reduction) of LBD	: 361562
336.06/334.91	c Imported unit clauses	: 0
336.06/334.91	c number of reductions to clauses (during analyze)	: 0
336.06/334.91	c number of learned constraints concerned by reduction	: 0
336.06/334.91	c number of learning phase by resolution	: 0
336.06/334.91	c number of learning phase by cutting planes	: 0
336.06/334.91	c speed (assignments/second)	: 60348.429224753636
336.06/334.91	c non guided choices	39
336.06/334.93	c learnt constraints type 
336.06/334.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
336.06/334.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50211
336.06/334.93	s UNSATISFIABLE
336.06/334.93	c Total wall clock time (in seconds): 334.828

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-4122334-1467316687/watcher-4122334-1467316687 -o /tmp/evaluation-result-4122334-1467316687/solver-4122334-1467316687 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122334-1467316687.opb 

pid=25728
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.29 2.24 2.19 3/194 25731
/proc/meminfo: memFree=28416612/32872528 swapFree=1526624/1696276
[pid=25731] ppid=25728 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25731/stat : 25731 (java) S 25728 25731 14900 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 10692911 98570240 977 33554432000 1073741824 1073778376 140733198417328 140733198408464 270710898749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25731/statm: 24065 977 743 9 0 16771 0
[pid=25731/tid=25732] ppid=25728 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25732/stat : 25732 (java) R 25728 25731 14900 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10692911 98570240 977 33554432000 1073741824 1073778376 140733198417328 140724232039976 270707541376 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 25731
/proc/meminfo: memFree=28416612/32872528 swapFree=1526624/1696276
[pid=25731] ppid=25728 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/25731/stat : 25731 (java) S 25728 25731 14900 0 -1 4202496 4488 0 1 0 10 1 0 0 20 0 18 0 10692911 9787879424 6118 33554432000 1073741824 1073778376 140733198417328 140733198408464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25731/statm: 2389619 6118 2157 9 0 2380296 0
[pid=25731/tid=25732] ppid=25728 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25731/task/25732/stat : 25732 (java) R 25728 25731 14900 0 -1 4202560 2385 0 1 0 6 1 0 0 20 0 18 0 10692911 9787879424 6118 33554432000 1073741824 1073778376 140733198417328 140724232043376 270710924557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200387 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 25731
/proc/meminfo: memFree=28416612/32872528 swapFree=1526624/1696276
[pid=25731] ppid=25728 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/25731/stat : 25731 (java) S 25728 25731 14900 0 -1 4202496 7081 0 1 0 29 1 0 0 20 0 19 0 10692911 9856040960 8017 33554432000 1073741824 1073778376 140733198417328 140733198408464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25731/statm: 2406260 8017 2223 9 0 2396937 0
[pid=25731/tid=25732] ppid=25728 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25731/task/25732/stat : 25732 (java) R 25728 25731 14900 0 -1 4202560 2404 0 1 0 16 1 0 0 20 0 19 0 10692911 9856040960 8019 33554432000 1073741824 1073778376 140733198417328 140724232035472 140724083451732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300378 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 25731
/proc/meminfo: memFree=28416612/32872528 swapFree=1526624/1696276
[pid=25731] ppid=25728 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/25731/stat : 25731 (java) S 25728 25731 14900 0 -1 4202496 7277 0 1 0 47 1 0 0 20 0 19 0 10692911 9856040960 7983 33554432000 1073741824 1073778376 140733198417328 140733198408464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25731/statm: 2406260 7983 2237 9 0 2396937 0
[pid=25731/tid=25732] ppid=25728 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/25731/task/25732/stat : 25732 (java) R 25728 25731 14900 0 -1 4202560 2404 0 1 0 26 1 0 0 20 0 19 0 10692911 9856040960 7983 33554432000 1073741824 1073778376 140733198417328 140724232035472 140724083816294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.70028 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 25731
/proc/meminfo: memFree=28416612/32872528 swapFree=1526624/1696276
[pid=25731] ppid=25728 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/25731/stat : 25731 (java) S 25728 25731 14900 0 -1 4202496 10143 0 1 0 108 2 0 0 20 0 19 0 10692911 9856040960 8634 33554432000 1073741824 1073778376 140733198417328 140733198408464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25731/statm: 2406260 8634 2249 9 0 2396937 0
[pid=25731/tid=25732] ppid=25728 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/25731/task/25732/stat : 25732 (java) R 25728 25731 14900 0 -1 4202560 2405 0 1 0 66 1 0 0 20 0 19 0 10692911 9856040960 8634 33554432000 1073741824 1073778376 140733198417328 140724232044872 140724234976383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.29 2.24 2.19 3/213 25750
/proc/meminfo: memFree=28385332/32872528 swapFree=1526624/1696276
[pid=25731] ppid=25728 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/25731/stat : 25731 (java) S 25728 25731 14900 0 -1 4202496 10161 0 1 0 191 2 0 0 20 0 19 0 10692911 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140733198408464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25731/statm: 2406260 9147 2250 9 0 2396937 0
[pid=25731/tid=25732] ppid=25728 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/25731/task/25732/stat : 25732 (java) R 25728 25731 14900 0 -1 4202560 2407 0 1 0 146 1 0 0 20 0 19 0 10692911 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140724232036048 140724083786763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25734] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25734/stat : 25734 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140724204497576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25735] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25735/stat : 25735 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140724203445032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25736] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25736/stat : 25736 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140724202392488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25731/tid=25737] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25737/stat : 25737 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140724072393768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25738] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25738/stat : 25738 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140724071340200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25739] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25739/stat : 25739 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140724070287656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25740] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25740/stat : 25740 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140724069235112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25741] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25741/stat : 25741 (java) S 25728 25731 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140724068182568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25742] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25742/stat : 25742 (java) S 25728 25731 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140723585669736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25743] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25743/stat : 25743 (java) S 25728 25731 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140723584616056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25744] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25744/stat : 25744 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140723583563400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25745] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25745/stat : 25745 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140723582512144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25746] ppid=25728 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25731/task/25746/stat : 25746 (java) S 25728 25731 14900 0 -1 4202560 2666 0 0 0 19 0 0 0 20 0 19 0 10692916 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140723581458488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25747] ppid=25728 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/25731/task/25747/stat : 25747 (java) S 25728 25731 14900 0 -1 4202560 3818 0 0 0 24 0 0 0 20 0 19 0 10692916 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140723580405944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25748] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25748/stat : 25748 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140723579353592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25749] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25749/stat : 25749 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140723578301256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25750] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25750/stat : 25750 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692925 9856040960 9147 33554432000 1073741824 1073778376 140733198417328 140723577247016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10089 s]
/proc/loadavg: 2.29 2.24 2.19 3/213 25750
/proc/meminfo: memFree=28383036/32872528 swapFree=1526624/1696276
[pid=25731] ppid=25728 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/25731/stat : 25731 (java) S 25728 25731 14900 0 -1 4202496 10241 0 1 0 354 2 0 0 20 0 19 0 10692911 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140733198408464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25731/statm: 2406260 9660 2250 9 0 2396937 0
[pid=25731/tid=25732] ppid=25728 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/25731/task/25732/stat : 25732 (java) R 25728 25731 14900 0 -1 4202560 2408 0 1 0 305 1 0 0 20 0 19 0 10692911 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140724232036048 140724083833119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25734] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25734/stat : 25734 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140724204497576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25735] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25735/stat : 25735 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140724203445032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25736] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25736/stat : 25736 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140724202392488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25731/tid=25737] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25737/stat : 25737 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140724072393768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25738] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25738/stat : 25738 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140724071340200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25739] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25739/stat : 25739 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140724070287656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25740] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25740/stat : 25740 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140724069235112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25741] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25741/stat : 25741 (java) S 25728 25731 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140724068182568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25742] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25742/stat : 25742 (java) S 25728 25731 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140723585669736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25743] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25743/stat : 25743 (java) S 25728 25731 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140723584616056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25744] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25744/stat : 25744 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140723583563400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25745] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25745/stat : 25745 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140723582512144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25746] ppid=25728 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25731/task/25746/stat : 25746 (java) S 25728 25731 14900 0 -1 4202560 2745 0 0 0 22 0 0 0 20 0 19 0 10692916 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140723581458488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25747] ppid=25728 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/25731/task/25747/stat : 25747 (java) S 25728 25731 14900 0 -1 4202560 3818 0 0 0 24 0 0 0 20 0 19 0 10692916 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140723580405944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25748] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25748/stat : 25748 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140723579353592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25749] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25749/stat : 25749 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140723578301256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25750] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25750/stat : 25750 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692925 9856040960 9660 33554432000 1073741824 1073778376 140733198417328 140723577247016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.27 2.23 2.18 4/213 25750
/proc/meminfo: memFree=28374784/32872528 swapFree=1526624/1696276
[pid=25731] ppid=25728 vsize=9625040 CPUtime=6.76 cores=1,3,5,7
/proc/25731/stat : 25731 (java) S 25728 25731 14900 0 -1 4202496 10245 0 1 0 674 2 0 0 20 0 19 0 10692911 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140733198408464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25731/statm: 2406260 10637 2251 9 0 2396937 0
[pid=25731/tid=25732] ppid=25728 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/25731/task/25732/stat : 25732 (java) R 25728 25731 14900 0 -1 4202560 2411 0 1 0 625 1 0 0 20 0 19 0 10692911 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140724232036048 140724083833119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25734] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25734/stat : 25734 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140724204497576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25735] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25735/stat : 25735 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140724203445032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25736] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25736/stat : 25736 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140724202392488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25731/tid=25737] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25737/stat : 25737 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140724072393768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25738] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25738/stat : 25738 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140724071340200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25739] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25739/stat : 25739 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140724070287656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25740] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25740/stat : 25740 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140724069235112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25741] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25741/stat : 25741 (java) S 25728 25731 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140724068182568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25742] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25742/stat : 25742 (java) S 25728 25731 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140723585669736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25743] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25743/stat : 25743 (java) S 25728 25731 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140723584616056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25744] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25744/stat : 25744 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140723583563400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25745] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25745/stat : 25745 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140723582512144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25746] ppid=25728 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25731/task/25746/stat : 25746 (java) S 25728 25731 14900 0 -1 4202560 2745 0 0 0 22 0 0 0 20 0 19 0 10692916 9856040960 10637 33554432000 1073741824 1073778376 140733198417328 140723581458488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25747] ppid=25728 vsize=9625040 CPUtime=0.24 cores=1,3,5,7

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

[pid=25731/tid=25736] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25736/stat : 25736 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724202392488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25737] ppid=25728 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25731/task/25737/stat : 25737 (java) S 25728 25731 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724072393768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25738] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25738/stat : 25738 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724071340200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25739] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25739/stat : 25739 (java) S 25728 25731 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724070287656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25740] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25740/stat : 25740 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724069235112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25741] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25741/stat : 25741 (java) S 25728 25731 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724068182568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25742] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25742/stat : 25742 (java) S 25728 25731 14900 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723585669736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25743] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25743/stat : 25743 (java) S 25728 25731 14900 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723584616056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25744] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25744/stat : 25744 (java) S 25728 25731 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723583563400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25745] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25745/stat : 25745 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723582512144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25746] ppid=25728 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/25731/task/25746/stat : 25746 (java) S 25728 25731 14900 0 -1 4202560 10762 0 0 0 80 2 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723581458488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25747] ppid=25728 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/25731/task/25747/stat : 25747 (java) S 25728 25731 14900 0 -1 4202560 3818 0 0 0 27 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723580405944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25748] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25748/stat : 25748 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723579353592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25749] ppid=25728 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/25731/task/25749/stat : 25749 (java) S 25728 25731 14900 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723578301256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25750] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25750/stat : 25750 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692925 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723577247016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 334.76
Current children cumulated vsize (KiB) 9625040

[startup+334.401 s]
/proc/loadavg: 2.21 2.24 2.18 3/213 25783
/proc/meminfo: memFree=28098300/32872528 swapFree=1526624/1696276
[pid=25731] ppid=25728 vsize=9625040 CPUtime=335.56 cores=1,3,5,7
/proc/25731/stat : 25731 (java) S 25728 25731 14900 0 -1 4202496 18407 0 1 0 33542 14 0 0 20 0 19 0 10692911 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140733198408464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25731/statm: 2406260 47889 2271 9 0 2396937 0
[pid=25731/tid=25732] ppid=25728 vsize=9625040 CPUtime=334.29 cores=1,3,5,7
/proc/25731/task/25732/stat : 25732 (java) R 25728 25731 14900 0 -1 4202560 2490 0 1 0 33419 10 0 0 20 0 19 0 10692911 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724232042944 140724084072243 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25734] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25734/stat : 25734 (java) S 25728 25731 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724204497576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25735] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25735/stat : 25735 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724203445032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25736] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25736/stat : 25736 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724202392488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25737] ppid=25728 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25731/task/25737/stat : 25737 (java) S 25728 25731 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724072393768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25738] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25738/stat : 25738 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724071340200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25739] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25739/stat : 25739 (java) S 25728 25731 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724070287656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25740] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25740/stat : 25740 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724069235112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25741] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25741/stat : 25741 (java) S 25728 25731 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724068182568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25742] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25742/stat : 25742 (java) S 25728 25731 14900 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723585669736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25743] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25743/stat : 25743 (java) S 25728 25731 14900 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723584616056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25744] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25744/stat : 25744 (java) S 25728 25731 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723583563400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25745] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25745/stat : 25745 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723582512144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25746] ppid=25728 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/25731/task/25746/stat : 25746 (java) S 25728 25731 14900 0 -1 4202560 10762 0 0 0 80 2 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723581458488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25747] ppid=25728 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/25731/task/25747/stat : 25747 (java) S 25728 25731 14900 0 -1 4202560 3818 0 0 0 27 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723580405944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25748] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25748/stat : 25748 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723579353592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25749] ppid=25728 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/25731/task/25749/stat : 25749 (java) S 25728 25731 14900 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723578301256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25750] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25750/stat : 25750 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692925 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723577247016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 335.56
Current children cumulated vsize (KiB) 9625040

[startup+334.801 s]
/proc/loadavg: 2.21 2.24 2.18 3/213 25783
/proc/meminfo: memFree=28098300/32872528 swapFree=1526624/1696276
[pid=25731] ppid=25728 vsize=9625040 CPUtime=335.96 cores=1,3,5,7
/proc/25731/stat : 25731 (java) S 25728 25731 14900 0 -1 4202496 18407 0 1 0 33582 14 0 0 20 0 19 0 10692911 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140733198408464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25731/statm: 2406260 47889 2271 9 0 2396937 0
[pid=25731/tid=25732] ppid=25728 vsize=9625040 CPUtime=334.68 cores=1,3,5,7
/proc/25731/task/25732/stat : 25732 (java) R 25728 25731 14900 0 -1 4202560 2490 0 1 0 33458 10 0 0 20 0 19 0 10692911 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724232036048 140724083786673 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25734] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25734/stat : 25734 (java) S 25728 25731 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724204497576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25735] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25735/stat : 25735 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724203445032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25736] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25736/stat : 25736 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724202392488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25737] ppid=25728 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25731/task/25737/stat : 25737 (java) S 25728 25731 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724072393768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25738] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25738/stat : 25738 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724071340200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25739] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25739/stat : 25739 (java) S 25728 25731 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724070287656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25740] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25740/stat : 25740 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724069235112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25741] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25741/stat : 25741 (java) S 25728 25731 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724068182568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25742] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25742/stat : 25742 (java) S 25728 25731 14900 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723585669736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25743] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25743/stat : 25743 (java) S 25728 25731 14900 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723584616056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25744] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25744/stat : 25744 (java) S 25728 25731 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723583563400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25745] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25745/stat : 25745 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723582512144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25746] ppid=25728 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/25731/task/25746/stat : 25746 (java) S 25728 25731 14900 0 -1 4202560 10762 0 0 0 80 2 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723581458488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25747] ppid=25728 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/25731/task/25747/stat : 25747 (java) S 25728 25731 14900 0 -1 4202560 3818 0 0 0 27 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723580405944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25748] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25748/stat : 25748 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723579353592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25749] ppid=25728 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/25731/task/25749/stat : 25749 (java) S 25728 25731 14900 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723578301256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25750] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25750/stat : 25750 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692925 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723577247016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 335.96
Current children cumulated vsize (KiB) 9625040

[startup+334.901 s]
/proc/loadavg: 2.21 2.24 2.18 3/213 25783
/proc/meminfo: memFree=28098300/32872528 swapFree=1526624/1696276
[pid=25731] ppid=25728 vsize=9625040 CPUtime=336.06 cores=1,3,5,7
/proc/25731/stat : 25731 (java) S 25728 25731 14900 0 -1 4202496 18407 0 1 0 33592 14 0 0 20 0 19 0 10692911 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140733198408464 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25731/statm: 2406260 47889 2271 9 0 2396937 0
[pid=25731/tid=25732] ppid=25728 vsize=9625040 CPUtime=334.78 cores=1,3,5,7
/proc/25731/task/25732/stat : 25732 (java) R 25728 25731 14900 0 -1 4202560 2490 0 1 0 33468 10 0 0 20 0 19 0 10692911 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724232036048 140724083786828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25734] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25734/stat : 25734 (java) S 25728 25731 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724204497576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25735] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25735/stat : 25735 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724203445032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25736] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25736/stat : 25736 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724202392488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25737] ppid=25728 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25731/task/25737/stat : 25737 (java) S 25728 25731 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724072393768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25738] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25738/stat : 25738 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724071340200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25739] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25739/stat : 25739 (java) S 25728 25731 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724070287656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25740] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25740/stat : 25740 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724069235112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25741] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25741/stat : 25741 (java) S 25728 25731 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10692912 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140724068182568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25742] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25742/stat : 25742 (java) S 25728 25731 14900 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723585669736 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25743] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25743/stat : 25743 (java) S 25728 25731 14900 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723584616056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25744] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25744/stat : 25744 (java) S 25728 25731 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10692913 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723583563400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25745] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25745/stat : 25745 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723582512144 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25746] ppid=25728 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/25731/task/25746/stat : 25746 (java) S 25728 25731 14900 0 -1 4202560 10762 0 0 0 80 2 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723581458488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25731/tid=25747] ppid=25728 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/25731/task/25747/stat : 25747 (java) S 25728 25731 14900 0 -1 4202560 3818 0 0 0 27 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723580405944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25748] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25748/stat : 25748 (java) S 25728 25731 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723579353592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25731/tid=25749] ppid=25728 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/25731/task/25749/stat : 25749 (java) S 25728 25731 14900 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 10692916 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723578301256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25731/tid=25750] ppid=25728 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25731/task/25750/stat : 25750 (java) S 25728 25731 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10692925 9856040960 47889 33554432000 1073741824 1073778376 140733198417328 140723577247016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 336.06
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 334.945
CPU time (s): 336.253
CPU user time (s): 335.961
CPU system time (s): 0.291955
CPU usage (%): 100.39
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 335.961
system time used= 0.291955
maximum resident set size= 191620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18427
page faults= 1
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7354
involuntary context switches= 2474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.69274 second user time and 2.72758 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 21:58:07
IDJOB=4122334
IDBENCH=111068
IDSOLVER=2546
FILE ID=node125/4122334-1467316687
RUNJOBID= node125-1467310468-23888
PBS_JOBID= 20005253
Free space on /tmp= 71740 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-1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122334-1467316687/watcher-4122334-1467316687 -o /tmp/evaluation-result-4122334-1467316687/solver-4122334-1467316687 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122334-1467316687.opb

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

MD5SUM BENCH= 7b5584ecd37cf456dda58199d9de733f
RANDOM SEED=119680119

node125.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.282
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.56
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.282
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.282
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.56
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.282
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.56
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.282
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.282
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.282
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.282
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:        28417512 kB
Buffers:          145272 kB
Cached:          1801752 kB
SwapCached:            0 kB
Active:           317188 kB
Inactive:        1689220 kB
Active(anon):      62092 kB
Inactive(anon):        0 kB
Active(file):     255096 kB
Inactive(file):  1689220 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1412 kB
Writeback:             0 kB
AnonPages:       1839540 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             611484 kB
SReclaimable:      54828 kB
SUnreclaim:       556656 kB
KernelStack:        1760 kB
PageTables:         7564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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= 71740 MiB
End job on node125 at 2016-06-30 22:03:42