Trace number 4119919

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1801.02 1793.25

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm100p-opt.opb.negationfix.opb
MD5SUM7eda093f8adbdb58a7a700ae4694aeb0
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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-4119919-1467279172.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
1.33/0.72	c ... done. Wall clock time 0.603s.
1.33/0.72	c declared #vars     45760
1.33/0.72	c #constraints  1558
1.33/0.72	c constraints type 
1.33/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 714
1.33/0.72	c org.sat4j.specs.Constr$1 => 1
1.33/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 714
1.33/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 129
1.33/0.72	c 1558 constraints processed.
1.33/0.72	c objective function length is 64 literals
3.17/2.17	c cleaning 2497 clauses out of 5000 with flag 24238/5000
4.45/3.32	c cleaning 4240 clauses out of 8503 with flag 57736/11000
5.85/4.77	c cleaning 5614 clauses out of 11265 with flag 101581/18002
7.75/6.62	c cleaning 6816 clauses out of 13651 with flag 155795/26002
9.69/8.56	c cleaning 7897 clauses out of 15833 with flag 207331/35000
12.18/10.94	c cleaning 8953 clauses out of 17937 with flag 268390/45001
15.08/13.89	c cleaning 9975 clauses out of 19983 with flag 342740/56000
18.28/17.05	c cleaning 10982 clauses out of 22010 with flag 422389/68002
21.98/20.76	c cleaning 11995 clauses out of 24029 with flag 523016/81003
26.18/24.98	c cleaning 12985 clauses out of 26032 with flag 640221/95001
30.58/29.06	c cleaning 13991 clauses out of 28046 with flag 768931/110000
35.18/33.65	c cleaning 15001 clauses out of 30056 with flag 916375/126001
40.28/38.75	c cleaning 16003 clauses out of 32058 with flag 1076256/143004
45.69/44.12	c cleaning 17004 clauses out of 34054 with flag 1207772/161003
51.58/50.09	c cleaning 18005 clauses out of 36052 with flag 1358644/180005
58.29/56.73	c cleaning 18994 clauses out of 38042 with flag 1521870/200000
65.40/63.87	c cleaning 19998 clauses out of 40048 with flag 1696771/221000
72.69/71.18	c cleaning 21001 clauses out of 42050 with flag 1877318/243000
81.64/79.74	c cleaning 22002 clauses out of 44050 with flag 2065939/266001
90.24/88.38	c cleaning 23000 clauses out of 46047 with flag 2269373/290000
99.74/97.83	c cleaning 24003 clauses out of 48047 with flag 2484029/315000
109.74/107.87	c cleaning 25000 clauses out of 50045 with flag 2719516/341001
120.24/118.35	c cleaning 26004 clauses out of 52044 with flag 2910757/368000
130.94/129.05	c cleaning 27000 clauses out of 54041 with flag 3137957/396001
143.43/141.10	c cleaning 28000 clauses out of 56041 with flag 3381961/425001
155.83/153.57	c cleaning 28998 clauses out of 58041 with flag 3626986/455001
169.13/166.80	c cleaning 30001 clauses out of 60044 with flag 3888202/486002
183.63/181.37	c cleaning 31001 clauses out of 62043 with flag 4172544/518002
199.82/197.50	c cleaning 32000 clauses out of 64040 with flag 4436908/551000
216.22/213.91	c cleaning 32997 clauses out of 66041 with flag 4714521/585001
234.43/232.20	c cleaning 33994 clauses out of 68043 with flag 5020859/620000
252.22/249.94	c cleaning 34997 clauses out of 70051 with flag 5342148/656002
271.60/268.60	c cleaning 36009 clauses out of 72053 with flag 5665892/693001
289.50/286.56	c cleaning 37000 clauses out of 74045 with flag 6004169/731002
308.30/305.35	c cleaning 37997 clauses out of 76044 with flag 6368716/770001
328.20/325.22	c cleaning 39005 clauses out of 78047 with flag 6746332/810001
346.39/343.49	c cleaning 40003 clauses out of 80041 with flag 7131611/851000
369.00/366.06	c cleaning 40992 clauses out of 82041 with flag 7502353/893003
391.00/388.08	c cleaning 42005 clauses out of 84049 with flag 7871393/936003
415.36/411.93	c cleaning 43002 clauses out of 86041 with flag 8283824/980000
439.07/435.63	c cleaning 43999 clauses out of 88039 with flag 8671417/1025000
465.27/461.85	c cleaning 45001 clauses out of 90041 with flag 9092031/1071001
492.66/489.26	c cleaning 45996 clauses out of 92039 with flag 9526237/1118000
520.06/516.68	c cleaning 47003 clauses out of 94043 with flag 9945696/1166000
548.97/545.52	c cleaning 47993 clauses out of 96040 with flag 10369542/1215000
580.48/577.03	c cleaning 48996 clauses out of 98047 with flag 10809677/1265000
610.68/607.24	c cleaning 49998 clauses out of 100051 with flag 11276117/1316000
642.68/639.22	c cleaning 50996 clauses out of 102054 with flag 11735087/1368001
678.04/673.40	c cleaning 52007 clauses out of 104059 with flag 12218935/1421002
711.94/707.27	c cleaning 53001 clauses out of 106050 with flag 12704309/1475000
745.84/741.15	c cleaning 53997 clauses out of 108049 with flag 13253904/1530000
777.44/772.72	c cleaning 55000 clauses out of 110052 with flag 13881079/1586000
811.04/806.35	c cleaning 55997 clauses out of 112052 with flag 14499848/1643000
846.55/841.85	c cleaning 57001 clauses out of 114055 with flag 15046117/1701000
886.76/882.01	c cleaning 58002 clauses out of 116054 with flag 15591439/1760000
927.95/923.25	c cleaning 58996 clauses out of 118053 with flag 16145884/1820001
969.57/964.26	c cleaning 59998 clauses out of 120057 with flag 16702253/1881001
1014.17/1008.89	c cleaning 61004 clauses out of 122058 with flag 17302314/1943000
1057.15/1051.87	c cleaning 61997 clauses out of 124054 with flag 17900295/2006000
1105.54/1100.23	c cleaning 62999 clauses out of 126057 with flag 18507641/2070000
1152.97/1147.06	c cleaning 64002 clauses out of 128061 with flag 19141357/2135003
1203.39/1197.44	c cleaning 65008 clauses out of 130056 with flag 19781050/2201000
1263.10/1257.15	c cleaning 65995 clauses out of 132049 with flag 20424885/2268001
1324.30/1318.39	c cleaning 67008 clauses out of 134054 with flag 21125800/2336001
1386.15/1379.95	c cleaning 67999 clauses out of 136045 with flag 21824487/2405000
1447.45/1441.29	c cleaning 68992 clauses out of 138046 with flag 22548048/2475000
1503.05/1496.84	c cleaning 70001 clauses out of 140054 with flag 23281374/2546000
1567.56/1561.34	c cleaning 71005 clauses out of 142055 with flag 23964154/2618002
1628.16/1621.64	c cleaning 72004 clauses out of 144048 with flag 24644218/2691000
1688.17/1681.69	c cleaning 72993 clauses out of 146045 with flag 25294429/2765001
1748.36/1741.85	c cleaning 74006 clauses out of 148054 with flag 26061149/2840003
1800.06/1793.20	c starts		: 11
1800.06/1793.20	c conflicts		: 2904129
1800.06/1793.20	c decisions		: 3444260
1800.06/1793.20	c propagations		: 441427736
1800.06/1793.20	c inspects		: 23536512033
1800.06/1793.20	c shortcuts		: 0
1800.06/1793.20	c learnt literals	: 0
1800.06/1793.20	c learnt binary clauses	: 0
1800.06/1793.20	c learnt ternary clauses	: 0
1800.06/1793.20	c learnt constraints	: 2904129
1800.06/1793.20	c ignored constraints	: 0
1800.06/1793.20	c root simplifications	: 0
1800.06/1793.20	c removed literals (reason simplification)	: 0
1800.06/1793.20	c reason swapping (by a shorter reason)	: 0
1800.06/1793.20	c Calls to reduceDB	: 71
1800.06/1793.20	c Number of update (reduction) of LBD	: 904825
1800.06/1793.20	c Imported unit clauses	: 0
1800.06/1793.20	c number of reductions to clauses (during analyze)	: 0
1800.06/1793.20	c number of learned constraints concerned by reduction	: 0
1800.06/1793.20	c number of learning phase by resolution	: 0
1800.06/1793.20	c number of learning phase by cutting planes	: 0
1800.06/1793.20	c speed (assignments/second)	: 246269.08814194563
1800.06/1793.20	c non guided choices	229424
1800.06/1793.21	c timeout
1800.06/1793.23	c learnt constraints type 
1800.06/1793.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138174
1800.06/1793.23	s UNKNOWN
1800.06/1793.23	c Total wall clock time (in seconds): 1793.115

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-4119919-1467279172/watcher-4119919-1467279172 -o /tmp/evaluation-result-4119919-1467279172/solver-4119919-1467279172 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467279172-10701 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119919-1467279172.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.09 2.09 3/172 10726
/proc/meminfo: memFree=31361920/32872528 swapFree=171304/177436
[pid=10726] ppid=10722 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/10726/stat : 10726 (java) R 10722 10726 7235 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 6948574 278528 33 33554432000 1073741824 1073778376 140735204977584 140737038445112 224913353909 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10726/statm: 68 33 25 9 0 25 0

[startup+0.100061 s]
/proc/loadavg: 2.15 2.09 2.09 3/172 10726
/proc/meminfo: memFree=31361920/32872528 swapFree=171304/177436
[pid=10726] ppid=10722 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10726/stat : 10726 (java) S 10722 10726 7235 0 -1 4202496 4414 0 1 0 8 2 0 0 20 0 18 0 6948574 9787879424 6036 33554432000 1073741824 1073778376 140735204977584 140735204968720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10726/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.15 2.09 2.09 3/172 10726
/proc/meminfo: memFree=31361920/32872528 swapFree=171304/177436
[pid=10726] ppid=10722 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/10726/stat : 10726 (java) S 10722 10726 7235 0 -1 4202496 6330 0 1 0 26 2 0 0 20 0 18 0 6948574 9787879424 8294 33554432000 1073741824 1073778376 140735204977584 140735204968720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10726/statm: 2389619 8295 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 2.15 2.09 2.09 3/172 10726
/proc/meminfo: memFree=31361920/32872528 swapFree=171304/177436
[pid=10726] ppid=10722 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/10726/stat : 10726 (java) S 10722 10726 7235 0 -1 4202496 7315 0 1 0 51 2 0 0 20 0 18 0 6948574 9787879424 10393 33554432000 1073741824 1073778376 140735204977584 140735204968720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10726/statm: 2389619 10404 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700206 s]
/proc/loadavg: 2.15 2.09 2.09 3/172 10726
/proc/meminfo: memFree=31361920/32872528 swapFree=171304/177436
[pid=10726] ppid=10722 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/10726/stat : 10726 (java) S 10722 10726 7235 0 -1 4202496 8648 0 1 0 126 7 0 0 20 0 18 0 6948574 9787879424 48317 33554432000 1073741824 1073778376 140735204977584 140735204968720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10726/statm: 2389619 48317 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.15 2.09 2.09 3/213 10767
/proc/meminfo: memFree=30984616/32872528 swapFree=171304/177436
[pid=10726] ppid=10722 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/10726/stat : 10726 (java) S 10722 10726 7235 0 -1 4202496 10848 0 1 0 248 8 0 0 20 0 19 0 6948574 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 140735204968720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10726/statm: 2406260 49359 2272 9 0 2396937 0
[pid=10726/tid=10732] ppid=10722 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/10726/task/10732/stat : 10732 (java) R 10722 10726 7235 0 -1 4202560 2477 0 1 0 134 3 0 0 20 0 19 0 6948575 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885895164064 139885760200220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10734] ppid=10722 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10726/task/10734/stat : 10734 (java) S 10722 10726 7235 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 6948576 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885884225832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10735] ppid=10722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10726/task/10735/stat : 10735 (java) S 10722 10726 7235 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 6948576 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885883173032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10736] ppid=10722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10726/task/10736/stat : 10736 (java) S 10722 10726 7235 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 6948576 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885882120744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10737] ppid=10722 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10726/task/10737/stat : 10737 (java) S 10722 10726 7235 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 19 0 6948576 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885881067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10738] ppid=10722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10726/task/10738/stat : 10738 (java) S 10722 10726 7235 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 6948576 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885880015656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10739] ppid=10722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10726/task/10739/stat : 10739 (java) S 10722 10726 7235 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 6948576 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885878962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10741] ppid=10722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10726/task/10741/stat : 10741 (java) S 10722 10726 7235 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 6948576 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885731855400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10742] ppid=10722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10726/task/10742/stat : 10742 (java) S 10722 10726 7235 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 6948576 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885730802600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10750] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10750/stat : 10750 (java) S 10722 10726 7235 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885718604008 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10752] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10752/stat : 10752 (java) S 10722 10726 7235 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885717550072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10753] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10753/stat : 10753 (java) S 10722 10726 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885716497672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10757] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10757/stat : 10757 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885715446160 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10758] ppid=10722 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10726/task/10758/stat : 10758 (java) S 10722 10726 7235 0 -1 4202560 2575 0 0 0 36 0 0 0 20 0 19 0 6948580 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885714393784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10760] ppid=10722 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/10726/task/10760/stat : 10760 (java) S 10722 10726 7235 0 -1 4202560 4367 0 0 0 50 0 0 0 20 0 19 0 6948580 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885713340984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10762] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10762/stat : 10762 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885712288888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10764] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10764/stat : 10764 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885711236296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10767] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10767/stat : 10767 (java) S 10722 10726 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6948648 9856040960 49359 33554432000 1073741824 1073778376 140735204977584 139885710181288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.15 2.09 2.09 4/213 10767
/proc/meminfo: memFree=30962720/32872528 swapFree=171304/177436
[pid=10726] ppid=10722 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/10726/stat : 10726 (java) S 10722 10726 7235 0 -1 4202496 10871 0 1 0 413 8 0 0 20 0 19 0 6948574 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 140735204968720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10726/statm: 2406260 55510 2278 9 0 2396937 0
[pid=10726/tid=10732] ppid=10722 vsize=9625040 CPUtime=2.97 cores=1,3,5,7
/proc/10726/task/10732/stat : 10732 (java) R 10722 10726 7235 0 -1 4202560 2491 0 1 0 293 4 0 0 20 0 19 0 6948575 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885895164408 139885760098592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10734] ppid=10722 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10726/task/10734/stat : 10734 (java) S 10722 10726 7235 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 6948576 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885884225832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10735] ppid=10722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10726/task/10735/stat : 10735 (java) S 10722 10726 7235 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 6948576 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885883173032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10736] ppid=10722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10726/task/10736/stat : 10736 (java) S 10722 10726 7235 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 6948576 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885882120744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10737] ppid=10722 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10726/task/10737/stat : 10737 (java) S 10722 10726 7235 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 19 0 6948576 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885881067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10738] ppid=10722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10726/task/10738/stat : 10738 (java) S 10722 10726 7235 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 6948576 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885880015656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10739] ppid=10722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10726/task/10739/stat : 10739 (java) S 10722 10726 7235 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 6948576 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885878962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10741] ppid=10722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10726/task/10741/stat : 10741 (java) S 10722 10726 7235 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 6948576 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885731855400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10742] ppid=10722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10726/task/10742/stat : 10742 (java) S 10722 10726 7235 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 6948576 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885730802600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10750] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10750/stat : 10750 (java) S 10722 10726 7235 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885718604008 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10752] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10752/stat : 10752 (java) S 10722 10726 7235 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885717550072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10753] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10753/stat : 10753 (java) S 10722 10726 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885716497672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10757] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10757/stat : 10757 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885715446160 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10758] ppid=10722 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/10726/task/10758/stat : 10758 (java) S 10722 10726 7235 0 -1 4202560 2578 0 0 0 40 0 0 0 20 0 19 0 6948580 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885714393784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10760] ppid=10722 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10726/task/10760/stat : 10760 (java) S 10722 10726 7235 0 -1 4202560 4372 0 0 0 51 0 0 0 20 0 19 0 6948580 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885713340984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10762] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10762/stat : 10762 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885712288888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10764] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10764/stat : 10764 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885711236296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10767] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10767/stat : 10767 (java) S 10722 10726 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6948648 9856040960 55510 33554432000 1073741824 1073778376 140735204977584 139885710181288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.13 2.09 2.09 3/213 10767
/proc/meminfo: memFree=30863716/32872528 swapFree=171304/177436
[pid=10726] ppid=10722 vsize=9625040 CPUtime=7.44 cores=1,3,5,7
/proc/10726/stat : 10726 (java) S 10722 10726 7235 0 -1 4202496 10898 0 1 0 735 9 0 0 20 0 19 0 6948574 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 140735204968720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10726/statm: 2406260 68294 2278 9 0 2396937 0
[pid=10726/tid=10732] ppid=10722 vsize=9625040 CPUtime=6.17 cores=1,3,5,7
/proc/10726/task/10732/stat : 10732 (java) R 10722 10726 7235 0 -1 4202560 2518 0 1 0 612 5 0 0 20 0 19 0 6948575 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885895164280 139885760001151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10734] ppid=10722 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10726/task/10734/stat : 10734 (java) S 10722 10726 7235 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 6948576 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885884225832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10735] ppid=10722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10726/task/10735/stat : 10735 (java) S 10722 10726 7235 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 6948576 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885883173032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10736] ppid=10722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10726/task/10736/stat : 10736 (java) S 10722 10726 7235 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 6948576 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885882120744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10737] ppid=10722 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10726/task/10737/stat : 10737 (java) S 10722 10726 7235 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 19 0 6948576 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885881067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10738] ppid=10722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10726/task/10738/stat : 10738 (java) S 10722 10726 7235 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 6948576 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885880015656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10739] ppid=10722 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10726/task/10739/stat : 10739 (java) S 10722 10726 7235 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 6948576 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885878962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10741] ppid=10722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10726/task/10741/stat : 10741 (java) S 10722 10726 7235 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 6948576 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885731855400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10742] ppid=10722 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10726/task/10742/stat : 10742 (java) S 10722 10726 7235 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 6948576 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885730802600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10750] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10750/stat : 10750 (java) S 10722 10726 7235 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885718604008 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10752] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10752/stat : 10752 (java) S 10722 10726 7235 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885717550072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10753] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10753/stat : 10753 (java) S 10722 10726 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885716497672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10757] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10757/stat : 10757 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885715446160 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10758] ppid=10722 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/10726/task/10758/stat : 10758 (java) S 10722 10726 7235 0 -1 4202560 2578 0 0 0 42 0 0 0 20 0 19 0 6948580 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885714393784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10760] ppid=10722 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/10726/task/10760/stat : 10760 (java) S 10722 10726 7235 0 -1 4202560 4372 0 0 0 53 0 0 0 20 0 19 0 6948580 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885713340984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10762] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10762/stat : 10762 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885712288888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10764] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10764/stat : 10764 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885711236296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10767] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10767/stat : 10767 (java) S 10722 10726 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6948648 9856040960 68294 33554432000 1073741824 1073778376 140735204977584 139885710181288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9625040


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

[pid=10726/tid=10752] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10752/stat : 10752 (java) S 10722 10726 7235 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885717550072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10753] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10753/stat : 10753 (java) S 10722 10726 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885716497672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10757] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10757/stat : 10757 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885715446160 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10758] ppid=10722 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/10726/task/10758/stat : 10758 (java) S 10722 10726 7235 0 -1 4202560 3068 0 0 0 47 0 0 0 20 0 19 0 6948580 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885714393784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10760] ppid=10722 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10726/task/10760/stat : 10760 (java) S 10722 10726 7235 0 -1 4202560 4374 0 0 0 54 0 0 0 20 0 19 0 6948580 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885713340984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10762] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10762/stat : 10762 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885712288888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10764] ppid=10722 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/10726/task/10764/stat : 10764 (java) S 10722 10726 7235 0 -1 4202560 95 0 0 0 27 41 0 0 20 0 19 0 6948580 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885711236296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10767] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10767/stat : 10767 (java) S 10722 10726 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6948648 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885710181288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1668.86
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 2.02 3/214 10833
/proc/meminfo: memFree=24807036/32872528 swapFree=171304/177436
[pid=10726] ppid=10722 vsize=9625040 CPUtime=1728.86 cores=1,3,5,7
/proc/10726/stat : 10726 (java) S 10722 10726 7235 0 -1 4202496 66562 0 1 0 172563 323 0 0 20 0 19 0 6948574 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 140735204968720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10726/statm: 2406260 837129 2287 9 0 2396937 0
[pid=10726/tid=10732] ppid=10722 vsize=9625040 CPUtime=1719.53 cores=1,3,5,7
/proc/10726/task/10732/stat : 10732 (java) R 10722 10726 7235 0 -1 4202560 3389 0 1 0 171911 42 0 0 20 0 19 0 6948575 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885895155392 139885760161295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10734] ppid=10722 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10726/task/10734/stat : 10734 (java) S 10722 10726 7235 0 -1 4202560 8410 0 0 0 47 33 0 0 20 0 19 0 6948576 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885884225832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10735] ppid=10722 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/10726/task/10735/stat : 10735 (java) S 10722 10726 7235 0 -1 4202560 5583 0 0 0 58 33 0 0 20 0 19 0 6948576 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885883173032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10736] ppid=10722 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/10726/task/10736/stat : 10736 (java) S 10722 10726 7235 0 -1 4202560 5415 0 0 0 62 33 0 0 20 0 19 0 6948576 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885882120744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10737] ppid=10722 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/10726/task/10737/stat : 10737 (java) S 10722 10726 7235 0 -1 4202560 7906 0 0 0 77 53 0 0 20 0 19 0 6948576 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885881067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10738] ppid=10722 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/10726/task/10738/stat : 10738 (java) S 10722 10726 7235 0 -1 4202560 7081 0 0 0 61 38 0 0 20 0 19 0 6948576 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885880015656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10739] ppid=10722 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10726/task/10739/stat : 10739 (java) S 10722 10726 7235 0 -1 4202560 7130 0 0 0 48 32 0 0 20 0 19 0 6948576 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885878962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10741] ppid=10722 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/10726/task/10741/stat : 10741 (java) S 10722 10726 7235 0 -1 4202560 5906 0 0 0 47 25 0 0 20 0 19 0 6948576 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885731855400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10742] ppid=10722 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/10726/task/10742/stat : 10742 (java) S 10722 10726 7235 0 -1 4202560 5223 0 0 0 55 39 0 0 20 0 19 0 6948576 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885730802600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10750] ppid=10722 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/10726/task/10750/stat : 10750 (java) S 10722 10726 7235 0 -1 4202560 1720 0 0 0 76 2 0 0 20 0 19 0 6948577 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885718604008 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10752] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10752/stat : 10752 (java) S 10722 10726 7235 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885717550072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10753] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10753/stat : 10753 (java) S 10722 10726 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885716497672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10757] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10757/stat : 10757 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885715446160 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10758] ppid=10722 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/10726/task/10758/stat : 10758 (java) S 10722 10726 7235 0 -1 4202560 3068 0 0 0 47 0 0 0 20 0 19 0 6948580 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885714393784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10760] ppid=10722 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10726/task/10760/stat : 10760 (java) S 10722 10726 7235 0 -1 4202560 4374 0 0 0 54 0 0 0 20 0 19 0 6948580 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885713340984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10762] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10762/stat : 10762 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885712288888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10764] ppid=10722 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/10726/task/10764/stat : 10764 (java) S 10722 10726 7235 0 -1 4202560 99 0 0 0 28 43 0 0 20 0 19 0 6948580 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885711236296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10767] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10767/stat : 10767 (java) S 10722 10726 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6948648 9856040960 837129 33554432000 1073741824 1073778376 140735204977584 139885710181288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1728.86
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.02 3/213 10834
/proc/meminfo: memFree=24869908/32872528 swapFree=171304/177436
[pid=10726] ppid=10722 vsize=9625040 CPUtime=1789.16 cores=1,3,5,7
/proc/10726/stat : 10726 (java) S 10722 10726 7235 0 -1 4202496 66613 0 1 0 178592 324 0 0 20 0 19 0 6948574 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 140735204968720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10726/statm: 2406260 821366 2287 9 0 2396937 0
[pid=10726/tid=10732] ppid=10722 vsize=9625040 CPUtime=1779.43 cores=1,3,5,7
/proc/10726/task/10732/stat : 10732 (java) R 10722 10726 7235 0 -1 4202560 3390 0 1 0 177900 43 0 0 20 0 19 0 6948575 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885895163072 139885760098587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10734] ppid=10722 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10726/task/10734/stat : 10734 (java) S 10722 10726 7235 0 -1 4202560 8410 0 0 0 50 33 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885884225832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10735] ppid=10722 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/10726/task/10735/stat : 10735 (java) S 10722 10726 7235 0 -1 4202560 5588 0 0 0 60 33 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885883173032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10736] ppid=10722 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/10726/task/10736/stat : 10736 (java) S 10722 10726 7235 0 -1 4202560 5415 0 0 0 71 34 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885882120744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10737] ppid=10722 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/10726/task/10737/stat : 10737 (java) S 10722 10726 7235 0 -1 4202560 7906 0 0 0 81 53 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885881067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10738] ppid=10722 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/10726/task/10738/stat : 10738 (java) S 10722 10726 7235 0 -1 4202560 7081 0 0 0 70 38 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885880015656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10739] ppid=10722 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10726/task/10739/stat : 10739 (java) S 10722 10726 7235 0 -1 4202560 7134 0 0 0 51 32 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885878962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10741] ppid=10722 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10726/task/10741/stat : 10741 (java) S 10722 10726 7235 0 -1 4202560 5911 0 0 0 50 25 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885731855400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10742] ppid=10722 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/10726/task/10742/stat : 10742 (java) S 10722 10726 7235 0 -1 4202560 5253 0 0 0 61 39 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885730802600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10750] ppid=10722 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/10726/task/10750/stat : 10750 (java) S 10722 10726 7235 0 -1 4202560 1722 0 0 0 77 2 0 0 20 0 19 0 6948577 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885718604008 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10752] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10752/stat : 10752 (java) S 10722 10726 7235 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885717550072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10753] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10753/stat : 10753 (java) S 10722 10726 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885716497672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10757] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10757/stat : 10757 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885715446160 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10758] ppid=10722 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/10726/task/10758/stat : 10758 (java) S 10722 10726 7235 0 -1 4202560 3068 0 0 0 47 0 0 0 20 0 19 0 6948580 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885714393784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10760] ppid=10722 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10726/task/10760/stat : 10760 (java) S 10722 10726 7235 0 -1 4202560 4374 0 0 0 54 0 0 0 20 0 19 0 6948580 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885713340984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10762] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10762/stat : 10762 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885712288888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10764] ppid=10722 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/10726/task/10764/stat : 10764 (java) S 10722 10726 7235 0 -1 4202560 103 0 0 0 29 44 0 0 20 0 19 0 6948580 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885711236296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10767] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10767/stat : 10767 (java) S 10722 10726 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6948648 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885710181288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1789.16
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 2.02 2.03 2.02 3/213 10835
/proc/meminfo: memFree=24870036/32872528 swapFree=171304/177436
[pid=10726] ppid=10722 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/10726/stat : 10726 (java) S 10722 10726 7235 0 -1 4202496 66613 0 1 0 179682 324 0 0 20 0 19 0 6948574 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 140735204968720 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10726/statm: 2406260 821366 2287 9 0 2396937 0
[pid=10726/tid=10732] ppid=10722 vsize=9625040 CPUtime=1790.33 cores=1,3,5,7
/proc/10726/task/10732/stat : 10732 (java) R 10722 10726 7235 0 -1 4202560 3390 0 1 0 178990 43 0 0 20 0 19 0 6948575 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885895163072 139885760161287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10734] ppid=10722 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10726/task/10734/stat : 10734 (java) S 10722 10726 7235 0 -1 4202560 8410 0 0 0 50 33 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885884225832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10735] ppid=10722 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/10726/task/10735/stat : 10735 (java) S 10722 10726 7235 0 -1 4202560 5588 0 0 0 60 33 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885883173032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10736] ppid=10722 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/10726/task/10736/stat : 10736 (java) S 10722 10726 7235 0 -1 4202560 5415 0 0 0 71 34 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885882120744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10737] ppid=10722 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/10726/task/10737/stat : 10737 (java) S 10722 10726 7235 0 -1 4202560 7906 0 0 0 81 53 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885881067944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10738] ppid=10722 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/10726/task/10738/stat : 10738 (java) S 10722 10726 7235 0 -1 4202560 7081 0 0 0 70 38 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885880015656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10739] ppid=10722 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10726/task/10739/stat : 10739 (java) S 10722 10726 7235 0 -1 4202560 7134 0 0 0 51 32 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885878962856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10726/tid=10741] ppid=10722 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10726/task/10741/stat : 10741 (java) S 10722 10726 7235 0 -1 4202560 5911 0 0 0 50 25 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885731855400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10742] ppid=10722 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/10726/task/10742/stat : 10742 (java) S 10722 10726 7235 0 -1 4202560 5253 0 0 0 61 39 0 0 20 0 19 0 6948576 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885730802600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10750] ppid=10722 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/10726/task/10750/stat : 10750 (java) S 10722 10726 7235 0 -1 4202560 1722 0 0 0 77 2 0 0 20 0 19 0 6948577 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885718604008 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10752] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10752/stat : 10752 (java) S 10722 10726 7235 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885717550072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10753] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10753/stat : 10753 (java) S 10722 10726 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6948577 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885716497672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10757] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10757/stat : 10757 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885715446160 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10758] ppid=10722 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/10726/task/10758/stat : 10758 (java) S 10722 10726 7235 0 -1 4202560 3068 0 0 0 47 0 0 0 20 0 19 0 6948580 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885714393784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10726/tid=10760] ppid=10722 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/10726/task/10760/stat : 10760 (java) S 10722 10726 7235 0 -1 4202560 4374 0 0 0 54 0 0 0 20 0 19 0 6948580 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885713340984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10726/tid=10762] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10762/stat : 10762 (java) S 10722 10726 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6948580 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885712288888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10764] ppid=10722 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10726/task/10764/stat : 10764 (java) S 10722 10726 7235 0 -1 4202560 103 0 0 0 31 44 0 0 20 0 19 0 6948580 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885711236296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10726/tid=10767] ppid=10722 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10767/stat : 10767 (java) S 10722 10726 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6948648 9856040960 821366 33554432000 1073741824 1073778376 140735204977584 139885710181288 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10726 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1793.25
CPU time (s): 1801.02
CPU user time (s): 1797.1
CPU system time (s): 3.9254
CPU usage (%): 100.433
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.1
system time used= 3.9254
maximum resident set size= 3583860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66661
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40101
involuntary context switches= 8439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9753 second user time and 16.9134 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 11:32:52
IDJOB=4119919
IDBENCH=111820
IDSOLVER=2546
FILE ID=node105/4119919-1467279172
RUNJOBID= node105-1467279172-10701
PBS_JOBID= 20004488
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm100p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119919-1467279172/watcher-4119919-1467279172 -o /tmp/evaluation-result-4119919-1467279172/solver-4119919-1467279172 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467279172-10701 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119919-1467279172.opb

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

MD5SUM BENCH= 7eda093f8adbdb58a7a700ae4694aeb0
RANDOM SEED=897634003

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.487
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:        31362704 kB
Buffers:          133820 kB
Cached:           444468 kB
SwapCached:            0 kB
Active:           181876 kB
Inactive:         409664 kB
Active(anon):       8036 kB
Inactive(anon):     7948 kB
Active(file):     173840 kB
Inactive(file):   401716 kB
Unevictable:      177436 kB
Mlocked:          171304 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5188 kB
Writeback:             0 kB
AnonPages:        339932 kB
Mapped:            13640 kB
Shmem:               204 kB
Slab:             610676 kB
SReclaimable:      54284 kB
SUnreclaim:       556392 kB
KernelStack:        1416 kB
PageTables:         4248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     274348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 71724 MiB
End job on node105 at 2016-06-30 12:02:46