Trace number 4122230

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 1781.53 1779.98

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n25-d4-i3.cnf.gz-plain.pb.metafix.opb
MD5SUM0151bada55a304fb87602381d6a3e28f
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 benchmark90.6342
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints212
Number of constraints which are clauses212
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4122230-1467316532.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  no objective function found
0.08/0.16	c ... done. Wall clock time 0.034s.
0.08/0.16	c declared #vars     101
0.08/0.16	c #constraints  212
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 212
0.08/0.16	c 212 constraints processed.
0.61/0.47	c cleaning 2494 clauses out of 5002 with flag 37985/5002
0.99/0.76	c cleaning 4251 clauses out of 8506 with flag 82134/11000
1.43/1.15	c cleaning 5622 clauses out of 11256 with flag 130198/18001
2.03/1.75	c cleaning 6813 clauses out of 13635 with flag 192877/26002
2.85/2.50	c cleaning 7904 clauses out of 15820 with flag 264938/35000
3.85/3.50	c cleaning 8949 clauses out of 17916 with flag 347340/45000
4.76/4.50	c cleaning 9977 clauses out of 19968 with flag 438201/56001
5.86/5.56	c cleaning 10992 clauses out of 21992 with flag 537993/68002
7.25/6.92	c cleaning 11990 clauses out of 24000 with flag 632165/81002
8.75/8.41	c cleaning 12995 clauses out of 26008 with flag 742516/95000
10.45/10.16	c cleaning 13997 clauses out of 28015 with flag 860442/110002
12.65/12.34	c cleaning 15002 clauses out of 30016 with flag 987866/126000
14.95/14.61	c cleaning 16001 clauses out of 32014 with flag 1128178/143000
17.35/17.06	c cleaning 16994 clauses out of 34013 with flag 1258112/161000
20.25/19.95	c cleaning 18006 clauses out of 36020 with flag 1398283/180001
23.55/23.28	c cleaning 18996 clauses out of 38013 with flag 1556308/200000
26.85/26.52	c cleaning 20001 clauses out of 40017 with flag 1707924/221000
30.64/30.39	c cleaning 21003 clauses out of 42016 with flag 1866908/243000
34.65/34.39	c cleaning 22000 clauses out of 44013 with flag 2040745/266000
39.55/39.27	c cleaning 22998 clauses out of 46013 with flag 2226359/290000
44.96/44.61	c cleaning 24001 clauses out of 48015 with flag 2410981/315000
50.65/50.32	c cleaning 24999 clauses out of 50014 with flag 2596776/341000
56.25/55.95	c cleaning 26002 clauses out of 52015 with flag 2799956/368000
62.65/62.36	c cleaning 26994 clauses out of 54014 with flag 3008965/396001
69.15/68.84	c cleaning 28003 clauses out of 56020 with flag 3209504/425001
76.45/76.16	c cleaning 29005 clauses out of 58017 with flag 3438045/455001
84.06/83.79	c cleaning 29998 clauses out of 60011 with flag 3663935/486000
92.25/91.98	c cleaning 31003 clauses out of 62015 with flag 3895012/518002
100.65/100.36	c cleaning 32001 clauses out of 64011 with flag 4119085/551001
110.66/110.36	c cleaning 33000 clauses out of 66010 with flag 4357478/585001
120.86/120.56	c cleaning 33999 clauses out of 68010 with flag 4613990/620001
132.37/132.08	c cleaning 35000 clauses out of 70011 with flag 4895827/656001
143.47/143.12	c cleaning 35995 clauses out of 72010 with flag 5167554/693000
156.16/155.82	c cleaning 37001 clauses out of 74015 with flag 5443217/731000
169.07/168.72	c cleaning 38003 clauses out of 76015 with flag 5708407/770001
182.76/182.47	c cleaning 38996 clauses out of 78011 with flag 5998502/810000
196.76/196.47	c cleaning 40001 clauses out of 80016 with flag 6282496/851001
212.36/212.01	c cleaning 41000 clauses out of 82014 with flag 6572881/893000
229.76/229.48	c cleaning 41998 clauses out of 84014 with flag 6862860/936000
246.67/246.30	c cleaning 43004 clauses out of 86018 with flag 7161271/980002
261.99/261.61	c cleaning 44000 clauses out of 88013 with flag 7471475/1025001
277.80/277.49	c cleaning 44999 clauses out of 90012 with flag 7782269/1071000
294.50/294.18	c cleaning 45999 clauses out of 92014 with flag 8104534/1118001
311.80/311.43	c cleaning 47002 clauses out of 94014 with flag 8427784/1166000
332.40/332.09	c cleaning 47999 clauses out of 96012 with flag 8733435/1215000
353.41/353.00	c cleaning 48999 clauses out of 98013 with flag 9070674/1265000
374.71/374.36	c cleaning 50002 clauses out of 100014 with flag 9405837/1316000
397.80/397.41	c cleaning 51001 clauses out of 102012 with flag 9740285/1368000
420.91/420.58	c cleaning 51999 clauses out of 104013 with flag 10090455/1421002
446.11/445.72	c cleaning 52997 clauses out of 106013 with flag 10434775/1475001
471.02/470.69	c cleaning 54001 clauses out of 108015 with flag 10785524/1530000
497.52/497.14	c cleaning 54995 clauses out of 110014 with flag 11143569/1586000
526.33/525.92	c cleaning 56004 clauses out of 112020 with flag 11514876/1643001
554.63/554.20	c cleaning 57003 clauses out of 114015 with flag 11892653/1701000
585.33/584.94	c cleaning 57997 clauses out of 116012 with flag 12262862/1760000
617.94/617.51	c cleaning 58999 clauses out of 118015 with flag 12640718/1820000
652.64/652.26	c cleaning 60001 clauses out of 120017 with flag 13017923/1881001
688.25/687.88	c cleaning 61007 clauses out of 122016 with flag 13397426/1943001
725.47/725.03	c cleaning 62000 clauses out of 124008 with flag 13791373/2006000
762.39/761.99	c cleaning 62999 clauses out of 126009 with flag 14180155/2070001
803.09/802.61	c cleaning 63997 clauses out of 128009 with flag 14561146/2135000
841.78/841.36	c cleaning 65001 clauses out of 130012 with flag 14947706/2201000
881.08/880.67	c cleaning 65997 clauses out of 132011 with flag 15365212/2268000
925.99/925.54	c cleaning 67002 clauses out of 134014 with flag 15776680/2336000
971.29/970.80	c cleaning 67996 clauses out of 136012 with flag 16216341/2405000
1018.98/1018.58	c cleaning 69001 clauses out of 138016 with flag 16653552/2475000
1071.98/1071.53	c cleaning 70000 clauses out of 140015 with flag 17066735/2546000
1126.27/1125.86	c cleaning 71001 clauses out of 142015 with flag 17494489/2618000
1186.58/1185.60	c cleaning 72005 clauses out of 144015 with flag 17946671/2691001
1247.41/1246.05	c cleaning 72998 clauses out of 146010 with flag 18409271/2765001
1304.32/1302.99	c cleaning 73999 clauses out of 148011 with flag 18871264/2840000
1359.92/1358.59	c cleaning 74998 clauses out of 150012 with flag 19353779/2916000
1426.82/1425.49	c cleaning 76000 clauses out of 152014 with flag 19823051/2993000
1491.40/1489.93	c cleaning 77001 clauses out of 154014 with flag 20294616/3071000
1557.02/1555.58	c cleaning 78001 clauses out of 156015 with flag 20782050/3150002
1619.24/1617.74	c cleaning 79002 clauses out of 158012 with flag 21253514/3230000
1690.54/1689.05	c cleaning 79996 clauses out of 160009 with flag 21716663/3311000
1764.43/1762.81	c cleaning 81002 clauses out of 162010 with flag 22204347/3393000
1781.53/1779.94	c starts		: 1464
1781.53/1779.94	c conflicts		: 3423256
1781.53/1779.94	c decisions		: 3967436
1781.53/1779.94	c propagations		: 54563283
1781.53/1779.94	c inspects		: 42557855346
1781.53/1779.94	c shortcuts		: 0
1781.53/1779.94	c learnt literals	: 16
1781.53/1779.94	c learnt binary clauses	: 15
1781.53/1779.94	c learnt ternary clauses	: 31
1781.53/1779.94	c learnt constraints	: 3423239
1781.53/1779.94	c ignored constraints	: 0
1781.53/1779.94	c root simplifications	: 0
1781.53/1779.94	c removed literals (reason simplification)	: 0
1781.53/1779.94	c reason swapping (by a shorter reason)	: 0
1781.53/1779.94	c Calls to reduceDB	: 78
1781.53/1779.94	c Number of update (reduction) of LBD	: 769167
1781.53/1779.94	c Imported unit clauses	: 0
1781.53/1779.94	c number of reductions to clauses (during analyze)	: 0
1781.53/1779.94	c number of learned constraints concerned by reduction	: 0
1781.53/1779.94	c number of learning phase by resolution	: 0
1781.53/1779.94	c number of learning phase by cutting planes	: 0
1781.53/1779.94	c speed (assignments/second)	: 30657.28443146408
1781.53/1779.94	c non guided choices	27
1781.53/1779.97	c learnt constraints type 
1781.53/1779.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1781.53/1779.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111236
1781.53/1779.97	s UNSATISFIABLE
1781.53/1779.97	c Total wall clock time (in seconds): 1779.846

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-4122230-1467316532/watcher-4122230-1467316532 -o /tmp/evaluation-result-4122230-1467316532/solver-4122230-1467316532 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24370 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122230-1467316532.opb 

pid=25185
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.17 2.19 2.14 3/194 25188
/proc/meminfo: memFree=29597532/32872528 swapFree=13208/1155804
[pid=25188] ppid=25185 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/25188/stat : 25188 (java) R 25185 25188 20692 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 12620650 278528 33 33554432000 1073741824 1073778376 140735828159648 140735828156824 219504798901 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25188/statm: 68 33 25 9 0 25 0

[startup+0.100058 s]
/proc/loadavg: 2.17 2.19 2.14 3/194 25188
/proc/meminfo: memFree=29597532/32872528 swapFree=13208/1155804
[pid=25188] ppid=25185 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/25188/stat : 25188 (java) S 25185 25188 20692 0 -1 4202496 4328 0 1 0 6 2 0 0 20 0 18 0 12620650 9787879424 5453 33554432000 1073741824 1073778376 140734832205024 140734832196160 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25188/statm: 2389619 5454 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200311 s]
/proc/loadavg: 2.17 2.19 2.14 3/194 25188
/proc/meminfo: memFree=29597532/32872528 swapFree=13208/1155804
[pid=25188] ppid=25185 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/25188/stat : 25188 (java) S 25185 25188 20692 0 -1 4202496 6623 0 1 0 22 2 0 0 20 0 19 0 12620650 9856040960 7719 33554432000 1073741824 1073778376 140734832205024 140734832196160 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25188/statm: 2406260 7738 2216 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300316 s]
/proc/loadavg: 2.17 2.19 2.14 3/194 25188
/proc/meminfo: memFree=29597532/32872528 swapFree=13208/1155804
[pid=25188] ppid=25185 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25188/stat : 25188 (java) S 25185 25188 20692 0 -1 4202496 7135 0 1 0 45 3 0 0 20 0 19 0 12620650 9856040960 7865 33554432000 1073741824 1073778376 140734832205024 140734832196160 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25188/statm: 2406260 7865 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.70019 s]
/proc/loadavg: 2.17 2.19 2.14 3/194 25188
/proc/meminfo: memFree=29597532/32872528 swapFree=13208/1155804
[pid=25188] ppid=25185 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/25188/stat : 25188 (java) S 25185 25188 20692 0 -1 4202496 8207 0 1 0 96 3 0 0 20 0 19 0 12620650 9856040960 8441 33554432000 1073741824 1073778376 140734832205024 140734832196160 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25188/statm: 2406260 8441 2248 9 0 2396937 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.17 2.19 2.14 3/213 25207
/proc/meminfo: memFree=29570064/32872528 swapFree=13208/1155804
[pid=25188] ppid=25185 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/25188/stat : 25188 (java) S 25185 25188 20692 0 -1 4202496 8230 0 1 0 180 3 0 0 20 0 19 0 12620650 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 140734832196160 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25188/statm: 2406260 8954 2249 9 0 2396937 0
[pid=25188/tid=25190] ppid=25185 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/25188/task/25190/stat : 25190 (java) R 25185 25188 20692 0 -1 4202560 2401 0 1 0 144 1 0 0 20 0 19 0 12620651 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647827234512 139647657608706 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25191] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25191/stat : 25191 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647788735016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25192] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25192/stat : 25192 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647787682216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25193] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25193/stat : 25193 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647786629416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25194] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25194/stat : 25194 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647785576616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25195] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25195/stat : 25195 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647784524840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25196] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25196/stat : 25196 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647783472040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25197] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25197/stat : 25197 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647782419240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25198] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25198/stat : 25198 (java) S 25185 25188 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647781366440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25199] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25199/stat : 25199 (java) S 25185 25188 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647650859496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25200] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25200/stat : 25200 (java) S 25185 25188 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647649805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25201] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25201/stat : 25201 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647648752648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25202] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25202/stat : 25202 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647647701136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25203] ppid=25185 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25188/task/25203/stat : 25203 (java) S 25185 25188 20692 0 -1 4202560 2334 0 0 0 17 0 0 0 20 0 19 0 12620657 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647646649272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25204] ppid=25185 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25188/task/25204/stat : 25204 (java) S 25185 25188 20692 0 -1 4202560 2225 0 0 0 16 0 0 0 20 0 19 0 12620657 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647645596472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25205] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25205/stat : 25205 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647644543864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25206] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25206/stat : 25206 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647643491272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25207] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25207/stat : 25207 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620666 9856040960 8954 33554432000 1073741824 1073778376 140734832205024 139647642436776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.17 2.19 2.14 3/213 25207
/proc/meminfo: memFree=29567520/32872528 swapFree=13208/1155804
[pid=25188] ppid=25185 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/25188/stat : 25188 (java) S 25185 25188 20692 0 -1 4202496 8334 0 1 0 342 3 0 0 20 0 19 0 12620650 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 140734832196160 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25188/statm: 2406260 9468 2250 9 0 2396937 0
[pid=25188/tid=25190] ppid=25185 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/25188/task/25190/stat : 25190 (java) R 25185 25188 20692 0 -1 4202560 2402 0 1 0 303 1 0 0 20 0 19 0 12620651 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647827243288 139647657651323 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25191] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25191/stat : 25191 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647788735016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25192] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25192/stat : 25192 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647787682216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25193] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25193/stat : 25193 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647786629416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25194] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25194/stat : 25194 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647785576616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25195] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25195/stat : 25195 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647784524840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25196] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25196/stat : 25196 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647783472040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25197] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25197/stat : 25197 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647782419240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25198] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25198/stat : 25198 (java) S 25185 25188 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647781366440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25199] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25199/stat : 25199 (java) S 25185 25188 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647650859496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25200] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25200/stat : 25200 (java) S 25185 25188 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647649805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25201] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25201/stat : 25201 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647648752648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25202] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25202/stat : 25202 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647647701136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25203] ppid=25185 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25188/task/25203/stat : 25203 (java) S 25185 25188 20692 0 -1 4202560 2437 0 0 0 20 0 0 0 20 0 19 0 12620657 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647646649272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25204] ppid=25185 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25188/task/25204/stat : 25204 (java) S 25185 25188 20692 0 -1 4202560 2225 0 0 0 16 0 0 0 20 0 19 0 12620657 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647645596472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25205] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25205/stat : 25205 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647644543864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25206] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25206/stat : 25206 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647643491272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25207] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25207/stat : 25207 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620666 9856040960 9468 33554432000 1073741824 1073778376 140734832205024 139647642436776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.24 2.21 2.14 3/213 25207
/proc/meminfo: memFree=29561168/32872528 swapFree=13208/1155804
[pid=25188] ppid=25185 vsize=9625040 CPUtime=6.65 cores=0,2,4,6
/proc/25188/stat : 25188 (java) S 25185 25188 20692 0 -1 4202496 8338 0 1 0 662 3 0 0 20 0 19 0 12620650 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 140734832196160 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25188/statm: 2406260 10477 2251 9 0 2396937 0
[pid=25188/tid=25190] ppid=25185 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/25188/task/25190/stat : 25190 (java) R 25185 25188 20692 0 -1 4202560 2405 0 1 0 623 1 0 0 20 0 19 0 12620651 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647827234512 139647657608273 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25191] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25191/stat : 25191 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647788735016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25192] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25192/stat : 25192 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647787682216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25193] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25193/stat : 25193 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647786629416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25194] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25194/stat : 25194 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647785576616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25195] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25195/stat : 25195 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647784524840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25196] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25196/stat : 25196 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647783472040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25197] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25197/stat : 25197 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647782419240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25198] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25198/stat : 25198 (java) S 25185 25188 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647781366440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25199] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25199/stat : 25199 (java) S 25185 25188 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647650859496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25200] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25200/stat : 25200 (java) S 25185 25188 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647649805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25201] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25201/stat : 25201 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647648752648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25202] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25202/stat : 25202 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647647701136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25203] ppid=25185 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25188/task/25203/stat : 25203 (java) S 25185 25188 20692 0 -1 4202560 2437 0 0 0 20 0 0 0 20 0 19 0 12620657 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647646649272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25204] ppid=25185 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25188/task/25204/stat : 25204 (java) S 25185 25188 20692 0 -1 4202560 2225 0 0 0 16 0 0 0 20 0 19 0 12620657 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647645596472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25205] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25205/stat : 25205 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647644543864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25206] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25206/stat : 25206 (java) S 25185 25188 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647643491272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25207] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25207/stat : 25207 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620666 9856040960 10477 33554432000 1073741824 1073778376 140734832205024 139647642436776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 9625040


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

[pid=25188/tid=25200] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25200/stat : 25200 (java) S 25185 25188 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647649805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25201] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25201/stat : 25201 (java) S 25185 25188 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647648752648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25202] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25202/stat : 25202 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647647701136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25203] ppid=25185 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/25188/task/25203/stat : 25203 (java) S 25185 25188 20692 0 -1 4202560 2781 0 0 0 30 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647646649272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25204] ppid=25185 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/25188/task/25204/stat : 25204 (java) S 25185 25188 20692 0 -1 4202560 14577 0 0 0 111 4 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647645596472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25205] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25205/stat : 25205 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647644543864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25206] ppid=25185 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25188/task/25206/stat : 25206 (java) S 25185 25188 20692 0 -1 4202560 104 0 0 0 30 30 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647643491272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25207] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25207/stat : 25207 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620666 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647642436776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1780.83
Current children cumulated vsize (KiB) 9625040

[startup+1779.6 s]
/proc/loadavg: 1.27 1.74 1.96 2/188 25435
/proc/meminfo: memFree=29573376/32872528 swapFree=13208/1155804
[pid=25188] ppid=25185 vsize=9625040 CPUtime=1781.23 cores=0,2,4,6
/proc/25188/stat : 25188 (java) S 25185 25188 20692 0 -1 4202496 21306 0 1 0 178084 39 0 0 20 0 19 0 12620650 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 140734832196160 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25188/statm: 2406260 51975 2272 9 0 2396937 0
[pid=25188/tid=25190] ppid=25185 vsize=9625040 CPUtime=1774.8 cores=0,2,4,6
/proc/25188/task/25190/stat : 25190 (java) R 25185 25188 20692 0 -1 4202560 2489 0 1 0 177448 32 0 0 20 0 19 0 12620651 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647827241408 139647657879463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25191] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25191/stat : 25191 (java) S 25185 25188 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647788735016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25192] ppid=25185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25188/task/25192/stat : 25192 (java) S 25185 25188 20692 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647787682216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25193] ppid=25185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25188/task/25193/stat : 25193 (java) S 25185 25188 20692 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647786629416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25194] ppid=25185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25188/task/25194/stat : 25194 (java) S 25185 25188 20692 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647785576616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25195] ppid=25185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25188/task/25195/stat : 25195 (java) S 25185 25188 20692 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647784524840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25196] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25196/stat : 25196 (java) S 25185 25188 20692 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647783472040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25197] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25197/stat : 25197 (java) S 25185 25188 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647782419240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25198] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25198/stat : 25198 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647781366440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25199] ppid=25185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25188/task/25199/stat : 25199 (java) S 25185 25188 20692 0 -1 4202560 19 0 0 0 0 2 0 0 20 0 19 0 12620654 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647650859496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25200] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25200/stat : 25200 (java) S 25185 25188 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647649805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25201] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25201/stat : 25201 (java) S 25185 25188 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647648752648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25202] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25202/stat : 25202 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647647701136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25203] ppid=25185 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/25188/task/25203/stat : 25203 (java) S 25185 25188 20692 0 -1 4202560 2781 0 0 0 30 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647646649272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25204] ppid=25185 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/25188/task/25204/stat : 25204 (java) S 25185 25188 20692 0 -1 4202560 14577 0 0 0 111 4 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647645596472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25205] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25205/stat : 25205 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647644543864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25206] ppid=25185 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25188/task/25206/stat : 25206 (java) S 25185 25188 20692 0 -1 4202560 104 0 0 0 30 30 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647643491272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25207] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25207/stat : 25207 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620666 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647642436776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.23
Current children cumulated vsize (KiB) 9625040

[startup+1779.8 s]
/proc/loadavg: 1.25 1.73 1.96 2/188 25435
/proc/meminfo: memFree=29573252/32872528 swapFree=13208/1155804
[pid=25188] ppid=25185 vsize=9625040 CPUtime=1781.43 cores=0,2,4,6
/proc/25188/stat : 25188 (java) S 25185 25188 20692 0 -1 4202496 21306 0 1 0 178104 39 0 0 20 0 19 0 12620650 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 140734832196160 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25188/statm: 2406260 51975 2272 9 0 2396937 0
[pid=25188/tid=25190] ppid=25185 vsize=9625040 CPUtime=1775 cores=0,2,4,6
/proc/25188/task/25190/stat : 25190 (java) R 25185 25188 20692 0 -1 4202560 2489 0 1 0 177468 32 0 0 20 0 19 0 12620651 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647827241408 139647657879463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25191] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25191/stat : 25191 (java) S 25185 25188 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647788735016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25192] ppid=25185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25188/task/25192/stat : 25192 (java) S 25185 25188 20692 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647787682216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25193] ppid=25185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25188/task/25193/stat : 25193 (java) S 25185 25188 20692 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647786629416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25194] ppid=25185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25188/task/25194/stat : 25194 (java) S 25185 25188 20692 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647785576616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25195] ppid=25185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25188/task/25195/stat : 25195 (java) S 25185 25188 20692 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647784524840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25196] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25196/stat : 25196 (java) S 25185 25188 20692 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647783472040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25197] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25197/stat : 25197 (java) S 25185 25188 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647782419240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25198] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25198/stat : 25198 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647781366440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25199] ppid=25185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25188/task/25199/stat : 25199 (java) S 25185 25188 20692 0 -1 4202560 19 0 0 0 0 2 0 0 20 0 19 0 12620654 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647650859496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25200] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25200/stat : 25200 (java) S 25185 25188 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647649805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25201] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25201/stat : 25201 (java) S 25185 25188 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647648752648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25202] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25202/stat : 25202 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647647701136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25203] ppid=25185 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/25188/task/25203/stat : 25203 (java) S 25185 25188 20692 0 -1 4202560 2781 0 0 0 30 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647646649272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25204] ppid=25185 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/25188/task/25204/stat : 25204 (java) S 25185 25188 20692 0 -1 4202560 14577 0 0 0 111 4 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647645596472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25205] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25205/stat : 25205 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647644543864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25206] ppid=25185 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25188/task/25206/stat : 25206 (java) S 25185 25188 20692 0 -1 4202560 104 0 0 0 30 30 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647643491272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25207] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25207/stat : 25207 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620666 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647642436776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (KiB) 9625040

[startup+1779.91 s]
/proc/loadavg: 1.25 1.73 1.96 2/188 25435
/proc/meminfo: memFree=29573252/32872528 swapFree=13208/1155804
[pid=25188] ppid=25185 vsize=9625040 CPUtime=1781.53 cores=0,2,4,6
/proc/25188/stat : 25188 (java) S 25185 25188 20692 0 -1 4202496 21306 0 1 0 178114 39 0 0 20 0 19 0 12620650 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 140734832196160 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25188/statm: 2406260 51975 2272 9 0 2396937 0
[pid=25188/tid=25190] ppid=25185 vsize=9625040 CPUtime=1775.1 cores=0,2,4,6
/proc/25188/task/25190/stat : 25190 (java) R 25185 25188 20692 0 -1 4202560 2489 0 1 0 177478 32 0 0 20 0 19 0 12620651 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647827241408 139647657608192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25191] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25191/stat : 25191 (java) S 25185 25188 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647788735016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25192] ppid=25185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25188/task/25192/stat : 25192 (java) S 25185 25188 20692 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647787682216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25193] ppid=25185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25188/task/25193/stat : 25193 (java) S 25185 25188 20692 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647786629416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25194] ppid=25185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25188/task/25194/stat : 25194 (java) S 25185 25188 20692 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647785576616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25195] ppid=25185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25188/task/25195/stat : 25195 (java) S 25185 25188 20692 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647784524840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25196] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25196/stat : 25196 (java) S 25185 25188 20692 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647783472040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25197] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25197/stat : 25197 (java) S 25185 25188 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647782419240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25198] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25198/stat : 25198 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620653 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647781366440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25199] ppid=25185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25188/task/25199/stat : 25199 (java) S 25185 25188 20692 0 -1 4202560 19 0 0 0 0 2 0 0 20 0 19 0 12620654 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647650859496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25200] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25200/stat : 25200 (java) S 25185 25188 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647649805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25201] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25201/stat : 25201 (java) S 25185 25188 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12620654 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647648752648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25202] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25202/stat : 25202 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647647701136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25188/tid=25203] ppid=25185 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/25188/task/25203/stat : 25203 (java) S 25185 25188 20692 0 -1 4202560 2781 0 0 0 30 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647646649272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25188/tid=25204] ppid=25185 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/25188/task/25204/stat : 25204 (java) S 25185 25188 20692 0 -1 4202560 14577 0 0 0 111 4 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647645596472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25205] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25205/stat : 25205 (java) S 25185 25188 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647644543864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25188/tid=25206] ppid=25185 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25188/task/25206/stat : 25206 (java) S 25185 25188 20692 0 -1 4202560 104 0 0 0 30 30 0 0 20 0 19 0 12620657 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647643491272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25188/tid=25207] ppid=25185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25188/task/25207/stat : 25207 (java) S 25185 25188 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12620666 9856040960 51975 33554432000 1073741824 1073778376 140734832205024 139647642436776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25188 and gives
#  childrusage.ru_utime.tv_sec=1776
#  childrusage.ru_utime.tv_usec=731895
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=833873
# CPU time returned by wait4() is 1777.57
# while last known CPU time is 1781.53
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1779.98
CPU time (s): 1781.53
CPU user time (s): 1781.14
CPU system time (s): 0.39
CPU usage (%): 100.087
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776.73
system time used= 0.833873
maximum resident set size= 207996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21340
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37758
involuntary context switches= 11264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7004 second user time and 12.7081 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 21:55:32
IDJOB=4122230
IDBENCH=110990
IDSOLVER=2546
FILE ID=node114/4122230-1467316532
RUNJOBID= node114-1467314247-24370
PBS_JOBID= 20005267
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n25-d4-i3.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122230-1467316532/watcher-4122230-1467316532 -o /tmp/evaluation-result-4122230-1467316532/solver-4122230-1467316532 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24370 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122230-1467316532.opb

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

MD5SUM BENCH= 0151bada55a304fb87602381d6a3e28f
RANDOM SEED=1376202869

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29598424 kB
Buffers:          139876 kB
Cached:          1043128 kB
SwapCached:            0 kB
Active:           449972 kB
Inactive:         921972 kB
Active(anon):     185708 kB
Inactive(anon):     6048 kB
Active(file):     264264 kB
Inactive(file):   915924 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       1304436 kB
Mapped:            22144 kB
Shmem:               204 kB
Slab:             610724 kB
SReclaimable:      54872 kB
SUnreclaim:       555852 kB
KernelStack:        1760 kB
PageTables:         6576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1849996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1230848 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= 71672 MiB
End job on node114 at 2016-06-30 22:25:12