Trace number 4121942

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 1278.19 1276.64

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n76-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUMa8a673d4f58471440e969064172ea728
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 benchmark39.1091
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables114
Total number of constraints304
Number of constraints which are clauses304
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4121942-1467316087.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.042s.
0.11/0.14	c declared #vars     114
0.11/0.14	c #constraints  304
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 304
0.11/0.14	c 304 constraints processed.
0.63/0.42	c cleaning 2499 clauses out of 5001 with flag 19951/5001
0.93/0.66	c cleaning 4250 clauses out of 8502 with flag 46266/11001
1.34/1.08	c cleaning 5623 clauses out of 11252 with flag 78413/18001
1.95/1.62	c cleaning 6813 clauses out of 13628 with flag 118844/26000
2.58/2.24	c cleaning 7903 clauses out of 15816 with flag 157616/35001
3.37/3.03	c cleaning 8953 clauses out of 17913 with flag 198273/45001
4.37/4.04	c cleaning 9975 clauses out of 19959 with flag 244916/56000
5.76/5.41	c cleaning 10990 clauses out of 21985 with flag 304362/68001
7.46/7.11	c cleaning 11993 clauses out of 23994 with flag 369580/81000
9.06/8.71	c cleaning 12998 clauses out of 26001 with flag 437474/95000
10.37/10.03	c cleaning 14001 clauses out of 28003 with flag 506488/110000
11.96/11.69	c cleaning 15002 clauses out of 30003 with flag 563426/126001
13.37/13.07	c cleaning 15997 clauses out of 32000 with flag 642246/143000
15.27/14.94	c cleaning 17000 clauses out of 34003 with flag 719121/161000
17.27/16.91	c cleaning 17999 clauses out of 36004 with flag 796038/180001
19.62/19.23	c cleaning 18999 clauses out of 38005 with flag 888965/200001
21.92/21.51	c cleaning 19998 clauses out of 40005 with flag 989638/221000
24.32/23.93	c cleaning 20999 clauses out of 42008 with flag 1085035/243001
26.62/26.22	c cleaning 21998 clauses out of 44008 with flag 1189501/266000
29.53/29.19	c cleaning 23003 clauses out of 46011 with flag 1289778/290001
32.53/32.15	c cleaning 23999 clauses out of 48007 with flag 1395899/315000
36.33/35.93	c cleaning 24997 clauses out of 50008 with flag 1501034/341000
41.23/40.85	c cleaning 25999 clauses out of 52012 with flag 1618383/368001
45.13/44.73	c cleaning 26995 clauses out of 54012 with flag 1746088/396000
49.33/48.91	c cleaning 28004 clauses out of 56018 with flag 1868763/425001
54.43/54.06	c cleaning 29001 clauses out of 58013 with flag 1991416/455000
60.33/59.98	c cleaning 30002 clauses out of 60013 with flag 2115963/486001
66.63/66.27	c cleaning 31002 clauses out of 62010 with flag 2240790/518000
73.23/72.87	c cleaning 31999 clauses out of 64008 with flag 2367679/551000
80.12/79.76	c cleaning 32998 clauses out of 66009 with flag 2511739/585000
87.34/86.92	c cleaning 34003 clauses out of 68012 with flag 2654300/620001
96.03/95.67	c cleaning 35003 clauses out of 70009 with flag 2792314/656001
104.43/104.04	c cleaning 35999 clauses out of 72005 with flag 2956088/693000
111.93/111.54	c cleaning 36997 clauses out of 74007 with flag 3116230/731001
121.83/121.49	c cleaning 37998 clauses out of 76009 with flag 3298723/770000
129.13/128.72	c cleaning 39002 clauses out of 78012 with flag 3458890/810001
138.33/137.99	c cleaning 40002 clauses out of 80010 with flag 3614131/851001
149.23/148.87	c cleaning 41000 clauses out of 82008 with flag 3779463/893001
158.97/158.53	c cleaning 42000 clauses out of 84008 with flag 3951263/936001
169.57/169.14	c cleaning 42996 clauses out of 86008 with flag 4131413/980001
184.97/184.55	c cleaning 44004 clauses out of 88012 with flag 4331213/1025001
197.07/196.64	c cleaning 45001 clauses out of 90008 with flag 4529784/1071001
209.27/208.88	c cleaning 46001 clauses out of 92006 with flag 4726034/1118000
222.48/222.07	c cleaning 46999 clauses out of 94005 with flag 4919613/1166000
234.89/234.45	c cleaning 48000 clauses out of 96007 with flag 5136782/1215001
248.68/248.28	c cleaning 49000 clauses out of 98006 with flag 5353633/1265000
263.29/262.84	c cleaning 49998 clauses out of 100006 with flag 5571065/1316000
280.39/279.99	c cleaning 51002 clauses out of 102008 with flag 5796832/1368000
299.48/299.09	c cleaning 51999 clauses out of 104006 with flag 6017920/1421000
318.49/318.03	c cleaning 53001 clauses out of 106007 with flag 6245418/1475000
337.40/336.92	c cleaning 54002 clauses out of 108006 with flag 6455944/1530000
355.59/354.64	c cleaning 54995 clauses out of 110004 with flag 6668928/1586000
371.70/370.78	c cleaning 56001 clauses out of 112010 with flag 6911297/1643001
387.89/386.97	c cleaning 57001 clauses out of 114009 with flag 7144216/1701001
414.28/413.33	c cleaning 57994 clauses out of 116007 with flag 7410588/1760000
435.37/434.46	c cleaning 59002 clauses out of 118013 with flag 7659296/1820000
454.87/453.92	c cleaning 60002 clauses out of 120013 with flag 7910785/1881002
484.11/483.19	c cleaning 61001 clauses out of 122010 with flag 8180997/1943001
516.01/515.00	c cleaning 62000 clauses out of 124008 with flag 8450680/2006000
545.01/544.07	c cleaning 62995 clauses out of 126009 with flag 8713473/2070001
586.81/585.86	c cleaning 64004 clauses out of 128013 with flag 8963994/2135000
631.81/630.81	c cleaning 65002 clauses out of 130009 with flag 9218439/2201000
673.23/672.21	c cleaning 65998 clauses out of 132008 with flag 9488855/2268001
725.63/724.63	c cleaning 66999 clauses out of 134009 with flag 9745772/2336000
790.52/789.55	c cleaning 68003 clauses out of 136010 with flag 10036806/2405000
829.93/828.96	c cleaning 68998 clauses out of 138008 with flag 10340985/2475001
865.54/864.57	c cleaning 70001 clauses out of 140009 with flag 10634526/2546000
904.74/903.71	c cleaning 70999 clauses out of 142009 with flag 10926544/2618001
946.73/945.75	c cleaning 72000 clauses out of 144009 with flag 11224736/2691000
990.83/989.87	c cleaning 72999 clauses out of 146010 with flag 11526810/2765001
1039.62/1038.61	c cleaning 74001 clauses out of 148010 with flag 11815697/2840000
1083.40/1082.40	c cleaning 75000 clauses out of 150009 with flag 12108021/2916001
1119.75/1118.61	c cleaning 76005 clauses out of 152009 with flag 12399060/2993001
1164.36/1163.25	c cleaning 76999 clauses out of 154002 with flag 12693882/3071000
1209.88/1208.72	c cleaning 77995 clauses out of 156003 with flag 12982340/3150001
1268.54/1267.32	c cleaning 79002 clauses out of 158006 with flag 13285262/3230000
1277.83/1276.61	c starts		: 690
1277.83/1276.61	c conflicts		: 3254956
1277.83/1276.61	c decisions		: 3985704
1277.83/1276.61	c propagations		: 20156006
1277.83/1276.61	c inspects		: 28283879486
1277.83/1276.61	c shortcuts		: 0
1277.83/1276.61	c learnt literals	: 18
1277.83/1276.61	c learnt binary clauses	: 15
1277.83/1276.61	c learnt ternary clauses	: 34
1277.83/1276.61	c learnt constraints	: 3254937
1277.83/1276.61	c ignored constraints	: 0
1277.83/1276.61	c root simplifications	: 0
1277.83/1276.61	c removed literals (reason simplification)	: 0
1277.83/1276.61	c reason swapping (by a shorter reason)	: 0
1277.83/1276.61	c Calls to reduceDB	: 76
1277.83/1276.61	c Number of update (reduction) of LBD	: 446697
1277.83/1276.61	c Imported unit clauses	: 0
1277.83/1276.61	c number of reductions to clauses (during analyze)	: 0
1277.83/1276.61	c number of learned constraints concerned by reduction	: 0
1277.83/1276.61	c number of learning phase by resolution	: 0
1277.83/1276.61	c number of learning phase by cutting planes	: 0
1277.83/1276.61	c speed (assignments/second)	: 15790.525687407851
1277.83/1276.61	c non guided choices	1185
1277.83/1276.63	c learnt constraints type 
1277.83/1276.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1277.83/1276.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103930
1277.83/1276.63	s UNSATISFIABLE
1277.83/1276.63	c Total wall clock time (in seconds): 1276.533

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

pid=28190
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.96 2.02 2.00 3/194 28193
/proc/meminfo: memFree=30344992/32872528 swapFree=480748/529804
[pid=28193] ppid=28190 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/28193/stat : 28193 (java) S 28190 28193 23565 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 10628678 98570240 978 33554432000 1073741824 1073778376 140733469041056 140733469032192 211462160445 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28193/statm: 24065 978 744 9 0 16771 0
[pid=28193/tid=28194] ppid=28190 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28194/stat : 28194 (java) R 28190 28193 23565 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 10628679 98570240 978 33554432000 1073741824 1073778376 140733469041056 140326508129832 211458803072 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 1.96 2.02 2.00 3/194 28193
/proc/meminfo: memFree=30344992/32872528 swapFree=480748/529804
[pid=28193] ppid=28190 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/28193/stat : 28193 (java) S 28190 28193 23565 0 -1 4202496 4570 0 1 0 10 1 0 0 20 0 18 0 10628678 9787879424 5690 33554432000 1073741824 1073778376 140733469041056 140733469032192 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28193/statm: 2389619 5691 2157 9 0 2380296 0
[pid=28193/tid=28194] ppid=28190 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/28193/task/28194/stat : 28194 (java) R 28190 28193 23565 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 10628679 9787879424 5692 33554432000 1073741824 1073778376 140733469041056 140326508133280 140326447888015 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200385 s]
/proc/loadavg: 1.96 2.02 2.00 3/194 28193
/proc/meminfo: memFree=30344992/32872528 swapFree=480748/529804
[pid=28193] ppid=28190 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/28193/stat : 28193 (java) S 28190 28193 23565 0 -1 4202496 7070 0 1 0 28 1 0 0 20 0 19 0 10628678 9856040960 7528 33554432000 1073741824 1073778376 140733469041056 140733469032192 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28193/statm: 2406260 7528 2223 9 0 2396937 0
[pid=28193/tid=28194] ppid=28190 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28193/task/28194/stat : 28194 (java) R 28190 28193 23565 0 -1 4202560 2462 0 1 0 18 0 0 0 20 0 19 0 10628679 9856040960 7528 33554432000 1073741824 1073778376 140733469041056 140326508135040 140326447916851 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300289 s]
/proc/loadavg: 1.96 2.02 2.00 3/194 28193
/proc/meminfo: memFree=30344992/32872528 swapFree=480748/529804
[pid=28193] ppid=28190 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/28193/stat : 28193 (java) S 28190 28193 23565 0 -1 4202496 7498 0 1 0 48 1 0 0 20 0 19 0 10628678 9856040960 8155 33554432000 1073741824 1073778376 140733469041056 140733469032192 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28193/statm: 2406260 8155 2236 9 0 2396937 0
[pid=28193/tid=28194] ppid=28190 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/28193/task/28194/stat : 28194 (java) R 28190 28193 23565 0 -1 4202560 2464 0 1 0 27 0 0 0 20 0 19 0 10628679 9856040960 8155 33554432000 1073741824 1073778376 140733469041056 140326508135040 140326448255227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700249 s]
/proc/loadavg: 1.96 2.02 2.00 3/194 28193
/proc/meminfo: memFree=30344992/32872528 swapFree=480748/529804
[pid=28193] ppid=28190 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/28193/stat : 28193 (java) S 28190 28193 23565 0 -1 4202496 9170 0 1 0 103 1 0 0 20 0 19 0 10628678 9856040960 8728 33554432000 1073741824 1073778376 140733469041056 140733469032192 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28193/statm: 2406260 8728 2248 9 0 2396937 0
[pid=28193/tid=28194] ppid=28190 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/28193/task/28194/stat : 28194 (java) R 28190 28193 23565 0 -1 4202560 2464 0 1 0 67 0 0 0 20 0 19 0 10628679 9856040960 8728 33554432000 1073741824 1073778376 140733469041056 140326508125888 140326448299907 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 1.96 2.02 2.00 3/213 28212
/proc/meminfo: memFree=30316100/32872528 swapFree=480748/529804
[pid=28193] ppid=28190 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/28193/stat : 28193 (java) S 28190 28193 23565 0 -1 4202496 9175 0 1 0 183 2 0 0 20 0 19 0 10628678 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140733469032192 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28193/statm: 2406260 9243 2249 9 0 2396937 0
[pid=28193/tid=28194] ppid=28190 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/28193/task/28194/stat : 28194 (java) R 28190 28193 23565 0 -1 4202560 2466 0 1 0 147 0 0 0 20 0 19 0 10628679 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326508134680 140326448299907 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28196] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28196/stat : 28196 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326351879080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28197] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28197/stat : 28197 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326350826536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28198] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28198/stat : 28198 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326349773480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28193/tid=28199] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28199/stat : 28199 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326348720936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28200] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28200/stat : 28200 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326347667880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28201] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28201/stat : 28201 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326346615336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28202] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28202/stat : 28202 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326345562280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28203] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28203/stat : 28203 (java) S 28190 28193 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326344509736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28204] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28204/stat : 28204 (java) S 28190 28193 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10628680 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326332312424 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28205] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28205/stat : 28205 (java) S 28190 28193 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326331258744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28206] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28206/stat : 28206 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326330205576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28207] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28207/stat : 28207 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326329154320 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28208] ppid=28190 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/28193/task/28208/stat : 28208 (java) S 28190 28193 23565 0 -1 4202560 3056 0 0 0 19 0 0 0 20 0 19 0 10628683 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326328101176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28209] ppid=28190 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28193/task/28209/stat : 28209 (java) S 28190 28193 23565 0 -1 4202560 2383 0 0 0 14 0 0 0 20 0 19 0 10628683 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326327048632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28210] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28210/stat : 28210 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326325995768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28211] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28211/stat : 28211 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326324943432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28212] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28212/stat : 28212 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628693 9856040960 9243 33554432000 1073741824 1073778376 140733469041056 140326323889704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 1.96 2.02 2.00 3/213 28212
/proc/meminfo: memFree=30313432/32872528 swapFree=480748/529804
[pid=28193] ppid=28190 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/28193/stat : 28193 (java) S 28190 28193 23565 0 -1 4202496 9180 0 1 0 345 2 0 0 20 0 19 0 10628678 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140733469032192 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28193/statm: 2406260 10270 2249 9 0 2396937 0
[pid=28193/tid=28194] ppid=28190 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/28193/task/28194/stat : 28194 (java) R 28190 28193 23565 0 -1 4202560 2468 0 1 0 306 0 0 0 20 0 19 0 10628679 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326508125888 140326448299907 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28196] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28196/stat : 28196 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326351879080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28197] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28197/stat : 28197 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326350826536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28198] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28198/stat : 28198 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326349773480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28193/tid=28199] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28199/stat : 28199 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326348720936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28200] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28200/stat : 28200 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326347667880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28201] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28201/stat : 28201 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326346615336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28202] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28202/stat : 28202 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326345562280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28203] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28203/stat : 28203 (java) S 28190 28193 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326344509736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28204] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28204/stat : 28204 (java) S 28190 28193 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10628680 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326332312424 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28205] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28205/stat : 28205 (java) S 28190 28193 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326331258744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28206] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28206/stat : 28206 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326330205576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28207] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28207/stat : 28207 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326329154320 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28208] ppid=28190 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28193/task/28208/stat : 28208 (java) S 28190 28193 23565 0 -1 4202560 3056 0 0 0 20 0 0 0 20 0 19 0 10628683 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326328101176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28209] ppid=28190 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28193/task/28209/stat : 28209 (java) S 28190 28193 23565 0 -1 4202560 2386 0 0 0 17 0 0 0 20 0 19 0 10628683 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326327048632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28210] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28210/stat : 28210 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326325995768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28211] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28211/stat : 28211 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326324943432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28212] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28212/stat : 28212 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628693 9856040960 10270 33554432000 1073741824 1073778376 140733469041056 140326323889704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 1.97 2.01 2.00 4/213 28212
/proc/meminfo: memFree=30307212/32872528 swapFree=480748/529804
[pid=28193] ppid=28190 vsize=9625040 CPUtime=6.66 cores=1,3,5,7
/proc/28193/stat : 28193 (java) S 28190 28193 23565 0 -1 4202496 9184 0 1 0 664 2 0 0 20 0 19 0 10628678 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140733469032192 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28193/statm: 2406260 11295 2250 9 0 2396937 0
[pid=28193/tid=28194] ppid=28190 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/28193/task/28194/stat : 28194 (java) R 28190 28193 23565 0 -1 4202560 2471 0 1 0 625 1 0 0 20 0 19 0 10628679 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326508125888 140326448299912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28196] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28196/stat : 28196 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326351879080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28197] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28197/stat : 28197 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326350826536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28198] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28198/stat : 28198 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326349773480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28193/tid=28199] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28199/stat : 28199 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326348720936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28200] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28200/stat : 28200 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326347667880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28201] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28201/stat : 28201 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326346615336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28202] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28202/stat : 28202 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326345562280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28203] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28203/stat : 28203 (java) S 28190 28193 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326344509736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28204] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28204/stat : 28204 (java) S 28190 28193 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10628680 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326332312424 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28205] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28205/stat : 28205 (java) S 28190 28193 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326331258744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28206] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28206/stat : 28206 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326330205576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28207] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28207/stat : 28207 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326329154320 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28208] ppid=28190 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28193/task/28208/stat : 28208 (java) S 28190 28193 23565 0 -1 4202560 3056 0 0 0 20 0 0 0 20 0 19 0 10628683 9856040960 11295 33554432000 1073741824 1073778376 140733469041056 140326328101176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28209] ppid=28190 vsize=9625040 CPUtime=0.17 cores=1,3,5,7

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

[pid=28193/tid=28198] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28198/stat : 28198 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326349773480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28199] ppid=28190 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28193/task/28199/stat : 28199 (java) S 28190 28193 23565 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326348720936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28200] ppid=28190 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28193/task/28200/stat : 28200 (java) S 28190 28193 23565 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326347667880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28201] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28201/stat : 28201 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326346615336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28193/tid=28202] ppid=28190 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28193/task/28202/stat : 28202 (java) S 28190 28193 23565 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326345562280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28203] ppid=28190 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28193/task/28203/stat : 28203 (java) S 28190 28193 23565 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326344509736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28204] ppid=28190 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28193/task/28204/stat : 28204 (java) S 28190 28193 23565 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 19 0 10628680 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326332312424 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28205] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28205/stat : 28205 (java) S 28190 28193 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326331258744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28206] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28206/stat : 28206 (java) S 28190 28193 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326330205576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28207] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28207/stat : 28207 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326329154320 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28208] ppid=28190 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/28193/task/28208/stat : 28208 (java) S 28190 28193 23565 0 -1 4202560 8558 0 0 0 61 2 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326328101176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28209] ppid=28190 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28193/task/28209/stat : 28209 (java) S 28190 28193 23565 0 -1 4202560 4019 0 0 0 45 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326327048632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28210] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28210/stat : 28210 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326325995768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28211] ppid=28190 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/28193/task/28211/stat : 28211 (java) S 28190 28193 23565 0 -1 4202560 74 0 0 0 18 24 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326324943432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28212] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28212/stat : 28212 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628693 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326323889704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1276.43
Current children cumulated vsize (KiB) 9625040

[startup+1276 s]
/proc/loadavg: 2.03 2.05 2.00 3/213 28591
/proc/meminfo: memFree=30144452/32872528 swapFree=480748/529804
[pid=28193] ppid=28190 vsize=9625040 CPUtime=1277.24 cores=1,3,5,7
/proc/28193/stat : 28193 (java) S 28190 28193 23565 0 -1 4202496 16729 0 1 0 127683 41 0 0 20 0 19 0 10628678 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140733469032192 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28193/statm: 2406260 53393 2272 9 0 2396937 0
[pid=28193/tid=28194] ppid=28190 vsize=9625040 CPUtime=1275.67 cores=1,3,5,7
/proc/28193/task/28194/stat : 28194 (java) R 28190 28193 23565 0 -1 4202560 2551 0 1 0 127540 27 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326508132800 140326448568461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28196] ppid=28190 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28193/task/28196/stat : 28196 (java) S 28190 28193 23565 0 -1 4202560 72 0 0 0 2 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326351879080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28197] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28197/stat : 28197 (java) S 28190 28193 23565 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326350826536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28198] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28198/stat : 28198 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326349773480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28199] ppid=28190 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28193/task/28199/stat : 28199 (java) S 28190 28193 23565 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326348720936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28200] ppid=28190 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28193/task/28200/stat : 28200 (java) S 28190 28193 23565 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326347667880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28201] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28201/stat : 28201 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326346615336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28193/tid=28202] ppid=28190 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28193/task/28202/stat : 28202 (java) S 28190 28193 23565 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326345562280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28203] ppid=28190 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28193/task/28203/stat : 28203 (java) S 28190 28193 23565 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326344509736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28204] ppid=28190 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28193/task/28204/stat : 28204 (java) S 28190 28193 23565 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 19 0 10628680 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326332312424 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28205] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28205/stat : 28205 (java) S 28190 28193 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326331258744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28206] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28206/stat : 28206 (java) S 28190 28193 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326330205576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28207] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28207/stat : 28207 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326329154320 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28208] ppid=28190 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/28193/task/28208/stat : 28208 (java) S 28190 28193 23565 0 -1 4202560 8558 0 0 0 61 2 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326328101176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28209] ppid=28190 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28193/task/28209/stat : 28209 (java) S 28190 28193 23565 0 -1 4202560 4019 0 0 0 45 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326327048632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28210] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28210/stat : 28210 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326325995768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28211] ppid=28190 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/28193/task/28211/stat : 28211 (java) S 28190 28193 23565 0 -1 4202560 74 0 0 0 18 24 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326324943432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28212] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28212/stat : 28212 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628693 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326323889704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1277.24
Current children cumulated vsize (KiB) 9625040

[startup+1276.4 s]
/proc/loadavg: 2.03 2.05 2.00 3/213 28591
/proc/meminfo: memFree=30144452/32872528 swapFree=480748/529804
[pid=28193] ppid=28190 vsize=9625040 CPUtime=1277.63 cores=1,3,5,7
/proc/28193/stat : 28193 (java) S 28190 28193 23565 0 -1 4202496 16729 0 1 0 127722 41 0 0 20 0 19 0 10628678 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140733469032192 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28193/statm: 2406260 53393 2272 9 0 2396937 0
[pid=28193/tid=28194] ppid=28190 vsize=9625040 CPUtime=1276.07 cores=1,3,5,7
/proc/28193/task/28194/stat : 28194 (java) R 28190 28193 23565 0 -1 4202560 2551 0 1 0 127580 27 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326508132800 140326448254598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28196] ppid=28190 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28193/task/28196/stat : 28196 (java) S 28190 28193 23565 0 -1 4202560 72 0 0 0 2 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326351879080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28197] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28197/stat : 28197 (java) S 28190 28193 23565 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326350826536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28198] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28198/stat : 28198 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326349773480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28199] ppid=28190 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28193/task/28199/stat : 28199 (java) S 28190 28193 23565 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326348720936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28200] ppid=28190 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28193/task/28200/stat : 28200 (java) S 28190 28193 23565 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326347667880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28201] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28201/stat : 28201 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326346615336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28193/tid=28202] ppid=28190 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28193/task/28202/stat : 28202 (java) S 28190 28193 23565 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326345562280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28203] ppid=28190 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28193/task/28203/stat : 28203 (java) S 28190 28193 23565 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326344509736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28204] ppid=28190 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28193/task/28204/stat : 28204 (java) S 28190 28193 23565 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 19 0 10628680 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326332312424 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28205] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28205/stat : 28205 (java) S 28190 28193 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326331258744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28206] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28206/stat : 28206 (java) S 28190 28193 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326330205576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28207] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28207/stat : 28207 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326329154320 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28208] ppid=28190 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/28193/task/28208/stat : 28208 (java) S 28190 28193 23565 0 -1 4202560 8558 0 0 0 61 2 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326328101176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28209] ppid=28190 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28193/task/28209/stat : 28209 (java) S 28190 28193 23565 0 -1 4202560 4019 0 0 0 45 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326327048632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28210] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28210/stat : 28210 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326325995768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28211] ppid=28190 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/28193/task/28211/stat : 28211 (java) S 28190 28193 23565 0 -1 4202560 74 0 0 0 18 24 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326324943432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28212] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28212/stat : 28212 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628693 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326323889704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1277.63
Current children cumulated vsize (KiB) 9625040

[startup+1276.6 s]
/proc/loadavg: 2.03 2.05 2.00 3/213 28591
/proc/meminfo: memFree=30144452/32872528 swapFree=480748/529804
[pid=28193] ppid=28190 vsize=9625040 CPUtime=1277.83 cores=1,3,5,7
/proc/28193/stat : 28193 (java) S 28190 28193 23565 0 -1 4202496 16729 0 1 0 127742 41 0 0 20 0 19 0 10628678 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140733469032192 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28193/statm: 2406260 53393 2272 9 0 2396937 0
[pid=28193/tid=28194] ppid=28190 vsize=9625040 CPUtime=1276.27 cores=1,3,5,7
/proc/28193/task/28194/stat : 28194 (java) R 28190 28193 23565 0 -1 4202560 2551 0 1 0 127600 27 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326508132800 140326448254652 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28196] ppid=28190 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28193/task/28196/stat : 28196 (java) S 28190 28193 23565 0 -1 4202560 72 0 0 0 2 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326351879080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28197] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28197/stat : 28197 (java) S 28190 28193 23565 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326350826536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28198] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28198/stat : 28198 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326349773480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28199] ppid=28190 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28193/task/28199/stat : 28199 (java) S 28190 28193 23565 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326348720936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28200] ppid=28190 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28193/task/28200/stat : 28200 (java) S 28190 28193 23565 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326347667880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28201] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28201/stat : 28201 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326346615336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28193/tid=28202] ppid=28190 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28193/task/28202/stat : 28202 (java) S 28190 28193 23565 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326345562280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28203] ppid=28190 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28193/task/28203/stat : 28203 (java) S 28190 28193 23565 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 10628679 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326344509736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28204] ppid=28190 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28193/task/28204/stat : 28204 (java) S 28190 28193 23565 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 19 0 10628680 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326332312424 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28205] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28205/stat : 28205 (java) S 28190 28193 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326331258744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28206] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28206/stat : 28206 (java) S 28190 28193 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10628681 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326330205576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28207] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28207/stat : 28207 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326329154320 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28208] ppid=28190 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/28193/task/28208/stat : 28208 (java) S 28190 28193 23565 0 -1 4202560 8558 0 0 0 61 2 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326328101176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28193/tid=28209] ppid=28190 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28193/task/28209/stat : 28209 (java) S 28190 28193 23565 0 -1 4202560 4019 0 0 0 45 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326327048632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28210] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28210/stat : 28210 (java) S 28190 28193 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326325995768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28193/tid=28211] ppid=28190 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/28193/task/28211/stat : 28211 (java) S 28190 28193 23565 0 -1 4202560 74 0 0 0 18 24 0 0 20 0 19 0 10628683 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326324943432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28193/tid=28212] ppid=28190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28193/task/28212/stat : 28212 (java) S 28190 28193 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10628693 9856040960 53393 33554432000 1073741824 1073778376 140733469041056 140326323889704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1277.83
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 1276.64
CPU time (s): 1278.19
CPU user time (s): 1277.51
CPU system time (s): 0.681896
CPU usage (%): 100.121
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1277.51
system time used= 0.681896
maximum resident set size= 213652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16756
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27147
involuntary context switches= 14282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.75982 second user time and 9.27759 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 21:48:08
IDJOB=4121942
IDBENCH=110778
IDSOLVER=2546
FILE ID=node141/4121942-1467316087
RUNJOBID= node141-1467310816-27147
PBS_JOBID= 20005274
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= a8a673d4f58471440e969064172ea728
RANDOM SEED=1873722940

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30345364 kB
Buffers:          165748 kB
Cached:           842044 kB
SwapCached:            0 kB
Active:           541256 kB
Inactive:         701168 kB
Active(anon):     237428 kB
Inactive(anon):        4 kB
Active(file):     303828 kB
Inactive(file):   701164 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               980 kB
Writeback:             0 kB
AnonPages:        774804 kB
Mapped:            22112 kB
Shmem:               204 kB
Slab:             614264 kB
SReclaimable:      57604 kB
SUnreclaim:       556660 kB
KernelStack:        1592 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1221976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node141 at 2016-06-30 22:09:24