Trace number 4120846

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 910.356 908.05

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n88-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMa308272bae4a276846ced84286f2d6cc
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 benchmark19.3231
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables132
Total number of constraints352
Number of constraints which are clauses352
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.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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4120846-1467312707.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.047s.
0.09/0.16	c declared #vars     132
0.09/0.16	c #constraints  352
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 352
0.09/0.16	c 352 constraints processed.
0.66/0.46	c cleaning 2495 clauses out of 5000 with flag 17699/5000
1.12/0.72	c cleaning 4253 clauses out of 8505 with flag 45197/11000
1.53/1.12	c cleaning 5624 clauses out of 11254 with flag 74903/18002
2.23/1.81	c cleaning 6811 clauses out of 13629 with flag 110026/26001
3.27/2.80	c cleaning 7907 clauses out of 15818 with flag 155120/35001
4.26/3.82	c cleaning 8948 clauses out of 17910 with flag 196658/45000
5.16/4.77	c cleaning 9977 clauses out of 19962 with flag 243580/56000
6.67/6.20	c cleaning 10987 clauses out of 21985 with flag 295616/68000
7.97/7.59	c cleaning 11992 clauses out of 23998 with flag 350084/81000
9.87/9.40	c cleaning 13001 clauses out of 26007 with flag 413240/95001
12.07/11.63	c cleaning 13999 clauses out of 28006 with flag 481088/110001
14.67/14.27	c cleaning 14997 clauses out of 30006 with flag 559981/126000
16.27/15.87	c cleaning 16002 clauses out of 32011 with flag 648865/143002
17.87/17.45	c cleaning 17000 clauses out of 34007 with flag 730712/161000
19.76/19.39	c cleaning 18001 clauses out of 36008 with flag 812374/180001
22.16/21.73	c cleaning 19002 clauses out of 38007 with flag 903273/200001
25.16/24.70	c cleaning 19999 clauses out of 40004 with flag 1004024/221000
27.56/27.17	c cleaning 21001 clauses out of 42007 with flag 1105992/243002
30.77/30.33	c cleaning 21998 clauses out of 44004 with flag 1209034/266000
34.77/34.34	c cleaning 22998 clauses out of 46006 with flag 1309978/290000
39.17/38.75	c cleaning 24003 clauses out of 48009 with flag 1424058/315001
43.47/43.02	c cleaning 25001 clauses out of 50005 with flag 1544429/341000
49.07/48.62	c cleaning 26001 clauses out of 52005 with flag 1673095/368001
56.58/56.13	c cleaning 26997 clauses out of 54003 with flag 1803471/396000
61.87/61.47	c cleaning 27998 clauses out of 56006 with flag 1948384/425000
67.87/67.46	c cleaning 29000 clauses out of 58008 with flag 2079176/455000
74.57/74.12	c cleaning 30000 clauses out of 60008 with flag 2215618/486000
80.98/80.51	c cleaning 31004 clauses out of 62009 with flag 2344032/518001
88.08/87.66	c cleaning 31998 clauses out of 64004 with flag 2482765/551000
95.18/94.73	c cleaning 33003 clauses out of 66006 with flag 2624065/585000
102.78/102.40	c cleaning 33996 clauses out of 68003 with flag 2774921/620000
110.98/110.55	c cleaning 35002 clauses out of 70009 with flag 2927972/656002
119.88/119.43	c cleaning 36002 clauses out of 72006 with flag 3088141/693001
130.58/130.19	c cleaning 37000 clauses out of 74004 with flag 3260987/731001
141.58/141.16	c cleaning 37994 clauses out of 76003 with flag 3440485/770000
151.38/150.90	c cleaning 39001 clauses out of 78009 with flag 3623710/810000
161.09/160.63	c cleaning 39999 clauses out of 80009 with flag 3809419/851001
172.28/171.89	c cleaning 41001 clauses out of 82009 with flag 4002483/893000
183.00/182.54	c cleaning 41998 clauses out of 84008 with flag 4181898/936000
195.11/194.64	c cleaning 43003 clauses out of 86011 with flag 4371472/980001
208.61/208.12	c cleaning 44003 clauses out of 88007 with flag 4568555/1025000
221.51/221.00	c cleaning 44999 clauses out of 90005 with flag 4764536/1071001
235.71/235.28	c cleaning 46002 clauses out of 92005 with flag 4982670/1118000
250.32/249.86	c cleaning 46999 clauses out of 94003 with flag 5207200/1166000
264.91/264.45	c cleaning 48002 clauses out of 96005 with flag 5430389/1215001
281.62/281.18	c cleaning 48997 clauses out of 98002 with flag 5656380/1265000
298.73/298.22	c cleaning 50001 clauses out of 100005 with flag 5887090/1316000
315.33/314.88	c cleaning 50998 clauses out of 102004 with flag 6115171/1368000
338.59/337.64	c cleaning 52000 clauses out of 104007 with flag 6378640/1421001
361.48/360.22	c cleaning 53004 clauses out of 106007 with flag 6644092/1475001
389.24/387.63	c cleaning 54000 clauses out of 108003 with flag 6921307/1530001
410.85/409.29	c cleaning 55000 clauses out of 110004 with flag 7177211/1586002
436.05/434.42	c cleaning 56001 clauses out of 112002 with flag 7434339/1643000
458.27/456.59	c cleaning 56993 clauses out of 114000 with flag 7697899/1701000
485.67/483.96	c cleaning 57997 clauses out of 116007 with flag 7970482/1760000
524.97/523.26	c cleaning 59001 clauses out of 118010 with flag 8223093/1820000
562.79/561.04	c cleaning 60003 clauses out of 120010 with flag 8490980/1881001
602.26/600.46	c cleaning 60999 clauses out of 122006 with flag 8762941/1943000
633.28/631.41	c cleaning 62001 clauses out of 124007 with flag 9043195/2006000
665.75/663.81	c cleaning 63003 clauses out of 126006 with flag 9321891/2070001
720.95/719.01	c cleaning 64001 clauses out of 128003 with flag 9622290/2135001
773.37/771.45	c cleaning 64997 clauses out of 130002 with flag 9926437/2201001
830.68/828.78	c cleaning 66001 clauses out of 132004 with flag 10227839/2268001
906.50/904.51	c cleaning 66996 clauses out of 134000 with flag 10530853/2336001
910.00/908.01	c starts		: 373
910.00/908.01	c conflicts		: 2345068
910.00/908.01	c decisions		: 2834886
910.00/908.01	c propagations		: 20180065
910.00/908.01	c inspects		: 22024697597
910.00/908.01	c shortcuts		: 0
910.00/908.01	c learnt literals	: 19
910.00/908.01	c learnt binary clauses	: 18
910.00/908.01	c learnt ternary clauses	: 46
910.00/908.01	c learnt constraints	: 2345048
910.00/908.01	c ignored constraints	: 0
910.00/908.01	c root simplifications	: 0
910.00/908.01	c removed literals (reason simplification)	: 0
910.00/908.02	c reason swapping (by a shorter reason)	: 0
910.00/908.02	c Calls to reduceDB	: 64
910.00/908.02	c Number of update (reduction) of LBD	: 310794
910.00/908.02	c Imported unit clauses	: 0
910.00/908.02	c number of reductions to clauses (during analyze)	: 0
910.00/908.02	c number of learned constraints concerned by reduction	: 0
910.00/908.02	c number of learning phase by resolution	: 0
910.00/908.02	c number of learning phase by cutting planes	: 0
910.00/908.02	c speed (assignments/second)	: 22228.339830346984
910.00/908.02	c non guided choices	770
910.00/908.04	c learnt constraints type 
910.00/908.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
910.00/908.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76039
910.00/908.04	s UNSATISFIABLE
910.00/908.04	c Total wall clock time (in seconds): 907.93

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

pid=27629
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.15 2.10 2.01 3/194 27632
/proc/meminfo: memFree=30414428/32872528 swapFree=480748/529804
[pid=27632] ppid=27629 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/27632/stat : 27632 (java) R 27629 27632 23565 0 -1 4202496 592 0 0 0 0 0 0 0 20 0 1 0 10290666 23793664 243 33554432000 1073741824 1073778376 140735518487216 140735518476280 211449592371 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27632/statm: 5809 253 198 9 0 128 0

[startup+0.100161 s]
/proc/loadavg: 2.15 2.10 2.01 3/194 27632
/proc/meminfo: memFree=30414428/32872528 swapFree=480748/529804
[pid=27632] ppid=27629 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/27632/stat : 27632 (java) S 27629 27632 23565 0 -1 4202496 4397 0 1 0 9 0 0 0 20 0 18 0 10290666 9787879424 6031 33554432000 1073741824 1073778376 140735518487216 140735518478352 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27632/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200342 s]
/proc/loadavg: 2.15 2.10 2.01 3/194 27632
/proc/meminfo: memFree=30414428/32872528 swapFree=480748/529804
[pid=27632] ppid=27629 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/27632/stat : 27632 (java) S 27629 27632 23565 0 -1 4202496 6257 0 1 0 25 1 0 0 20 0 19 0 10290666 9856040960 7338 33554432000 1073741824 1073778376 140735518487216 140735518478352 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27632/statm: 2406260 7339 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300346 s]
/proc/loadavg: 2.15 2.10 2.01 3/194 27632
/proc/meminfo: memFree=30414428/32872528 swapFree=480748/529804
[pid=27632] ppid=27629 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/27632/stat : 27632 (java) S 27629 27632 23565 0 -1 4202496 7226 0 1 0 49 2 0 0 20 0 19 0 10290666 9856040960 7545 33554432000 1073741824 1073778376 140735518487216 140735518478352 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27632/statm: 2406260 7545 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700331 s]
/proc/loadavg: 2.15 2.10 2.01 3/194 27632
/proc/meminfo: memFree=30414428/32872528 swapFree=480748/529804
[pid=27632] ppid=27629 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/27632/stat : 27632 (java) S 27629 27632 23565 0 -1 4202496 9488 0 1 0 110 2 0 0 20 0 19 0 10290666 9856040960 8355 33554432000 1073741824 1073778376 140735518487216 140735518478352 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27632/statm: 2406260 8355 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.15 2.10 2.01 3/213 27651
/proc/meminfo: memFree=30387324/32872528 swapFree=480748/529804
[pid=27632] ppid=27629 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/27632/stat : 27632 (java) S 27629 27632 23565 0 -1 4202496 9518 0 1 0 191 2 0 0 20 0 19 0 10290666 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140735518478352 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27632/statm: 2406260 8881 2257 9 0 2396937 0
[pid=27632/tid=27634] ppid=27629 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/27632/task/27634/stat : 27634 (java) R 27629 27632 23565 0 -1 4202560 2406 0 1 0 146 0 0 0 20 0 19 0 10290667 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587645452624 140587517367980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27635] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27635/stat : 27635 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587489246248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27636/stat : 27636 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587488193448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27637] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27637/stat : 27637 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587487140648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27638] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27638/stat : 27638 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587486087848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27639/stat : 27639 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587485035048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27640] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27640/stat : 27640 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587483982248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27641] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27641/stat : 27641 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587482929448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27642] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27642/stat : 27642 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587481876648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27643] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27643/stat : 27643 (java) S 27629 27632 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10290669 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587469679592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27644] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27644/stat : 27644 (java) S 27629 27632 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587468625656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27645] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27645/stat : 27645 (java) S 27629 27632 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587467572744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27646] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27646/stat : 27646 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587466521232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27647] ppid=27629 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/27632/task/27647/stat : 27647 (java) S 27629 27632 23565 0 -1 4202560 4156 0 0 0 27 0 0 0 20 0 19 0 10290672 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587465468344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27648] ppid=27629 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/27632/task/27648/stat : 27648 (java) S 27629 27632 23565 0 -1 4202560 1686 0 0 0 15 0 0 0 20 0 19 0 10290672 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587464415544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27649] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27649/stat : 27649 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587463362936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27650] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27650/stat : 27650 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587462310344 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27651] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27651/stat : 27651 (java) S 27629 27632 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10290683 9856040960 8881 33554432000 1073741824 1073778376 140735518487216 140587461207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.15 2.10 2.01 3/213 27651
/proc/meminfo: memFree=30384284/32872528 swapFree=480748/529804
[pid=27632] ppid=27629 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/27632/stat : 27632 (java) S 27629 27632 23565 0 -1 4202496 9877 0 1 0 354 2 0 0 20 0 19 0 10290666 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140735518478352 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27632/statm: 2406260 10025 2257 9 0 2396937 0
[pid=27632/tid=27634] ppid=27629 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/27632/task/27634/stat : 27634 (java) R 27629 27632 23565 0 -1 4202560 2408 0 1 0 306 0 0 0 20 0 19 0 10290667 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587645443744 140587517261244 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27635] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27635/stat : 27635 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587489246248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27636/stat : 27636 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587488193448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27637] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27637/stat : 27637 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587487140648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27638] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27638/stat : 27638 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587486087848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27639/stat : 27639 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587485035048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27640] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27640/stat : 27640 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587483982248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27641] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27641/stat : 27641 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587482929448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27642] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27642/stat : 27642 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587481876648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27643] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27643/stat : 27643 (java) S 27629 27632 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10290669 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587469679592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27644] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27644/stat : 27644 (java) S 27629 27632 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587468625656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27645] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27645/stat : 27645 (java) S 27629 27632 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587467572744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27646] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27646/stat : 27646 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587466521232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27647] ppid=27629 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/27632/task/27647/stat : 27647 (java) S 27629 27632 23565 0 -1 4202560 4156 0 0 0 27 0 0 0 20 0 19 0 10290672 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587465468344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27648] ppid=27629 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/27632/task/27648/stat : 27648 (java) S 27629 27632 23565 0 -1 4202560 2043 0 0 0 18 0 0 0 20 0 19 0 10290672 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587464415544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27649] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27649/stat : 27649 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587463362936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27650] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27650/stat : 27650 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587462310344 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27651] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27651/stat : 27651 (java) S 27629 27632 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10290683 9856040960 10025 33554432000 1073741824 1073778376 140735518487216 140587461207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.13 2.10 2.01 3/213 27651
/proc/meminfo: memFree=30380952/32872528 swapFree=480748/529804
[pid=27632] ppid=27629 vsize=9625040 CPUtime=6.77 cores=1,3,5,7
/proc/27632/stat : 27632 (java) S 27629 27632 23565 0 -1 4202496 9881 0 1 0 674 3 0 0 20 0 19 0 10290666 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140735518478352 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27632/statm: 2406260 10802 2258 9 0 2396937 0
[pid=27632/tid=27634] ppid=27629 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/27632/task/27634/stat : 27634 (java) R 27629 27632 23565 0 -1 4202560 2411 0 1 0 625 1 0 0 20 0 19 0 10290667 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587645443744 140587517325126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27635] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27635/stat : 27635 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587489246248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27636/stat : 27636 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587488193448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27637] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27637/stat : 27637 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587487140648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27638] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27638/stat : 27638 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587486087848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27639/stat : 27639 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587485035048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27640] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27640/stat : 27640 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587483982248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27641] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27641/stat : 27641 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587482929448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27642] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27642/stat : 27642 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587481876648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27643] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27643/stat : 27643 (java) S 27629 27632 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10290669 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587469679592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27644] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27644/stat : 27644 (java) S 27629 27632 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587468625656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27645] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27645/stat : 27645 (java) S 27629 27632 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587467572744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27646] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27646/stat : 27646 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587466521232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27647] ppid=27629 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/27632/task/27647/stat : 27647 (java) S 27629 27632 23565 0 -1 4202560 4156 0 0 0 27 0 0 0 20 0 19 0 10290672 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587465468344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27648] ppid=27629 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/27632/task/27648/stat : 27648 (java) S 27629 27632 23565 0 -1 4202560 2043 0 0 0 18 0 0 0 20 0 19 0 10290672 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587464415544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27649] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27649/stat : 27649 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587463362936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27650] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27650/stat : 27650 (java) S 27629 27632 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587462310344 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27651] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27651/stat : 27651 (java) S 27629 27632 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10290683 9856040960 10802 33554432000 1073741824 1073778376 140735518487216 140587461207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9625040


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

[pid=27632/tid=27637] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27637/stat : 27637 (java) S 27629 27632 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587487140648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27638] ppid=27629 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27632/task/27638/stat : 27638 (java) S 27629 27632 23565 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587486087848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27639/stat : 27639 (java) S 27629 27632 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587485035048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27640] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27640/stat : 27640 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587483982248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27641] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27641/stat : 27641 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587482929448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27642] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27642/stat : 27642 (java) S 27629 27632 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587481876648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27643] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27643/stat : 27643 (java) S 27629 27632 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10290669 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587469679592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27644] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27644/stat : 27644 (java) S 27629 27632 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587468625656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27645] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27645/stat : 27645 (java) S 27629 27632 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587467572744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27646] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27646/stat : 27646 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587466521232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27647] ppid=27629 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27632/task/27647/stat : 27647 (java) S 27629 27632 23565 0 -1 4202560 4338 0 0 0 36 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587465468344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27648] ppid=27629 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/27632/task/27648/stat : 27648 (java) S 27629 27632 23565 0 -1 4202560 15217 0 0 0 138 3 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587464415544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27649] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27649/stat : 27649 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587463362936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27650] ppid=27629 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/27632/task/27650/stat : 27650 (java) S 27629 27632 23565 0 -1 4202560 54 0 0 0 16 15 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587462310344 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27651] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27651/stat : 27651 (java) S 27629 27632 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10290683 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587461207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 907.6
Current children cumulated vsize (KiB) 9625040

[startup+907.201 s]
/proc/loadavg: 2.07 2.10 2.05 3/213 27695
/proc/meminfo: memFree=30178248/32872528 swapFree=480748/529804
[pid=27632] ppid=27629 vsize=9625040 CPUtime=909.2 cores=1,3,5,7
/proc/27632/stat : 27632 (java) S 27629 27632 23565 0 -1 4202496 23432 0 1 0 90893 27 0 0 20 0 19 0 10290666 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140735518478352 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27632/statm: 2406260 53025 2271 9 0 2396937 0
[pid=27632/tid=27634] ppid=27629 vsize=9625040 CPUtime=907.12 cores=1,3,5,7
/proc/27632/task/27634/stat : 27634 (java) R 27629 27632 23565 0 -1 4202560 2481 0 1 0 90691 21 0 0 20 0 19 0 10290667 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587645443776 140587517512764 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27635] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27635/stat : 27635 (java) S 27629 27632 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587489246248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27636/stat : 27636 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587488193448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27637] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27637/stat : 27637 (java) S 27629 27632 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587487140648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27638] ppid=27629 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27632/task/27638/stat : 27638 (java) S 27629 27632 23565 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587486087848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27639/stat : 27639 (java) S 27629 27632 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587485035048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27640] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27640/stat : 27640 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587483982248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27641] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27641/stat : 27641 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587482929448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27642] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27642/stat : 27642 (java) S 27629 27632 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587481876648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27643] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27643/stat : 27643 (java) S 27629 27632 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10290669 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587469679592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27644] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27644/stat : 27644 (java) S 27629 27632 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587468625656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27645] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27645/stat : 27645 (java) S 27629 27632 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587467572744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27646] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27646/stat : 27646 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587466521232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27647] ppid=27629 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27632/task/27647/stat : 27647 (java) S 27629 27632 23565 0 -1 4202560 4338 0 0 0 36 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587465468344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27648] ppid=27629 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/27632/task/27648/stat : 27648 (java) S 27629 27632 23565 0 -1 4202560 15217 0 0 0 138 3 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587464415544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27649] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27649/stat : 27649 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587463362936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27650] ppid=27629 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/27632/task/27650/stat : 27650 (java) S 27629 27632 23565 0 -1 4202560 54 0 0 0 16 15 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587462310344 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27651] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27651/stat : 27651 (java) S 27629 27632 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10290683 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587461207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 909.2
Current children cumulated vsize (KiB) 9625040

[startup+907.608 s]
/proc/loadavg: 2.07 2.10 2.05 3/213 27695
/proc/meminfo: memFree=30178392/32872528 swapFree=480748/529804
[pid=27632] ppid=27629 vsize=9625040 CPUtime=909.6 cores=1,3,5,7
/proc/27632/stat : 27632 (java) S 27629 27632 23565 0 -1 4202496 23432 0 1 0 90933 27 0 0 20 0 19 0 10290666 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140735518478352 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27632/statm: 2406260 53025 2271 9 0 2396937 0
[pid=27632/tid=27634] ppid=27629 vsize=9625040 CPUtime=907.53 cores=1,3,5,7
/proc/27632/task/27634/stat : 27634 (java) R 27629 27632 23565 0 -1 4202560 2481 0 1 0 90732 21 0 0 20 0 19 0 10290667 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587645443776 140587517256767 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27635] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27635/stat : 27635 (java) S 27629 27632 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587489246248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27636/stat : 27636 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587488193448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27637] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27637/stat : 27637 (java) S 27629 27632 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587487140648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27638] ppid=27629 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27632/task/27638/stat : 27638 (java) S 27629 27632 23565 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587486087848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27639/stat : 27639 (java) S 27629 27632 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587485035048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27640] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27640/stat : 27640 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587483982248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27641] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27641/stat : 27641 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587482929448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27642] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27642/stat : 27642 (java) S 27629 27632 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587481876648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27643] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27643/stat : 27643 (java) S 27629 27632 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10290669 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587469679592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27644] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27644/stat : 27644 (java) S 27629 27632 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587468625656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27645] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27645/stat : 27645 (java) S 27629 27632 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587467572744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27646] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27646/stat : 27646 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587466521232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27647] ppid=27629 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27632/task/27647/stat : 27647 (java) S 27629 27632 23565 0 -1 4202560 4338 0 0 0 36 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587465468344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27648] ppid=27629 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/27632/task/27648/stat : 27648 (java) S 27629 27632 23565 0 -1 4202560 15217 0 0 0 138 3 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587464415544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27649] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27649/stat : 27649 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587463362936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27650] ppid=27629 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/27632/task/27650/stat : 27650 (java) S 27629 27632 23565 0 -1 4202560 54 0 0 0 16 15 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587462310344 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27651] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27651/stat : 27651 (java) S 27629 27632 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10290683 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587461207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 909.6
Current children cumulated vsize (KiB) 9625040

[startup+908.001 s]
/proc/loadavg: 2.07 2.10 2.05 3/213 27695
/proc/meminfo: memFree=30178392/32872528 swapFree=480748/529804
[pid=27632] ppid=27629 vsize=9625040 CPUtime=910 cores=1,3,5,7
/proc/27632/stat : 27632 (java) S 27629 27632 23565 0 -1 4202496 23432 0 1 0 90973 27 0 0 20 0 19 0 10290666 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140735518478352 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27632/statm: 2406260 53025 2271 9 0 2396937 0
[pid=27632/tid=27634] ppid=27629 vsize=9625040 CPUtime=907.92 cores=1,3,5,7
/proc/27632/task/27634/stat : 27634 (java) R 27629 27632 23565 0 -1 4202560 2481 0 1 0 90771 21 0 0 20 0 19 0 10290667 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587645443776 140587517261252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27635] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27635/stat : 27635 (java) S 27629 27632 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587489246248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27636] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27636/stat : 27636 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587488193448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27637] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27637/stat : 27637 (java) S 27629 27632 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587487140648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27638] ppid=27629 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27632/task/27638/stat : 27638 (java) S 27629 27632 23565 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587486087848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27639] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27639/stat : 27639 (java) S 27629 27632 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587485035048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27632/tid=27640] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27640/stat : 27640 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587483982248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27641] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27641/stat : 27641 (java) S 27629 27632 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587482929448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27642] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27642/stat : 27642 (java) S 27629 27632 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10290668 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587481876648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27643] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27643/stat : 27643 (java) S 27629 27632 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10290669 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587469679592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27644] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27644/stat : 27644 (java) S 27629 27632 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587468625656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27645] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27645/stat : 27645 (java) S 27629 27632 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10290670 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587467572744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27646] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27646/stat : 27646 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587466521232 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27647] ppid=27629 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27632/task/27647/stat : 27647 (java) S 27629 27632 23565 0 -1 4202560 4338 0 0 0 36 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587465468344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27632/tid=27648] ppid=27629 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/27632/task/27648/stat : 27648 (java) S 27629 27632 23565 0 -1 4202560 15217 0 0 0 138 3 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587464415544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27649] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27649/stat : 27649 (java) S 27629 27632 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587463362936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27632/tid=27650] ppid=27629 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/27632/task/27650/stat : 27650 (java) S 27629 27632 23565 0 -1 4202560 54 0 0 0 16 15 0 0 20 0 19 0 10290672 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587462310344 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27632/tid=27651] ppid=27629 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27632/task/27651/stat : 27651 (java) S 27629 27632 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10290683 9856040960 53025 33554432000 1073741824 1073778376 140735518487216 140587461207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 910
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 908.05
CPU time (s): 910.356
CPU user time (s): 909.824
CPU system time (s): 0.531919
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 9625572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 909.824
system time used= 0.531919
maximum resident set size= 213948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23465
page faults= 1
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19390
involuntary context switches= 1606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.34219 second user time and 6.65699 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 20:51:47
IDJOB=4120846
IDBENCH=110155
IDSOLVER=2546
FILE ID=node141/4120846-1467312707
RUNJOBID= node141-1467310816-27147
PBS_JOBID= 20005274
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n88-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120846-1467312707/watcher-4120846-1467312707 -o /tmp/evaluation-result-4120846-1467312707/solver-4120846-1467312707 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27147 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120846-1467312707.opb

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

MD5SUM BENCH= a308272bae4a276846ced84286f2d6cc
RANDOM SEED=1509661874

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30414964 kB
Buffers:          163408 kB
Cached:           840528 kB
SwapCached:            0 kB
Active:           483468 kB
Inactive:         699260 kB
Active(anon):     181220 kB
Inactive(anon):        4 kB
Active(file):     302248 kB
Inactive(file):   699256 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:        699540 kB
Mapped:            22144 kB
Shmem:               204 kB
Slab:             613640 kB
SReclaimable:      57444 kB
SUnreclaim:       556196 kB
KernelStack:        1760 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1221772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node141 at 2016-06-30 21:06:56