Trace number 4121414

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 1133.88 1132.4

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n80-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMb7cc2e9182bca163cd86f717d868161b
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 benchmark6.37003
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints320
Number of constraints which are clauses320
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4121414-1467314490.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.047s.
0.10/0.15	c declared #vars     120
0.10/0.15	c #constraints  320
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.10/0.15	c 320 constraints processed.
0.72/0.58	c cleaning 2496 clauses out of 5001 with flag 20142/5001
1.34/1.09	c cleaning 4247 clauses out of 8505 with flag 44793/11001
2.14/1.87	c cleaning 5623 clauses out of 11258 with flag 73811/18001
2.62/2.26	c cleaning 6813 clauses out of 13634 with flag 111511/26000
3.14/2.76	c cleaning 7910 clauses out of 15822 with flag 156615/35001
3.94/3.59	c cleaning 8954 clauses out of 17912 with flag 207277/45001
4.85/4.46	c cleaning 9976 clauses out of 19957 with flag 266270/56000
5.75/5.35	c cleaning 10990 clauses out of 21982 with flag 328158/68001
7.05/6.61	c cleaning 11994 clauses out of 23991 with flag 406858/81000
8.55/8.11	c cleaning 12996 clauses out of 25997 with flag 485340/95000
10.14/9.78	c cleaning 13997 clauses out of 28001 with flag 569487/110000
11.64/11.28	c cleaning 14998 clauses out of 30005 with flag 654026/126001
13.54/13.10	c cleaning 15999 clauses out of 32006 with flag 743764/143000
15.64/15.29	c cleaning 16999 clauses out of 34007 with flag 836936/161000
17.94/17.51	c cleaning 18000 clauses out of 36008 with flag 924061/180000
20.64/20.26	c cleaning 18996 clauses out of 38008 with flag 1023296/200000
24.14/23.72	c cleaning 20000 clauses out of 40013 with flag 1133465/221001
26.54/26.12	c cleaning 21000 clauses out of 42012 with flag 1246484/243000
29.64/29.23	c cleaning 22000 clauses out of 44013 with flag 1367566/266001
34.24/33.83	c cleaning 23001 clauses out of 46013 with flag 1503178/290001
37.34/36.99	c cleaning 24002 clauses out of 48012 with flag 1621975/315001
41.04/40.60	c cleaning 24999 clauses out of 50010 with flag 1737309/341001
44.64/44.21	c cleaning 26003 clauses out of 52010 with flag 1863033/368000
49.35/48.92	c cleaning 27003 clauses out of 54008 with flag 1993945/396001
54.35/53.91	c cleaning 27994 clauses out of 56004 with flag 2127405/425000
59.95/59.56	c cleaning 29000 clauses out of 58010 with flag 2270817/455000
66.04/65.67	c cleaning 30000 clauses out of 60011 with flag 2409667/486001
73.15/72.73	c cleaning 31003 clauses out of 62011 with flag 2550019/518001
81.04/80.60	c cleaning 32004 clauses out of 64007 with flag 2701967/551000
88.05/87.68	c cleaning 32997 clauses out of 66005 with flag 2859955/585002
95.35/94.97	c cleaning 33999 clauses out of 68007 with flag 3017225/620001
103.15/102.77	c cleaning 34999 clauses out of 70008 with flag 3190699/656001
111.04/110.60	c cleaning 36003 clauses out of 72009 with flag 3360935/693001
119.54/119.11	c cleaning 37000 clauses out of 74006 with flag 3533488/731001
129.54/129.12	c cleaning 37998 clauses out of 76006 with flag 3708131/770001
140.94/140.54	c cleaning 38997 clauses out of 78007 with flag 3883940/810000
153.85/153.42	c cleaning 39999 clauses out of 80011 with flag 4063717/851001
167.95/167.50	c cleaning 41002 clauses out of 82011 with flag 4245244/893000
181.69/181.21	c cleaning 41998 clauses out of 84009 with flag 4434382/936000
195.10/194.63	c cleaning 42999 clauses out of 86011 with flag 4627505/980000
209.51/209.09	c cleaning 44001 clauses out of 88013 with flag 4828427/1025001
224.61/224.14	c cleaning 45004 clauses out of 90011 with flag 5033782/1071000
240.61/240.10	c cleaning 46001 clauses out of 92008 with flag 5244496/1118001
255.61/255.12	c cleaning 46996 clauses out of 94007 with flag 5462029/1166001
271.22/270.74	c cleaning 48000 clauses out of 96010 with flag 5695073/1215000
288.41/287.93	c cleaning 49002 clauses out of 98011 with flag 5922580/1265001
306.92/306.42	c cleaning 49998 clauses out of 100009 with flag 6153528/1316001
326.52/326.02	c cleaning 51000 clauses out of 102010 with flag 6391156/1368000
346.72/346.20	c cleaning 52002 clauses out of 104010 with flag 6644128/1421000
374.34/373.83	c cleaning 53001 clauses out of 106008 with flag 6905735/1475000
399.13/398.65	c cleaning 53999 clauses out of 108008 with flag 7186561/1530001
422.03/421.51	c cleaning 55003 clauses out of 110009 with flag 7456087/1586001
447.43/446.97	c cleaning 56003 clauses out of 112006 with flag 7730539/1643001
474.07/473.24	c cleaning 56993 clauses out of 114002 with flag 8005209/1701000
501.66/500.46	c cleaning 58000 clauses out of 116010 with flag 8295147/1760001
533.01/531.71	c cleaning 58999 clauses out of 118009 with flag 8580178/1820000
564.72/563.43	c cleaning 60002 clauses out of 120011 with flag 8864028/1881001
600.60/599.28	c cleaning 60998 clauses out of 122007 with flag 9150208/1943000
642.01/640.61	c cleaning 61999 clauses out of 124010 with flag 9440058/2006001
683.94/682.56	c cleaning 63003 clauses out of 126010 with flag 9745721/2070000
729.03/727.51	c cleaning 63996 clauses out of 128006 with flag 10062703/2135000
785.03/783.57	c cleaning 65002 clauses out of 130011 with flag 10383390/2201001
847.04/845.52	c cleaning 66001 clauses out of 132009 with flag 10683689/2268001
909.15/907.63	c cleaning 67000 clauses out of 134007 with flag 10988278/2336000
982.75/981.24	c cleaning 68001 clauses out of 136008 with flag 11309481/2405001
1052.37/1050.89	c cleaning 69002 clauses out of 138006 with flag 11639163/2475000
1122.38/1120.84	c cleaning 70002 clauses out of 140003 with flag 11964584/2546001
1133.88/1132.37	c starts		: 562
1133.88/1132.37	c conflicts		: 2565252
1133.88/1132.37	c decisions		: 2988150
1133.88/1132.37	c propagations		: 12297752
1133.88/1132.37	c inspects		: 25176023329
1133.88/1132.37	c shortcuts		: 0
1133.88/1132.37	c learnt literals	: 17
1133.88/1132.37	c learnt binary clauses	: 15
1133.88/1132.37	c learnt ternary clauses	: 32
1133.88/1132.37	c learnt constraints	: 2565234
1133.88/1132.37	c ignored constraints	: 0
1133.88/1132.37	c root simplifications	: 0
1133.88/1132.37	c removed literals (reason simplification)	: 0
1133.88/1132.37	c reason swapping (by a shorter reason)	: 0
1133.88/1132.37	c Calls to reduceDB	: 67
1133.88/1132.37	c Number of update (reduction) of LBD	: 367238
1133.88/1132.37	c Imported unit clauses	: 0
1133.88/1132.37	c number of reductions to clauses (during analyze)	: 0
1133.88/1132.37	c number of learned constraints concerned by reduction	: 0
1133.88/1132.37	c number of learning phase by resolution	: 0
1133.88/1132.37	c number of learning phase by cutting planes	: 0
1133.88/1132.37	c speed (assignments/second)	: 10861.713938479665
1133.88/1132.37	c non guided choices	761
1133.88/1132.39	c learnt constraints type 
1133.88/1132.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1133.88/1132.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89223
1133.88/1132.39	s UNSATISFIABLE
1133.88/1132.39	c Total wall clock time (in seconds): 1132.286

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

pid=24745
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.20 1.99 2.01 3/194 24748
/proc/meminfo: memFree=29738596/32872528 swapFree=13208/1155804
[pid=24748] ppid=24745 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 20692 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 12416394 98570240 977 33554432000 1073741824 1073778376 140733341688704 140733341679840 219517321277 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24748/statm: 24065 977 743 9 0 16771 0
[pid=24748/tid=24749] ppid=24745 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24749/stat : 24749 (java) R 24745 24748 20692 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12416395 98570240 977 33554432000 1073741824 1073778376 140733341688704 140070191119912 219513963904 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.20 1.99 2.01 3/194 24748
/proc/meminfo: memFree=29738596/32872528 swapFree=13208/1155804
[pid=24748] ppid=24745 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 20692 0 -1 4202496 4416 0 1 0 9 1 0 0 20 0 18 0 12416394 9787879424 6051 33554432000 1073741824 1073778376 140733341688704 140733341679840 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24748/statm: 2389619 6055 2140 9 0 2380296 0
[pid=24748/tid=24749] ppid=24745 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24748/task/24749/stat : 24749 (java) R 24745 24748 20692 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 12416395 9787879424 6060 33554432000 1073741824 1073778376 140733341688704 140070191123360 219517347085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.20 1.99 2.01 3/194 24748
/proc/meminfo: memFree=29738596/32872528 swapFree=13208/1155804
[pid=24748] ppid=24745 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 20692 0 -1 4202496 6643 0 1 0 26 2 0 0 20 0 19 0 12416394 9856040960 7641 33554432000 1073741824 1073778376 140733341688704 140733341679840 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24748/statm: 2406260 7641 2217 9 0 2396937 0
[pid=24748/tid=24749] ppid=24745 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24748/task/24749/stat : 24749 (java) R 24745 24748 20692 0 -1 4202560 2405 0 1 0 16 1 0 0 20 0 19 0 12416395 9856040960 7642 33554432000 1073741824 1073778376 140733341688704 140070191125120 140070040394374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300315 s]
/proc/loadavg: 2.20 1.99 2.01 3/194 24748
/proc/meminfo: memFree=29738596/32872528 swapFree=13208/1155804
[pid=24748] ppid=24745 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 20692 0 -1 4202496 7102 0 1 0 48 2 0 0 20 0 19 0 12416394 9856040960 7564 33554432000 1073741824 1073778376 140733341688704 140733341679840 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24748/statm: 2406260 7564 2236 9 0 2396937 0
[pid=24748/tid=24749] ppid=24745 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24748/task/24749/stat : 24749 (java) R 24745 24748 20692 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 19 0 12416395 9856040960 7564 33554432000 1073741824 1073778376 140733341688704 140070191125120 140070040805621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700233 s]
/proc/loadavg: 2.20 1.99 2.01 3/194 24748
/proc/meminfo: memFree=29738596/32872528 swapFree=13208/1155804
[pid=24748] ppid=24745 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 20692 0 -1 4202496 7215 0 1 0 94 2 0 0 20 0 19 0 12416394 9856040960 8109 33554432000 1073741824 1073778376 140733341688704 140733341679840 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24748/statm: 2406260 8109 2246 9 0 2396937 0
[pid=24748/tid=24749] ppid=24745 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/24748/task/24749/stat : 24749 (java) R 24745 24748 20692 0 -1 4202560 2408 0 1 0 66 1 0 0 20 0 19 0 12416395 9856040960 8109 33554432000 1073741824 1073778376 140733341688704 140070191125120 140070040849507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.27 2.01 2.01 3/213 24767
/proc/meminfo: memFree=29709676/32872528 swapFree=13208/1155804
[pid=24748] ppid=24745 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 20692 0 -1 4202496 8324 0 1 0 182 2 0 0 20 0 19 0 12416394 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140733341679840 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24748/statm: 2406260 8832 2249 9 0 2396937 0
[pid=24748/tid=24749] ppid=24745 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/24748/task/24749/stat : 24749 (java) R 24745 24748 20692 0 -1 4202560 2410 0 1 0 146 1 0 0 20 0 19 0 12416395 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140070191122984 140070040849507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24751] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24751/stat : 24751 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140070163577384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24752] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24752/stat : 24752 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140070162524584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24753] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140070161471784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140070160418984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140070159367208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140070029405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140070028352296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140070027299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140069544352232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140069543298296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140069542245384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140069541193872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 20692 0 -1 4202560 3035 0 0 0 19 0 0 0 20 0 19 0 12416400 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140069540142008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24748/task/24764/stat : 24764 (java) S 24745 24748 20692 0 -1 4202560 1609 0 0 0 13 0 0 0 20 0 19 0 12416400 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140069539089208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24765] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24765/stat : 24765 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140069538036600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24766] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24766/stat : 24766 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140069536984008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24767] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24767/stat : 24767 (java) S 24745 24748 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12416410 9856040960 8832 33554432000 1073741824 1073778376 140733341688704 140069535929512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.27 2.01 2.01 3/213 24767
/proc/meminfo: memFree=29702364/32872528 swapFree=13208/1155804
[pid=24748] ppid=24745 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 20692 0 -1 4202496 9755 0 1 0 352 2 0 0 20 0 19 0 12416394 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140733341679840 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24748/statm: 2406260 11018 2250 9 0 2396937 0
[pid=24748/tid=24749] ppid=24745 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/24748/task/24749/stat : 24749 (java) R 24745 24748 20692 0 -1 4202560 2414 0 1 0 306 1 0 0 20 0 19 0 12416395 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140070191122968 140070040805727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24751] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24751/stat : 24751 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140070163577384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24752] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24752/stat : 24752 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140070162524584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24753] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140070161471784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140070160418984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140070159367208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140070029405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140070028352296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140070027299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140069544352232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140069543298296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140069542245384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140069541193872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 20692 0 -1 4202560 3035 0 0 0 19 0 0 0 20 0 19 0 12416400 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140069540142008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/24748/task/24764/stat : 24764 (java) S 24745 24748 20692 0 -1 4202560 3036 0 0 0 23 0 0 0 20 0 19 0 12416400 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140069539089208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24765] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24765/stat : 24765 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140069538036600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24766] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24766/stat : 24766 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140069536984008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24767] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24767/stat : 24767 (java) S 24745 24748 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12416410 9856040960 11018 33554432000 1073741824 1073778376 140733341688704 140069535929512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.27 2.01 2.01 4/213 24767
/proc/meminfo: memFree=29675980/32872528 swapFree=13208/1155804
[pid=24748] ppid=24745 vsize=9625040 CPUtime=6.75 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 20692 0 -1 4202496 9761 0 1 0 672 3 0 0 20 0 19 0 12416394 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140733341679840 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24748/statm: 2406260 12470 2251 9 0 2396937 0
[pid=24748/tid=24749] ppid=24745 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/24748/task/24749/stat : 24749 (java) R 24745 24748 20692 0 -1 4202560 2419 0 1 0 625 1 0 0 20 0 19 0 12416395 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140070191115952 140070040849507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24751] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24751/stat : 24751 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140070163577384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24752] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24752/stat : 24752 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140070162524584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24753] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140070161471784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140070160418984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140070159367208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140070029405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140070028352296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140070027299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140069544352232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140069543298296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140069542245384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140069541193872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 20692 0 -1 4202560 3035 0 0 0 19 0 0 0 20 0 19 0 12416400 9856040960 12470 33554432000 1073741824 1073778376 140733341688704 140069540142008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9625040 CPUtime=0.23 cores=0,2,4,6

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

[pid=24748/tid=24760] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069543298296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069542245384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069541193872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 20692 0 -1 4202560 17019 0 0 0 101 3 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069540142008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/24748/task/24764/stat : 24764 (java) S 24745 24748 20692 0 -1 4202560 3039 0 0 0 28 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069539089208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24765] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24765/stat : 24765 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069538036600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24766] ppid=24745 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/24748/task/24766/stat : 24766 (java) S 24745 24748 20692 0 -1 4202560 66 0 0 0 20 17 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069536984008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24767] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24767/stat : 24767 (java) S 24745 24748 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12416410 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069535929512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1132.78
Current children cumulated vsize (KiB) 9625040

[startup+1132.01 s]
/proc/loadavg: 2.08 2.11 2.09 3/214 24860
/proc/meminfo: memFree=29376480/32872528 swapFree=13208/1155804
[pid=24748] ppid=24745 vsize=9625040 CPUtime=1133.58 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 20692 0 -1 4202496 23971 0 1 0 113334 24 0 0 20 0 19 0 12416394 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140733341679840 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24748/statm: 2406260 51164 2272 9 0 2396937 0
[pid=24748/tid=24749] ppid=24745 vsize=9625040 CPUtime=1128.99 cores=0,2,4,6
/proc/24748/task/24749/stat : 24749 (java) R 24745 24748 20692 0 -1 4202560 2494 0 1 0 112878 21 0 0 20 0 19 0 12416395 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070191122880 140070041081634 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24751] ppid=24745 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24748/task/24751/stat : 24751 (java) S 24745 24748 20692 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070163577384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24752] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24752/stat : 24752 (java) S 24745 24748 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070162524584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24753] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070161471784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 20692 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070160418984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 20692 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070159367208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 20692 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070029405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070028352296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 20692 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070027299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069544352232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069543298296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069542245384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069541193872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 20692 0 -1 4202560 17019 0 0 0 101 3 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069540142008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/24748/task/24764/stat : 24764 (java) S 24745 24748 20692 0 -1 4202560 3039 0 0 0 28 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069539089208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24765] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24765/stat : 24765 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069538036600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24766] ppid=24745 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/24748/task/24766/stat : 24766 (java) S 24745 24748 20692 0 -1 4202560 66 0 0 0 20 17 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069536984008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24767] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24767/stat : 24767 (java) S 24745 24748 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12416410 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069535929512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1133.58
Current children cumulated vsize (KiB) 9625040

[startup+1132.2 s]
/proc/loadavg: 2.08 2.11 2.09 3/214 24860
/proc/meminfo: memFree=29376480/32872528 swapFree=13208/1155804
[pid=24748] ppid=24745 vsize=9625040 CPUtime=1133.78 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 20692 0 -1 4202496 23971 0 1 0 113354 24 0 0 20 0 19 0 12416394 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140733341679840 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24748/statm: 2406260 51164 2272 9 0 2396937 0
[pid=24748/tid=24749] ppid=24745 vsize=9625040 CPUtime=1129.18 cores=0,2,4,6
/proc/24748/task/24749/stat : 24749 (java) R 24745 24748 20692 0 -1 4202560 2494 0 1 0 112897 21 0 0 20 0 19 0 12416395 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070191122880 140070041081648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24751] ppid=24745 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24748/task/24751/stat : 24751 (java) S 24745 24748 20692 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070163577384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24752] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24752/stat : 24752 (java) S 24745 24748 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070162524584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24753] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070161471784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 20692 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070160418984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 20692 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070159367208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 20692 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070029405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070028352296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 20692 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070027299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069544352232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069543298296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069542245384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069541193872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 20692 0 -1 4202560 17019 0 0 0 101 3 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069540142008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/24748/task/24764/stat : 24764 (java) S 24745 24748 20692 0 -1 4202560 3039 0 0 0 28 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069539089208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24765] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24765/stat : 24765 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069538036600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24766] ppid=24745 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/24748/task/24766/stat : 24766 (java) S 24745 24748 20692 0 -1 4202560 66 0 0 0 20 17 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069536984008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24767] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24767/stat : 24767 (java) S 24745 24748 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12416410 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069535929512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1133.78
Current children cumulated vsize (KiB) 9625040

[startup+1132.3 s]
/proc/loadavg: 2.08 2.11 2.09 3/214 24860
/proc/meminfo: memFree=29376480/32872528 swapFree=13208/1155804
[pid=24748] ppid=24745 vsize=9625040 CPUtime=1133.88 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 20692 0 -1 4202496 23971 0 1 0 113364 24 0 0 20 0 19 0 12416394 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140733341679840 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24748/statm: 2406260 51164 2272 9 0 2396937 0
[pid=24748/tid=24749] ppid=24745 vsize=9625040 CPUtime=1129.28 cores=0,2,4,6
/proc/24748/task/24749/stat : 24749 (java) R 24745 24748 20692 0 -1 4202560 2494 0 1 0 112907 21 0 0 20 0 19 0 12416395 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070191122880 140070041081643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24751] ppid=24745 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24748/task/24751/stat : 24751 (java) S 24745 24748 20692 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070163577384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24752] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24752/stat : 24752 (java) S 24745 24748 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070162524584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24753] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070161471784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 20692 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070160418984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 20692 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070159367208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 20692 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070029405096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070028352296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 20692 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12416396 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140070027299496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069544352232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069543298296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12416397 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069542245384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069541193872 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 20692 0 -1 4202560 17019 0 0 0 101 3 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069540142008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/24748/task/24764/stat : 24764 (java) S 24745 24748 20692 0 -1 4202560 3039 0 0 0 28 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069539089208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24765] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24765/stat : 24765 (java) S 24745 24748 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069538036600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24766] ppid=24745 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/24748/task/24766/stat : 24766 (java) S 24745 24748 20692 0 -1 4202560 66 0 0 0 20 17 0 0 20 0 19 0 12416400 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069536984008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24767] ppid=24745 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24767/stat : 24767 (java) S 24745 24748 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12416410 9856040960 51164 33554432000 1073741824 1073778376 140733341688704 140069535929512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1133.88
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24748 and gives
#  childrusage.ru_utime.tv_sec=1130
#  childrusage.ru_utime.tv_usec=840086
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=541917
# CPU time returned by wait4() is 1131.38
# while last known CPU time is 1133.88
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1132.4
CPU time (s): 1133.88
CPU user time (s): 1133.64
CPU system time (s): 0.24
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1130.84
system time used= 0.541917
maximum resident set size= 204752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24004
page faults= 1
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24070
involuntary context switches= 1745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.03254 second user time and 4.33534 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 21:21:30
IDJOB=4121414
IDBENCH=110469
IDSOLVER=2546
FILE ID=node114/4121414-1467314490
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-tseitin-regular-n80-d3-i3-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-4121414-1467314490/watcher-4121414-1467314490 -o /tmp/evaluation-result-4121414-1467314490/solver-4121414-1467314490 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24370 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121414-1467314490.opb

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

MD5SUM BENCH= b7cc2e9182bca163cd86f717d868161b
RANDOM SEED=191605942

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:        29739488 kB
Buffers:          138148 kB
Cached:          1042404 kB
SwapCached:            0 kB
Active:           312324 kB
Inactive:         920572 kB
Active(anon):      48852 kB
Inactive(anon):     6048 kB
Active(file):     263472 kB
Inactive(file):   914524 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1808 kB
Writeback:             0 kB
AnonPages:       1210000 kB
Mapped:            21908 kB
Shmem:               204 kB
Slab:             611228 kB
SReclaimable:      54876 kB
SUnreclaim:       556352 kB
KernelStack:        1624 kB
PageTables:         6788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1849792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1167360 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= 71668 MiB
End job on node114 at 2016-06-30 21:40:22