Trace number 4100685

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.04 1796.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-ship12s.opb
MD5SUMbde0c0fbe1d85bc08e3fa72426bea662
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82890
Total number of constraints1037
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1037
Minimum length of a constraint30
Maximum length of a constraint1470
Number of terms in the objective function 82890
Biggest coefficient in the objective function 3868
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 594441
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 594441
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4100685-1466216825.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
1.32/0.87	c ... done. Wall clock time 0.753s.
1.32/0.87	c declared #vars     82890
1.32/0.87	c #constraints  1973
1.32/0.87	c constraints type 
1.32/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 521
1.32/0.87	c org.sat4j.specs.Constr$1 => 280
1.32/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1172
1.32/0.87	c 1973 constraints processed.
1.32/0.87	c objective function length is 82890 literals
3.37/2.26	c cleaning 2495 clauses out of 5004 with flag 12685/5004
4.42/3.21	c cleaning 4236 clauses out of 8505 with flag 27265/11000
5.82/4.62	c cleaning 5629 clauses out of 11269 with flag 44205/18000
8.63/7.45	c cleaning 6817 clauses out of 13640 with flag 63514/26000
11.84/10.68	c cleaning 7911 clauses out of 15823 with flag 84248/35000
15.45/14.26	c cleaning 8957 clauses out of 17915 with flag 107730/45003
17.64/16.30	c cleaning 9978 clauses out of 19955 with flag 130365/56000
20.05/18.71	c cleaning 10989 clauses out of 21978 with flag 154438/68001
22.54/21.29	c cleaning 11994 clauses out of 23988 with flag 180540/81000
25.65/24.36	c cleaning 12993 clauses out of 25994 with flag 209057/95000
28.64/27.37	c cleaning 14002 clauses out of 28007 with flag 239193/110006
32.15/30.85	c cleaning 15001 clauses out of 30003 with flag 271323/126004
35.94/34.63	c cleaning 15994 clauses out of 32000 with flag 305506/143002
39.54/38.25	c cleaning 17005 clauses out of 34009 with flag 341608/161005
43.24/41.82	c cleaning 18003 clauses out of 36006 with flag 379612/180007
47.45/46.02	c cleaning 18999 clauses out of 37997 with flag 419600/200001
51.65/50.29	c cleaning 19999 clauses out of 40002 with flag 461638/221005
56.75/55.39	c cleaning 21001 clauses out of 42002 with flag 505747/243004
61.75/60.36	c cleaning 22000 clauses out of 43999 with flag 551883/266002
67.34/65.91	c cleaning 22994 clauses out of 46001 with flag 600121/290004
74.01/72.49	c cleaning 23993 clauses out of 48003 with flag 650354/315000
81.11/79.55	c cleaning 25002 clauses out of 50010 with flag 702911/341000
90.11/88.53	c cleaning 25998 clauses out of 52008 with flag 757189/368000
99.82/98.29	c cleaning 26998 clauses out of 54013 with flag 813407/396003
109.71/108.13	c cleaning 28002 clauses out of 56012 with flag 872234/425000
122.72/121.12	c cleaning 29005 clauses out of 58010 with flag 932746/455000
133.52/131.72	c cleaning 30004 clauses out of 60011 with flag 995159/486006
141.31/139.59	c cleaning 31003 clauses out of 62005 with flag 1059385/518004
149.01/147.27	c cleaning 31992 clauses out of 64002 with flag 1125666/551004
161.61/159.85	c cleaning 33001 clauses out of 66009 with flag 1193673/585003
173.80/172.04	c cleaning 34003 clauses out of 68008 with flag 1263673/620003
185.50/183.73	c cleaning 35002 clauses out of 70003 with flag 1335669/656001
197.79/196.03	c cleaning 36001 clauses out of 72004 with flag 1409675/693004
210.48/208.78	c cleaning 36993 clauses out of 74001 with flag 1485671/731002
223.78/222.09	c cleaning 38004 clauses out of 76011 with flag 1563677/770005
237.58/235.83	c cleaning 39001 clauses out of 78002 with flag 1643667/810000
251.67/249.96	c cleaning 39996 clauses out of 80001 with flag 1725667/851000
267.36/265.67	c cleaning 40996 clauses out of 82007 with flag 1816311/893002
284.26/282.25	c cleaning 41989 clauses out of 84009 with flag 1925993/936000
301.14/299.11	c cleaning 43007 clauses out of 86023 with flag 2051423/980003
320.74/318.77	c cleaning 44007 clauses out of 88015 with flag 2179443/1025002
341.42/339.26	c cleaning 45000 clauses out of 90006 with flag 2317864/1071000
362.21/360.00	c cleaning 46003 clauses out of 92008 with flag 2459507/1118002
382.60/380.42	c cleaning 47002 clauses out of 94006 with flag 2602187/1166003
403.90/401.77	c cleaning 47999 clauses out of 96001 with flag 2751388/1215000
424.48/422.36	c cleaning 49000 clauses out of 98003 with flag 2905322/1265001
446.96/444.65	c cleaning 49988 clauses out of 100002 with flag 3067235/1316000
469.24/466.98	c cleaning 51004 clauses out of 102014 with flag 3236340/1368000
492.63/490.35	c cleaning 52001 clauses out of 104012 with flag 3407463/1421002
516.82/514.58	c cleaning 53005 clauses out of 106009 with flag 3583600/1475000
540.99/538.76	c cleaning 53998 clauses out of 108004 with flag 3764573/1530000
566.23/563.78	c cleaning 55002 clauses out of 110007 with flag 3946476/1586001
591.41/588.92	c cleaning 56002 clauses out of 112005 with flag 4134560/1643001
617.41/614.94	c cleaning 57002 clauses out of 114007 with flag 4326038/1701005
644.69/642.28	c cleaning 57999 clauses out of 116000 with flag 4530382/1760000
674.07/671.45	c cleaning 59001 clauses out of 118004 with flag 4737398/1820003
697.67/695.02	c cleaning 60002 clauses out of 120003 with flag 4914553/1881003
742.46/739.85	c cleaning 60996 clauses out of 122005 with flag 5038822/1943007
769.45/766.81	c cleaning 61989 clauses out of 124004 with flag 5164934/2006002
792.44/789.84	c cleaning 63005 clauses out of 126014 with flag 5292932/2070001
815.92/813.37	c cleaning 64004 clauses out of 128009 with flag 5422932/2135001
840.40/837.80	c cleaning 65003 clauses out of 130005 with flag 5554932/2201001
866.90/864.22	c cleaning 65980 clauses out of 132001 with flag 5688930/2268000
893.38/890.77	c cleaning 67009 clauses out of 134022 with flag 5824932/2336001
918.06/915.47	c cleaning 68008 clauses out of 136021 with flag 5962948/2405009
943.75/941.14	c cleaning 69001 clauses out of 138005 with flag 6102932/2475001
971.87/969.22	c cleaning 69997 clauses out of 140011 with flag 6244946/2546008
999.97/997.33	c cleaning 71002 clauses out of 142010 with flag 6388938/2618004
1028.09/1025.40	c cleaning 71999 clauses out of 144004 with flag 6534930/2691000
1058.20/1055.59	c cleaning 72995 clauses out of 146009 with flag 6682938/2765004
1089.01/1086.39	c cleaning 74004 clauses out of 148012 with flag 6832934/2840002
1119.82/1117.09	c cleaning 75000 clauses out of 150009 with flag 6984936/2916003
1152.52/1149.77	c cleaning 76004 clauses out of 152012 with flag 7138942/2993006
1187.43/1184.61	c cleaning 77001 clauses out of 154006 with flag 7294938/3071004
1221.44/1218.61	c cleaning 78001 clauses out of 156005 with flag 7452938/3150004
1257.44/1254.64	c cleaning 79000 clauses out of 158006 with flag 7612942/3230006
1293.05/1290.26	c cleaning 80002 clauses out of 160003 with flag 7774936/3311003
1328.26/1325.41	c cleaning 80996 clauses out of 162000 with flag 7938934/3393002
1365.97/1362.96	c cleaning 81993 clauses out of 164006 with flag 8104938/3476004
1402.28/1399.30	c cleaning 83002 clauses out of 166009 with flag 8272930/3560000
1440.09/1437.02	c cleaning 84003 clauses out of 168011 with flag 8442938/3645004
1479.90/1476.89	c cleaning 84998 clauses out of 170012 with flag 8614946/3731008
1516.71/1513.65	c cleaning 86000 clauses out of 172007 with flag 8788932/3818001
1557.71/1554.68	c cleaning 87006 clauses out of 174015 with flag 8964948/3906009
1597.92/1594.84	c cleaning 88000 clauses out of 176001 with flag 9142932/3995001
1640.40/1637.01	c cleaning 88980 clauses out of 178000 with flag 9322930/4085000
1682.91/1679.50	c cleaning 89993 clauses out of 180021 with flag 9504932/4176001
1725.81/1722.43	c cleaning 91011 clauses out of 182028 with flag 9688932/4268001
1768.63/1765.27	c cleaning 92007 clauses out of 184017 with flag 9874932/4361001
1800.04/1796.60	c starts		: 19175
1800.04/1796.60	c conflicts		: 4437575
1800.04/1796.60	c decisions		: 9903668
1800.04/1796.60	c propagations		: 316147414
1800.04/1796.60	c inspects		: 21361197962
1800.04/1796.60	c shortcuts		: 0
1800.04/1796.60	c learnt literals	: 0
1800.04/1796.60	c learnt binary clauses	: 0
1800.04/1796.60	c learnt ternary clauses	: 0
1800.04/1796.60	c learnt constraints	: 4437575
1800.04/1796.60	c ignored constraints	: 0
1800.04/1796.60	c root simplifications	: 0
1800.04/1796.60	c removed literals (reason simplification)	: 0
1800.04/1796.60	c reason swapping (by a shorter reason)	: 0
1800.04/1796.60	c Calls to reduceDB	: 89
1800.04/1796.60	c Number of update (reduction) of LBD	: 313104
1800.04/1796.60	c Imported unit clauses	: 0
1800.04/1796.60	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.60	c number of learned constraints concerned by reduction	: 0
1800.04/1796.60	c number of learning phase by resolution	: 0
1800.04/1796.60	c number of learning phase by cutting planes	: 0
1800.04/1796.60	c speed (assignments/second)	: 176066.76167610913
1800.04/1796.60	c non guided choices	405805
1800.04/1796.60	c timeout
1800.04/1796.63	c learnt constraints type 
1800.04/1796.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 168584
1800.04/1796.63	s UNKNOWN
1800.04/1796.63	c Total wall clock time (in seconds): 1796.515

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-4100685-1466216825/watcher-4100685-1466216825 -o /tmp/evaluation-result-4100685-1466216825/solver-4100685-1466216825 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100685-1466216825.opb 

pid=4240
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.02 2.02 2.00 3/194 4243
/proc/meminfo: memFree=30442576/32872528 swapFree=190484/190484
[pid=4243] ppid=4240 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/4243/stat : 4243 (java) R 4240 4243 2916 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 23733035 2560000 42 33554432000 1073741824 1073778376 140735039647904 140735878314968 249640873863 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4243/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 4243
/proc/meminfo: memFree=30442576/32872528 swapFree=190484/190484
[pid=4243] ppid=4240 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/4243/stat : 4243 (java) S 4240 4243 2916 0 -1 4202496 4400 0 1 0 7 1 0 0 20 0 18 0 23733035 9787879424 6023 33554432000 1073741824 1073778376 140735039647904 140735039639040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4243/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 4243
/proc/meminfo: memFree=30442576/32872528 swapFree=190484/190484
[pid=4243] ppid=4240 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/4243/stat : 4243 (java) S 4240 4243 2916 0 -1 4202496 5028 0 1 0 25 2 0 0 20 0 18 0 23733035 9787879424 7490 33554432000 1073741824 1073778376 140735039647904 140735039639040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4243/statm: 2389619 7490 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 4243
/proc/meminfo: memFree=30442576/32872528 swapFree=190484/190484
[pid=4243] ppid=4240 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/4243/stat : 4243 (java) S 4240 4243 2916 0 -1 4202496 5421 0 1 0 42 2 0 0 20 0 18 0 23733035 9787879424 13773 33554432000 1073741824 1073778376 140735039647904 140735039639040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4243/statm: 2389619 13773 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700223 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 4243
/proc/meminfo: memFree=30442576/32872528 swapFree=190484/190484
[pid=4243] ppid=4240 vsize=9558476 CPUtime=1.22 cores=1,3,5,7
/proc/4243/stat : 4243 (java) S 4240 4243 2916 0 -1 4202496 8234 0 1 0 116 6 0 0 20 0 18 0 23733035 9787879424 45911 33554432000 1073741824 1073778376 140735039647904 140735039639040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4243/statm: 2389619 45911 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 2.02 2.02 2.00 4/213 4262
/proc/meminfo: memFree=30264872/32872528 swapFree=190484/190484
[pid=4243] ppid=4240 vsize=9625040 CPUtime=2.62 cores=1,3,5,7
/proc/4243/stat : 4243 (java) S 4240 4243 2916 0 -1 4202496 11381 0 1 0 252 10 0 0 20 0 19 0 23733035 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140735039639040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4243/statm: 2406260 57584 2274 9 0 2396937 0
[pid=4243/tid=4245] ppid=4240 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/4243/task/4245/stat : 4245 (java) R 4240 4243 2916 0 -1 4202560 2475 0 1 0 133 3 0 0 20 0 19 0 23733036 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250918113528 140250765296662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4246] ppid=4240 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4243/task/4246/stat : 4246 (java) S 4240 4243 2916 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 23733038 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250890566312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4247] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4247/stat : 4247 (java) S 4240 4243 2916 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250889513768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4248] ppid=4240 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4243/task/4248/stat : 4248 (java) S 4240 4243 2916 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 23733038 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250888461224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4249] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4249/stat : 4249 (java) S 4240 4243 2916 0 -1 4202560 134 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250887408680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4250] ppid=4240 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4243/task/4250/stat : 4250 (java) S 4240 4243 2916 0 -1 4202560 88 0 0 0 3 0 0 0 20 0 19 0 23733038 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250886355112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4251] ppid=4240 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4243/task/4251/stat : 4251 (java) S 4240 4243 2916 0 -1 4202560 101 0 0 0 4 1 0 0 20 0 19 0 23733038 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250885302568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4252] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4252/stat : 4252 (java) S 4240 4243 2916 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250884250024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4253] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4253/stat : 4253 (java) S 4240 4243 2916 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250883197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4254] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4254/stat : 4254 (java) S 4240 4243 2916 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250271681128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4255] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4255/stat : 4255 (java) S 4240 4243 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250270627448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4256] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4256/stat : 4256 (java) S 4240 4243 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250269574792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4257] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4257/stat : 4257 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250268523536 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4258] ppid=4240 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/4243/task/4258/stat : 4258 (java) S 4240 4243 2916 0 -1 4202560 3787 0 0 0 47 0 0 0 20 0 19 0 23733041 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250267469880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4259] ppid=4240 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/4243/task/4259/stat : 4259 (java) S 4240 4243 2916 0 -1 4202560 3278 0 0 0 41 0 0 0 20 0 19 0 23733041 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250266417336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4260] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4260/stat : 4260 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250265364984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4261] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4261/stat : 4261 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733042 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250264312648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4262] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4262/stat : 4262 (java) S 4240 4243 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23733135 9856040960 57584 33554432000 1073741824 1073778376 140735039647904 140250263258408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 4262
/proc/meminfo: memFree=30220804/32872528 swapFree=190484/190484
[pid=4243] ppid=4240 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/4243/stat : 4243 (java) S 4240 4243 2916 0 -1 4202496 11583 0 1 0 422 10 0 0 20 0 19 0 23733035 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140735039639040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4243/statm: 2406260 57593 2278 9 0 2396937 0
[pid=4243/tid=4245] ppid=4240 vsize=9625040 CPUtime=2.95 cores=1,3,5,7
/proc/4243/task/4245/stat : 4245 (java) R 4240 4243 2916 0 -1 4202560 2476 0 1 0 292 3 0 0 20 0 19 0 23733036 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250918113688 140250765296836 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4246] ppid=4240 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4243/task/4246/stat : 4246 (java) S 4240 4243 2916 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250890566312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4247] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4247/stat : 4247 (java) S 4240 4243 2916 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250889513768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4248] ppid=4240 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4243/task/4248/stat : 4248 (java) S 4240 4243 2916 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250888461224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4249] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4249/stat : 4249 (java) S 4240 4243 2916 0 -1 4202560 134 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250887408680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4250] ppid=4240 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4243/task/4250/stat : 4250 (java) S 4240 4243 2916 0 -1 4202560 88 0 0 0 3 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250886355112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4251] ppid=4240 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4243/task/4251/stat : 4251 (java) S 4240 4243 2916 0 -1 4202560 101 0 0 0 4 1 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250885302568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4252] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4252/stat : 4252 (java) S 4240 4243 2916 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250884250024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4253] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4253/stat : 4253 (java) S 4240 4243 2916 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250883197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4254] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4254/stat : 4254 (java) S 4240 4243 2916 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250271681128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4255] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4255/stat : 4255 (java) S 4240 4243 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250270627448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4256] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4256/stat : 4256 (java) S 4240 4243 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250269574792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4257] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4257/stat : 4257 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250268523536 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4258] ppid=4240 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/4243/task/4258/stat : 4258 (java) S 4240 4243 2916 0 -1 4202560 3984 0 0 0 54 0 0 0 20 0 19 0 23733041 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250267469880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4259] ppid=4240 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/4243/task/4259/stat : 4259 (java) S 4240 4243 2916 0 -1 4202560 3282 0 0 0 44 0 0 0 20 0 19 0 23733041 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250266417336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4260] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4260/stat : 4260 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250265364984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4261] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4261/stat : 4261 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733042 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250264312648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4262] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4262/stat : 4262 (java) S 4240 4243 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23733135 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250263258408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 4262
/proc/meminfo: memFree=30220820/32872528 swapFree=190484/190484
[pid=4243] ppid=4240 vsize=9625040 CPUtime=7.53 cores=1,3,5,7
/proc/4243/stat : 4243 (java) S 4240 4243 2916 0 -1 4202496 11585 0 1 0 743 10 0 0 20 0 19 0 23733035 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140735039639040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4243/statm: 2406260 57593 2278 9 0 2396937 0
[pid=4243/tid=4245] ppid=4240 vsize=9625040 CPUtime=6.15 cores=1,3,5,7
/proc/4243/task/4245/stat : 4245 (java) R 4240 4243 2916 0 -1 4202560 2478 0 1 0 612 3 0 0 20 0 19 0 23733036 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250918113784 140250765312314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4246] ppid=4240 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4243/task/4246/stat : 4246 (java) S 4240 4243 2916 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250890566312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4247] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4247/stat : 4247 (java) S 4240 4243 2916 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250889513768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4248] ppid=4240 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4243/task/4248/stat : 4248 (java) S 4240 4243 2916 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250888461224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4249] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4249/stat : 4249 (java) S 4240 4243 2916 0 -1 4202560 134 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250887408680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4250] ppid=4240 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4243/task/4250/stat : 4250 (java) S 4240 4243 2916 0 -1 4202560 88 0 0 0 3 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250886355112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4251] ppid=4240 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4243/task/4251/stat : 4251 (java) S 4240 4243 2916 0 -1 4202560 101 0 0 0 4 1 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250885302568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4252] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4252/stat : 4252 (java) S 4240 4243 2916 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250884250024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4253] ppid=4240 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4243/task/4253/stat : 4253 (java) S 4240 4243 2916 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 23733038 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250883197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4254] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4254/stat : 4254 (java) S 4240 4243 2916 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250271681128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4255] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4255/stat : 4255 (java) S 4240 4243 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250270627448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4256] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4256/stat : 4256 (java) S 4240 4243 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250269574792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4257] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4257/stat : 4257 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250268523536 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4258] ppid=4240 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/4243/task/4258/stat : 4258 (java) S 4240 4243 2916 0 -1 4202560 3984 0 0 0 55 0 0 0 20 0 19 0 23733041 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250267469880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4259] ppid=4240 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/4243/task/4259/stat : 4259 (java) S 4240 4243 2916 0 -1 4202560 3282 0 0 0 44 0 0 0 20 0 19 0 23733041 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250266417336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4260] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4260/stat : 4260 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250265364984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4261] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4261/stat : 4261 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733042 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250264312648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4262] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4262/stat : 4262 (java) S 4240 4243 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23733135 9856040960 57593 33554432000 1073741824 1073778376 140735039647904 140250263258408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 9625040


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

[pid=4243/tid=4262] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4262/stat : 4262 (java) S 4240 4243 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23733135 9856040960 667505 33554432000 1073741824 1073778376 140735039647904 140250263258408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1665.7
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/213 4372
/proc/meminfo: memFree=28596788/32872528 swapFree=190484/190484
[pid=4243] ppid=4240 vsize=9625040 CPUtime=1725.71 cores=1,3,5,7
/proc/4243/stat : 4243 (java) S 4240 4243 2916 0 -1 4202496 18031 0 1 0 172406 165 0 0 20 0 19 0 23733035 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140735039639040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4243/statm: 2406260 668450 2287 9 0 2396937 0
[pid=4243/tid=4245] ppid=4240 vsize=9625040 CPUtime=1716.05 cores=1,3,5,7
/proc/4243/task/4245/stat : 4245 (java) R 4240 4243 2916 0 -1 4202560 4259 0 1 0 171548 57 0 0 20 0 19 0 23733036 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250918104880 140250765500322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4246] ppid=4240 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/4243/task/4246/stat : 4246 (java) S 4240 4243 2916 0 -1 4202560 424 0 0 0 31 13 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250890566312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4247] ppid=4240 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/4243/task/4247/stat : 4247 (java) S 4240 4243 2916 0 -1 4202560 483 0 0 0 30 13 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250889513768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4248] ppid=4240 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/4243/task/4248/stat : 4248 (java) S 4240 4243 2916 0 -1 4202560 511 0 0 0 32 15 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250888461224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4249] ppid=4240 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/4243/task/4249/stat : 4249 (java) S 4240 4243 2916 0 -1 4202560 502 0 0 0 31 14 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250887408680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4250] ppid=4240 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/4243/task/4250/stat : 4250 (java) S 4240 4243 2916 0 -1 4202560 575 0 0 0 26 11 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250886355112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4251] ppid=4240 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/4243/task/4251/stat : 4251 (java) S 4240 4243 2916 0 -1 4202560 391 0 0 0 27 12 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250885302568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4252] ppid=4240 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/4243/task/4252/stat : 4252 (java) S 4240 4243 2916 0 -1 4202560 402 0 0 0 28 13 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250884250024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4253] ppid=4240 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/4243/task/4253/stat : 4253 (java) S 4240 4243 2916 0 -1 4202560 348 0 0 0 32 17 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250883197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4254] ppid=4240 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/4243/task/4254/stat : 4254 (java) S 4240 4243 2916 0 -1 4202560 1405 0 0 0 46 2 0 0 20 0 19 0 23733039 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250271681128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4255] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4255/stat : 4255 (java) S 4240 4243 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250270627448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4256] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4256/stat : 4256 (java) S 4240 4243 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250269574792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4257] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4257/stat : 4257 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250268523536 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4258] ppid=4240 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/4243/task/4258/stat : 4258 (java) S 4240 4243 2916 0 -1 4202560 3984 0 0 0 56 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250267469880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4259] ppid=4240 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/4243/task/4259/stat : 4259 (java) S 4240 4243 2916 0 -1 4202560 3385 0 0 0 48 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250266417336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4260] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4260/stat : 4260 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250265364984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4261] ppid=4240 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/4243/task/4261/stat : 4261 (java) S 4240 4243 2916 0 -1 4202560 99 0 0 0 22 26 0 0 20 0 19 0 23733042 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250264312648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4262] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4262/stat : 4262 (java) S 4240 4243 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23733135 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250263258408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.71
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 4373
/proc/meminfo: memFree=28596620/32872528 swapFree=190484/190484
[pid=4243] ppid=4240 vsize=9625040 CPUtime=1785.74 cores=1,3,5,7
/proc/4243/stat : 4243 (java) S 4240 4243 2916 0 -1 4202496 18036 0 1 0 178407 167 0 0 20 0 19 0 23733035 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140735039639040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4243/statm: 2406260 668450 2287 9 0 2396937 0
[pid=4243/tid=4245] ppid=4240 vsize=9625040 CPUtime=1775.89 cores=1,3,5,7
/proc/4243/task/4245/stat : 4245 (java) R 4240 4243 2916 0 -1 4202560 4260 0 1 0 177532 57 0 0 20 0 19 0 23733036 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250918104880 140250765302035 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4246] ppid=4240 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/4243/task/4246/stat : 4246 (java) S 4240 4243 2916 0 -1 4202560 424 0 0 0 31 13 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250890566312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4247] ppid=4240 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/4243/task/4247/stat : 4247 (java) S 4240 4243 2916 0 -1 4202560 483 0 0 0 30 13 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250889513768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4248] ppid=4240 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/4243/task/4248/stat : 4248 (java) S 4240 4243 2916 0 -1 4202560 511 0 0 0 32 15 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250888461224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4249] ppid=4240 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/4243/task/4249/stat : 4249 (java) S 4240 4243 2916 0 -1 4202560 502 0 0 0 31 14 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250887408680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4250] ppid=4240 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/4243/task/4250/stat : 4250 (java) S 4240 4243 2916 0 -1 4202560 575 0 0 0 26 11 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250886355112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4251] ppid=4240 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/4243/task/4251/stat : 4251 (java) S 4240 4243 2916 0 -1 4202560 391 0 0 0 27 12 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250885302568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4252] ppid=4240 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/4243/task/4252/stat : 4252 (java) S 4240 4243 2916 0 -1 4202560 402 0 0 0 28 13 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250884250024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4253] ppid=4240 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/4243/task/4253/stat : 4253 (java) S 4240 4243 2916 0 -1 4202560 348 0 0 0 32 17 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250883197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4254] ppid=4240 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/4243/task/4254/stat : 4254 (java) S 4240 4243 2916 0 -1 4202560 1405 0 0 0 46 2 0 0 20 0 19 0 23733039 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250271681128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4255] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4255/stat : 4255 (java) S 4240 4243 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250270627448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4256] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4256/stat : 4256 (java) S 4240 4243 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250269574792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4257] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4257/stat : 4257 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250268523536 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4258] ppid=4240 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/4243/task/4258/stat : 4258 (java) S 4240 4243 2916 0 -1 4202560 3984 0 0 0 56 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250267469880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4259] ppid=4240 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/4243/task/4259/stat : 4259 (java) S 4240 4243 2916 0 -1 4202560 3385 0 0 0 48 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250266417336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4260] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4260/stat : 4260 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250265364984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4261] ppid=4240 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/4243/task/4261/stat : 4261 (java) S 4240 4243 2916 0 -1 4202560 103 0 0 0 23 28 0 0 20 0 19 0 23733042 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250264312648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4262] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4262/stat : 4262 (java) S 4240 4243 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23733135 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250263258408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 4373
/proc/meminfo: memFree=28596372/32872528 swapFree=190484/190484
[pid=4243] ppid=4240 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/4243/stat : 4243 (java) S 4240 4243 2916 0 -1 4202496 18036 0 1 0 179837 167 0 0 20 0 19 0 23733035 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140735039639040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4243/statm: 2406260 668450 2287 9 0 2396937 0
[pid=4243/tid=4245] ppid=4240 vsize=9625040 CPUtime=1790.16 cores=1,3,5,7
/proc/4243/task/4245/stat : 4245 (java) R 4240 4243 2916 0 -1 4202560 4260 0 1 0 178958 58 0 0 20 0 19 0 23733036 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250918104880 140250765029900 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4246] ppid=4240 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/4243/task/4246/stat : 4246 (java) S 4240 4243 2916 0 -1 4202560 424 0 0 0 31 13 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250890566312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4247] ppid=4240 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/4243/task/4247/stat : 4247 (java) S 4240 4243 2916 0 -1 4202560 483 0 0 0 30 13 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250889513768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4248] ppid=4240 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/4243/task/4248/stat : 4248 (java) S 4240 4243 2916 0 -1 4202560 511 0 0 0 32 15 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250888461224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4249] ppid=4240 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/4243/task/4249/stat : 4249 (java) S 4240 4243 2916 0 -1 4202560 502 0 0 0 31 14 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250887408680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4250] ppid=4240 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/4243/task/4250/stat : 4250 (java) S 4240 4243 2916 0 -1 4202560 575 0 0 0 26 11 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250886355112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4251] ppid=4240 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/4243/task/4251/stat : 4251 (java) S 4240 4243 2916 0 -1 4202560 391 0 0 0 27 12 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250885302568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4252] ppid=4240 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/4243/task/4252/stat : 4252 (java) S 4240 4243 2916 0 -1 4202560 402 0 0 0 28 13 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250884250024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4253] ppid=4240 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/4243/task/4253/stat : 4253 (java) S 4240 4243 2916 0 -1 4202560 348 0 0 0 32 17 0 0 20 0 19 0 23733038 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250883197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4254] ppid=4240 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/4243/task/4254/stat : 4254 (java) S 4240 4243 2916 0 -1 4202560 1405 0 0 0 46 2 0 0 20 0 19 0 23733039 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250271681128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4255] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4255/stat : 4255 (java) S 4240 4243 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250270627448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4256] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4256/stat : 4256 (java) S 4240 4243 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23733039 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250269574792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4257] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4257/stat : 4257 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250268523536 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4258] ppid=4240 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/4243/task/4258/stat : 4258 (java) S 4240 4243 2916 0 -1 4202560 3984 0 0 0 56 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250267469880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4243/tid=4259] ppid=4240 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/4243/task/4259/stat : 4259 (java) S 4240 4243 2916 0 -1 4202560 3385 0 0 0 48 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250266417336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4243/tid=4260] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4260/stat : 4260 (java) S 4240 4243 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733041 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250265364984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4243/tid=4261] ppid=4240 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/4243/task/4261/stat : 4261 (java) S 4240 4243 2916 0 -1 4202560 103 0 0 0 23 28 0 0 20 0 19 0 23733042 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250264312648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4243/tid=4262] ppid=4240 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4243/task/4262/stat : 4262 (java) S 4240 4243 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23733135 9856040960 668450 33554432000 1073741824 1073778376 140735039647904 140250263258408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 4243 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4243 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=839294
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=109679
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.64
CPU time (s): 1800.04
CPU user time (s): 1798.37
CPU system time (s): 1.67
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.84
system time used= 2.10968
maximum resident set size= 2789164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18075
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38448
involuntary context switches= 19567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2024 second user time and 13.6629 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 04:27:05
IDJOB=4100685
IDBENCH=1648
IDSOLVER=2546
FILE ID=node102/4100685-1466216825
RUNJOBID= node102-1466206108-2933
PBS_JOBID= 19918170
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-ship12s.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100685-1466216825/watcher-4100685-1466216825 -o /tmp/evaluation-result-4100685-1466216825/solver-4100685-1466216825 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100685-1466216825.opb

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

MD5SUM BENCH= bde0c0fbe1d85bc08e3fa72426bea662
RANDOM SEED=229125500

node102.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.746
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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.746
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.746
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.746
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.746
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.746
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.746
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.746
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:        30442956 kB
Buffers:           91784 kB
Cached:            85540 kB
SwapCached:         1828 kB
Active:          1390784 kB
Inactive:         115052 kB
Active(anon):    1329104 kB
Inactive(anon):     1504 kB
Active(file):      61680 kB
Inactive(file):   113548 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099020 kB
Dirty:              4344 kB
Writeback:             0 kB
AnonPages:       1481712 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             598500 kB
SReclaimable:      42452 kB
SUnreclaim:       556048 kB
KernelStack:        1768 kB
PageTables:         8532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1691400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1243136 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 node102 at 2016-06-18 04:57:02