Trace number 4116137

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.55 1797.93

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-4.opb
MD5SUMd350013189e61594c0f4e016913901e6
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 variables4288
Total number of constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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-4116137-1466978683.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.306s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10880
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 936
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10880 constraints processed.
1.71/1.07	c cleaning 2497 clauses out of 4996 with flag 16597/5000
2.47/1.73	c cleaning 4232 clauses out of 8500 with flag 38966/11001
3.18/2.42	c cleaning 5613 clauses out of 11267 with flag 66470/18000
3.99/3.26	c cleaning 6813 clauses out of 13654 with flag 99566/26000
5.00/4.24	c cleaning 7890 clauses out of 15841 with flag 139362/35000
6.10/5.30	c cleaning 8952 clauses out of 17951 with flag 185085/45000
7.30/6.56	c cleaning 9946 clauses out of 19999 with flag 237862/56000
8.70/7.92	c cleaning 11019 clauses out of 22053 with flag 297835/68000
10.30/9.51	c cleaning 11995 clauses out of 24034 with flag 361930/81000
11.90/11.14	c cleaning 13014 clauses out of 26039 with flag 434713/95000
13.70/12.92	c cleaning 14004 clauses out of 28025 with flag 510702/110000
15.70/14.94	c cleaning 14993 clauses out of 30021 with flag 595555/126000
17.80/17.06	c cleaning 16001 clauses out of 32029 with flag 685097/143001
20.10/19.32	c cleaning 16983 clauses out of 34028 with flag 782043/161001
22.61/21.85	c cleaning 18020 clauses out of 36044 with flag 886379/180000
25.21/24.49	c cleaning 18981 clauses out of 38024 with flag 996706/200000
28.10/27.37	c cleaning 20014 clauses out of 40043 with flag 1114403/221000
31.20/30.43	c cleaning 20991 clauses out of 42029 with flag 1236899/243000
34.40/33.66	c cleaning 21997 clauses out of 44039 with flag 1367459/266001
37.90/37.17	c cleaning 22953 clauses out of 46041 with flag 1499981/290000
41.61/40.86	c cleaning 24022 clauses out of 48088 with flag 1641534/315000
45.60/44.88	c cleaning 24942 clauses out of 50066 with flag 1790222/341000
49.80/49.05	c cleaning 26032 clauses out of 52124 with flag 1947998/368000
54.03/53.26	c cleaning 27019 clauses out of 54093 with flag 2107951/396001
58.23/57.46	c cleaning 28028 clauses out of 56073 with flag 2273922/425000
62.63/61.89	c cleaning 28988 clauses out of 58046 with flag 2444505/455001
67.43/66.63	c cleaning 30000 clauses out of 60057 with flag 2621013/486000
72.34/71.57	c cleaning 30985 clauses out of 62058 with flag 2806569/518001
77.63/76.86	c cleaning 31978 clauses out of 64072 with flag 2997292/551000
83.03/82.22	c cleaning 33013 clauses out of 66096 with flag 3193673/585002
88.73/87.90	c cleaning 34027 clauses out of 68083 with flag 3398985/620002
94.63/93.88	c cleaning 34975 clauses out of 70055 with flag 3611289/656001
100.82/100.08	c cleaning 36021 clauses out of 72080 with flag 3831057/693001
107.13/106.34	c cleaning 37022 clauses out of 74058 with flag 4050529/731000
114.03/113.22	c cleaning 37964 clauses out of 76036 with flag 4279303/770000
121.03/120.28	c cleaning 39009 clauses out of 78072 with flag 4517993/810000
128.63/127.88	c cleaning 40013 clauses out of 80063 with flag 4759673/851000
136.62/135.82	c cleaning 41013 clauses out of 82050 with flag 5008467/893000
144.36/143.54	c cleaning 42014 clauses out of 84037 with flag 5261013/936000
152.16/151.39	c cleaning 42990 clauses out of 86024 with flag 5522025/980001
160.56/159.71	c cleaning 43999 clauses out of 88034 with flag 5785715/1025001
168.87/168.02	c cleaning 45004 clauses out of 90034 with flag 6058156/1071000
177.58/176.70	c cleaning 45998 clauses out of 92030 with flag 6333971/1118000
186.78/185.96	c cleaning 46990 clauses out of 94032 with flag 6617040/1166000
196.28/195.44	c cleaning 48008 clauses out of 96045 with flag 6903640/1215003
206.08/205.21	c cleaning 48971 clauses out of 98034 with flag 7198916/1265000
216.38/215.58	c cleaning 50019 clauses out of 100063 with flag 7502985/1316000
226.79/225.99	c cleaning 51009 clauses out of 102044 with flag 7809336/1368000
237.54/236.61	c cleaning 52008 clauses out of 104036 with flag 8124369/1421001
248.44/247.56	c cleaning 52977 clauses out of 106027 with flag 8442522/1475000
259.84/258.95	c cleaning 53959 clauses out of 108050 with flag 8764629/1530000
271.55/270.69	c cleaning 55008 clauses out of 110093 with flag 9094167/1586002
283.84/282.92	c cleaning 55994 clauses out of 112083 with flag 9427430/1643000
296.55/295.60	c cleaning 57036 clauses out of 114090 with flag 9764891/1701001
309.55/308.69	c cleaning 58002 clauses out of 116053 with flag 10108794/1760000
322.64/321.70	c cleaning 58970 clauses out of 118052 with flag 10464531/1820001
335.95/335.01	c cleaning 60017 clauses out of 120082 with flag 10826254/1881001
350.08/349.17	c cleaning 61015 clauses out of 122064 with flag 11188431/1943000
363.98/363.08	c cleaning 61974 clauses out of 124049 with flag 11559380/2006000
378.57/377.66	c cleaning 63024 clauses out of 126075 with flag 11933694/2070000
393.47/392.55	c cleaning 63968 clauses out of 128052 with flag 12315084/2135001
408.99/408.07	c cleaning 65013 clauses out of 130084 with flag 12704195/2201001
424.60/423.64	c cleaning 66023 clauses out of 132071 with flag 13097697/2268001
440.99/440.10	c cleaning 66999 clauses out of 134047 with flag 13496925/2336000
457.69/456.78	c cleaning 67987 clauses out of 136048 with flag 13899231/2405000
474.60/473.62	c cleaning 68929 clauses out of 138061 with flag 14306423/2475000
492.10/491.20	c cleaning 70044 clauses out of 140132 with flag 14716208/2546000
510.10/509.15	c cleaning 70965 clauses out of 142088 with flag 15127396/2618000
528.60/527.62	c cleaning 72041 clauses out of 144124 with flag 15551953/2691001
547.39/546.49	c cleaning 73005 clauses out of 146082 with flag 15979876/2765000
566.69/565.76	c cleaning 74023 clauses out of 148077 with flag 16416482/2840000
586.77/585.74	c cleaning 75011 clauses out of 150055 with flag 16852534/2916001
606.97/605.98	c cleaning 76010 clauses out of 152043 with flag 17293982/2993000
627.68/626.69	c cleaning 77006 clauses out of 154033 with flag 17743499/3071000
649.09/648.02	c cleaning 77992 clauses out of 156027 with flag 18198054/3150000
671.00/669.96	c cleaning 78970 clauses out of 158035 with flag 18660554/3230000
692.89/691.84	c cleaning 79993 clauses out of 160065 with flag 19125960/3311000
715.57/714.43	c cleaning 80988 clauses out of 162072 with flag 19602165/3393000
738.57/737.45	c cleaning 82020 clauses out of 164084 with flag 20078954/3476000
762.27/761.15	c cleaning 83013 clauses out of 166064 with flag 20567258/3560000
786.18/785.08	c cleaning 84026 clauses out of 168051 with flag 21056611/3645000
810.79/809.69	c cleaning 84991 clauses out of 170026 with flag 21547150/3731001
836.20/834.98	c cleaning 85984 clauses out of 172034 with flag 22053306/3818000
861.89/860.61	c cleaning 86987 clauses out of 174051 with flag 22562948/3906001
888.58/887.33	c cleaning 88010 clauses out of 176065 with flag 23077427/3995002
915.28/914.05	c cleaning 89025 clauses out of 178056 with flag 23595639/4085003
943.07/941.81	c cleaning 90004 clauses out of 180029 with flag 24126213/4176001
971.34/970.00	c cleaning 91006 clauses out of 182026 with flag 24659101/4268002
999.44/998.19	c cleaning 91991 clauses out of 184018 with flag 25195245/4361000
1028.33/1027.09	c cleaning 92960 clauses out of 186027 with flag 25736275/4455000
1058.44/1057.18	c cleaning 94016 clauses out of 188067 with flag 26288309/4550000
1089.17/1087.71	c cleaning 95013 clauses out of 190051 with flag 26840317/4646000
1119.97/1118.57	c cleaning 95975 clauses out of 192039 with flag 27404236/4743001
1151.67/1150.24	c cleaning 97014 clauses out of 194063 with flag 27967945/4841000
1183.75/1182.37	c cleaning 98002 clauses out of 196050 with flag 28540747/4940001
1216.85/1215.34	c cleaning 98989 clauses out of 198047 with flag 29113633/5040000
1250.36/1248.82	c cleaning 99999 clauses out of 200058 with flag 29696898/5141000
1284.06/1282.59	c cleaning 100952 clauses out of 202059 with flag 30277981/5243000
1319.17/1317.67	c cleaning 102034 clauses out of 204108 with flag 30862742/5346001
1354.70/1353.02	c cleaning 103026 clauses out of 206074 with flag 31456634/5450001
1390.59/1388.94	c cleaning 103997 clauses out of 208047 with flag 32053366/5555000
1426.91/1425.26	c cleaning 104939 clauses out of 210054 with flag 32657917/5661004
1464.72/1463.00	c cleaning 106040 clauses out of 212111 with flag 33276376/5768000
1503.13/1501.37	c cleaning 106990 clauses out of 214072 with flag 33894503/5876001
1542.54/1540.73	c cleaning 108027 clauses out of 216081 with flag 34517566/5985000
1582.15/1580.21	c cleaning 109004 clauses out of 218054 with flag 35143220/6095000
1622.76/1620.82	c cleaning 110025 clauses out of 220052 with flag 35774644/6206002
1664.07/1662.20	c cleaning 110999 clauses out of 222027 with flag 36412717/6318002
1706.58/1704.60	c cleaning 112002 clauses out of 224027 with flag 37059122/6431001
1749.39/1747.35	c cleaning 113004 clauses out of 226024 with flag 37712069/6545000
1793.01/1790.99	c cleaning 114002 clauses out of 228020 with flag 38375306/6660000
1800.00/1797.90	c starts		: 54034
1800.00/1797.90	c conflicts		: 6684179
1800.00/1797.90	c decisions		: 53301047
1800.00/1797.90	c propagations		: 842661961
1800.00/1797.90	c inspects		: 24763678831
1800.00/1797.90	c shortcuts		: 0
1800.00/1797.90	c learnt literals	: 4
1800.00/1797.90	c learnt binary clauses	: 97
1800.00/1797.90	c learnt ternary clauses	: 927
1800.00/1797.90	c learnt constraints	: 6684176
1800.00/1797.90	c ignored constraints	: 0
1800.00/1797.90	c root simplifications	: 0
1800.00/1797.90	c removed literals (reason simplification)	: 0
1800.00/1797.90	c reason swapping (by a shorter reason)	: 0
1800.00/1797.90	c Calls to reduceDB	: 111
1800.00/1797.90	c Number of update (reduction) of LBD	: 1444920
1800.00/1797.90	c Imported unit clauses	: 0
1800.00/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.90	c number of learned constraints concerned by reduction	: 0
1800.00/1797.90	c number of learning phase by resolution	: 0
1800.00/1797.90	c number of learning phase by cutting planes	: 0
1800.00/1797.90	c speed (assignments/second)	: 468804.20713324443
1800.00/1797.90	c non guided choices	26113
1800.00/1797.90	c timeout
1800.00/1797.93	c learnt constraints type 
1800.00/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 97
1800.00/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138101
1800.00/1797.93	s UNKNOWN
1800.00/1797.93	c Total wall clock time (in seconds): 1797.811

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

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

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


[startup+0 s]
/proc/loadavg: 1.06 1.28 1.66 2/170 23234
/proc/meminfo: memFree=30209800/32872528 swapFree=1643088/1798432
[pid=23234] ppid=23231 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23234/stat : 23234 (java) D 23231 23234 23201 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 30907460 9515008 182 33554432000 1073741824 1073778376 140735349584000 140735349575032 260190322357 0 0 4096 0 18446744072100556068 0 0 17 3 0 0 0 0 0
/proc/23234/statm: 2323 182 140 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 1.06 1.28 1.66 2/170 23234
/proc/meminfo: memFree=30209800/32872528 swapFree=1643088/1798432
[pid=23234] ppid=23231 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23234/stat : 23234 (java) S 23231 23234 23201 0 -1 4202496 4384 0 1 0 8 1 0 0 20 0 18 0 30907460 9787879424 6014 33554432000 1073741824 1073778376 140735725136144 140735725127280 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23234/statm: 2389619 6014 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 1.06 1.28 1.66 2/170 23234
/proc/meminfo: memFree=30209800/32872528 swapFree=1643088/1798432
[pid=23234] ppid=23231 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/23234/stat : 23234 (java) S 23231 23234 23201 0 -1 4202496 4696 0 1 0 24 1 0 0 20 0 18 0 30907460 9787879424 6775 33554432000 1073741824 1073778376 140735725136144 140735725127280 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23234/statm: 2389619 6775 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 1.06 1.28 1.66 2/170 23234
/proc/meminfo: memFree=30209800/32872528 swapFree=1643088/1798432
[pid=23234] ppid=23231 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/23234/stat : 23234 (java) S 23231 23234 23201 0 -1 4202496 5734 0 1 0 46 2 0 0 20 0 18 0 30907460 9787879424 8967 33554432000 1073741824 1073778376 140735725136144 140735725127280 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23234/statm: 2389619 8967 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700192 s]
/proc/loadavg: 1.06 1.28 1.66 2/170 23234
/proc/meminfo: memFree=30209800/32872528 swapFree=1643088/1798432
[pid=23234] ppid=23231 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/23234/stat : 23234 (java) S 23231 23234 23201 0 -1 4202496 8967 0 1 0 132 3 0 0 20 0 19 0 30907460 9856040960 15866 33554432000 1073741824 1073778376 140735725136144 140735725127280 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23234/statm: 2406260 15866 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 1.06 1.28 1.66 3/213 23284
/proc/meminfo: memFree=30092380/32872528 swapFree=1643088/1798432
[pid=23234] ppid=23231 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/23234/stat : 23234 (java) S 23231 23234 23201 0 -1 4202496 9816 0 1 0 221 4 0 0 20 0 19 0 30907460 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 140735725127280 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23234/statm: 2406260 16390 2270 9 0 2396937 0
[pid=23234/tid=23238] ppid=23231 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/23234/task/23238/stat : 23238 (java) R 23231 23234 23201 0 -1 4202560 2436 0 1 0 143 3 0 0 20 0 19 0 30907461 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874594668776 139874418098129 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23240] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23240/stat : 23240 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874556160808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23241] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23241/stat : 23241 (java) S 23231 23234 23201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874555108008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23242] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23242/stat : 23242 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874554055720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23243] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23243/stat : 23243 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874553002920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23244] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23244/stat : 23244 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874551949608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23245] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23245/stat : 23245 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874550896808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23246] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23246/stat : 23246 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874549844520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23247] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23247/stat : 23247 (java) S 23231 23234 23201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874548791720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23252] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23252/stat : 23252 (java) S 23231 23234 23201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30907463 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874418027240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23254] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23254/stat : 23254 (java) S 23231 23234 23201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874416973304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23256] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23256/stat : 23256 (java) S 23231 23234 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874415920904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23270] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23270/stat : 23270 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874414869392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23271] ppid=23231 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/23234/task/23271/stat : 23271 (java) S 23231 23234 23201 0 -1 4202560 3602 0 0 0 40 0 0 0 20 0 19 0 30907466 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874413815992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23272] ppid=23231 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/23234/task/23272/stat : 23272 (java) S 23231 23234 23201 0 -1 4202560 2500 0 0 0 36 0 0 0 20 0 19 0 30907466 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874412763192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23273] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23273/stat : 23273 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874411711096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23274] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23274/stat : 23274 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874410658504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23283] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23283/stat : 23283 (java) S 23231 23234 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30907503 9856040960 16390 33554432000 1073741824 1073778376 140735725136144 139874409604520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 1.06 1.28 1.66 3/213 23284
/proc/meminfo: memFree=30087416/32872528 swapFree=1643088/1798432
[pid=23234] ppid=23231 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/23234/stat : 23234 (java) S 23231 23234 23201 0 -1 4202496 9819 0 1 0 385 4 0 0 20 0 19 0 30907460 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 140735725127280 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23234/statm: 2406260 17414 2270 9 0 2396937 0
[pid=23234/tid=23238] ppid=23231 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/23234/task/23238/stat : 23238 (java) R 23231 23234 23201 0 -1 4202560 2439 0 1 0 303 3 0 0 20 0 19 0 30907461 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874594668872 139874418787932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23240] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23240/stat : 23240 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874556160808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23241] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23241/stat : 23241 (java) S 23231 23234 23201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874555108008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23242] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23242/stat : 23242 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874554055720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23243] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23243/stat : 23243 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874553002920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23244] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23244/stat : 23244 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874551949608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23245] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23245/stat : 23245 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874550896808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23246] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23246/stat : 23246 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874549844520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23247] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23247/stat : 23247 (java) S 23231 23234 23201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874548791720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23252] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23252/stat : 23252 (java) S 23231 23234 23201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30907463 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874418027240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23254] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23254/stat : 23254 (java) S 23231 23234 23201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874416973304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23256] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23256/stat : 23256 (java) S 23231 23234 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874415920904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23270] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23270/stat : 23270 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874414869392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23271] ppid=23231 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23234/task/23271/stat : 23271 (java) S 23231 23234 23201 0 -1 4202560 3602 0 0 0 42 0 0 0 20 0 19 0 30907466 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874413815992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23272] ppid=23231 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23234/task/23272/stat : 23272 (java) S 23231 23234 23201 0 -1 4202560 2500 0 0 0 38 0 0 0 20 0 19 0 30907466 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874412763192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23273] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23273/stat : 23273 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874411711096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23274] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23274/stat : 23274 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874410658504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23283] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23283/stat : 23283 (java) S 23231 23234 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30907503 9856040960 17414 33554432000 1073741824 1073778376 140735725136144 139874409604520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 1.13 1.29 1.66 3/213 23284
/proc/meminfo: memFree=30071432/32872528 swapFree=1643088/1798432
[pid=23234] ppid=23231 vsize=9625040 CPUtime=7.1 cores=1,3,5,7
/proc/23234/stat : 23234 (java) S 23231 23234 23201 0 -1 4202496 9824 0 1 0 706 4 0 0 20 0 19 0 30907460 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 140735725127280 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23234/statm: 2406260 18789 2271 9 0 2396937 0
[pid=23234/tid=23238] ppid=23231 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/23234/task/23238/stat : 23238 (java) R 23231 23234 23201 0 -1 4202560 2443 0 1 0 623 3 0 0 20 0 19 0 30907461 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874594668776 139874418607207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23240] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23240/stat : 23240 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874556160808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23241] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23241/stat : 23241 (java) S 23231 23234 23201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874555108008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23242] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23242/stat : 23242 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874554055720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23243] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23243/stat : 23243 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874553002920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23244] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23244/stat : 23244 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874551949608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23245] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23245/stat : 23245 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874550896808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23246] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23246/stat : 23246 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874549844520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23247] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23247/stat : 23247 (java) S 23231 23234 23201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30907462 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874548791720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23252] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23252/stat : 23252 (java) S 23231 23234 23201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30907463 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874418027240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23254] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23254/stat : 23254 (java) S 23231 23234 23201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874416973304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23256] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23256/stat : 23256 (java) S 23231 23234 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874415920904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23270] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23270/stat : 23270 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874414869392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23271] ppid=23231 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23234/task/23271/stat : 23271 (java) S 23231 23234 23201 0 -1 4202560 3602 0 0 0 42 0 0 0 20 0 19 0 30907466 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874413815992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23272] ppid=23231 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23234/task/23272/stat : 23272 (java) S 23231 23234 23201 0 -1 4202560 2500 0 0 0 39 0 0 0 20 0 19 0 30907466 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874412763192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23273] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23273/stat : 23273 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874411711096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23274] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23274/stat : 23274 (java) S 23231 23234 23201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874410658504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23283] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23283/stat : 23283 (java) S 23231 23234 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30907503 9856040960 18789 33554432000 1073741824 1073778376 140735725136144 139874409604520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9625040


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

[pid=23234/tid=23254] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23254/stat : 23254 (java) S 23231 23234 23201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874416973304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23256] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23256/stat : 23256 (java) S 23231 23234 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874415920904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23270] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23270/stat : 23270 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874414869392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23271] ppid=23231 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23234/task/23271/stat : 23271 (java) S 23231 23234 23201 0 -1 4202560 3602 0 0 0 42 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874413815992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23272] ppid=23231 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23234/task/23272/stat : 23272 (java) S 23231 23234 23201 0 -1 4202560 2633 0 0 0 43 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874412763192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23273] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23273/stat : 23273 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874411711096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23274] ppid=23231 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/23234/task/23274/stat : 23274 (java) S 23231 23234 23201 0 -1 4202560 100 0 0 0 28 36 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874410658504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23283] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23283/stat : 23283 (java) S 23231 23234 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30907503 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874409604520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.36 2.29 2.15 3/213 23328
/proc/meminfo: memFree=29496628/32872528 swapFree=1643088/1798432
[pid=23234] ppid=23231 vsize=9625040 CPUtime=1784.39 cores=1,3,5,7
/proc/23234/stat : 23234 (java) S 23231 23234 23201 0 -1 4202496 11441 0 1 0 178376 63 0 0 20 0 19 0 30907460 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 140735725127280 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23234/statm: 2406260 87672 2285 9 0 2396937 0
[pid=23234/tid=23238] ppid=23231 vsize=9625040 CPUtime=1781.62 cores=1,3,5,7
/proc/23234/task/23238/stat : 23238 (java) R 23231 23234 23201 0 -1 4202560 2501 0 1 0 178128 34 0 0 20 0 19 0 30907461 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874594660128 139874418670106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23240] ppid=23231 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23234/task/23240/stat : 23240 (java) S 23231 23234 23201 0 -1 4202560 46 0 0 0 16 2 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874556160808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23241] ppid=23231 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23234/task/23241/stat : 23241 (java) S 23231 23234 23201 0 -1 4202560 67 0 0 0 17 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874555108008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23242] ppid=23231 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23234/task/23242/stat : 23242 (java) S 23231 23234 23201 0 -1 4202560 195 0 0 0 14 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874554055720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23243] ppid=23231 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23234/task/23243/stat : 23243 (java) S 23231 23234 23201 0 -1 4202560 263 0 0 0 16 2 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874553002920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23244] ppid=23231 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23234/task/23244/stat : 23244 (java) S 23231 23234 23201 0 -1 4202560 151 0 0 0 12 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874551949608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23245] ppid=23231 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23234/task/23245/stat : 23245 (java) S 23231 23234 23201 0 -1 4202560 206 0 0 0 20 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874550896808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23246] ppid=23231 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/23234/task/23246/stat : 23246 (java) S 23231 23234 23201 0 -1 4202560 121 0 0 0 12 2 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874549844520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23247] ppid=23231 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/23234/task/23247/stat : 23247 (java) S 23231 23234 23201 0 -1 4202560 234 0 0 0 19 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874548791720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23252] ppid=23231 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23234/task/23252/stat : 23252 (java) S 23231 23234 23201 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 30907463 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874418027240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23254] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23254/stat : 23254 (java) S 23231 23234 23201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874416973304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23256] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23256/stat : 23256 (java) S 23231 23234 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874415920904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23270] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23270/stat : 23270 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874414869392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23271] ppid=23231 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23234/task/23271/stat : 23271 (java) S 23231 23234 23201 0 -1 4202560 3602 0 0 0 42 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874413815992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23272] ppid=23231 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23234/task/23272/stat : 23272 (java) S 23231 23234 23201 0 -1 4202560 2633 0 0 0 43 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874412763192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23273] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23273/stat : 23273 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874411711096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23274] ppid=23231 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23234/task/23274/stat : 23274 (java) S 23231 23234 23201 0 -1 4202560 104 0 0 0 29 38 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874410658504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23283] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23283/stat : 23283 (java) S 23231 23234 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30907503 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874409604520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.39
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.43 2.31 2.16 3/213 23328
/proc/meminfo: memFree=29496648/32872528 swapFree=1643088/1798432
[pid=23234] ppid=23231 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/23234/stat : 23234 (java) S 23231 23234 23201 0 -1 4202496 11441 0 1 0 179936 64 0 0 20 0 19 0 30907460 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 140735725127280 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23234/statm: 2406260 87672 2285 9 0 2396937 0
[pid=23234/tid=23238] ppid=23231 vsize=9625040 CPUtime=1797.22 cores=1,3,5,7
/proc/23234/task/23238/stat : 23238 (java) R 23231 23234 23201 0 -1 4202560 2501 0 1 0 179688 34 0 0 20 0 19 0 30907461 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874594660128 139874418670379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23240] ppid=23231 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23234/task/23240/stat : 23240 (java) S 23231 23234 23201 0 -1 4202560 46 0 0 0 16 2 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874556160808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23241] ppid=23231 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23234/task/23241/stat : 23241 (java) S 23231 23234 23201 0 -1 4202560 67 0 0 0 17 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874555108008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23242] ppid=23231 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23234/task/23242/stat : 23242 (java) S 23231 23234 23201 0 -1 4202560 195 0 0 0 14 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874554055720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23243] ppid=23231 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23234/task/23243/stat : 23243 (java) S 23231 23234 23201 0 -1 4202560 263 0 0 0 16 2 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874553002920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23244] ppid=23231 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23234/task/23244/stat : 23244 (java) S 23231 23234 23201 0 -1 4202560 151 0 0 0 12 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874551949608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23245] ppid=23231 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23234/task/23245/stat : 23245 (java) S 23231 23234 23201 0 -1 4202560 206 0 0 0 20 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874550896808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23246] ppid=23231 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/23234/task/23246/stat : 23246 (java) S 23231 23234 23201 0 -1 4202560 121 0 0 0 12 2 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874549844520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23247] ppid=23231 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/23234/task/23247/stat : 23247 (java) S 23231 23234 23201 0 -1 4202560 234 0 0 0 19 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874548791720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23252] ppid=23231 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23234/task/23252/stat : 23252 (java) S 23231 23234 23201 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 30907463 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874418027240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23254] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23254/stat : 23254 (java) S 23231 23234 23201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874416973304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23256] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23256/stat : 23256 (java) S 23231 23234 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874415920904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23270] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23270/stat : 23270 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874414869392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23271] ppid=23231 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23234/task/23271/stat : 23271 (java) S 23231 23234 23201 0 -1 4202560 3602 0 0 0 42 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874413815992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23272] ppid=23231 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23234/task/23272/stat : 23272 (java) S 23231 23234 23201 0 -1 4202560 2633 0 0 0 43 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874412763192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23273] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23273/stat : 23273 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874411711096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23274] ppid=23231 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/23234/task/23274/stat : 23274 (java) S 23231 23234 23201 0 -1 4202560 104 0 0 0 30 38 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874410658504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23283] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23283/stat : 23283 (java) S 23231 23234 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30907503 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874409604520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 23234 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.43 2.31 2.16 3/213 23328
/proc/meminfo: memFree=29496648/32872528 swapFree=1643088/1798432
[pid=23234] ppid=23231 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/23234/stat : 23234 (java) S 23231 23234 23201 0 -1 4202496 11441 0 1 0 179936 64 0 0 20 0 19 0 30907460 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 140735725127280 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23234/statm: 2406260 87672 2285 9 0 2396937 0
[pid=23234/tid=23238] ppid=23231 vsize=9625040 CPUtime=1797.22 cores=1,3,5,7
/proc/23234/task/23238/stat : 23238 (java) R 23231 23234 23201 0 -1 4202560 2501 0 1 0 179688 34 0 0 20 0 19 0 30907461 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874594660128 139874418670379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23240] ppid=23231 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23234/task/23240/stat : 23240 (java) S 23231 23234 23201 0 -1 4202560 46 0 0 0 16 2 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874556160808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23241] ppid=23231 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23234/task/23241/stat : 23241 (java) S 23231 23234 23201 0 -1 4202560 67 0 0 0 17 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874555108008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23242] ppid=23231 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23234/task/23242/stat : 23242 (java) S 23231 23234 23201 0 -1 4202560 195 0 0 0 14 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874554055720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23243] ppid=23231 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23234/task/23243/stat : 23243 (java) S 23231 23234 23201 0 -1 4202560 263 0 0 0 16 2 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874553002920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23234/tid=23244] ppid=23231 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23234/task/23244/stat : 23244 (java) S 23231 23234 23201 0 -1 4202560 151 0 0 0 12 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874551949608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23245] ppid=23231 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23234/task/23245/stat : 23245 (java) S 23231 23234 23201 0 -1 4202560 206 0 0 0 20 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874550896808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23246] ppid=23231 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/23234/task/23246/stat : 23246 (java) S 23231 23234 23201 0 -1 4202560 121 0 0 0 12 2 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874549844520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23247] ppid=23231 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/23234/task/23247/stat : 23247 (java) S 23231 23234 23201 0 -1 4202560 234 0 0 0 19 3 0 0 20 0 19 0 30907462 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874548791720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23252] ppid=23231 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23234/task/23252/stat : 23252 (java) S 23231 23234 23201 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 30907463 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874418027240 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23254] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23254/stat : 23254 (java) S 23231 23234 23201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874416973304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23256] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23256/stat : 23256 (java) S 23231 23234 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30907464 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874415920904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23270] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23270/stat : 23270 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874414869392 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23271] ppid=23231 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23234/task/23271/stat : 23271 (java) S 23231 23234 23201 0 -1 4202560 3602 0 0 0 42 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874413815992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23272] ppid=23231 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23234/task/23272/stat : 23272 (java) S 23231 23234 23201 0 -1 4202560 2633 0 0 0 43 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874412763192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23234/tid=23273] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23273/stat : 23273 (java) S 23231 23234 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874411711096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23234/tid=23274] ppid=23231 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/23234/task/23274/stat : 23274 (java) S 23231 23234 23201 0 -1 4202560 104 0 0 0 30 38 0 0 20 0 19 0 30907466 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874410658504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23234/tid=23283] ppid=23231 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23234/task/23283/stat : 23283 (java) S 23231 23234 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30907503 9856040960 87672 33554432000 1073741824 1073778376 140735725136144 139874409604520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.93
CPU time (s): 1800.55
CPU user time (s): 1799.47
CPU system time (s): 1.08183
CPU usage (%): 100.145
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 1.08183
maximum resident set size= 350804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11475
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38445
involuntary context switches= 19491

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5232 second user time and 13.133 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-27 00:04:43
IDJOB=4116137
IDBENCH=109432
IDSOLVER=2546
FILE ID=node123/4116137-1466978683
RUNJOBID= node123-1466978683-23218
PBS_JOBID= 19976399
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round23-4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116137-1466978683/watcher-4116137-1466978683 -o /tmp/evaluation-result-4116137-1466978683/solver-4116137-1466978683 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466978683-23218 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116137-1466978683.opb

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

MD5SUM BENCH= d350013189e61594c0f4e016913901e6
RANDOM SEED=567875435

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30210064 kB
Buffers:           42852 kB
Cached:           118244 kB
SwapCached:         1768 kB
Active:            29340 kB
Inactive:         134280 kB
Active(anon):       4040 kB
Inactive(anon):      964 kB
Active(file):      25300 kB
Inactive(file):   133316 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098708 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       1800644 kB
Mapped:             6716 kB
Shmem:                 0 kB
Slab:             565724 kB
SReclaimable:      10152 kB
SUnreclaim:       555572 kB
KernelStack:        1360 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1895056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node123 at 2016-06-27 00:34:41