Trace number 4085710

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) 1800.8 1745.87

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-777800.opb
MD5SUMfa5c07257df1fb9de8867209807734ca
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-80
Best CPU time to get the best result obtained on this benchmark97.7781
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6400
Total number of constraints475
Number of constraints which are clauses4
Number of constraints which are cardinality constraints (but not clauses)471
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint6400
Number of terms in the objective function 6400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6400
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 6480
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085710-1465278028.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.53/0.35	c ... done. Wall clock time 0.245s.
0.53/0.35	c declared #vars     6400
0.53/0.35	c #constraints  476
0.53/0.35	c constraints type 
0.53/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 472
0.53/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.53/0.35	c 476 constraints processed.
0.53/0.35	c objective function length is 6400 literals
4.57/3.82	c cleaning 2498 clauses out of 5000 with flag 10529/5000
8.35/7.39	c cleaning 4251 clauses out of 8502 with flag 24941/11000
12.47/11.46	c cleaning 5622 clauses out of 11251 with flag 43139/18000
17.30/16.05	c cleaning 6808 clauses out of 13629 with flag 62908/26000
22.60/21.08	c cleaning 7910 clauses out of 15822 with flag 83479/35001
28.19/26.67	c cleaning 8955 clauses out of 17911 with flag 106082/45000
34.80/32.91	c cleaning 9981 clauses out of 19962 with flag 131363/56006
41.50/39.68	c cleaning 10983 clauses out of 21976 with flag 157290/68001
49.78/47.49	c cleaning 11994 clauses out of 23992 with flag 185440/81000
57.78/55.48	c cleaning 12997 clauses out of 25998 with flag 218207/95000
68.19/64.65	c cleaning 13998 clauses out of 28002 with flag 253566/110001
78.48/74.01	c cleaning 15001 clauses out of 30006 with flag 290827/126003
88.38/83.97	c cleaning 16002 clauses out of 32004 with flag 330532/143002
98.78/94.30	c cleaning 16998 clauses out of 34000 with flag 371868/161000
111.28/105.75	c cleaning 17994 clauses out of 36005 with flag 416655/180003
122.88/117.36	c cleaning 19004 clauses out of 38009 with flag 461486/200001
137.21/130.34	c cleaning 20001 clauses out of 40004 with flag 507317/221000
150.51/143.61	c cleaning 21001 clauses out of 42003 with flag 554283/243000
165.47/158.19	c cleaning 22003 clauses out of 44006 with flag 602593/266004
181.87/173.25	c cleaning 22996 clauses out of 46000 with flag 653032/290001
197.07/188.49	c cleaning 24002 clauses out of 48003 with flag 706044/315000
213.37/204.38	c cleaning 24998 clauses out of 50001 with flag 761401/341000
232.04/221.82	c cleaning 25999 clauses out of 52004 with flag 821844/368001
249.34/239.13	c cleaning 26996 clauses out of 54005 with flag 882443/396001
269.58/259.04	c cleaning 28005 clauses out of 56009 with flag 943847/425001
289.87/278.64	c cleaning 29000 clauses out of 58003 with flag 1008538/455000
309.92/298.37	c cleaning 30003 clauses out of 60005 with flag 1075379/486002
330.84/318.46	c cleaning 30994 clauses out of 62000 with flag 1146613/518000
351.68/338.85	c cleaning 31999 clauses out of 64006 with flag 1218662/551000
374.33/360.51	c cleaning 33002 clauses out of 66007 with flag 1291969/585000
397.39/383.00	c cleaning 34003 clauses out of 68005 with flag 1366064/620000
420.99/405.76	c cleaning 34998 clauses out of 70002 with flag 1444204/656000
444.88/428.72	c cleaning 35999 clauses out of 72006 with flag 1524468/693002
471.36/454.04	c cleaning 37000 clauses out of 74006 with flag 1604336/731001
497.16/479.23	c cleaning 37999 clauses out of 76005 with flag 1688609/770000
525.93/507.04	c cleaning 38998 clauses out of 78007 with flag 1774094/810001
552.74/533.38	c cleaning 40000 clauses out of 80008 with flag 1860420/851000
579.15/559.13	c cleaning 40998 clauses out of 82008 with flag 1959324/893000
606.61/585.95	c cleaning 42002 clauses out of 84010 with flag 2053209/936000
635.33/614.21	c cleaning 43004 clauses out of 86008 with flag 2146492/980000
665.83/643.67	c cleaning 43998 clauses out of 88005 with flag 2242119/1025001
696.06/673.14	c cleaning 44999 clauses out of 90006 with flag 2340892/1071000
726.80/702.94	c cleaning 46001 clauses out of 92009 with flag 2446613/1118002
757.55/733.38	c cleaning 47000 clauses out of 94007 with flag 2552389/1166001
791.24/765.86	c cleaning 48002 clauses out of 96007 with flag 2655125/1215001
825.87/799.43	c cleaning 49003 clauses out of 98010 with flag 2764776/1265006
861.56/834.79	c cleaning 49998 clauses out of 100003 with flag 2873285/1316002
899.37/869.97	c cleaning 51001 clauses out of 102005 with flag 2984221/1368002
934.22/904.31	c cleaning 52000 clauses out of 104003 with flag 3097431/1421001
971.58/940.38	c cleaning 53001 clauses out of 106004 with flag 3214026/1475002
1009.57/977.42	c cleaning 54000 clauses out of 108002 with flag 3337778/1530001
1048.35/1014.91	c cleaning 54998 clauses out of 110002 with flag 3464395/1586001
1088.76/1054.46	c cleaning 55996 clauses out of 112003 with flag 3591493/1643000
1129.68/1093.96	c cleaning 57002 clauses out of 114011 with flag 3721688/1701004
1169.37/1132.72	c cleaning 58004 clauses out of 116007 with flag 3852495/1760002
1210.81/1172.88	c cleaning 58997 clauses out of 118001 with flag 3980785/1820000
1253.81/1214.40	c cleaning 60002 clauses out of 120004 with flag 4112939/1881000
1297.55/1257.33	c cleaning 60997 clauses out of 122002 with flag 4244285/1943000
1340.96/1299.41	c cleaning 61999 clauses out of 124005 with flag 4376736/2006000
1385.75/1342.79	c cleaning 62994 clauses out of 126006 with flag 4518740/2070000
1432.35/1387.80	c cleaning 64004 clauses out of 128013 with flag 4660766/2135001
1477.06/1431.81	c cleaning 65005 clauses out of 130013 with flag 4803235/2201005
1523.29/1477.22	c cleaning 65997 clauses out of 132003 with flag 4951746/2268000
1573.51/1526.16	c cleaning 66998 clauses out of 134008 with flag 5097969/2336002
1623.17/1574.30	c cleaning 68001 clauses out of 136008 with flag 5245672/2405000
1673.92/1623.63	c cleaning 68996 clauses out of 138007 with flag 5398046/2475000
1730.71/1678.17	c cleaning 70003 clauses out of 140011 with flag 5551173/2546000
1786.18/1731.99	c cleaning 71007 clauses out of 142013 with flag 5705122/2618005
1800.08/1745.81	c starts		: 316
1800.08/1745.81	c conflicts		: 2639207
1800.08/1745.81	c decisions		: 4976884
1800.08/1745.81	c propagations		: 20076214
1800.08/1745.81	c inspects		: 3909592501
1800.08/1745.81	c shortcuts		: 0
1800.08/1745.81	c learnt literals	: 0
1800.08/1745.81	c learnt binary clauses	: 0
1800.08/1745.81	c learnt ternary clauses	: 0
1800.08/1745.81	c learnt constraints	: 2639206
1800.08/1745.81	c ignored constraints	: 0
1800.08/1745.81	c root simplifications	: 0
1800.08/1745.81	c removed literals (reason simplification)	: 0
1800.08/1745.81	c reason swapping (by a shorter reason)	: 0
1800.08/1745.81	c Calls to reduceDB	: 68
1800.08/1745.81	c Number of update (reduction) of LBD	: 300445
1800.08/1745.81	c Imported unit clauses	: 0
1800.08/1745.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1745.81	c number of learned constraints concerned by reduction	: 0
1800.08/1745.81	c number of learning phase by resolution	: 0
1800.08/1745.81	c number of learning phase by cutting planes	: 0
1800.08/1745.81	c speed (assignments/second)	: 11502.146173554742
1800.08/1745.81	c non guided choices	0
1800.08/1745.81	c timeout
1800.08/1745.84	c learnt constraints type 
1800.08/1745.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92208
1800.08/1745.84	s UNKNOWN
1800.08/1745.84	c Total wall clock time (in seconds): 1745.73

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-4085710-1465278028/watcher-4085710-1465278028 -o /tmp/evaluation-result-4085710-1465278028/solver-4085710-1465278028 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5696 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085710-1465278028.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.13 2.09 3/195 11745
/proc/meminfo: memFree=30402852/32872528 swapFree=13072/1184284
[pid=11745] ppid=11742 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11745/stat : 11745 (java) S 11742 11745 5680 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 109737538 98570240 977 33554432000 1073741824 1073778376 140737155029984 140737155021120 271790932029 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11745/statm: 24065 977 743 9 0 16771 0
[pid=11745/tid=11746] ppid=11742 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11746/stat : 11746 (java) R 11742 11745 5680 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 109737539 98570240 977 33554432000 1073741824 1073778376 140737155029984 139993565199912 271787574656 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.15 2.13 2.09 3/195 11745
/proc/meminfo: memFree=30402852/32872528 swapFree=13072/1184284
[pid=11745] ppid=11742 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11745/stat : 11745 (java) S 11742 11745 5680 0 -1 4202496 4430 0 1 0 9 1 0 0 20 0 18 0 109737538 9787879424 6060 33554432000 1073741824 1073778376 140737155029984 140737155021120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11745/statm: 2389619 6060 2140 9 0 2380296 0
[pid=11745/tid=11746] ppid=11742 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11745/task/11746/stat : 11746 (java) R 11742 11745 5680 0 -1 4202560 2379 0 1 0 8 0 0 0 20 0 18 0 109737539 9787879424 6060 33554432000 1073741824 1073778376 140737155029984 139993565203360 139993571672956 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 2.15 2.13 2.09 3/195 11745
/proc/meminfo: memFree=30402852/32872528 swapFree=13072/1184284
[pid=11745] ppid=11742 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/11745/stat : 11745 (java) S 11742 11745 5680 0 -1 4202496 4940 0 1 0 28 1 0 0 20 0 18 0 109737538 9787879424 6941 33554432000 1073741824 1073778376 140737155029984 140737155021120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11745/statm: 2389619 6941 2216 9 0 2380296 0
[pid=11745/tid=11746] ppid=11742 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/11745/task/11746/stat : 11746 (java) R 11742 11745 5680 0 -1 4202560 2398 0 1 0 18 0 0 0 20 0 18 0 109737539 9787879424 6941 33554432000 1073741824 1073778376 140737155029984 139993565203360 139993402161396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.30031 s]
/proc/loadavg: 2.15 2.13 2.09 3/195 11745
/proc/meminfo: memFree=30402852/32872528 swapFree=13072/1184284
[pid=11745] ppid=11742 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/11745/stat : 11745 (java) S 11742 11745 5680 0 -1 4202496 6223 0 1 0 51 2 0 0 20 0 18 0 109737538 9787879424 11081 33554432000 1073741824 1073778376 140737155029984 140737155021120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11745/statm: 2389619 11081 2234 9 0 2380296 0
[pid=11745/tid=11746] ppid=11742 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/11745/task/11746/stat : 11746 (java) R 11742 11745 5680 0 -1 4202560 2406 0 1 0 26 2 0 0 20 0 18 0 109737539 9787879424 11081 33554432000 1073741824 1073778376 140737155029984 139993565203360 139993402162262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.70021 s]
/proc/loadavg: 2.15 2.13 2.09 3/195 11745
/proc/meminfo: memFree=30402852/32872528 swapFree=13072/1184284
[pid=11745] ppid=11742 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/11745/stat : 11745 (java) S 11742 11745 5680 0 -1 4202496 7132 0 1 0 117 3 0 0 20 0 19 0 109737538 9856040960 22691 33554432000 1073741824 1073778376 140737155029984 140737155021120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11745/statm: 2406260 22691 2249 9 0 2396937 0
[pid=11745/tid=11746] ppid=11742 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11745/task/11746/stat : 11746 (java) R 11742 11745 5680 0 -1 4202560 2439 0 1 0 65 2 0 0 20 0 19 0 109737539 9856040960 22691 33554432000 1073741824 1073778376 140737155029984 139993565204648 139993402644862 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.15 2.13 2.09 3/214 11764
/proc/meminfo: memFree=30275220/32872528 swapFree=13072/1184284
[pid=11745] ppid=11742 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/11745/stat : 11745 (java) S 11742 11745 5680 0 -1 4202496 7153 0 1 0 197 4 0 0 20 0 19 0 109737538 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 140737155021120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11745/statm: 2406260 31398 2251 9 0 2396937 0
[pid=11745/tid=11746] ppid=11742 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/11745/task/11746/stat : 11746 (java) R 11742 11745 5680 0 -1 4202560 2457 0 1 0 144 3 0 0 20 0 19 0 109737539 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993565202704 139993402728556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11748] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11748/stat : 11748 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737539 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993526696872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11749] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11749/stat : 11749 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737539 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993525644328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11750] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11750/stat : 11750 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737539 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993524591272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11751] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11751/stat : 11751 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737539 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993523538728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11752] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11752/stat : 11752 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737539 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993522485672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11753] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11753/stat : 11753 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737539 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993521433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11754] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11754/stat : 11754 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737540 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993402042536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11755] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11755/stat : 11755 (java) S 11742 11745 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109737540 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993400989992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11756] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11756/stat : 11756 (java) S 11742 11745 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993388792680 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11757] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11757/stat : 11757 (java) S 11742 11745 5680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993387739000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11758] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11758/stat : 11758 (java) S 11742 11745 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139993386685832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11759] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11759/stat : 11759 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139992647068432 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11760] ppid=11742 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/11745/task/11760/stat : 11760 (java) S 11742 11745 5680 0 -1 4202560 1693 0 0 0 28 0 0 0 20 0 19 0 109737543 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139992646015288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11761] ppid=11742 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11745/task/11761/stat : 11761 (java) S 11742 11745 5680 0 -1 4202560 1726 0 0 0 22 0 0 0 20 0 19 0 109737543 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139992644962744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11762] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11762/stat : 11762 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139992643909880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11763] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11763/stat : 11763 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139992642857544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11764] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11764/stat : 11764 (java) S 11742 11745 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737577 9856040960 31398 33554432000 1073741824 1073778376 140737155029984 139992641803816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.15 2.13 2.09 3/214 11764
/proc/meminfo: memFree=30231716/32872528 swapFree=13072/1184284
[pid=11745] ppid=11742 vsize=9625040 CPUtime=3.74 cores=0,2,4,6
/proc/11745/stat : 11745 (java) S 11742 11745 5680 0 -1 4202496 7409 0 1 0 360 14 0 0 20 0 19 0 109737538 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 140737155021120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11745/statm: 2406260 59131 2266 9 0 2396937 0
[pid=11745/tid=11746] ppid=11742 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/11745/task/11746/stat : 11746 (java) R 11742 11745 5680 0 -1 4202560 2478 0 1 0 298 4 0 0 20 0 19 0 109737539 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993565204592 139993402672843 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11748] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11748/stat : 11748 (java) S 11742 11745 5680 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 109737539 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993526696872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11749] ppid=11742 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11745/task/11749/stat : 11749 (java) S 11742 11745 5680 0 -1 4202560 22 0 0 0 0 1 0 0 20 0 19 0 109737539 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993525644328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11750] ppid=11742 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11745/task/11750/stat : 11750 (java) S 11742 11745 5680 0 -1 4202560 33 0 0 0 0 2 0 0 20 0 19 0 109737539 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993524591272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11751] ppid=11742 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11745/task/11751/stat : 11751 (java) S 11742 11745 5680 0 -1 4202560 28 0 0 0 0 1 0 0 20 0 19 0 109737539 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993523538728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11752] ppid=11742 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11745/task/11752/stat : 11752 (java) S 11742 11745 5680 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 109737539 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993522485672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11753] ppid=11742 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11745/task/11753/stat : 11753 (java) S 11742 11745 5680 0 -1 4202560 20 0 0 0 0 1 0 0 20 0 19 0 109737539 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993521433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11754] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11754/stat : 11754 (java) S 11742 11745 5680 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 109737540 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993402042536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11755] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11755/stat : 11755 (java) S 11742 11745 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737540 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993400989992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11756] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11756/stat : 11756 (java) S 11742 11745 5680 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993388792680 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11757] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11757/stat : 11757 (java) S 11742 11745 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993387739000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11758] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11758/stat : 11758 (java) S 11742 11745 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139993386685832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11759] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11759/stat : 11759 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139992647068432 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11760] ppid=11742 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/11745/task/11760/stat : 11760 (java) S 11742 11745 5680 0 -1 4202560 1694 0 0 0 30 0 0 0 20 0 19 0 109737543 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139992646015288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11761] ppid=11742 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11745/task/11761/stat : 11761 (java) S 11742 11745 5680 0 -1 4202560 1726 0 0 0 22 0 0 0 20 0 19 0 109737543 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139992644962744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11762] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11762/stat : 11762 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139992643909880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11763] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11763/stat : 11763 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139992642857544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11764] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11764/stat : 11764 (java) S 11742 11745 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737577 9856040960 59131 33554432000 1073741824 1073778376 140737155029984 139992641803816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.14 2.12 2.09 3/214 11764
/proc/meminfo: memFree=30110088/32872528 swapFree=13072/1184284
[pid=11745] ppid=11742 vsize=9625040 CPUtime=7.32 cores=0,2,4,6
/proc/11745/stat : 11745 (java) S 11742 11745 5680 0 -1 4202496 9548 0 1 0 702 30 0 0 20 0 19 0 109737538 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 140737155021120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11745/statm: 2406260 93313 2273 9 0 2396937 0
[pid=11745/tid=11746] ppid=11742 vsize=9625040 CPUtime=6.14 cores=0,2,4,6
/proc/11745/task/11746/stat : 11746 (java) R 11742 11745 5680 0 -1 4202560 2481 0 1 0 610 4 0 0 20 0 19 0 109737539 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993565204216 139993402728614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11748] ppid=11742 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11745/task/11748/stat : 11748 (java) S 11742 11745 5680 0 -1 4202560 127 0 0 0 0 2 0 0 20 0 19 0 109737539 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993526696872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11749] ppid=11742 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/11745/task/11749/stat : 11749 (java) S 11742 11745 5680 0 -1 4202560 151 0 0 0 2 5 0 0 20 0 19 0 109737539 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993525644328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11750] ppid=11742 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/11745/task/11750/stat : 11750 (java) S 11742 11745 5680 0 -1 4202560 66 0 0 0 2 4 0 0 20 0 19 0 109737539 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993524591272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11751] ppid=11742 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11745/task/11751/stat : 11751 (java) S 11742 11745 5680 0 -1 4202560 146 0 0 0 1 4 0 0 20 0 19 0 109737539 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993523538728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11752] ppid=11742 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/11745/task/11752/stat : 11752 (java) S 11742 11745 5680 0 -1 4202560 182 0 0 0 3 5 0 0 20 0 19 0 109737539 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993522485672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11753] ppid=11742 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11745/task/11753/stat : 11753 (java) S 11742 11745 5680 0 -1 4202560 35 0 0 0 0 2 0 0 20 0 19 0 109737539 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993521433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11754] ppid=11742 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11745/task/11754/stat : 11754 (java) S 11742 11745 5680 0 -1 4202560 31 0 0 0 0 2 0 0 20 0 19 0 109737540 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993402042536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11755] ppid=11742 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11745/task/11755/stat : 11755 (java) S 11742 11745 5680 0 -1 4202560 37 0 0 0 1 2 0 0 20 0 19 0 109737540 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993400989992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11756] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11756/stat : 11756 (java) S 11742 11745 5680 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993388792680 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11757] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11757/stat : 11757 (java) S 11742 11745 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993387739000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11758] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11758/stat : 11758 (java) S 11742 11745 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139993386685832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11759] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11759/stat : 11759 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139992647068432 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11760] ppid=11742 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11745/task/11760/stat : 11760 (java) S 11742 11745 5680 0 -1 4202560 2160 0 0 0 37 0 0 0 20 0 19 0 109737543 9856040960 93313 33554432000 1073741824 1073778376 140737155029984 139992646015288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11761] ppid=11742 vsize=9625040 CPUtime=0.31 cores=0,2,4,6

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

[pid=11745/tid=11757] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11757/stat : 11757 (java) S 11742 11745 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 1606840 33554432000 1073741824 1073778376 140737155029984 139993387739000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11758] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11758/stat : 11758 (java) S 11742 11745 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 1606840 33554432000 1073741824 1073778376 140737155029984 139993386685832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11759] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11759/stat : 11759 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 1606840 33554432000 1073741824 1073778376 140737155029984 139992647068432 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11760] ppid=11742 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/11745/task/11760/stat : 11760 (java) S 11742 11745 5680 0 -1 4202560 2243 0 0 0 45 0 0 0 20 0 19 0 109737543 9856040960 1606840 33554432000 1073741824 1073778376 140737155029984 139992646015288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11761] ppid=11742 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11745/task/11761/stat : 11761 (java) S 11742 11745 5680 0 -1 4202560 2796 0 0 0 33 0 0 0 20 0 19 0 109737543 9856040960 1606840 33554432000 1073741824 1073778376 140737155029984 139992644962744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11762] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11762/stat : 11762 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 1606840 33554432000 1073741824 1073778376 140737155029984 139992643909880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11763] ppid=11742 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/11745/task/11763/stat : 11763 (java) S 11742 11745 5680 0 -1 4202560 93 0 0 0 33 27 0 0 20 0 19 0 109737543 9856040960 1606840 33554432000 1073741824 1073778376 140737155029984 139992642857544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11764] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11764/stat : 11764 (java) S 11742 11745 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737577 9856040960 1606840 33554432000 1073741824 1073778376 140737155029984 139992641803816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1651.55
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.14 2.22 2.18 3/213 11827
/proc/meminfo: memFree=23043612/32872528 swapFree=13072/1184284
[pid=11745] ppid=11742 vsize=9625040 CPUtime=1713.22 cores=0,2,4,6
/proc/11745/stat : 11745 (java) S 11742 11745 5680 0 -1 4202496 43896 0 1 0 170608 714 0 0 20 0 19 0 109737538 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 140737155021120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11745/statm: 2406260 1675488 2282 9 0 2396937 0
[pid=11745/tid=11746] ppid=11742 vsize=9625040 CPUtime=1636.92 cores=0,2,4,6
/proc/11745/task/11746/stat : 11746 (java) R 11742 11745 5680 0 -1 4202560 3419 0 1 0 163655 37 0 0 20 0 19 0 109737539 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993565203680 139993402582868 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11748] ppid=11742 vsize=9625040 CPUtime=8.44 cores=0,2,4,6
/proc/11745/task/11748/stat : 11748 (java) S 11742 11745 5680 0 -1 4202560 2955 0 0 0 767 77 0 0 20 0 19 0 109737539 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993526696872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11749] ppid=11742 vsize=9625040 CPUtime=8.37 cores=0,2,4,6
/proc/11745/task/11749/stat : 11749 (java) S 11742 11745 5680 0 -1 4202560 2566 0 0 0 752 85 0 0 20 0 19 0 109737539 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993525644328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11750] ppid=11742 vsize=9625040 CPUtime=8.7 cores=0,2,4,6
/proc/11745/task/11750/stat : 11750 (java) S 11742 11745 5680 0 -1 4202560 3741 0 0 0 769 101 0 0 20 0 19 0 109737539 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993524591272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11751] ppid=11742 vsize=9625040 CPUtime=8.62 cores=0,2,4,6
/proc/11745/task/11751/stat : 11751 (java) S 11742 11745 5680 0 -1 4202560 2680 0 0 0 778 84 0 0 20 0 19 0 109737539 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993523538728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11752] ppid=11742 vsize=9625040 CPUtime=8.48 cores=0,2,4,6
/proc/11745/task/11752/stat : 11752 (java) S 11742 11745 5680 0 -1 4202560 3094 0 0 0 767 81 0 0 20 0 19 0 109737539 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993522485672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11753] ppid=11742 vsize=9625040 CPUtime=8.17 cores=0,2,4,6
/proc/11745/task/11753/stat : 11753 (java) S 11742 11745 5680 0 -1 4202560 4052 0 0 0 735 82 0 0 20 0 19 0 109737539 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993521433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11754] ppid=11742 vsize=9625040 CPUtime=8.3 cores=0,2,4,6
/proc/11745/task/11754/stat : 11754 (java) S 11742 11745 5680 0 -1 4202560 2156 0 0 0 749 81 0 0 20 0 19 0 109737540 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993402042536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11755] ppid=11742 vsize=9625040 CPUtime=8.14 cores=0,2,4,6
/proc/11745/task/11755/stat : 11755 (java) S 11742 11745 5680 0 -1 4202560 5731 0 0 0 726 88 0 0 20 0 19 0 109737540 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993400989992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11756] ppid=11742 vsize=9625040 CPUtime=8.03 cores=0,2,4,6
/proc/11745/task/11756/stat : 11756 (java) S 11742 11745 5680 0 -1 4202560 7103 0 0 0 800 3 0 0 20 0 19 0 109737541 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993388792680 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11757] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11757/stat : 11757 (java) S 11742 11745 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993387739000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11758] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11758/stat : 11758 (java) S 11742 11745 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139993386685832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11759] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11759/stat : 11759 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139992647068432 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11760] ppid=11742 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/11745/task/11760/stat : 11760 (java) S 11742 11745 5680 0 -1 4202560 2243 0 0 0 45 0 0 0 20 0 19 0 109737543 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139992646015288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11761] ppid=11742 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11745/task/11761/stat : 11761 (java) S 11742 11745 5680 0 -1 4202560 2796 0 0 0 33 0 0 0 20 0 19 0 109737543 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139992644962744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11762] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11762/stat : 11762 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139992643909880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11763] ppid=11742 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/11745/task/11763/stat : 11763 (java) S 11742 11745 5680 0 -1 4202560 97 0 0 0 34 27 0 0 20 0 19 0 109737543 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139992642857544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11764] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11764/stat : 11764 (java) S 11742 11745 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737577 9856040960 1675488 33554432000 1073741824 1073778376 140737155029984 139992641803816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1713.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.34 2.29 2.20 3/213 11828
/proc/meminfo: memFree=22387572/32872528 swapFree=13072/1184284
[pid=11745] ppid=11742 vsize=9625040 CPUtime=1775.44 cores=0,2,4,6
/proc/11745/stat : 11745 (java) S 11742 11745 5680 0 -1 4202496 45285 0 1 0 176759 785 0 0 20 0 19 0 109737538 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 140737155021120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11745/statm: 2406260 1835475 2282 9 0 2396937 0
[pid=11745/tid=11746] ppid=11742 vsize=9625040 CPUtime=1695.24 cores=0,2,4,6
/proc/11745/task/11746/stat : 11746 (java) R 11742 11745 5680 0 -1 4202560 3421 0 1 0 169486 38 0 0 20 0 19 0 109737539 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993565203680 139993402780912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11748] ppid=11742 vsize=9625040 CPUtime=8.86 cores=0,2,4,6
/proc/11745/task/11748/stat : 11748 (java) S 11742 11745 5680 0 -1 4202560 3167 0 0 0 797 89 0 0 20 0 19 0 109737539 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993526696872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11749] ppid=11742 vsize=9625040 CPUtime=8.79 cores=0,2,4,6
/proc/11745/task/11749/stat : 11749 (java) S 11742 11745 5680 0 -1 4202560 2668 0 0 0 787 92 0 0 20 0 19 0 109737539 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993525644328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11750] ppid=11742 vsize=9625040 CPUtime=9.07 cores=0,2,4,6
/proc/11745/task/11750/stat : 11750 (java) S 11742 11745 5680 0 -1 4202560 3883 0 0 0 800 107 0 0 20 0 19 0 109737539 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993524591272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11751] ppid=11742 vsize=9625040 CPUtime=8.87 cores=0,2,4,6
/proc/11745/task/11751/stat : 11751 (java) S 11742 11745 5680 0 -1 4202560 2768 0 0 0 798 89 0 0 20 0 19 0 109737539 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993523538728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11752] ppid=11742 vsize=9625040 CPUtime=8.86 cores=0,2,4,6
/proc/11745/task/11752/stat : 11752 (java) S 11742 11745 5680 0 -1 4202560 3258 0 0 0 795 91 0 0 20 0 19 0 109737539 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993522485672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11753] ppid=11742 vsize=9625040 CPUtime=8.54 cores=0,2,4,6
/proc/11745/task/11753/stat : 11753 (java) S 11742 11745 5680 0 -1 4202560 4204 0 0 0 762 92 0 0 20 0 19 0 109737539 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993521433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11754] ppid=11742 vsize=9625040 CPUtime=8.67 cores=0,2,4,6
/proc/11745/task/11754/stat : 11754 (java) S 11742 11745 5680 0 -1 4202560 2296 0 0 0 778 89 0 0 20 0 19 0 109737540 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993402042536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11755] ppid=11742 vsize=9625040 CPUtime=8.55 cores=0,2,4,6
/proc/11745/task/11755/stat : 11755 (java) S 11742 11745 5680 0 -1 4202560 5914 0 0 0 755 100 0 0 20 0 19 0 109737540 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993400989992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11756] ppid=11742 vsize=9625040 CPUtime=8.96 cores=0,2,4,6
/proc/11745/task/11756/stat : 11756 (java) S 11742 11745 5680 0 -1 4202560 7305 0 0 0 892 4 0 0 20 0 19 0 109737541 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993388792680 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11757] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11757/stat : 11757 (java) S 11742 11745 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993387739000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11758] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11758/stat : 11758 (java) S 11742 11745 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139993386685832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11759] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11759/stat : 11759 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139992647068432 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11760] ppid=11742 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/11745/task/11760/stat : 11760 (java) S 11742 11745 5680 0 -1 4202560 2243 0 0 0 45 0 0 0 20 0 19 0 109737543 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139992646015288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11761] ppid=11742 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11745/task/11761/stat : 11761 (java) S 11742 11745 5680 0 -1 4202560 2796 0 0 0 33 0 0 0 20 0 19 0 109737543 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139992644962744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11762] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11762/stat : 11762 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139992643909880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11763] ppid=11742 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11745/task/11763/stat : 11763 (java) S 11742 11745 5680 0 -1 4202560 99 0 0 0 35 28 0 0 20 0 19 0 109737543 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139992642857544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11764] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11764/stat : 11764 (java) S 11742 11745 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737577 9856040960 1835475 33554432000 1073741824 1073778376 140737155029984 139992641803816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1775.44
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1745.81 s]
/proc/loadavg: 2.23 2.26 2.20 3/213 11829
/proc/meminfo: memFree=22387084/32872528 swapFree=13072/1184284
[pid=11745] ppid=11742 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/11745/stat : 11745 (java) S 11742 11745 5680 0 -1 4202496 45293 0 1 0 179223 785 0 0 20 0 19 0 109737538 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 140737155021120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11745/statm: 2406260 1835480 2282 9 0 2396937 0
[pid=11745/tid=11746] ppid=11742 vsize=9625040 CPUtime=1718.37 cores=0,2,4,6
/proc/11745/task/11746/stat : 11746 (java) R 11742 11745 5680 0 -1 4202560 3422 0 1 0 171798 39 0 0 20 0 19 0 109737539 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993565195984 139993402728622 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11748] ppid=11742 vsize=9625040 CPUtime=9.16 cores=0,2,4,6
/proc/11745/task/11748/stat : 11748 (java) S 11742 11745 5680 0 -1 4202560 3167 0 0 0 827 89 0 0 20 0 19 0 109737539 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993526696872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11749] ppid=11742 vsize=9625040 CPUtime=8.97 cores=0,2,4,6
/proc/11745/task/11749/stat : 11749 (java) S 11742 11745 5680 0 -1 4202560 2668 0 0 0 805 92 0 0 20 0 19 0 109737539 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993525644328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11750] ppid=11742 vsize=9625040 CPUtime=9.26 cores=0,2,4,6
/proc/11745/task/11750/stat : 11750 (java) S 11742 11745 5680 0 -1 4202560 3883 0 0 0 819 107 0 0 20 0 19 0 109737539 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993524591272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11751] ppid=11742 vsize=9625040 CPUtime=9.06 cores=0,2,4,6
/proc/11745/task/11751/stat : 11751 (java) S 11742 11745 5680 0 -1 4202560 2768 0 0 0 817 89 0 0 20 0 19 0 109737539 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993523538728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11752] ppid=11742 vsize=9625040 CPUtime=9.01 cores=0,2,4,6
/proc/11745/task/11752/stat : 11752 (java) S 11742 11745 5680 0 -1 4202560 3258 0 0 0 810 91 0 0 20 0 19 0 109737539 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993522485672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11753] ppid=11742 vsize=9625040 CPUtime=8.72 cores=0,2,4,6
/proc/11745/task/11753/stat : 11753 (java) S 11742 11745 5680 0 -1 4202560 4204 0 0 0 780 92 0 0 20 0 19 0 109737539 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993521433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11754] ppid=11742 vsize=9625040 CPUtime=8.82 cores=0,2,4,6
/proc/11745/task/11754/stat : 11754 (java) S 11742 11745 5680 0 -1 4202560 2296 0 0 0 793 89 0 0 20 0 19 0 109737540 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993402042536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11755] ppid=11742 vsize=9625040 CPUtime=8.71 cores=0,2,4,6
/proc/11745/task/11755/stat : 11755 (java) S 11742 11745 5680 0 -1 4202560 5919 0 0 0 771 100 0 0 20 0 19 0 109737540 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993400989992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11756] ppid=11742 vsize=9625040 CPUtime=8.96 cores=0,2,4,6
/proc/11745/task/11756/stat : 11756 (java) S 11742 11745 5680 0 -1 4202560 7305 0 0 0 892 4 0 0 20 0 19 0 109737541 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993388792680 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11757] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11757/stat : 11757 (java) S 11742 11745 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993387739000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11758] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11758/stat : 11758 (java) S 11742 11745 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109737541 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139993386685832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11759] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11759/stat : 11759 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139992647068432 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11760] ppid=11742 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/11745/task/11760/stat : 11760 (java) S 11742 11745 5680 0 -1 4202560 2243 0 0 0 45 0 0 0 20 0 19 0 109737543 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139992646015288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11745/tid=11761] ppid=11742 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11745/task/11761/stat : 11761 (java) S 11742 11745 5680 0 -1 4202560 2796 0 0 0 33 0 0 0 20 0 19 0 109737543 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139992644962744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11745/tid=11762] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11762/stat : 11762 (java) S 11742 11745 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737543 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139992643909880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11745/tid=11763] ppid=11742 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11745/task/11763/stat : 11763 (java) S 11742 11745 5680 0 -1 4202560 101 0 0 0 36 28 0 0 20 0 19 0 109737543 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139992642857544 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11745/tid=11764] ppid=11742 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11745/task/11764/stat : 11764 (java) S 11742 11745 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737577 9856040960 1835480 33554432000 1073741824 1073778376 140737155029984 139992641803816 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 11745 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1745.87
CPU time (s): 1800.8
CPU user time (s): 1792.42
CPU system time (s): 8.38072
CPU usage (%): 103.146
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.42
system time used= 8.38072
maximum resident set size= 7342088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45351
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39650
involuntary context switches= 24245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5414 second user time and 12.824 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-07 07:40:28
IDJOB=4085710
IDBENCH=89843
IDSOLVER=2546
FILE ID=node115/4085710-1465278028
RUNJOBID= node115-1465253623-5696
PBS_JOBID= 19843266
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-777800.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085710-1465278028/watcher-4085710-1465278028 -o /tmp/evaluation-result-4085710-1465278028/solver-4085710-1465278028 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5696 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085710-1465278028.opb

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

MD5SUM BENCH= fa5c07257df1fb9de8867209807734ca
RANDOM SEED=859450738

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30403116 kB
Buffers:          103980 kB
Cached:           266300 kB
SwapCached:         2020 kB
Active:           234632 kB
Inactive:         291148 kB
Active(anon):     155464 kB
Inactive(anon):     2188 kB
Active(file):      79168 kB
Inactive(file):   288960 kB
Unevictable:     1184284 kB
Mlocked:           13072 kB
SwapTotal:      67108856 kB
SwapFree:       67098836 kB
Dirty:              1864 kB
Writeback:             0 kB
AnonPages:       1379348 kB
Mapped:            16444 kB
Shmem:                 0 kB
Slab:             616692 kB
SReclaimable:      60044 kB
SUnreclaim:       556648 kB
KernelStack:        1768 kB
PageTables:         6656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1876812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1339392 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= 71740 MiB
End job on node115 at 2016-06-07 08:09:34