Trace number 4097846

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.07 1794.83

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_18.opb
MD5SUM8d379ca3dcc1813408eb4744b290ded2
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 variables6806
Total number of constraints33297
Number of constraints which are clauses33292
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4097846-1466118771.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.48/1.01	c ... done. Wall clock time 0.897s.
1.48/1.01	c declared #vars     6806
1.48/1.01	c #constraints  33301
1.48/1.01	c constraints type 
1.48/1.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19926
1.48/1.01	c org.sat4j.specs.Constr$1 => 4
1.48/1.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.48/1.01	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.48/1.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13365
1.48/1.01	c 33301 constraints processed.
4.41/3.61	c cleaning 2499 clauses out of 5000 with flag 41056/5000
7.26/6.49	c cleaning 4251 clauses out of 8501 with flag 97591/11000
10.36/9.52	c cleaning 5623 clauses out of 11250 with flag 157681/18000
13.66/12.89	c cleaning 6793 clauses out of 13627 with flag 232970/26000
17.58/16.72	c cleaning 7916 clauses out of 15834 with flag 314770/35000
21.68/20.85	c cleaning 8954 clauses out of 17919 with flag 384421/45001
26.38/25.51	c cleaning 9972 clauses out of 19964 with flag 470756/56000
31.88/31.06	c cleaning 10994 clauses out of 21992 with flag 558312/68000
37.48/36.62	c cleaning 11996 clauses out of 24000 with flag 654496/81002
43.89/43.03	c cleaning 12997 clauses out of 26003 with flag 760473/95001
50.49/49.70	c cleaning 13999 clauses out of 28005 with flag 873471/110000
57.18/56.39	c cleaning 15002 clauses out of 30015 with flag 1000693/126009
63.28/62.47	c cleaning 15983 clauses out of 32004 with flag 1113419/143000
70.31/69.46	c cleaning 17008 clauses out of 34021 with flag 1259893/161000
78.30/77.42	c cleaning 18001 clauses out of 36013 with flag 1392537/180000
85.71/84.85	c cleaning 19003 clauses out of 38012 with flag 1525029/200000
94.00/93.13	c cleaning 20001 clauses out of 40009 with flag 1685139/221000
102.51/101.60	c cleaning 21004 clauses out of 42008 with flag 1843569/243000
110.92/110.08	c cleaning 21994 clauses out of 44007 with flag 2000155/266003
119.91/119.04	c cleaning 22998 clauses out of 46010 with flag 2171743/290000
128.56/127.63	c cleaning 24004 clauses out of 48013 with flag 2340265/315001
137.36/136.50	c cleaning 24999 clauses out of 50014 with flag 2514867/341006
146.65/145.71	c cleaning 26005 clauses out of 52014 with flag 2689194/368005
156.25/155.36	c cleaning 27002 clauses out of 54004 with flag 2882149/396000
166.25/165.39	c cleaning 27992 clauses out of 56002 with flag 3067433/425000
175.81/174.89	c cleaning 28991 clauses out of 58010 with flag 3242860/455000
185.60/184.66	c cleaning 30005 clauses out of 60021 with flag 3412866/486002
196.20/195.26	c cleaning 30984 clauses out of 62015 with flag 3602920/518001
210.02/209.05	c cleaning 32004 clauses out of 64030 with flag 3836035/551000
225.52/224.52	c cleaning 32965 clauses out of 66027 with flag 4065591/585001
241.31/240.27	c cleaning 33997 clauses out of 68073 with flag 4304693/620012
255.81/254.79	c cleaning 34990 clauses out of 70064 with flag 4541929/656000
272.41/271.39	c cleaning 36024 clauses out of 72075 with flag 4800809/693001
289.01/287.83	c cleaning 37008 clauses out of 74050 with flag 5087348/731000
304.40/303.24	c cleaning 37995 clauses out of 76042 with flag 5362528/770000
320.60/319.48	c cleaning 39022 clauses out of 78047 with flag 5651918/810000
335.91/334.72	c cleaning 39944 clauses out of 80025 with flag 5929789/851000
354.08/352.77	c cleaning 41016 clauses out of 82081 with flag 6238950/893000
371.17/369.88	c cleaning 42027 clauses out of 84065 with flag 6538388/936000
388.37/386.95	c cleaning 43003 clauses out of 86042 with flag 6851060/980004
405.37/403.90	c cleaning 44016 clauses out of 88035 with flag 7153029/1025000
424.60/423.05	c cleaning 44996 clauses out of 90019 with flag 7473193/1071000
443.99/442.42	c cleaning 45992 clauses out of 92023 with flag 7808712/1118000
463.34/461.61	c cleaning 46985 clauses out of 94031 with flag 8148515/1166000
483.66/481.99	c cleaning 47989 clauses out of 96048 with flag 8498146/1215002
504.06/502.34	c cleaning 49019 clauses out of 98062 with flag 8836280/1265005
524.67/522.83	c cleaning 49998 clauses out of 100038 with flag 9178191/1316000
546.57/544.78	c cleaning 51000 clauses out of 102040 with flag 9540734/1368000
569.20/567.20	c cleaning 52016 clauses out of 104041 with flag 9909596/1421001
589.26/587.13	c cleaning 53001 clauses out of 106024 with flag 10245227/1475000
608.34/606.19	c cleaning 54001 clauses out of 108025 with flag 10571657/1530002
627.11/624.86	c cleaning 55001 clauses out of 110023 with flag 10878236/1586001
650.00/647.78	c cleaning 55986 clauses out of 112026 with flag 11267440/1643005
674.76/672.48	c cleaning 56994 clauses out of 114036 with flag 11672743/1701001
699.42/697.04	c cleaning 57982 clauses out of 116041 with flag 12082062/1760000
722.27/719.83	c cleaning 59010 clauses out of 118059 with flag 12477360/1820000
745.43/742.90	c cleaning 60017 clauses out of 120049 with flag 12864969/1881000
768.59/766.06	c cleaning 61000 clauses out of 122032 with flag 13222931/1943000
795.25/792.61	c cleaning 61984 clauses out of 124033 with flag 13606052/2006001
826.25/823.51	c cleaning 63005 clauses out of 126049 with flag 14049096/2070001
858.05/855.31	c cleaning 64022 clauses out of 128044 with flag 14494073/2135001
888.84/886.03	c cleaning 64987 clauses out of 130021 with flag 14937201/2201000
921.84/919.03	c cleaning 65971 clauses out of 132034 with flag 15407472/2268000
953.69/950.87	c cleaning 67028 clauses out of 134064 with flag 15880329/2336001
987.78/984.86	c cleaning 68012 clauses out of 136038 with flag 16373617/2405003
1020.47/1017.43	c cleaning 69000 clauses out of 138023 with flag 16842440/2475000
1051.72/1048.67	c cleaning 69965 clauses out of 140023 with flag 17318245/2546000
1083.20/1080.01	c cleaning 71020 clauses out of 142058 with flag 17801778/2618000
1115.37/1112.05	c cleaning 72020 clauses out of 144044 with flag 18274417/2691006
1148.33/1144.80	c cleaning 73005 clauses out of 146018 with flag 18733633/2765000
1185.11/1181.56	c cleaning 73975 clauses out of 148013 with flag 19284009/2840000
1221.56/1217.98	c cleaning 75005 clauses out of 150039 with flag 19828226/2916001
1258.06/1254.38	c cleaning 75990 clauses out of 152033 with flag 20377479/2993000
1295.74/1291.97	c cleaning 76998 clauses out of 154044 with flag 20923706/3071001
1332.13/1328.20	c cleaning 78010 clauses out of 156045 with flag 21485402/3150000
1370.09/1366.12	c cleaning 79011 clauses out of 158035 with flag 22037873/3230000
1404.86/1400.80	c cleaning 80010 clauses out of 160026 with flag 22571770/3311002
1445.46/1441.30	c cleaning 80995 clauses out of 162014 with flag 23173091/3393000
1482.32/1478.11	c cleaning 81999 clauses out of 164021 with flag 23728832/3476002
1520.71/1516.41	c cleaning 82965 clauses out of 166021 with flag 24297800/3560001
1558.32/1553.95	c cleaning 83999 clauses out of 168058 with flag 24868968/3645003
1599.65/1595.18	c cleaning 84988 clauses out of 170058 with flag 25455411/3731002
1642.31/1637.79	c cleaning 86014 clauses out of 172068 with flag 26083098/3818000
1681.96/1677.22	c cleaning 87012 clauses out of 174057 with flag 26680726/3906003
1719.10/1714.22	c cleaning 88001 clauses out of 176045 with flag 27256766/3995003
1754.55/1749.54	c cleaning 88998 clauses out of 178041 with flag 27801699/4085000
1789.55/1784.30	c cleaning 90016 clauses out of 180044 with flag 28298587/4176001
1800.07/1794.80	c starts		: 12848
1800.07/1794.80	c conflicts		: 4202920
1800.07/1794.80	c decisions		: 36823235
1800.07/1794.80	c propagations		: 1575232459
1800.07/1794.80	c inspects		: 20787406259
1800.07/1794.80	c shortcuts		: 0
1800.07/1794.80	c learnt literals	: 0
1800.07/1794.80	c learnt binary clauses	: 0
1800.07/1794.80	c learnt ternary clauses	: 1
1800.07/1794.80	c learnt constraints	: 4202920
1800.07/1794.80	c ignored constraints	: 0
1800.07/1794.80	c root simplifications	: 0
1800.07/1794.80	c removed literals (reason simplification)	: 0
1800.07/1794.80	c reason swapping (by a shorter reason)	: 0
1800.07/1794.80	c Calls to reduceDB	: 87
1800.07/1794.80	c Number of update (reduction) of LBD	: 2213070
1800.07/1794.80	c Imported unit clauses	: 0
1800.07/1794.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.80	c number of learned constraints concerned by reduction	: 0
1800.07/1794.80	c number of learning phase by resolution	: 0
1800.07/1794.80	c number of learning phase by cutting planes	: 0
1800.07/1794.80	c speed (assignments/second)	: 878163.6939869996
1800.07/1794.80	c non guided choices	5023
1800.07/1794.80	c timeout
1800.07/1794.83	c learnt constraints type 
1800.07/1794.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116948
1800.07/1794.83	s UNKNOWN
1800.07/1794.83	c Total wall clock time (in seconds): 1794.709

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-4097846-1466118771/watcher-4097846-1466118771 -o /tmp/evaluation-result-4097846-1466118771/solver-4097846-1466118771 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22553 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097846-1466118771.opb 

pid=23719
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.06 2.02 2.08 3/196 23722
/proc/meminfo: memFree=31762964/32872528 swapFree=7268/7268
[pid=23722] ppid=23719 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/23722/stat : 23722 (java) R 23719 23722 18087 0 -1 4202496 467 0 0 0 0 0 0 0 20 0 1 0 13923031 9379840 123 33554432000 1073741824 1073778376 140734988202128 140734988199256 206412222944 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23722/statm: 2290 123 94 9 0 38 0

[startup+0.100111 s]
/proc/loadavg: 2.06 2.02 2.08 3/196 23722
/proc/meminfo: memFree=31762964/32872528 swapFree=7268/7268
[pid=23722] ppid=23719 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23722/stat : 23722 (java) S 23719 23722 18087 0 -1 4202496 4414 0 1 0 8 1 0 0 20 0 18 0 13923031 9787879424 6040 33554432000 1073741824 1073778376 140734988202128 140734988193264 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23722/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.06 2.02 2.08 3/196 23722
/proc/meminfo: memFree=31762964/32872528 swapFree=7268/7268
[pid=23722] ppid=23719 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23722/stat : 23722 (java) S 23719 23722 18087 0 -1 4202496 4950 0 1 0 26 1 0 0 20 0 18 0 13923031 9787879424 6898 33554432000 1073741824 1073778376 140734988202128 140734988193264 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23722/statm: 2389619 6898 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300274 s]
/proc/loadavg: 2.06 2.02 2.08 3/196 23722
/proc/meminfo: memFree=31762964/32872528 swapFree=7268/7268
[pid=23722] ppid=23719 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/23722/stat : 23722 (java) S 23719 23722 18087 0 -1 4202496 7120 0 1 0 53 1 0 0 20 0 18 0 13923031 9787879424 10209 33554432000 1073741824 1073778376 140734988202128 140734988193264 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23722/statm: 2389619 10209 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700235 s]
/proc/loadavg: 2.06 2.02 2.08 3/196 23722
/proc/meminfo: memFree=31762964/32872528 swapFree=7268/7268
[pid=23722] ppid=23719 vsize=9558476 CPUtime=0.98 cores=0,2,4,6
/proc/23722/stat : 23722 (java) S 23719 23722 18087 0 -1 4202496 7374 0 1 0 95 3 0 0 20 0 18 0 13923031 9787879424 39960 33554432000 1073741824 1073778376 140734988202128 140734988193264 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23722/statm: 2389619 39960 2256 9 0 2380296 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 2.06 2.02 2.08 5/215 23741
/proc/meminfo: memFree=31600460/32872528 swapFree=7268/7268
[pid=23722] ppid=23719 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/23722/stat : 23722 (java) S 23719 23722 18087 0 -1 4202496 9450 0 1 0 221 4 0 0 20 0 19 0 13923031 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 140734988193264 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23722/statm: 2406260 42833 2280 9 0 2396937 0
[pid=23722/tid=23724] ppid=23719 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/23722/task/23724/stat : 23724 (java) R 23719 23722 18087 0 -1 4202560 2479 0 1 0 143 3 0 0 20 0 19 0 13923032 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139779064611208 139778922794050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23725] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23725/stat : 23725 (java) S 23719 23722 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13923033 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139779042712360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23726] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23726/stat : 23726 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139779041659560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23727] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23727/stat : 23727 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139779040607272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23728] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23728/stat : 23728 (java) S 23719 23722 18087 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778704010152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23729] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23729/stat : 23729 (java) S 23719 23722 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778702956840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23730] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23730/stat : 23730 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778701904040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23731] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23731/stat : 23731 (java) S 23719 23722 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778700851752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23732] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23732/stat : 23732 (java) S 23719 23722 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778699798952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23733] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23733/stat : 23733 (java) S 23719 23722 18087 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778687388392 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23734] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23734/stat : 23734 (java) S 23719 23722 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778686334456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23735] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23735/stat : 23735 (java) S 23719 23722 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778685282056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23736] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23736/stat : 23736 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778684230544 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23737] ppid=23719 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/23722/task/23737/stat : 23737 (java) S 23719 23722 18087 0 -1 4202560 3170 0 0 0 40 0 0 0 20 0 19 0 13923038 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778683177144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23738] ppid=23719 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/23722/task/23738/stat : 23738 (java) S 23719 23722 18087 0 -1 4202560 2434 0 0 0 32 0 0 0 20 0 19 0 13923038 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778682124344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23739] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23739/stat : 23739 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778681072248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23740] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23740/stat : 23740 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778680019656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23741] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23741/stat : 23741 (java) S 23719 23722 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13923134 9856040960 42833 33554432000 1073741824 1073778376 140734988202128 139778678867368 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.06 2.02 2.08 3/215 23741
/proc/meminfo: memFree=31598708/32872528 swapFree=7268/7268
[pid=23722] ppid=23719 vsize=9625040 CPUtime=3.9 cores=0,2,4,6
/proc/23722/stat : 23722 (java) S 23719 23722 18087 0 -1 4202496 10196 0 1 0 386 4 0 0 20 0 19 0 13923031 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 140734988193264 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23722/statm: 2406260 42965 2281 9 0 2396937 0
[pid=23722/tid=23724] ppid=23719 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/23722/task/23724/stat : 23724 (java) R 23719 23722 18087 0 -1 4202560 2481 0 1 0 302 3 0 0 20 0 19 0 13923032 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139779064611368 139778922826326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23725] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23725/stat : 23725 (java) S 23719 23722 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13923033 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139779042712360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23726] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23726/stat : 23726 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139779041659560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23727] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23727/stat : 23727 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139779040607272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23728] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23728/stat : 23728 (java) S 23719 23722 18087 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778704010152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23729] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23729/stat : 23729 (java) S 23719 23722 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778702956840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23730] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23730/stat : 23730 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778701904040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23731] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23731/stat : 23731 (java) S 23719 23722 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778700851752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23732] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23732/stat : 23732 (java) S 23719 23722 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778699798952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23733] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23733/stat : 23733 (java) S 23719 23722 18087 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778687388392 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23734] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23734/stat : 23734 (java) S 23719 23722 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778686334456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23735] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23735/stat : 23735 (java) S 23719 23722 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778685282056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23736] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23736/stat : 23736 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778684230544 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23737] ppid=23719 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/23722/task/23737/stat : 23737 (java) S 23719 23722 18087 0 -1 4202560 3913 0 0 0 45 0 0 0 20 0 19 0 13923038 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778683177144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23738] ppid=23719 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/23722/task/23738/stat : 23738 (java) S 23719 23722 18087 0 -1 4202560 2434 0 0 0 33 0 0 0 20 0 19 0 13923038 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778682124344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23739] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23739/stat : 23739 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778681072248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23740] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23740/stat : 23740 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778680019656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23741] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23741/stat : 23741 (java) S 23719 23722 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13923134 9856040960 42965 33554432000 1073741824 1073778376 140734988202128 139778678867368 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.05 2.02 2.08 3/215 23741
/proc/meminfo: memFree=31598496/32872528 swapFree=7268/7268
[pid=23722] ppid=23719 vsize=9625040 CPUtime=7.16 cores=0,2,4,6
/proc/23722/stat : 23722 (java) S 23719 23722 18087 0 -1 4202496 10203 0 1 0 711 5 0 0 20 0 19 0 13923031 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 140734988193264 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23722/statm: 2406260 42953 2285 9 0 2396937 0
[pid=23722/tid=23724] ppid=23719 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/23722/task/23724/stat : 23724 (java) R 23719 23722 18087 0 -1 4202560 2483 0 1 0 622 3 0 0 20 0 19 0 13923032 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139779064609288 139778922901427 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23725] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23725/stat : 23725 (java) S 23719 23722 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13923033 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139779042712360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23726] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23726/stat : 23726 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139779041659560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23727] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23727/stat : 23727 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139779040607272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23728] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23728/stat : 23728 (java) S 23719 23722 18087 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778704010152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23729] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23729/stat : 23729 (java) S 23719 23722 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778702956840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23730] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23730/stat : 23730 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778701904040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23731] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23731/stat : 23731 (java) S 23719 23722 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778700851752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23732] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23732/stat : 23732 (java) S 23719 23722 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13923034 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778699798952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23733] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23733/stat : 23733 (java) S 23719 23722 18087 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778687388392 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23734] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23734/stat : 23734 (java) S 23719 23722 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778686334456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23735] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23735/stat : 23735 (java) S 23719 23722 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778685282056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23736] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23736/stat : 23736 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778684230544 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23737] ppid=23719 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/23722/task/23737/stat : 23737 (java) S 23719 23722 18087 0 -1 4202560 3914 0 0 0 47 0 0 0 20 0 19 0 13923038 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778683177144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23738] ppid=23719 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23722/task/23738/stat : 23738 (java) S 23719 23722 18087 0 -1 4202560 2438 0 0 0 36 0 0 0 20 0 19 0 13923038 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778682124344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23739] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23739/stat : 23739 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778681072248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23740] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23740/stat : 23740 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778680019656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23741] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23741/stat : 23741 (java) S 23719 23722 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13923134 9856040960 42953 33554432000 1073741824 1073778376 140734988202128 139778678867368 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9625040


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

[pid=23722/tid=23741] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23741/stat : 23741 (java) S 23719 23722 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13923134 9856040960 95758 33554432000 1073741824 1073778376 140734988202128 139778678867368 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.98
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.47 1.86 1.95 2/190 23815
/proc/meminfo: memFree=31579180/32872528 swapFree=7268/7268
[pid=23722] ppid=23719 vsize=9625040 CPUtime=1727.24 cores=0,2,4,6
/proc/23722/stat : 23722 (java) S 23719 23722 18087 0 -1 4202496 12909 0 1 0 172645 79 0 0 20 0 19 0 13923031 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 140734988193264 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23722/statm: 2406260 93156 2294 9 0 2396937 0
[pid=23722/tid=23724] ppid=23719 vsize=9625040 CPUtime=1715.52 cores=0,2,4,6
/proc/23722/task/23724/stat : 23724 (java) R 23719 23722 18087 0 -1 4202560 2540 0 1 0 171522 30 0 0 20 0 19 0 13923032 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139779064610016 139778922844440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23725] ppid=23719 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/23722/task/23725/stat : 23725 (java) S 23719 23722 18087 0 -1 4202560 361 0 0 0 56 7 0 0 20 0 19 0 13923033 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139779042712360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23726] ppid=23719 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/23722/task/23726/stat : 23726 (java) S 23719 23722 18087 0 -1 4202560 186 0 0 0 63 6 0 0 20 0 19 0 13923034 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139779041659560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23727] ppid=23719 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/23722/task/23727/stat : 23727 (java) S 23719 23722 18087 0 -1 4202560 127 0 0 0 66 7 0 0 20 0 19 0 13923034 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139779040607272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23728] ppid=23719 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/23722/task/23728/stat : 23728 (java) S 23719 23722 18087 0 -1 4202560 273 0 0 0 72 7 0 0 20 0 19 0 13923034 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778704010152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23729] ppid=23719 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/23722/task/23729/stat : 23729 (java) S 23719 23722 18087 0 -1 4202560 251 0 0 0 64 6 0 0 20 0 19 0 13923034 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778702956840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23730] ppid=23719 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/23722/task/23730/stat : 23730 (java) S 23719 23722 18087 0 -1 4202560 495 0 0 0 61 8 0 0 20 0 19 0 13923034 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778701904040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23731] ppid=23719 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23722/task/23731/stat : 23731 (java) S 23719 23722 18087 0 -1 4202560 276 0 0 0 58 6 0 0 20 0 19 0 13923034 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778700851752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23732] ppid=23719 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23722/task/23732/stat : 23732 (java) S 23719 23722 18087 0 -1 4202560 383 0 0 0 52 3 0 0 20 0 19 0 13923034 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778699798952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23733] ppid=23719 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23722/task/23733/stat : 23733 (java) S 23719 23722 18087 0 -1 4202560 276 0 0 0 62 2 0 0 20 0 19 0 13923035 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778687388392 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23734] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23734/stat : 23734 (java) S 23719 23722 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778686334456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23735] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23735/stat : 23735 (java) S 23719 23722 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778685282056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23736] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23736/stat : 23736 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778684230544 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23737] ppid=23719 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/23722/task/23737/stat : 23737 (java) S 23719 23722 18087 0 -1 4202560 3947 0 0 0 51 0 0 0 20 0 19 0 13923038 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778683177144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23738] ppid=23719 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23722/task/23738/stat : 23738 (java) S 23719 23722 18087 0 -1 4202560 2438 0 0 0 36 0 0 0 20 0 19 0 13923038 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778682124344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23739] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23739/stat : 23739 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778681072248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23740] ppid=23719 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/23722/task/23740/stat : 23740 (java) S 23719 23722 18087 0 -1 4202560 99 0 0 0 22 28 0 0 20 0 19 0 13923038 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778680019656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23741] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23741/stat : 23741 (java) S 23719 23722 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13923134 9856040960 93156 33554432000 1073741824 1073778376 140734988202128 139778678867368 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.24
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.17 1.70 1.89 2/190 23816
/proc/meminfo: memFree=31590836/32872528 swapFree=7268/7268
[pid=23722] ppid=23719 vsize=9625040 CPUtime=1787.54 cores=0,2,4,6
/proc/23722/stat : 23722 (java) S 23719 23722 18087 0 -1 4202496 12980 0 1 0 178674 80 0 0 20 0 19 0 13923031 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 140734988193264 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23722/statm: 2406260 90330 2294 9 0 2396937 0
[pid=23722/tid=23724] ppid=23719 vsize=9625040 CPUtime=1775.11 cores=0,2,4,6
/proc/23722/task/23724/stat : 23724 (java) R 23719 23722 18087 0 -1 4202560 2545 0 1 0 177481 30 0 0 20 0 19 0 13923032 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139779064610016 139778922794045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23725] ppid=23719 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/23722/task/23725/stat : 23725 (java) S 23719 23722 18087 0 -1 4202560 363 0 0 0 63 7 0 0 20 0 19 0 13923033 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139779042712360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23726] ppid=23719 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/23722/task/23726/stat : 23726 (java) S 23719 23722 18087 0 -1 4202560 186 0 0 0 65 6 0 0 20 0 19 0 13923034 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139779041659560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23727] ppid=23719 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/23722/task/23727/stat : 23727 (java) S 23719 23722 18087 0 -1 4202560 127 0 0 0 72 7 0 0 20 0 19 0 13923034 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139779040607272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23728] ppid=23719 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/23722/task/23728/stat : 23728 (java) S 23719 23722 18087 0 -1 4202560 273 0 0 0 80 7 0 0 20 0 19 0 13923034 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778704010152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23729] ppid=23719 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/23722/task/23729/stat : 23729 (java) S 23719 23722 18087 0 -1 4202560 251 0 0 0 70 6 0 0 20 0 19 0 13923034 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778702956840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23730] ppid=23719 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/23722/task/23730/stat : 23730 (java) S 23719 23722 18087 0 -1 4202560 495 0 0 0 66 8 0 0 20 0 19 0 13923034 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778701904040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23731] ppid=23719 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/23722/task/23731/stat : 23731 (java) S 23719 23722 18087 0 -1 4202560 276 0 0 0 64 6 0 0 20 0 19 0 13923034 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778700851752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23732] ppid=23719 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/23722/task/23732/stat : 23732 (java) S 23719 23722 18087 0 -1 4202560 383 0 0 0 55 3 0 0 20 0 19 0 13923034 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778699798952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23733] ppid=23719 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/23722/task/23733/stat : 23733 (java) S 23719 23722 18087 0 -1 4202560 336 0 0 0 74 2 0 0 20 0 19 0 13923035 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778687388392 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23734] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23734/stat : 23734 (java) S 23719 23722 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778686334456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23735] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23735/stat : 23735 (java) S 23719 23722 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778685282056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23736] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23736/stat : 23736 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778684230544 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23737] ppid=23719 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/23722/task/23737/stat : 23737 (java) S 23719 23722 18087 0 -1 4202560 3947 0 0 0 51 0 0 0 20 0 19 0 13923038 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778683177144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23738] ppid=23719 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23722/task/23738/stat : 23738 (java) S 23719 23722 18087 0 -1 4202560 2438 0 0 0 36 0 0 0 20 0 19 0 13923038 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778682124344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23739] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23739/stat : 23739 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778681072248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23740] ppid=23719 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/23722/task/23740/stat : 23740 (java) S 23719 23722 18087 0 -1 4202560 103 0 0 0 23 29 0 0 20 0 19 0 13923038 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778680019656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23741] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23741/stat : 23741 (java) S 23719 23722 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13923134 9856040960 90330 33554432000 1073741824 1073778376 140734988202128 139778678867368 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 1.13 1.66 1.87 2/190 23816
/proc/meminfo: memFree=31590840/32872528 swapFree=7268/7268
[pid=23722] ppid=23719 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/23722/stat : 23722 (java) S 23719 23722 18087 0 -1 4202496 12985 0 1 0 179926 81 0 0 20 0 19 0 13923031 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 140734988193264 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23722/statm: 2406260 90331 2294 9 0 2396937 0
[pid=23722/tid=23724] ppid=23719 vsize=9625040 CPUtime=1787.56 cores=0,2,4,6
/proc/23722/task/23724/stat : 23724 (java) R 23719 23722 18087 0 -1 4202560 2546 0 1 0 178725 31 0 0 20 0 19 0 13923032 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139779064611168 139778922794100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23725] ppid=23719 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/23722/task/23725/stat : 23725 (java) S 23719 23722 18087 0 -1 4202560 363 0 0 0 63 7 0 0 20 0 19 0 13923033 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139779042712360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23726] ppid=23719 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/23722/task/23726/stat : 23726 (java) S 23719 23722 18087 0 -1 4202560 186 0 0 0 66 6 0 0 20 0 19 0 13923034 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139779041659560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23727] ppid=23719 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/23722/task/23727/stat : 23727 (java) S 23719 23722 18087 0 -1 4202560 127 0 0 0 72 7 0 0 20 0 19 0 13923034 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139779040607272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23728] ppid=23719 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/23722/task/23728/stat : 23728 (java) S 23719 23722 18087 0 -1 4202560 273 0 0 0 80 7 0 0 20 0 19 0 13923034 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778704010152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23729] ppid=23719 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/23722/task/23729/stat : 23729 (java) S 23719 23722 18087 0 -1 4202560 251 0 0 0 70 6 0 0 20 0 19 0 13923034 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778702956840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23730] ppid=23719 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/23722/task/23730/stat : 23730 (java) S 23719 23722 18087 0 -1 4202560 495 0 0 0 66 8 0 0 20 0 19 0 13923034 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778701904040 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23731] ppid=23719 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/23722/task/23731/stat : 23731 (java) S 23719 23722 18087 0 -1 4202560 276 0 0 0 65 6 0 0 20 0 19 0 13923034 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778700851752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23732] ppid=23719 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/23722/task/23732/stat : 23732 (java) S 23719 23722 18087 0 -1 4202560 383 0 0 0 56 3 0 0 20 0 19 0 13923034 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778699798952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23722/tid=23733] ppid=23719 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/23722/task/23733/stat : 23733 (java) S 23719 23722 18087 0 -1 4202560 339 0 0 0 74 2 0 0 20 0 19 0 13923035 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778687388392 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23734] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23734/stat : 23734 (java) S 23719 23722 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778686334456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23735] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23735/stat : 23735 (java) S 23719 23722 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13923035 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778685282056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23736] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23736/stat : 23736 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778684230544 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23737] ppid=23719 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/23722/task/23737/stat : 23737 (java) S 23719 23722 18087 0 -1 4202560 3948 0 0 0 51 0 0 0 20 0 19 0 13923038 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778683177144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23722/tid=23738] ppid=23719 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23722/task/23738/stat : 23738 (java) S 23719 23722 18087 0 -1 4202560 2438 0 0 0 36 0 0 0 20 0 19 0 13923038 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778682124344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23739] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23739/stat : 23739 (java) S 23719 23722 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13923038 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778681072248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23722/tid=23740] ppid=23719 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/23722/task/23740/stat : 23740 (java) S 23719 23722 18087 0 -1 4202560 103 0 0 0 23 29 0 0 20 0 19 0 13923038 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778680019656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23722/tid=23741] ppid=23719 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23722/task/23741/stat : 23741 (java) S 23719 23722 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13923134 9856040960 90331 33554432000 1073741824 1073778376 140734988202128 139778678867368 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 23722 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 23722 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=647172
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=262808
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.83
CPU time (s): 1800.07
CPU user time (s): 1799.26
CPU system time (s): 0.81
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.26281
maximum resident set size= 588804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13015
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39884
involuntary context switches= 18890

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8613 second user time and 13.023 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-17 01:12:51
IDJOB=4097846
IDBENCH=107815
IDSOLVER=2546
FILE ID=node133/4097846-1466118771
RUNJOBID= node133-1466116261-22553
PBS_JOBID= 19904054
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_18.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097846-1466118771/watcher-4097846-1466118771 -o /tmp/evaluation-result-4097846-1466118771/solver-4097846-1466118771 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22553 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097846-1466118771.opb

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

MD5SUM BENCH= 8d379ca3dcc1813408eb4744b290ded2
RANDOM SEED=1063748022

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.256
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		: 2667.256
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.256
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.256
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:        31763492 kB
Buffers:           72876 kB
Cached:           146808 kB
SwapCached:         1860 kB
Active:           287840 kB
Inactive:         112716 kB
Active(anon):     182112 kB
Inactive(anon):     1228 kB
Active(file):     105728 kB
Inactive(file):   111488 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:              5128 kB
Writeback:             0 kB
AnonPages:        285692 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             571248 kB
SReclaimable:      14692 kB
SUnreclaim:       556556 kB
KernelStack:        1776 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     695772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 71712 MiB
End job on node133 at 2016-06-17 01:42:46