Trace number 4084697

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1786.46

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.05/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.34	c See www.sat4j.org for details.
0.05/0.34	c version PB16.v20160501
0.05/0.34	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.34	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.34	c java.vm.version	19.1-b02
0.05/0.34	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.34	c sun.arch.data.model	64
0.05/0.34	c java.version		1.6.0_24
0.05/0.34	c os.name		Linux
0.05/0.34	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.34	c os.arch		amd64
0.05/0.34	c Free memory 		501472288
0.05/0.34	c Max memory 		7480803328
0.05/0.34	c Total memory 		504102912
0.05/0.34	c Number of processors 	8
0.05/0.38	c Pseudo Boolean Optimization by upper bound
0.05/0.38	c --- Begin Solver configuration ---
0.05/0.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.05/0.38	c Learn all clauses as in MiniSAT
0.05/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.38	c No reason simplification
0.05/0.38	c Glucose 2.1 dynamic restart strategy
0.05/0.38	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.05/0.38	c timeout=2147483s
0.05/0.38	c DB Simplification allowed=false
0.05/0.38	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.05/0.38	c --- End Solver configuration ---
0.05/0.38	c solving HOME/instance-4084697-1465261984.opb
0.05/0.38	c reading problem ... 
0.05/0.39	c  no objective function found
1.78/1.01	c ... done. Wall clock time 0.632s.
1.78/1.01	c declared #vars     1000
1.78/1.01	c internal #vars     16706
1.78/1.01	c #constraints  32915
1.78/1.01	c constraints type 
1.78/1.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1.78/1.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.78/1.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.78/1.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
1.78/1.01	c 32915 constraints processed.
5.62/3.55	c cleaning 2588 clauses out of 5175 with flag 12098/5175
7.69/5.55	c cleaning 4252 clauses out of 8503 with flag 24421/11091
9.78/7.64	c cleaning 5502 clauses out of 11161 with flag 38706/18001
11.98/9.82	c cleaning 6829 clauses out of 13658 with flag 55285/26000
14.14/11.80	c cleaning 7887 clauses out of 15832 with flag 76127/35003
15.94/13.63	c cleaning 8898 clauses out of 17943 with flag 103265/45001
18.64/16.34	c cleaning 10030 clauses out of 20059 with flag 127015/56015
22.65/20.39	c cleaning 10900 clauses out of 22014 with flag 152285/68000
29.04/26.77	c cleaning 12095 clauses out of 24190 with flag 179688/81076
34.85/32.52	c cleaning 12941 clauses out of 26020 with flag 209093/95001
39.88/37.27	c cleaning 13991 clauses out of 28078 with flag 240613/110000
43.58/40.91	c cleaning 15013 clauses out of 30087 with flag 276331/126000
48.78/46.19	c cleaning 15984 clauses out of 32074 with flag 315510/143000
56.98/54.38	c cleaning 17059 clauses out of 34157 with flag 353223/161067
62.19/59.57	c cleaning 17968 clauses out of 36032 with flag 395912/180001
68.16/65.38	c cleaning 19058 clauses out of 38115 with flag 442626/200052
76.77/73.93	c cleaning 19877 clauses out of 40005 with flag 486228/221000
83.06/80.26	c cleaning 20937 clauses out of 42128 with flag 532696/243000
90.27/87.41	c cleaning 22078 clauses out of 44191 with flag 587790/266000
99.36/96.58	c cleaning 22985 clauses out of 46113 with flag 638268/290000
105.76/102.98	c cleaning 23980 clauses out of 48128 with flag 697337/315000
117.31/113.91	c cleaning 25010 clauses out of 50149 with flag 751872/341001
124.21/120.86	c cleaning 26057 clauses out of 52162 with flag 814423/368024
135.71/132.38	c cleaning 26941 clauses out of 54082 with flag 873218/396001
143.81/140.44	c cleaning 27967 clauses out of 56141 with flag 938727/425001
156.51/153.15	c cleaning 29004 clauses out of 58173 with flag 1002697/455000
166.28/162.37	c cleaning 29995 clauses out of 60169 with flag 1073767/486000
180.00/176.02	c cleaning 31066 clauses out of 62174 with flag 1141276/518000
191.59/187.63	c cleaning 32081 clauses out of 64164 with flag 1219779/551056
204.30/200.32	c cleaning 32936 clauses out of 66032 with flag 1292792/585005
218.79/214.86	c cleaning 33974 clauses out of 68091 with flag 1379899/620000
230.39/226.42	c cleaning 35050 clauses out of 70117 with flag 1461905/656000
245.29/241.31	c cleaning 35943 clauses out of 72068 with flag 1540526/693001
261.71/256.71	c cleaning 37092 clauses out of 74186 with flag 1643418/731062
276.10/271.11	c cleaning 37942 clauses out of 76032 with flag 1731446/770000
290.21/285.29	c cleaning 39059 clauses out of 78119 with flag 1820516/810029
305.42/300.48	c cleaning 39933 clauses out of 80031 with flag 1911965/851000
322.01/317.07	c cleaning 40969 clauses out of 82098 with flag 2000966/893000
339.52/334.51	c cleaning 41958 clauses out of 84129 with flag 2106050/936000
356.69/351.07	c cleaning 42950 clauses out of 86171 with flag 2205643/980000
374.29/368.65	c cleaning 44144 clauses out of 88289 with flag 2309179/1025068
392.08/386.47	c cleaning 44967 clauses out of 90077 with flag 2410526/1071000
411.39/405.75	c cleaning 46017 clauses out of 92110 with flag 2516248/1118000
430.89/425.21	c cleaning 46940 clauses out of 94093 with flag 2622688/1166000
452.33/446.13	c cleaning 48021 clauses out of 96153 with flag 2734427/1215000
469.94/463.77	c cleaning 48974 clauses out of 98139 with flag 2850459/1265007
489.64/483.45	c cleaning 50092 clauses out of 100184 with flag 2963827/1316026
509.74/503.52	c cleaning 50957 clauses out of 102067 with flag 3080178/1368001
532.76/525.33	c cleaning 52062 clauses out of 104124 with flag 3216067/1421015
552.88/545.44	c cleaning 52968 clauses out of 106048 with flag 3339053/1475001
575.08/567.61	c cleaning 53979 clauses out of 108079 with flag 3462301/1530000
597.12/589.41	c cleaning 55038 clauses out of 110100 with flag 3594862/1586000
619.32/611.61	c cleaning 55917 clauses out of 112063 with flag 3727882/1643001
642.32/634.68	c cleaning 56981 clauses out of 114145 with flag 3864381/1701000
666.03/658.37	c cleaning 57961 clauses out of 116165 with flag 4004232/1760001
691.57/683.25	c cleaning 59037 clauses out of 118204 with flag 4144885/1820001
715.47/707.14	c cleaning 59972 clauses out of 120167 with flag 4297439/1881001
741.08/732.71	c cleaning 60969 clauses out of 122195 with flag 4444903/1943001
768.08/759.46	c cleaning 61998 clauses out of 124225 with flag 4602018/2006000
794.68/786.05	c cleaning 63076 clauses out of 126241 with flag 4766195/2070014
820.97/812.33	c cleaning 64008 clauses out of 128156 with flag 4934273/2135005
848.89/839.72	c cleaning 64973 clauses out of 130143 with flag 5110970/2201000
876.19/867.03	c cleaning 66025 clauses out of 132170 with flag 5303796/2268000
903.22/893.72	c cleaning 67048 clauses out of 134153 with flag 5533499/2336008
918.02/908.51	c cleaning 68001 clauses out of 136099 with flag 5776200/2405002
937.19/927.13	c cleaning 69013 clauses out of 138096 with flag 6068186/2475000
963.90/953.89	c cleaning 70005 clauses out of 140095 with flag 6320198/2546012
994.80/984.79	c cleaning 70987 clauses out of 142078 with flag 6547432/2618000
1029.94/1019.70	c cleaning 71970 clauses out of 144091 with flag 6755745/2691000
1066.35/1056.07	c cleaning 73000 clauses out of 146121 with flag 6963943/2765000
1106.02/1095.27	c cleaning 73951 clauses out of 148121 with flag 7161552/2840000
1147.23/1136.42	c cleaning 74981 clauses out of 150171 with flag 7357391/2916001
1191.18/1180.10	c cleaning 76019 clauses out of 152189 with flag 7548487/2993000
1237.25/1225.81	c cleaning 76996 clauses out of 154170 with flag 7753729/3071000
1283.35/1271.96	c cleaning 78004 clauses out of 156175 with flag 7949690/3150001
1335.22/1323.59	c cleaning 79006 clauses out of 158171 with flag 8142303/3230001
1387.13/1375.43	c cleaning 79999 clauses out of 160165 with flag 8347158/3311001
1441.15/1429.00	c cleaning 81007 clauses out of 162165 with flag 8542979/3393000
1495.23/1482.71	c cleaning 81932 clauses out of 164158 with flag 8747792/3476000
1555.05/1542.50	c cleaning 83100 clauses out of 166226 with flag 8945814/3560000
1616.36/1603.47	c cleaning 84018 clauses out of 168126 with flag 9141182/3645000
1682.01/1668.86	c cleaning 85030 clauses out of 170108 with flag 9340906/3731000
1746.12/1732.93	c cleaning 86064 clauses out of 172128 with flag 9544734/3818050
1800.02/1786.41	c starts		: 1
1800.02/1786.41	c conflicts		: 3894363
1800.02/1786.41	c decisions		: 41321098
1800.02/1786.41	c propagations		: 116601330
1800.02/1786.41	c inspects		: 21574645438
1800.02/1786.41	c shortcuts		: 0
1800.02/1786.41	c learnt literals	: 0
1800.02/1786.41	c learnt binary clauses	: 0
1800.02/1786.41	c learnt ternary clauses	: 0
1800.02/1786.41	c learnt constraints	: 3894363
1800.02/1786.41	c ignored constraints	: 0
1800.02/1786.41	c root simplifications	: 0
1800.02/1786.41	c removed literals (reason simplification)	: 0
1800.02/1786.41	c reason swapping (by a shorter reason)	: 0
1800.02/1786.41	c Calls to reduceDB	: 83
1800.02/1786.41	c Number of update (reduction) of LBD	: 437511
1800.02/1786.41	c Imported unit clauses	: 0
1800.02/1786.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1786.41	c number of learned constraints concerned by reduction	: 0
1800.02/1786.41	c number of learning phase by resolution	: 0
1800.02/1786.41	c number of learning phase by cutting planes	: 0
1800.02/1786.41	c speed (assignments/second)	: 65308.970639303676
1800.02/1786.41	c non guided choices	16171
1800.02/1786.41	c timeout
1800.02/1786.44	c learnt constraints type 
1800.02/1786.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162377
1800.02/1786.44	s UNKNOWN
1800.02/1786.44	c Total wall clock time (in seconds): 1786.06

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

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

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


[startup+0 s]
/proc/loadavg: 1.52 2.05 2.19 3/176 9434
/proc/meminfo: memFree=30320572/32872528 swapFree=16700/1645768
[pid=9434] ppid=9431 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/9434/stat : 9434 (java) D 9431 9434 9389 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 108131860 278528 33 33554432000 1073741824 1073778376 140733719122960 140733719120136 259103223079 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/9434/statm: 68 33 25 9 0 25 0

[startup+0.100068 s]
/proc/loadavg: 1.52 2.05 2.19 3/176 9434
/proc/meminfo: memFree=30320572/32872528 swapFree=16700/1645768
[pid=9434] ppid=9431 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/9434/stat : 9434 (java) D 9431 9434 9389 0 -1 4202496 1143 0 13 0 0 0 0 0 20 0 1 0 108131860 23793664 805 33554432000 1073741824 1073778376 140737093687056 140737093677048 140437719405328 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 6 0 0
/proc/9434/statm: 5809 805 599 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200259 s]
/proc/loadavg: 1.52 2.05 2.19 3/176 9434
/proc/meminfo: memFree=30320572/32872528 swapFree=16700/1645768
[pid=9434] ppid=9431 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/9434/stat : 9434 (java) S 9431 9434 9389 0 -1 4202496 2981 0 23 0 1 1 0 0 20 0 11 0 108131860 9310650368 3113 33554432000 1073741824 1073778376 140737093687056 140737093678192 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/9434/statm: 2273108 3113 1616 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.300263 s]
/proc/loadavg: 1.52 2.05 2.19 3/176 9434
/proc/meminfo: memFree=30320572/32872528 swapFree=16700/1645768
[pid=9434] ppid=9431 vsize=9558428 CPUtime=0.05 cores=1,3,5,7
/proc/9434/stat : 9434 (java) S 9431 9434 9389 0 -1 4202496 3303 0 23 0 4 1 0 0 20 0 18 0 108131860 9787830272 3944 33554432000 1073741824 1073778376 140737093687056 140737093678192 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/9434/statm: 2389607 3944 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558428

[startup+0.700241 s]
/proc/loadavg: 1.52 2.05 2.19 3/176 9434
/proc/meminfo: memFree=30320572/32872528 swapFree=16700/1645768
[pid=9434] ppid=9431 vsize=9558476 CPUtime=0.87 cores=1,3,5,7
/proc/9434/stat : 9434 (java) S 9431 9434 9389 0 -1 4202496 12455 0 25 0 83 4 0 0 20 0 18 0 108131860 9787879424 15560 33554432000 1073741824 1073778376 140737093687056 140737093678192 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/9434/statm: 2389619 15564 2255 9 0 2380296 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 1.52 2.05 2.19 8/214 9472
/proc/meminfo: memFree=29868600/32872528 swapFree=16700/1645768
[pid=9434] ppid=9431 vsize=9625040 CPUtime=3.28 cores=1,3,5,7
/proc/9434/stat : 9434 (java) S 9431 9434 9389 0 -1 4202496 30418 0 25 0 318 10 0 0 20 0 19 0 108131860 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140737093678192 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/9434/statm: 2406260 55508 2281 9 0 2396937 0
[pid=9434/tid=9437] ppid=9431 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/9434/task/9437/stat : 9437 (java) R 9431 9434 9389 0 -1 4202560 2508 0 6 0 112 4 0 0 20 0 19 0 108131871 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437713752080 140437653474624 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=9434/tid=9439] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9439/stat : 9439 (java) S 9431 9434 9389 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437652491048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9440] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9440/stat : 9440 (java) S 9431 9434 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437651438248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9441] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9441/stat : 9441 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437650385960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9443] ppid=9431 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9434/task/9443/stat : 9443 (java) S 9431 9434 9389 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 108131876 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437649333160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9445] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9445/stat : 9445 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437648279848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9447] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9447/stat : 9447 (java) S 9431 9434 9389 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437647227048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9451] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9451/stat : 9451 (java) S 9431 9434 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437551266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9453] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9453/stat : 9453 (java) S 9431 9434 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437550213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9455] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9455/stat : 9455 (java) S 9431 9434 9389 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108131880 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437538015976 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9458] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9458/stat : 9458 (java) S 9431 9434 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437536962040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9460] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9460/stat : 9460 (java) S 9431 9434 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437535909640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9461] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9461/stat : 9461 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437534858128 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9463] ppid=9431 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/9434/task/9463/stat : 9463 (java) R 9431 9434 9389 0 -1 4202560 16549 0 1 0 93 3 0 0 20 0 19 0 108131888 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437533791584 140437719723126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9466] ppid=9431 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/9434/task/9466/stat : 9466 (java) R 9431 9434 9389 0 -1 4202560 9998 0 1 0 101 0 0 0 20 0 19 0 108131888 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437532751960 140437716366828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9468] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9468/stat : 9468 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437531699832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9470] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9470/stat : 9470 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437530647240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9471] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9471/stat : 9471 (java) S 9431 9434 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108131963 9856040960 55508 33554432000 1073741824 1073778376 140737093687056 140437529544104 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 1.52 2.05 2.19 6/214 9472
/proc/meminfo: memFree=29872428/32872528 swapFree=16700/1645768
[pid=9434] ppid=9431 vsize=9625040 CPUtime=5.23 cores=1,3,5,7
/proc/9434/stat : 9434 (java) S 9431 9434 9389 0 -1 4202496 30988 0 25 0 513 10 0 0 20 0 19 0 108131860 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140737093678192 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/9434/statm: 2406260 55558 2284 9 0 2396937 0
[pid=9434/tid=9437] ppid=9431 vsize=9625040 CPUtime=2.75 cores=1,3,5,7
/proc/9434/task/9437/stat : 9437 (java) R 9431 9434 9389 0 -1 4202560 2509 0 6 0 271 4 0 0 20 0 19 0 108131871 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437713760608 140437654640034 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0
[pid=9434/tid=9439] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9439/stat : 9439 (java) S 9431 9434 9389 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437652491048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9440] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9440/stat : 9440 (java) S 9431 9434 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437651438248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9441] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9441/stat : 9441 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437650385960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9443] ppid=9431 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9434/task/9443/stat : 9443 (java) S 9431 9434 9389 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 108131876 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437649333160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9445] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9445/stat : 9445 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437648279848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9447] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9447/stat : 9447 (java) S 9431 9434 9389 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437647227048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9451] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9451/stat : 9451 (java) S 9431 9434 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437551266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9453] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9453/stat : 9453 (java) S 9431 9434 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437550213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9455] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9455/stat : 9455 (java) S 9431 9434 9389 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108131880 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437538015976 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9458] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9458/stat : 9458 (java) S 9431 9434 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437536962040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9460] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9460/stat : 9460 (java) S 9431 9434 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437535909640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9461] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9461/stat : 9461 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437534858128 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9463] ppid=9431 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/9434/task/9463/stat : 9463 (java) S 9431 9434 9389 0 -1 4202560 16577 0 1 0 113 3 0 0 20 0 19 0 108131888 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437533804728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9466] ppid=9431 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/9434/task/9466/stat : 9466 (java) S 9431 9434 9389 0 -1 4202560 10539 0 1 0 116 0 0 0 20 0 19 0 108131888 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437532751928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9468] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9468/stat : 9468 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437531699832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9470] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9470/stat : 9470 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437530647240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9471] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9471/stat : 9471 (java) S 9431 9434 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108131963 9856040960 55558 33554432000 1073741824 1073778376 140737093687056 140437529544104 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 1.56 2.05 2.19 4/214 9472
/proc/meminfo: memFree=29895244/32872528 swapFree=16700/1645768
[pid=9434] ppid=9431 vsize=9625040 CPUtime=8.49 cores=1,3,5,7
/proc/9434/stat : 9434 (java) S 9431 9434 9389 0 -1 4202496 31004 0 25 0 839 10 0 0 20 0 19 0 108131860 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140737093678192 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/9434/statm: 2406260 52358 2291 9 0 2396937 0
[pid=9434/tid=9437] ppid=9431 vsize=9625040 CPUtime=5.92 cores=1,3,5,7
/proc/9434/task/9437/stat : 9437 (java) R 9431 9434 9389 0 -1 4202560 2511 0 6 0 588 4 0 0 20 0 19 0 108131871 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437713751776 140437654639943 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0
[pid=9434/tid=9439] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9439/stat : 9439 (java) S 9431 9434 9389 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437652491048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9440] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9440/stat : 9440 (java) S 9431 9434 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437651438248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9441] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9441/stat : 9441 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437650385960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9443] ppid=9431 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9434/task/9443/stat : 9443 (java) S 9431 9434 9389 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 108131876 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437649333160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9445] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9445/stat : 9445 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437648279848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9447] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9447/stat : 9447 (java) S 9431 9434 9389 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437647227048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9451] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9451/stat : 9451 (java) S 9431 9434 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437551266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9453] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9453/stat : 9453 (java) S 9431 9434 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108131876 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437550213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9455] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9455/stat : 9455 (java) S 9431 9434 9389 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108131880 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437538015976 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9458] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9458/stat : 9458 (java) S 9431 9434 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437536962040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9460] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9460/stat : 9460 (java) S 9431 9434 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437535909640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9461] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9461/stat : 9461 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437534858128 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9463] ppid=9431 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/9434/task/9463/stat : 9463 (java) S 9431 9434 9389 0 -1 4202560 16579 0 1 0 116 3 0 0 20 0 19 0 108131888 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437533804728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9466] ppid=9431 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/9434/task/9466/stat : 9466 (java) S 9431 9434 9389 0 -1 4202560 10551 0 1 0 123 0 0 0 20 0 19 0 108131888 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437532751928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9468] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9468/stat : 9468 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437531699832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9470] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9470/stat : 9470 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437530647240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9471] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9471/stat : 9471 (java) S 9431 9434 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108131963 9856040960 52358 33554432000 1073741824 1073778376 140737093687056 140437529544104 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 9625040


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

/proc/9434/task/9471/stat : 9471 (java) S 9431 9434 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108131963 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437529544104 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1675.51
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.28 2.25 4/214 9719
/proc/meminfo: memFree=24813448/32872528 swapFree=16700/1645768
[pid=9434] ppid=9431 vsize=9625040 CPUtime=1735.52 cores=1,3,5,7
/proc/9434/stat : 9434 (java) S 9431 9434 9389 0 -1 4202496 41545 0 25 0 173192 360 0 0 20 0 19 0 108131860 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140737093678192 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/9434/statm: 2406260 658983 2300 9 0 2396937 0
[pid=9434/tid=9437] ppid=9431 vsize=9625040 CPUtime=1711.54 cores=1,3,5,7
/proc/9434/task/9437/stat : 9437 (java) R 9431 9434 9389 0 -1 4202560 3448 0 6 0 171113 41 0 0 20 0 19 0 108131871 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437713751760 140437654674350 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=9434/tid=9439] ppid=9431 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/9434/task/9439/stat : 9439 (java) S 9431 9434 9389 0 -1 4202560 831 0 0 0 142 34 0 0 20 0 19 0 108131876 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437652491048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9440] ppid=9431 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/9434/task/9440/stat : 9440 (java) S 9431 9434 9389 0 -1 4202560 933 0 0 0 151 37 0 0 20 0 19 0 108131876 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437651438248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9441] ppid=9431 vsize=9625040 CPUtime=1.59 cores=1,3,5,7
/proc/9434/task/9441/stat : 9441 (java) S 9431 9434 9389 0 -1 4202560 1044 0 0 0 120 39 0 0 20 0 19 0 108131876 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437650385960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9443] ppid=9431 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/9434/task/9443/stat : 9443 (java) S 9431 9434 9389 0 -1 4202560 999 0 0 0 144 43 0 0 20 0 19 0 108131876 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437649333160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9445] ppid=9431 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/9434/task/9445/stat : 9445 (java) S 9431 9434 9389 0 -1 4202560 893 0 0 0 148 34 0 0 20 0 19 0 108131876 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437648279848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9447] ppid=9431 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/9434/task/9447/stat : 9447 (java) S 9431 9434 9389 0 -1 4202560 867 0 0 0 129 37 0 0 20 0 19 0 108131876 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437647227048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9451] ppid=9431 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/9434/task/9451/stat : 9451 (java) S 9431 9434 9389 0 -1 4202560 1084 0 0 0 161 46 0 0 20 0 19 0 108131876 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437551266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9453] ppid=9431 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/9434/task/9453/stat : 9453 (java) S 9431 9434 9389 0 -1 4202560 823 0 0 0 147 36 0 0 20 0 19 0 108131876 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437550213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9455] ppid=9431 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/9434/task/9455/stat : 9455 (java) S 9431 9434 9389 0 -1 4202560 2139 0 0 0 209 3 0 0 20 0 19 0 108131880 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437538015976 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9458] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9458/stat : 9458 (java) S 9431 9434 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437536962040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9460] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9460/stat : 9460 (java) S 9431 9434 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437535909640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9461] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9461/stat : 9461 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437534858128 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9463] ppid=9431 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/9434/task/9463/stat : 9463 (java) S 9431 9434 9389 0 -1 4202560 16579 0 1 0 117 3 0 0 20 0 19 0 108131888 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437533804728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9466] ppid=9431 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/9434/task/9466/stat : 9466 (java) S 9431 9434 9389 0 -1 4202560 10563 0 1 0 131 0 0 0 20 0 19 0 108131888 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437532751928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9468] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9468/stat : 9468 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437531699832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9470] ppid=9431 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/9434/task/9470/stat : 9470 (java) S 9431 9434 9389 0 -1 4202560 99 0 0 0 30 40 0 0 20 0 19 0 108131888 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437530647240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9471] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9471/stat : 9471 (java) S 9431 9434 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108131963 9856040960 658983 33554432000 1073741824 1073778376 140737093687056 140437529544104 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1735.52
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.24 2.24 4/214 9720
/proc/meminfo: memFree=24898596/32872528 swapFree=16700/1645768
[pid=9434] ppid=9431 vsize=9625040 CPUtime=1795.91 cores=1,3,5,7
/proc/9434/stat : 9434 (java) S 9431 9434 9389 0 -1 4202496 41583 0 25 0 179229 362 0 0 20 0 19 0 108131860 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140737093678192 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/9434/statm: 2406260 651425 2300 9 0 2396937 0
[pid=9434/tid=9437] ppid=9431 vsize=9625040 CPUtime=1771.09 cores=1,3,5,7
/proc/9434/task/9437/stat : 9437 (java) R 9431 9434 9389 0 -1 4202560 3449 0 6 0 177068 41 0 0 20 0 19 0 108131871 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437713759456 140437654674049 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=9434/tid=9439] ppid=9431 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/9434/task/9439/stat : 9439 (java) S 9431 9434 9389 0 -1 4202560 831 0 0 0 148 34 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437652491048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9440] ppid=9431 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/9434/task/9440/stat : 9440 (java) S 9431 9434 9389 0 -1 4202560 933 0 0 0 155 37 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437651438248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9441] ppid=9431 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/9434/task/9441/stat : 9441 (java) S 9431 9434 9389 0 -1 4202560 1046 0 0 0 133 39 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437650385960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9443] ppid=9431 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/9434/task/9443/stat : 9443 (java) S 9431 9434 9389 0 -1 4202560 1028 0 0 0 148 43 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437649333160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9445] ppid=9431 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/9434/task/9445/stat : 9445 (java) S 9431 9434 9389 0 -1 4202560 893 0 0 0 154 34 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437648279848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9447] ppid=9431 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/9434/task/9447/stat : 9447 (java) S 9431 9434 9389 0 -1 4202560 867 0 0 0 135 37 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437647227048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9451] ppid=9431 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/9434/task/9451/stat : 9451 (java) S 9431 9434 9389 0 -1 4202560 1084 0 0 0 165 46 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437551266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9453] ppid=9431 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/9434/task/9453/stat : 9453 (java) S 9431 9434 9389 0 -1 4202560 823 0 0 0 153 36 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437550213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9455] ppid=9431 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/9434/task/9455/stat : 9455 (java) S 9431 9434 9389 0 -1 4202560 2141 0 0 0 225 3 0 0 20 0 19 0 108131880 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437538015976 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9458] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9458/stat : 9458 (java) S 9431 9434 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437536962040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9460] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9460/stat : 9460 (java) S 9431 9434 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437535909640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9461] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9461/stat : 9461 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437534858128 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9463] ppid=9431 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/9434/task/9463/stat : 9463 (java) S 9431 9434 9389 0 -1 4202560 16579 0 1 0 117 3 0 0 20 0 19 0 108131888 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437533804728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9466] ppid=9431 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/9434/task/9466/stat : 9466 (java) S 9431 9434 9389 0 -1 4202560 10563 0 1 0 131 0 0 0 20 0 19 0 108131888 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437532751928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9468] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9468/stat : 9468 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437531699832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9470] ppid=9431 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/9434/task/9470/stat : 9470 (java) S 9431 9434 9389 0 -1 4202560 103 0 0 0 31 42 0 0 20 0 19 0 108131888 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437530647240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9471] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9471/stat : 9471 (java) S 9431 9434 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108131963 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437529544104 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1795.91
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.4 s]
/proc/loadavg: 2.13 2.24 2.24 2/190 9753
/proc/meminfo: memFree=27618156/32872528 swapFree=16700/1645768
[pid=9434] ppid=9431 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/9434/stat : 9434 (java) S 9431 9434 9389 0 -1 4202496 41583 0 25 0 179640 362 0 0 20 0 19 0 108131860 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140737093678192 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/9434/statm: 2406260 651425 2300 9 0 2396937 0
[pid=9434/tid=9437] ppid=9431 vsize=9625040 CPUtime=1775.19 cores=1,3,5,7
/proc/9434/task/9437/stat : 9437 (java) R 9431 9434 9389 0 -1 4202560 3449 0 6 0 177478 41 0 0 20 0 19 0 108131871 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437713759456 140437654674459 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=9434/tid=9439] ppid=9431 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/9434/task/9439/stat : 9439 (java) S 9431 9434 9389 0 -1 4202560 831 0 0 0 148 34 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437652491048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9434/tid=9440] ppid=9431 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/9434/task/9440/stat : 9440 (java) S 9431 9434 9389 0 -1 4202560 933 0 0 0 155 37 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437651438248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9441] ppid=9431 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/9434/task/9441/stat : 9441 (java) S 9431 9434 9389 0 -1 4202560 1046 0 0 0 133 39 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437650385960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9443] ppid=9431 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/9434/task/9443/stat : 9443 (java) S 9431 9434 9389 0 -1 4202560 1028 0 0 0 148 43 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437649333160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9445] ppid=9431 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/9434/task/9445/stat : 9445 (java) S 9431 9434 9389 0 -1 4202560 893 0 0 0 154 34 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437648279848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9447] ppid=9431 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/9434/task/9447/stat : 9447 (java) S 9431 9434 9389 0 -1 4202560 867 0 0 0 135 37 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437647227048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9451] ppid=9431 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/9434/task/9451/stat : 9451 (java) S 9431 9434 9389 0 -1 4202560 1084 0 0 0 165 46 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437551266344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9453] ppid=9431 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/9434/task/9453/stat : 9453 (java) S 9431 9434 9389 0 -1 4202560 823 0 0 0 153 36 0 0 20 0 19 0 108131876 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437550213544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9455] ppid=9431 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/9434/task/9455/stat : 9455 (java) S 9431 9434 9389 0 -1 4202560 2141 0 0 0 225 3 0 0 20 0 19 0 108131880 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437538015976 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9458] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9458/stat : 9458 (java) S 9431 9434 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437536962040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9460] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9460/stat : 9460 (java) S 9431 9434 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108131881 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437535909640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9461] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9461/stat : 9461 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437534858128 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9434/tid=9463] ppid=9431 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/9434/task/9463/stat : 9463 (java) S 9431 9434 9389 0 -1 4202560 16579 0 1 0 117 3 0 0 20 0 19 0 108131888 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437533804728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9466] ppid=9431 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/9434/task/9466/stat : 9466 (java) S 9431 9434 9389 0 -1 4202560 10563 0 1 0 131 0 0 0 20 0 19 0 108131888 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437532751928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9468] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9468/stat : 9468 (java) S 9431 9434 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108131888 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437531699832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9434/tid=9470] ppid=9431 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/9434/task/9470/stat : 9470 (java) S 9431 9434 9389 0 -1 4202560 103 0 0 0 31 42 0 0 20 0 19 0 108131888 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437530647240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9434/tid=9471] ppid=9431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9434/task/9471/stat : 9471 (java) S 9431 9434 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108131963 9856040960 651425 33554432000 1073741824 1073778376 140737093687056 140437529544104 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 9434 sig 9
??? kill -9434 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 9434 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=888591
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=113374
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.46
CPU time (s): 1800.02
CPU user time (s): 1796.4
CPU system time (s): 3.62
CPU usage (%): 100.759
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.89
system time used= 4.11337
maximum resident set size= 3367368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41617
page faults= 25
swaps= 0
block input operations= 11240
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38886
involuntary context switches= 8674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0945 second user time and 14.0919 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 03:13:04
IDJOB=4084697
IDBENCH=48295
IDSOLVER=2546
FILE ID=node124/4084697-1465261984
RUNJOBID= node124-1465261984-9406
PBS_JOBID= 19843296
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084697-1465261984/watcher-4084697-1465261984 -o /tmp/evaluation-result-4084697-1465261984/solver-4084697-1465261984 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084697-1465261984.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=363661719

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.707
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.707
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.707
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.707
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.707
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:        30321860 kB
Buffers:           39928 kB
Cached:           160464 kB
SwapCached:          804 kB
Active:            81224 kB
Inactive:         121936 kB
Active(anon):       4168 kB
Inactive(anon):     1196 kB
Active(file):      77056 kB
Inactive(file):   120740 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097680 kB
Dirty:              2416 kB
Writeback:             0 kB
AnonPages:       1648436 kB
Mapped:             7256 kB
Shmem:                 0 kB
Slab:             568664 kB
SReclaimable:      13364 kB
SUnreclaim:       555300 kB
KernelStack:        1344 kB
PageTables:         7116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1744864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1632256 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= 71728 MiB
End job on node124 at 2016-06-07 03:42:51