Trace number 4084611

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.05 1794.29

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K156.opb
MD5SUMb01d5fef61cfdf78caaec08ee0d21bae
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18564
Total number of constraints18878
Number of constraints which are clauses18722
Number of constraints which are cardinality constraints (but not clauses)156
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint156
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 157
Number of bits of the biggest sum of numbers8
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084611-1465286878.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.93/0.55	c ... done. Wall clock time 0.436s.
0.93/0.55	c declared #vars     18564
0.93/0.55	c #constraints  18878
0.93/0.55	c constraints type 
0.93/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
0.93/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
0.93/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.93/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
0.93/0.55	c 18878 constraints processed.
3.17/2.48	c cleaning 2474 clauses out of 4997 with flag 21880/5002
5.47/4.64	c cleaning 4255 clauses out of 8517 with flag 54007/11002
7.87/7.02	c cleaning 5625 clauses out of 11258 with flag 91616/18000
10.89/10.01	c cleaning 6772 clauses out of 13629 with flag 135263/26000
14.10/13.28	c cleaning 7927 clauses out of 15854 with flag 184917/35000
17.43/16.60	c cleaning 8232 clauses out of 17926 with flag 234347/45003
21.13/20.25	c cleaning 8999 clauses out of 20689 with flag 291355/56001
25.13/24.25	c cleaning 9849 clauses out of 23688 with flag 349996/68000
29.43/28.57	c cleaning 10658 clauses out of 26838 with flag 417466/81000
34.33/33.44	c cleaning 11376 clauses out of 30178 with flag 490976/95000
39.54/38.69	c cleaning 12315 clauses out of 33801 with flag 569766/110002
45.13/44.28	c cleaning 13070 clauses out of 37482 with flag 653849/126000
51.23/50.36	c cleaning 14168 clauses out of 41412 with flag 745951/143000
57.74/56.84	c cleaning 15075 clauses out of 45243 with flag 841055/161000
64.54/63.63	c cleaning 15507 clauses out of 49166 with flag 937220/180002
71.94/71.00	c cleaning 16362 clauses out of 53657 with flag 1043191/200001
79.34/78.48	c cleaning 17305 clauses out of 58295 with flag 1153341/221001
87.58/86.65	c cleaning 18050 clauses out of 62990 with flag 1273594/243001
96.08/95.12	c cleaning 18915 clauses out of 67940 with flag 1398961/266001
104.88/103.95	c cleaning 19569 clauses out of 73024 with flag 1526785/290000
113.99/113.04	c cleaning 20791 clauses out of 78452 with flag 1660998/315000
123.89/122.97	c cleaning 21217 clauses out of 83662 with flag 1805858/341001
134.20/133.21	c cleaning 22212 clauses out of 89445 with flag 1959758/368002
144.39/143.48	c cleaning 23254 clauses out of 95231 with flag 2113869/396000
155.67/154.66	c cleaning 24104 clauses out of 100977 with flag 2275296/425000
167.27/166.22	c cleaning 24943 clauses out of 106875 with flag 2445409/455002
179.29/178.21	c cleaning 25997 clauses out of 112930 with flag 2618425/486001
191.88/190.89	c cleaning 26749 clauses out of 118931 with flag 2800488/518000
205.88/204.90	c cleaning 27750 clauses out of 125183 with flag 2988341/551001
220.38/219.11	c cleaning 28456 clauses out of 131432 with flag 3182395/585000
234.68/233.46	c cleaning 29274 clauses out of 137977 with flag 3386235/620001
250.59/249.31	c cleaning 30208 clauses out of 144702 with flag 3598563/656000
266.89/265.63	c cleaning 31284 clauses out of 151493 with flag 3814144/693000
285.10/283.86	c cleaning 31865 clauses out of 158210 with flag 4043590/731001
303.13/301.75	c cleaning 32749 clauses out of 165345 with flag 4273087/770001
321.54/320.16	c cleaning 33618 clauses out of 172592 with flag 4516983/810000
340.34/338.99	c cleaning 34658 clauses out of 179976 with flag 4762452/851003
359.33/357.91	c cleaning 35552 clauses out of 187316 with flag 5013487/893001
380.18/378.58	c cleaning 36425 clauses out of 194762 with flag 5274087/936000
402.87/401.23	c cleaning 36944 clauses out of 202337 with flag 5540453/980000
427.06/425.49	c cleaning 38164 clauses out of 210393 with flag 5812688/1025001
452.77/450.82	c cleaning 38842 clauses out of 218228 with flag 6095103/1071000
478.38/476.46	c cleaning 40309 clauses out of 226387 with flag 6390807/1118001
503.68/501.78	c cleaning 40814 clauses out of 234078 with flag 6704696/1166002
530.60/528.43	c cleaning 41921 clauses out of 242262 with flag 7012786/1215001
557.64/555.18	c cleaning 43020 clauses out of 250337 with flag 7343892/1265001
583.74/581.28	c cleaning 43654 clauses out of 258317 with flag 7669802/1316001
611.93/609.33	c cleaning 44368 clauses out of 266664 with flag 8004416/1368002
639.34/636.62	c cleaning 45696 clauses out of 275294 with flag 8343021/1421002
669.04/666.30	c cleaning 46503 clauses out of 283594 with flag 8699643/1475001
699.15/696.39	c cleaning 47684 clauses out of 292089 with flag 9065433/1530000
731.17/728.28	c cleaning 48492 clauses out of 300405 with flag 9436798/1586000
762.56/759.66	c cleaning 49109 clauses out of 308914 with flag 9818718/1643002
793.94/790.99	c cleaning 50642 clauses out of 317800 with flag 10201697/1701000
826.08/823.09	c cleaning 51336 clauses out of 326158 with flag 10588487/1760001
861.21/858.05	c cleaning 51689 clauses out of 334821 with flag 10990283/1820001
897.61/894.38	c cleaning 53364 clauses out of 344130 with flag 11411079/1881000
933.39/930.01	c cleaning 54306 clauses out of 352763 with flag 11822502/1943000
970.42/966.92	c cleaning 54978 clauses out of 361457 with flag 12264342/2006000
1008.81/1005.29	c cleaning 55909 clauses out of 370478 with flag 12702440/2070000
1047.71/1044.06	c cleaning 56811 clauses out of 379568 with flag 13152670/2135000
1087.20/1083.41	c cleaning 58063 clauses out of 388756 with flag 13592791/2201000
1128.50/1124.68	c cleaning 58950 clauses out of 397694 with flag 14075714/2268001
1171.52/1167.59	c cleaning 59320 clauses out of 406742 with flag 14564060/2336000
1214.70/1210.52	c cleaning 60991 clauses out of 416427 with flag 15069348/2405005
1257.74/1253.47	c cleaning 61978 clauses out of 425431 with flag 15567901/2475000
1303.05/1298.63	c cleaning 62615 clauses out of 434451 with flag 16070999/2546000
1349.16/1344.66	c cleaning 63676 clauses out of 443835 with flag 16602622/2618000
1397.62/1392.92	c cleaning 64704 clauses out of 453159 with flag 17145136/2691000
1445.51/1440.74	c cleaning 65707 clauses out of 462454 with flag 17686227/2765000
1496.26/1491.37	c cleaning 66538 clauses out of 471745 with flag 18238126/2840000
1548.43/1543.47	c cleaning 67525 clauses out of 481206 with flag 18803144/2916000
1601.71/1596.58	c cleaning 68929 clauses out of 490681 with flag 19368062/2993000
1654.91/1649.58	c cleaning 69853 clauses out of 499752 with flag 19954013/3071001
1711.01/1705.41	c cleaning 70444 clauses out of 508900 with flag 20579322/3150002
1766.16/1760.53	c cleaning 71522 clauses out of 518454 with flag 21174778/3230000
1800.05/1794.21	c starts		: 19135
1800.05/1794.21	c conflicts		: 3280750
1800.05/1794.21	c decisions		: 103785257
1800.05/1794.21	c propagations		: 2933417419
1800.05/1794.21	c inspects		: 11622709281
1800.05/1794.21	c shortcuts		: 0
1800.05/1794.21	c learnt literals	: 89
1800.05/1794.21	c learnt binary clauses	: 186135
1800.05/1794.21	c learnt ternary clauses	: 163166
1800.05/1794.21	c learnt constraints	: 3280661
1800.05/1794.21	c ignored constraints	: 0
1800.05/1794.21	c root simplifications	: 0
1800.05/1794.21	c removed literals (reason simplification)	: 0
1800.05/1794.21	c reason swapping (by a shorter reason)	: 0
1800.05/1794.21	c Calls to reduceDB	: 76
1800.05/1794.21	c Number of update (reduction) of LBD	: 2291097
1800.05/1794.21	c Imported unit clauses	: 0
1800.05/1794.21	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.21	c number of learned constraints concerned by reduction	: 0
1800.05/1794.21	c number of learning phase by resolution	: 0
1800.05/1794.21	c number of learning phase by cutting planes	: 0
1800.05/1794.21	c speed (assignments/second)	: 1635455.1309069823
1800.05/1794.21	c non guided choices	43927
1800.05/1794.21	c timeout
1800.05/1794.28	c learnt constraints type 
1800.05/1794.28	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 186135
1800.05/1794.28	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 311547
1800.05/1794.28	s UNKNOWN
1800.05/1794.28	c Total wall clock time (in seconds): 1794.164

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-4084611-1465286878/watcher-4084611-1465286878 -o /tmp/evaluation-result-4084611-1465286878/solver-4084611-1465286878 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15101 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084611-1465286878.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.15 2.16 3/196 19351
/proc/meminfo: memFree=29548760/32872528 swapFree=20720/1686580
[pid=19351] ppid=19348 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/19351/stat : 19351 (java) D 19348 19351 15085 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 110619860 2560000 46 33554432000 1073741824 1073778376 140736839493744 140736839490872 215115459879 0 0 4096 0 18446744072100756772 0 0 17 0 0 0 0 0 0
/proc/19351/statm: 625 46 37 9 0 29 0

[startup+0.100062 s]
/proc/loadavg: 2.11 2.15 2.16 3/196 19351
/proc/meminfo: memFree=29548760/32872528 swapFree=20720/1686580
[pid=19351] ppid=19348 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19351/stat : 19351 (java) S 19348 19351 15085 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 110619860 9787879424 6033 33554432000 1073741824 1073778376 140736839493744 140736839484880 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19351/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.11 2.15 2.16 3/196 19351
/proc/meminfo: memFree=29548760/32872528 swapFree=20720/1686580
[pid=19351] ppid=19348 vsize=9558856 CPUtime=0.29 cores=0,2,4,6
/proc/19351/stat : 19351 (java) S 19348 19351 15085 0 -1 4202496 5118 0 1 0 28 1 0 0 20 0 18 0 110619860 9788268544 7129 33554432000 1073741824 1073778376 140736839493744 140736839484880 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19351/statm: 2389714 7129 2217 9 0 2380391 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558856

[startup+0.300226 s]
/proc/loadavg: 2.11 2.15 2.16 3/196 19351
/proc/meminfo: memFree=29548760/32872528 swapFree=20720/1686580
[pid=19351] ppid=19348 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/19351/stat : 19351 (java) S 19348 19351 15085 0 -1 4202496 7266 0 1 0 55 1 0 0 20 0 18 0 110619860 9787879424 11400 33554432000 1073741824 1073778376 140736839493744 140736839484880 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19351/statm: 2389619 11400 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700288 s]
/proc/loadavg: 2.11 2.15 2.16 3/196 19351
/proc/meminfo: memFree=29548760/32872528 swapFree=20720/1686580
[pid=19351] ppid=19348 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/19351/stat : 19351 (java) S 19348 19351 15085 0 -1 4202496 8419 0 1 0 134 3 0 0 20 0 19 0 110619860 9856040960 33460 33554432000 1073741824 1073778376 140736839493744 140736839484880 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19351/statm: 2406260 33460 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.11 2.15 2.16 3/215 19370
/proc/meminfo: memFree=29423072/32872528 swapFree=20720/1686580
[pid=19351] ppid=19348 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/19351/stat : 19351 (java) S 19348 19351 15085 0 -1 4202496 9125 0 1 0 222 3 0 0 20 0 19 0 110619860 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140736839484880 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19351/statm: 2406260 33976 2264 9 0 2396937 0
[pid=19351/tid=19353] ppid=19348 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 15085 0 -1 4202560 2467 0 1 0 144 2 0 0 20 0 19 0 110619861 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140592055783768 140591879610642 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19354] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140592017275048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19355] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140592016222504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19356] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140592015169960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19357] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140592014117416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19358] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140592013064872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19359] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140592012012328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19360] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140592010959784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19361] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140592009907240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19362] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140591997495400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19363] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140591878890616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19364] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140591877837960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19365] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140591876786704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19366] ppid=19348 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 15085 0 -1 4202560 2910 0 0 0 35 0 0 0 20 0 19 0 110619867 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140591875734072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19367] ppid=19348 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19351/task/19367/stat : 19367 (java) S 19348 19351 15085 0 -1 4202560 2470 0 0 0 40 0 0 0 20 0 19 0 110619867 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140591874681528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19368] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19368/stat : 19368 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140591873629176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19369] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19369/stat : 19369 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140591872576840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19370] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19370/stat : 19370 (java) S 19348 19351 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110619918 9856040960 33976 33554432000 1073741824 1073778376 140736839493744 140591871521576 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.11 2.15 2.16 3/215 19370
/proc/meminfo: memFree=29420908/32872528 swapFree=20720/1686580
[pid=19351] ppid=19348 vsize=9625040 CPUtime=3.93 cores=0,2,4,6
/proc/19351/stat : 19351 (java) S 19348 19351 15085 0 -1 4202496 9538 0 1 0 390 3 0 0 20 0 19 0 110619860 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140736839484880 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19351/statm: 2406260 34496 2271 9 0 2396937 0
[pid=19351/tid=19353] ppid=19348 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 15085 0 -1 4202560 2470 0 1 0 303 2 0 0 20 0 19 0 110619861 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140592055783768 140591879637044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19354] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140592017275048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19355] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140592016222504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19356] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140592015169960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19357] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140592014117416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19358] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140592013064872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19359] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140592012012328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19360] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140592010959784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19361] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140592009907240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19362] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140591997495400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19363] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140591878890616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19364] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140591877837960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19365] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140591876786704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19366] ppid=19348 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 15085 0 -1 4202560 3316 0 0 0 41 0 0 0 20 0 19 0 110619867 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140591875734072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19367] ppid=19348 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/19351/task/19367/stat : 19367 (java) S 19348 19351 15085 0 -1 4202560 2473 0 0 0 41 0 0 0 20 0 19 0 110619867 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140591874681528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19368] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19368/stat : 19368 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140591873629176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19369] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19369/stat : 19369 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140591872576840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19370] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19370/stat : 19370 (java) S 19348 19351 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110619918 9856040960 34496 33554432000 1073741824 1073778376 140736839493744 140591871521576 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.10 2.14 2.16 3/215 19370
/proc/meminfo: memFree=29415400/32872528 swapFree=20720/1686580
[pid=19351] ppid=19348 vsize=9625040 CPUtime=7.17 cores=0,2,4,6
/proc/19351/stat : 19351 (java) S 19348 19351 15085 0 -1 4202496 9544 0 1 0 714 3 0 0 20 0 19 0 110619860 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140736839484880 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19351/statm: 2406260 35779 2271 9 0 2396937 0
[pid=19351/tid=19353] ppid=19348 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 15085 0 -1 4202560 2476 0 1 0 622 2 0 0 20 0 19 0 110619861 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140592055783672 140591879708764 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19354] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140592017275048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19355] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140592016222504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19356] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140592015169960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19357] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140592014117416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19358] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140592013064872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19359] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140592012012328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19360] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140592010959784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19361] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110619863 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140592009907240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19362] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140591997495400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19363] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140591878890616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19364] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140591877837960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19365] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140591876786704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19366] ppid=19348 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 15085 0 -1 4202560 3316 0 0 0 43 0 0 0 20 0 19 0 110619867 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140591875734072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19367] ppid=19348 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/19351/task/19367/stat : 19367 (java) S 19348 19351 15085 0 -1 4202560 2473 0 0 0 43 0 0 0 20 0 19 0 110619867 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140591874681528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19368] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19368/stat : 19368 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140591873629176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19369] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19369/stat : 19369 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140591872576840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19370] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19370/stat : 19370 (java) S 19348 19351 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110619918 9856040960 35779 33554432000 1073741824 1073778376 140736839493744 140591871521576 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9625040


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

[pid=19351/tid=19370] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19370/stat : 19370 (java) S 19348 19351 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110619918 9856040960 115703 33554432000 1073741824 1073778376 140736839493744 140591871521576 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1667.71
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.20 2.20 4/215 19478
/proc/meminfo: memFree=29357564/32872528 swapFree=20720/1686580
[pid=19351] ppid=19348 vsize=9625040 CPUtime=1727.91 cores=0,2,4,6
/proc/19351/stat : 19351 (java) S 19348 19351 15085 0 -1 4202496 12665 0 1 0 172699 92 0 0 20 0 19 0 110619860 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140736839484880 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19351/statm: 2406260 112368 2293 9 0 2396937 0
[pid=19351/tid=19353] ppid=19348 vsize=9625040 CPUtime=1714.77 cores=0,2,4,6
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 15085 0 -1 4202560 2528 0 1 0 171449 28 0 0 20 0 19 0 110619861 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140592055775024 140591879610922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19354] ppid=19348 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 15085 0 -1 4202560 185 0 0 0 61 5 0 0 20 0 19 0 110619863 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140592017275048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19355] ppid=19348 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 15085 0 -1 4202560 211 0 0 0 74 7 0 0 20 0 19 0 110619863 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140592016222504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19356] ppid=19348 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 15085 0 -1 4202560 344 0 0 0 72 7 0 0 20 0 19 0 110619863 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140592015169960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19357] ppid=19348 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 15085 0 -1 4202560 359 0 0 0 72 10 0 0 20 0 19 0 110619863 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140592014117416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19358] ppid=19348 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 15085 0 -1 4202560 431 0 0 0 67 9 0 0 20 0 19 0 110619863 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140592013064872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19359] ppid=19348 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 15085 0 -1 4202560 268 0 0 0 64 10 0 0 20 0 19 0 110619863 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140592012012328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19360] ppid=19348 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 15085 0 -1 4202560 229 0 0 0 64 8 0 0 20 0 19 0 110619863 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140592010959784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19361] ppid=19348 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 15085 0 -1 4202560 427 0 0 0 67 11 0 0 20 0 19 0 110619863 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140592009907240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19362] ppid=19348 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 15085 0 -1 4202560 390 0 0 0 128 2 0 0 20 0 19 0 110619864 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140591997495400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19363] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140591878890616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19364] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140591877837960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19365] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140591876786704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19366] ppid=19348 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 15085 0 -1 4202560 3456 0 0 0 48 0 0 0 20 0 19 0 110619867 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140591875734072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19367] ppid=19348 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/19351/task/19367/stat : 19367 (java) S 19348 19351 15085 0 -1 4202560 2474 0 0 0 44 0 0 0 20 0 19 0 110619867 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140591874681528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19368] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19368/stat : 19368 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140591873629176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19369] ppid=19348 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/19351/task/19369/stat : 19369 (java) S 19348 19351 15085 0 -1 4202560 99 0 0 0 36 31 0 0 20 0 19 0 110619867 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140591872576840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19370] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19370/stat : 19370 (java) S 19348 19351 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110619918 9856040960 112368 33554432000 1073741824 1073778376 140736839493744 140591871521576 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.91
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.20 2.20 3/215 19479
/proc/meminfo: memFree=29363528/32872528 swapFree=20720/1686580
[pid=19351] ppid=19348 vsize=9625040 CPUtime=1788.04 cores=0,2,4,6
/proc/19351/stat : 19351 (java) S 19348 19351 15085 0 -1 4202496 12677 0 1 0 178710 94 0 0 20 0 19 0 110619860 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140736839484880 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19351/statm: 2406260 110817 2293 9 0 2396937 0
[pid=19351/tid=19353] ppid=19348 vsize=9625040 CPUtime=1774.56 cores=0,2,4,6
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 15085 0 -1 4202560 2530 0 1 0 177427 29 0 0 20 0 19 0 110619861 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140592055782736 140591879610896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19354] ppid=19348 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 15085 0 -1 4202560 185 0 0 0 63 5 0 0 20 0 19 0 110619863 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140592017275048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19355] ppid=19348 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 15085 0 -1 4202560 211 0 0 0 76 7 0 0 20 0 19 0 110619863 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140592016222504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19356] ppid=19348 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 15085 0 -1 4202560 344 0 0 0 74 7 0 0 20 0 19 0 110619863 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140592015169960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19357] ppid=19348 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 15085 0 -1 4202560 359 0 0 0 74 10 0 0 20 0 19 0 110619863 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140592014117416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19358] ppid=19348 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 15085 0 -1 4202560 435 0 0 0 70 9 0 0 20 0 19 0 110619863 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140592013064872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19359] ppid=19348 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 15085 0 -1 4202560 268 0 0 0 65 10 0 0 20 0 19 0 110619863 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140592012012328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19360] ppid=19348 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 15085 0 -1 4202560 229 0 0 0 66 8 0 0 20 0 19 0 110619863 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140592010959784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19361] ppid=19348 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 15085 0 -1 4202560 427 0 0 0 70 11 0 0 20 0 19 0 110619863 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140592009907240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19362] ppid=19348 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 15085 0 -1 4202560 392 0 0 0 128 2 0 0 20 0 19 0 110619864 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140591997495400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19363] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140591878890616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19364] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140591877837960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19365] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140591876786704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19366] ppid=19348 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 15085 0 -1 4202560 3456 0 0 0 48 0 0 0 20 0 19 0 110619867 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140591875734072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19367] ppid=19348 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/19351/task/19367/stat : 19367 (java) S 19348 19351 15085 0 -1 4202560 2474 0 0 0 44 0 0 0 20 0 19 0 110619867 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140591874681528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19368] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19368/stat : 19368 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140591873629176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19369] ppid=19348 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/19351/task/19369/stat : 19369 (java) S 19348 19351 15085 0 -1 4202560 103 0 0 0 37 32 0 0 20 0 19 0 110619867 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140591872576840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19370] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19370/stat : 19370 (java) S 19348 19351 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110619918 9856040960 110817 33554432000 1073741824 1073778376 140736839493744 140591871521576 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.04
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.21 s]
/proc/loadavg: 2.12 2.18 2.19 3/215 19480
/proc/meminfo: memFree=29267764/32872528 swapFree=20720/1686580
[pid=19351] ppid=19348 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/19351/stat : 19351 (java) S 19348 19351 15085 0 -1 4202496 12682 0 1 0 179911 94 0 0 20 0 19 0 110619860 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140736839484880 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19351/statm: 2406260 109264 2293 9 0 2396937 0
[pid=19351/tid=19353] ppid=19348 vsize=9625040 CPUtime=1786.4 cores=0,2,4,6
/proc/19351/task/19353/stat : 19353 (java) R 19348 19351 15085 0 -1 4202560 2531 0 1 0 178610 30 0 0 20 0 19 0 110619861 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140592055782736 140591879391317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19354] ppid=19348 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/19351/task/19354/stat : 19354 (java) S 19348 19351 15085 0 -1 4202560 185 0 0 0 67 5 0 0 20 0 19 0 110619863 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140592017275048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19355] ppid=19348 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/19351/task/19355/stat : 19355 (java) S 19348 19351 15085 0 -1 4202560 211 0 0 0 77 7 0 0 20 0 19 0 110619863 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140592016222504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19356] ppid=19348 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/19351/task/19356/stat : 19356 (java) S 19348 19351 15085 0 -1 4202560 344 0 0 0 76 7 0 0 20 0 19 0 110619863 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140592015169960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19357] ppid=19348 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/19351/task/19357/stat : 19357 (java) S 19348 19351 15085 0 -1 4202560 359 0 0 0 75 10 0 0 20 0 19 0 110619863 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140592014117416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19358] ppid=19348 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/19351/task/19358/stat : 19358 (java) S 19348 19351 15085 0 -1 4202560 436 0 0 0 70 10 0 0 20 0 19 0 110619863 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140592013064872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19359] ppid=19348 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/19351/task/19359/stat : 19359 (java) S 19348 19351 15085 0 -1 4202560 269 0 0 0 67 10 0 0 20 0 19 0 110619863 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140592012012328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19360] ppid=19348 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/19351/task/19360/stat : 19360 (java) S 19348 19351 15085 0 -1 4202560 229 0 0 0 68 8 0 0 20 0 19 0 110619863 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140592010959784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19361] ppid=19348 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/19351/task/19361/stat : 19361 (java) S 19348 19351 15085 0 -1 4202560 427 0 0 0 71 11 0 0 20 0 19 0 110619863 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140592009907240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19351/tid=19362] ppid=19348 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/19351/task/19362/stat : 19362 (java) S 19348 19351 15085 0 -1 4202560 394 0 0 0 128 2 0 0 20 0 19 0 110619864 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140591997495400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19363] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19363/stat : 19363 (java) S 19348 19351 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140591878890616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19364] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19364/stat : 19364 (java) S 19348 19351 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110619864 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140591877837960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19365] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19365/stat : 19365 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140591876786704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19366] ppid=19348 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/19351/task/19366/stat : 19366 (java) S 19348 19351 15085 0 -1 4202560 3456 0 0 0 48 0 0 0 20 0 19 0 110619867 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140591875734072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19351/tid=19367] ppid=19348 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/19351/task/19367/stat : 19367 (java) S 19348 19351 15085 0 -1 4202560 2474 0 0 0 44 0 0 0 20 0 19 0 110619867 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140591874681528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19368] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19368/stat : 19368 (java) S 19348 19351 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110619867 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140591873629176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19351/tid=19369] ppid=19348 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/19351/task/19369/stat : 19369 (java) S 19348 19351 15085 0 -1 4202560 103 0 0 0 37 33 0 0 20 0 19 0 110619867 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140591872576840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19351/tid=19370] ppid=19348 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19351/task/19370/stat : 19370 (java) S 19348 19351 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110619918 9856040960 109264 33554432000 1073741824 1073778376 140736839493744 140591871521576 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 19351 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 19351 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=609177
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=472776
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.29
CPU time (s): 1800.05
CPU user time (s): 1799.11
CPU system time (s): 0.94
CPU usage (%): 100.321
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.47278
maximum resident set size= 854356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12950
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39182
involuntary context switches= 8946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.80351 second user time and 14.3908 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 10:07:58
IDJOB=4084611
IDBENCH=90181
IDSOLVER=2546
FILE ID=node135/4084611-1465286878
RUNJOBID= node135-1465261709-15101
PBS_JOBID= 19843293
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K156.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084611-1465286878/watcher-4084611-1465286878 -o /tmp/evaluation-result-4084611-1465286878/solver-4084611-1465286878 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15101 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084611-1465286878.opb

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

MD5SUM BENCH= b01d5fef61cfdf78caaec08ee0d21bae
RANDOM SEED=2064465368

node135.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		: 2667.026
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	: 5334.05
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.56
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		: 2667.026
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		: 2667.026
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		: 2667.026
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:        29548924 kB
Buffers:          127820 kB
Cached:           232392 kB
SwapCached:         1764 kB
Active:           625340 kB
Inactive:         274652 kB
Active(anon):     540748 kB
Inactive(anon):     1376 kB
Active(file):      84592 kB
Inactive(file):   273276 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              1636 kB
Writeback:             0 kB
AnonPages:       2288812 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             601844 kB
SReclaimable:      45560 kB
SUnreclaim:       556284 kB
KernelStack:        1784 kB
PageTables:         8660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2596940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2246656 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= 71732 MiB
End job on node135 at 2016-06-07 10:37:52