Trace number 4117161

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.6 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-6.opb
MD5SUM21cae5cde6335bb17512bd9f47fe296c
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4117161-1466980482.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.71/0.41	c ... done. Wall clock time 0.305s.
0.71/0.41	c declared #vars     4288
0.71/0.41	c #constraints  10880
0.71/0.41	c constraints type 
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.71/0.41	c org.sat4j.specs.Constr$1 => 936
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.71/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.71/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.71/0.41	c 10880 constraints processed.
1.79/1.08	c cleaning 2495 clauses out of 4997 with flag 15630/5001
2.47/1.63	c cleaning 4237 clauses out of 8501 with flag 37457/11000
3.18/2.32	c cleaning 5626 clauses out of 11265 with flag 65166/18001
3.97/3.11	c cleaning 6785 clauses out of 13640 with flag 99216/26002
4.89/4.04	c cleaning 7916 clauses out of 15853 with flag 139295/35000
5.89/5.09	c cleaning 8954 clauses out of 17937 with flag 185309/45000
7.19/6.30	c cleaning 9972 clauses out of 19983 with flag 238225/56000
8.39/7.59	c cleaning 11001 clauses out of 22011 with flag 297394/68000
9.89/9.07	c cleaning 11966 clauses out of 24010 with flag 362102/81000
11.50/10.63	c cleaning 13002 clauses out of 26044 with flag 434568/95000
13.21/12.34	c cleaning 14000 clauses out of 28042 with flag 513157/110000
15.11/14.22	c cleaning 15012 clauses out of 30042 with flag 598530/126000
17.11/16.25	c cleaning 15973 clauses out of 32030 with flag 690940/143000
19.31/18.41	c cleaning 16958 clauses out of 34057 with flag 790269/161000
21.71/20.82	c cleaning 18042 clauses out of 36099 with flag 895536/180000
24.21/23.39	c cleaning 18978 clauses out of 38058 with flag 1006502/200001
27.11/26.25	c cleaning 20032 clauses out of 40080 with flag 1124391/221001
30.21/29.34	c cleaning 20992 clauses out of 42048 with flag 1249936/243001
33.50/32.61	c cleaning 22023 clauses out of 44055 with flag 1382214/266000
36.90/36.05	c cleaning 22969 clauses out of 46033 with flag 1516992/290001
40.51/39.68	c cleaning 24026 clauses out of 48064 with flag 1656566/315001
44.41/43.57	c cleaning 25016 clauses out of 50037 with flag 1804346/341000
48.51/47.66	c cleaning 25963 clauses out of 52021 with flag 1959809/368000
52.83/51.92	c cleaning 27027 clauses out of 54058 with flag 2120609/396000
56.83/55.98	c cleaning 28016 clauses out of 56031 with flag 2286874/425000
61.13/60.30	c cleaning 29005 clauses out of 58017 with flag 2459767/455002
65.63/64.80	c cleaning 29968 clauses out of 60012 with flag 2637622/486002
70.34/69.47	c cleaning 31013 clauses out of 62042 with flag 2819884/518000
75.24/74.31	c cleaning 31998 clauses out of 64029 with flag 3016100/551000
80.44/79.55	c cleaning 32984 clauses out of 66031 with flag 3213550/585000
85.94/85.07	c cleaning 34012 clauses out of 68047 with flag 3417711/620000
91.64/90.77	c cleaning 35018 clauses out of 70036 with flag 3628673/656001
97.64/96.77	c cleaning 35998 clauses out of 72018 with flag 3842323/693001
103.94/103.08	c cleaning 36987 clauses out of 74019 with flag 4064245/731000
110.64/109.71	c cleaning 38013 clauses out of 76032 with flag 4293333/770000
117.55/116.68	c cleaning 38979 clauses out of 78019 with flag 4531504/810000
124.84/123.98	c cleaning 40007 clauses out of 80041 with flag 4771171/851001
132.44/131.51	c cleaning 41003 clauses out of 82033 with flag 5017721/893000
139.80/138.89	c cleaning 42012 clauses out of 84034 with flag 5271306/936004
147.41/146.45	c cleaning 42995 clauses out of 86019 with flag 5530603/980001
155.30/154.37	c cleaning 43985 clauses out of 88023 with flag 5796278/1025000
163.70/162.72	c cleaning 44985 clauses out of 90039 with flag 6069390/1071001
172.11/171.14	c cleaning 45979 clauses out of 92053 with flag 6349864/1118000
181.11/180.10	c cleaning 47022 clauses out of 94074 with flag 6631402/1166000
190.21/189.28	c cleaning 47981 clauses out of 96053 with flag 6918770/1215001
199.91/198.99	c cleaning 49025 clauses out of 98071 with flag 7210635/1265000
209.82/208.81	c cleaning 49988 clauses out of 100046 with flag 7510476/1316000
220.12/219.18	c cleaning 51015 clauses out of 102058 with flag 7816448/1368000
231.09/230.08	c cleaning 52014 clauses out of 104043 with flag 8126756/1421000
241.60/240.52	c cleaning 52985 clauses out of 106030 with flag 8442799/1475001
252.50/251.42	c cleaning 53981 clauses out of 108044 with flag 8766991/1530000
263.90/262.85	c cleaning 55011 clauses out of 110064 with flag 9097734/1586001
275.90/274.81	c cleaning 56003 clauses out of 112052 with flag 9431852/1643000
287.90/286.85	c cleaning 56962 clauses out of 114049 with flag 9773897/1701000
300.61/299.50	c cleaning 58022 clauses out of 116088 with flag 10117943/1760001
313.42/312.32	c cleaning 59031 clauses out of 118065 with flag 10468743/1820000
326.72/325.65	c cleaning 59998 clauses out of 120037 with flag 10829404/1881003
340.49/339.32	c cleaning 60991 clauses out of 122037 with flag 11192589/1943001
354.40/353.21	c cleaning 61994 clauses out of 124045 with flag 11560776/2006000
369.10/367.97	c cleaning 63005 clauses out of 126051 with flag 11933652/2070000
384.11/382.97	c cleaning 64007 clauses out of 128047 with flag 12314182/2135001
399.53/398.31	c cleaning 64999 clauses out of 130039 with flag 12703948/2201000
415.22/414.05	c cleaning 66020 clauses out of 132040 with flag 13095141/2268000
431.72/430.58	c cleaning 66997 clauses out of 134020 with flag 13489984/2336000
448.42/447.27	c cleaning 67996 clauses out of 136024 with flag 13892192/2405001
466.49/465.23	c cleaning 69007 clauses out of 138027 with flag 14297422/2475000
485.28/484.01	c cleaning 69978 clauses out of 140021 with flag 14713418/2546001
503.19/501.93	c cleaning 70999 clauses out of 142042 with flag 15130199/2618000
521.69/520.41	c cleaning 71996 clauses out of 144045 with flag 15557073/2691002
540.48/539.26	c cleaning 72972 clauses out of 146047 with flag 15994061/2765000
560.29/559.05	c cleaning 74002 clauses out of 148076 with flag 16432757/2840001
580.09/578.87	c cleaning 74984 clauses out of 150073 with flag 16871591/2916000
600.20/598.88	c cleaning 76003 clauses out of 152090 with flag 17318151/2993001
621.00/619.67	c cleaning 77012 clauses out of 154086 with flag 17767427/3071000
642.29/640.98	c cleaning 78030 clauses out of 156074 with flag 18225692/3150000
664.29/662.91	c cleaning 78993 clauses out of 158044 with flag 18689777/3230000
686.69/685.33	c cleaning 79975 clauses out of 160052 with flag 19157097/3311001
709.58/708.28	c cleaning 80962 clauses out of 162076 with flag 19633639/3393000
733.27/731.85	c cleaning 82019 clauses out of 164115 with flag 20117572/3476001
756.97/755.56	c cleaning 83003 clauses out of 166095 with flag 20604432/3560000
781.17/779.71	c cleaning 84009 clauses out of 168094 with flag 21097177/3645002
806.36/805.00	c cleaning 85029 clauses out of 170083 with flag 21590285/3731000
831.86/830.45	c cleaning 86010 clauses out of 172055 with flag 22094421/3818001
858.00/856.45	c cleaning 86977 clauses out of 174044 with flag 22608549/3906000
884.29/882.79	c cleaning 87988 clauses out of 176068 with flag 23126202/3995001
911.59/910.00	c cleaning 89009 clauses out of 178081 with flag 23648222/4085002
939.49/937.95	c cleaning 90001 clauses out of 180072 with flag 24173790/4176002
968.29/966.63	c cleaning 91017 clauses out of 182069 with flag 24702586/4268000
997.20/995.56	c cleaning 91995 clauses out of 184053 with flag 25238664/4361001
1026.49/1024.90	c cleaning 93015 clauses out of 186057 with flag 25778225/4455000
1056.88/1055.24	c cleaning 94014 clauses out of 188043 with flag 26324551/4550001
1088.19/1086.53	c cleaning 94980 clauses out of 190028 with flag 26875091/4646000
1119.57/1117.86	c cleaning 95976 clauses out of 192048 with flag 27438368/4743000
1152.16/1150.46	c cleaning 97001 clauses out of 194073 with flag 28000599/4841001
1185.05/1183.38	c cleaning 98012 clauses out of 196071 with flag 28567390/4940000
1218.76/1216.95	c cleaning 99018 clauses out of 198059 with flag 29140204/5040000
1254.65/1252.83	c cleaning 99969 clauses out of 200042 with flag 29724031/5141001
1289.64/1287.89	c cleaning 100995 clauses out of 202072 with flag 30309873/5243000
1324.64/1322.87	c cleaning 102026 clauses out of 204077 with flag 30905642/5346000
1362.10/1360.13	c cleaning 103003 clauses out of 206052 with flag 31502293/5450001
1401.10/1399.18	c cleaning 104013 clauses out of 208048 with flag 32104711/5555000
1440.49/1438.54	c cleaning 104974 clauses out of 210035 with flag 32713931/5661000
1481.37/1479.40	c cleaning 105994 clauses out of 212061 with flag 33328413/5768000
1520.06/1518.06	c cleaning 106986 clauses out of 214067 with flag 33948155/5876000
1559.37/1557.32	c cleaning 108019 clauses out of 216081 with flag 34567640/5985000
1599.07/1597.07	c cleaning 109032 clauses out of 218063 with flag 35195183/6095001
1639.87/1637.71	c cleaning 109998 clauses out of 220030 with flag 35830918/6206000
1681.06/1678.94	c cleaning 111010 clauses out of 222034 with flag 36473095/6318002
1723.25/1721.17	c cleaning 111986 clauses out of 224022 with flag 37117091/6431000
1767.02/1764.88	c cleaning 113008 clauses out of 226038 with flag 37769183/6545002
1800.02/1797.80	c starts		: 54459
1800.02/1797.80	c conflicts		: 6637808
1800.02/1797.80	c decisions		: 53349841
1800.02/1797.80	c propagations		: 836264071
1800.02/1797.80	c inspects		: 24556263840
1800.02/1797.80	c shortcuts		: 0
1800.02/1797.80	c learnt literals	: 4
1800.02/1797.80	c learnt binary clauses	: 82
1800.02/1797.80	c learnt ternary clauses	: 893
1800.02/1797.80	c learnt constraints	: 6637804
1800.02/1797.80	c ignored constraints	: 0
1800.02/1797.80	c root simplifications	: 0
1800.02/1797.80	c removed literals (reason simplification)	: 0
1800.02/1797.80	c reason swapping (by a shorter reason)	: 0
1800.02/1797.80	c Calls to reduceDB	: 110
1800.02/1797.80	c Number of update (reduction) of LBD	: 1430063
1800.02/1797.80	c Imported unit clauses	: 0
1800.02/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.80	c number of learned constraints concerned by reduction	: 0
1800.02/1797.80	c number of learning phase by resolution	: 0
1800.02/1797.80	c number of learning phase by cutting planes	: 0
1800.02/1797.80	c speed (assignments/second)	: 465266.3036584199
1800.02/1797.80	c non guided choices	26255
1800.02/1797.80	c timeout
1800.02/1797.83	c learnt constraints type 
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 82
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 205754
1800.02/1797.83	s UNKNOWN
1800.02/1797.83	c Total wall clock time (in seconds): 1797.731

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

pid=23437
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.40 2.30 2.15 4/193 23440
/proc/meminfo: memFree=30188028/32872528 swapFree=1643088/1798432
[pid=23440] ppid=23437 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23440/stat : 23440 (java) S 23437 23440 23201 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 31087318 98570240 977 33554432000 1073741824 1073778376 140735890577408 140735890568544 260193681469 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23440/statm: 24065 977 743 9 0 16771 0
[pid=23440/tid=23441] ppid=23437 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23441/stat : 23441 (java) R 23437 23440 23201 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 31087319 98570240 978 33554432000 1073741824 1073778376 140735890577408 140591902289448 260190324096 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.40 2.30 2.15 4/193 23440
/proc/meminfo: memFree=30188028/32872528 swapFree=1643088/1798432
[pid=23440] ppid=23437 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/23440/stat : 23440 (java) S 23437 23440 23201 0 -1 4202496 4480 0 1 0 10 1 0 0 20 0 18 0 31087318 9787879424 6117 33554432000 1073741824 1073778376 140735890577408 140735890568544 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23440/statm: 2389619 6117 2157 9 0 2380296 0
[pid=23440/tid=23441] ppid=23437 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23440/task/23441/stat : 23441 (java) R 23437 23440 23201 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 31087319 9787879424 6117 33554432000 1073741824 1073778376 140735890577408 140591902292896 260193707277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200258 s]
/proc/loadavg: 2.40 2.30 2.15 4/193 23440
/proc/meminfo: memFree=30188028/32872528 swapFree=1643088/1798432
[pid=23440] ppid=23437 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/23440/stat : 23440 (java) S 23437 23440 23201 0 -1 4202496 4977 0 1 0 28 1 0 0 20 0 18 0 31087318 9787879424 7006 33554432000 1073741824 1073778376 140735890577408 140735890568544 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23440/statm: 2389619 7006 2217 9 0 2380296 0
[pid=23440/tid=23441] ppid=23437 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23440/task/23441/stat : 23441 (java) R 23437 23440 23201 0 -1 4202560 2395 0 1 0 17 0 0 0 20 0 18 0 31087319 9787879424 7006 33554432000 1073741824 1073778376 140735890577408 140591902292896 140591744791823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300254 s]
/proc/loadavg: 2.40 2.30 2.15 4/193 23440
/proc/meminfo: memFree=30188028/32872528 swapFree=1643088/1798432
[pid=23440] ppid=23437 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/23440/stat : 23440 (java) S 23437 23440 23201 0 -1 4202496 5876 0 1 0 52 1 0 0 20 0 18 0 31087318 9787879424 9476 33554432000 1073741824 1073778376 140735890577408 140735890568544 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23440/statm: 2389619 9476 2233 9 0 2380296 0
[pid=23440/tid=23441] ppid=23437 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23440/task/23441/stat : 23441 (java) R 23437 23440 23201 0 -1 4202560 2399 0 1 0 27 0 0 0 20 0 18 0 31087319 9787879424 9476 33554432000 1073741824 1073778376 140735890577408 140591902292896 140591744771872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700262 s]
/proc/loadavg: 2.40 2.30 2.15 4/193 23440
/proc/meminfo: memFree=30188028/32872528 swapFree=1643088/1798432
[pid=23440] ppid=23437 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/23440/stat : 23440 (java) S 23437 23440 23201 0 -1 4202496 9072 0 1 0 141 2 0 0 20 0 19 0 31087318 9856040960 16151 33554432000 1073741824 1073778376 140735890577408 140735890568544 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23440/statm: 2406260 16151 2262 9 0 2396937 0
[pid=23440/tid=23441] ppid=23437 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/23440/task/23441/stat : 23441 (java) R 23437 23440 23201 0 -1 4202560 2437 0 1 0 66 1 0 0 20 0 19 0 31087319 9856040960 16151 33554432000 1073741824 1073778376 140735890577408 140591902293976 140591745254611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625040

[startup+1.50068 s]
/proc/loadavg: 2.40 2.30 2.15 4/213 23460
/proc/meminfo: memFree=30076260/32872528 swapFree=1643088/1798432
[pid=23440] ppid=23437 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/23440/stat : 23440 (java) S 23437 23440 23201 0 -1 4202496 10054 0 1 0 232 2 0 0 20 0 19 0 31087318 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140735890568544 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23440/statm: 2406260 16269 2270 9 0 2396937 0
[pid=23440/tid=23441] ppid=23437 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/23440/task/23441/stat : 23441 (java) R 23437 23440 23201 0 -1 4202560 2439 0 1 0 146 2 0 0 20 0 19 0 31087319 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591902294520 140591745347081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23443] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23443/stat : 23443 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591863786536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23444] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23444/stat : 23444 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591744674728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23445] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23445/stat : 23445 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591743621928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23446] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23446/stat : 23446 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591742569128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23447] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23447/stat : 23447 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591741516328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23448] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23448/stat : 23448 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591740463528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23449] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23449/stat : 23449 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591739410728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23450] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23450/stat : 23450 (java) S 23437 23440 23201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591738357928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23451] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23451/stat : 23451 (java) S 23437 23440 23201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31087320 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591256030184 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23452] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23452/stat : 23452 (java) S 23437 23440 23201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591254976248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23453] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23453/stat : 23453 (java) S 23437 23440 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591253923336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23454] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23454/stat : 23454 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591252871824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23455] ppid=23437 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/23440/task/23455/stat : 23455 (java) S 23437 23440 23201 0 -1 4202560 3902 0 0 0 48 0 0 0 20 0 19 0 31087323 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591251818936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23456] ppid=23437 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/23440/task/23456/stat : 23456 (java) S 23437 23440 23201 0 -1 4202560 2436 0 0 0 34 0 0 0 20 0 19 0 31087323 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591250766136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23457] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23457/stat : 23457 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591249713528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23458] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23458/stat : 23458 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591248660936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23460] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23460/stat : 23460 (java) S 23437 23440 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31087360 9856040960 16269 33554432000 1073741824 1073778376 140735890577408 140591247607464 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.40 2.30 2.15 4/213 23460
/proc/meminfo: memFree=30066832/32872528 swapFree=1643088/1798432
[pid=23440] ppid=23437 vsize=9625040 CPUtime=3.97 cores=0,2,4,6
/proc/23440/stat : 23440 (java) S 23437 23440 23201 0 -1 4202496 10057 0 1 0 395 2 0 0 20 0 19 0 31087318 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140735890568544 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23440/statm: 2406260 17293 2270 9 0 2396937 0
[pid=23440/tid=23441] ppid=23437 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/23440/task/23441/stat : 23441 (java) R 23437 23440 23201 0 -1 4202560 2442 0 1 0 306 2 0 0 20 0 19 0 31087319 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591902285520 140591745361906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23443] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23443/stat : 23443 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591863786536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23444] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23444/stat : 23444 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591744674728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23445] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23445/stat : 23445 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591743621928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23446] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23446/stat : 23446 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591742569128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23447] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23447/stat : 23447 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591741516328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23448] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23448/stat : 23448 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591740463528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23449] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23449/stat : 23449 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591739410728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23450] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23450/stat : 23450 (java) S 23437 23440 23201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591738357928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23451] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23451/stat : 23451 (java) S 23437 23440 23201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31087320 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591256030184 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23452] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23452/stat : 23452 (java) S 23437 23440 23201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591254976248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23453] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23453/stat : 23453 (java) S 23437 23440 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591253923336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23454] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23454/stat : 23454 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591252871824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23455] ppid=23437 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/23440/task/23455/stat : 23455 (java) S 23437 23440 23201 0 -1 4202560 3902 0 0 0 50 0 0 0 20 0 19 0 31087323 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591251818936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23456] ppid=23437 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23440/task/23456/stat : 23456 (java) S 23437 23440 23201 0 -1 4202560 2436 0 0 0 36 0 0 0 20 0 19 0 31087323 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591250766136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23457] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23457/stat : 23457 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591249713528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23458] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23458/stat : 23458 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591248660936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23460] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23460/stat : 23460 (java) S 23437 23440 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31087360 9856040960 17293 33554432000 1073741824 1073778376 140735890577408 140591247607464 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.37 2.30 2.15 3/213 23460
/proc/meminfo: memFree=30053116/32872528 swapFree=1643088/1798432
[pid=23440] ppid=23437 vsize=9625040 CPUtime=7.19 cores=0,2,4,6
/proc/23440/stat : 23440 (java) S 23437 23440 23201 0 -1 4202496 10064 0 1 0 717 2 0 0 20 0 19 0 31087318 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140735890568544 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23440/statm: 2406260 19247 2271 9 0 2396937 0
[pid=23440/tid=23441] ppid=23437 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/23440/task/23441/stat : 23441 (java) R 23437 23440 23201 0 -1 4202560 2447 0 1 0 626 2 0 0 20 0 19 0 31087319 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591902285504 140591745522277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23443] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23443/stat : 23443 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591863786536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23444] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23444/stat : 23444 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591744674728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23445] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23445/stat : 23445 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591743621928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23446] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23446/stat : 23446 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591742569128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23447] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23447/stat : 23447 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591741516328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23448] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23448/stat : 23448 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591740463528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23449] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23449/stat : 23449 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591739410728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23450] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23450/stat : 23450 (java) S 23437 23440 23201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31087319 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591738357928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23451] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23451/stat : 23451 (java) S 23437 23440 23201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31087320 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591256030184 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23452] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23452/stat : 23452 (java) S 23437 23440 23201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591254976248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23453] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23453/stat : 23453 (java) S 23437 23440 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591253923336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23454] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23454/stat : 23454 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591252871824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23455] ppid=23437 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/23440/task/23455/stat : 23455 (java) S 23437 23440 23201 0 -1 4202560 3903 0 0 0 51 0 0 0 20 0 19 0 31087323 9856040960 19247 33554432000 1073741824 1073778376 140735890577408 140591251818936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23456] ppid=23437 vsize=9625040 CPUtime=0.36 cores=0,2,4,6

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

[pid=23440/tid=23452] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23452/stat : 23452 (java) S 23437 23440 23201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591254976248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23453] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23453/stat : 23453 (java) S 23437 23440 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591253923336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23454] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23454/stat : 23454 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591252871824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23455] ppid=23437 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23440/task/23455/stat : 23455 (java) S 23437 23440 23201 0 -1 4202560 4035 0 0 0 55 0 0 0 20 0 19 0 31087323 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591251818936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23456] ppid=23437 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23440/task/23456/stat : 23456 (java) S 23437 23440 23201 0 -1 4202560 2436 0 0 0 36 0 0 0 20 0 19 0 31087323 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591250766136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23457] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23457/stat : 23457 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591249713528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23458] ppid=23437 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/23440/task/23458/stat : 23458 (java) S 23437 23440 23201 0 -1 4202560 96 0 0 0 30 29 0 0 20 0 19 0 31087323 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591248660936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23460] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23460/stat : 23460 (java) S 23437 23440 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31087360 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591247607464 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.46
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.23 2.18 3/213 23526
/proc/meminfo: memFree=29406852/32872528 swapFree=1643088/1798432
[pid=23440] ppid=23437 vsize=9625040 CPUtime=1724.45 cores=0,2,4,6
/proc/23440/stat : 23440 (java) S 23437 23440 23201 0 -1 4202496 11676 0 1 0 172382 63 0 0 20 0 19 0 31087318 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140735890568544 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23440/statm: 2406260 105782 2285 9 0 2396937 0
[pid=23440/tid=23441] ppid=23437 vsize=9625040 CPUtime=1721.45 cores=0,2,4,6
/proc/23440/task/23441/stat : 23441 (java) R 23437 23440 23201 0 -1 4202560 2503 0 1 0 172113 32 0 0 20 0 19 0 31087319 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591902285600 140591745415890 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23443] ppid=23437 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23440/task/23443/stat : 23443 (java) S 23437 23440 23201 0 -1 4202560 61 0 0 0 13 3 0 0 20 0 19 0 31087319 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591863786536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23444] ppid=23437 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/23440/task/23444/stat : 23444 (java) S 23437 23440 23201 0 -1 4202560 256 0 0 0 17 4 0 0 20 0 19 0 31087319 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591744674728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23445] ppid=23437 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23440/task/23445/stat : 23445 (java) S 23437 23440 23201 0 -1 4202560 76 0 0 0 22 5 0 0 20 0 19 0 31087319 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591743621928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23446] ppid=23437 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23440/task/23446/stat : 23446 (java) S 23437 23440 23201 0 -1 4202560 179 0 0 0 17 3 0 0 20 0 19 0 31087319 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591742569128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23447] ppid=23437 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23440/task/23447/stat : 23447 (java) S 23437 23440 23201 0 -1 4202560 190 0 0 0 16 4 0 0 20 0 19 0 31087319 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591741516328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23448] ppid=23437 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/23440/task/23448/stat : 23448 (java) S 23437 23440 23201 0 -1 4202560 138 0 0 0 20 4 0 0 20 0 19 0 31087319 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591740463528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23449] ppid=23437 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/23440/task/23449/stat : 23449 (java) S 23437 23440 23201 0 -1 4202560 308 0 0 0 16 5 0 0 20 0 19 0 31087319 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591739410728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23450] ppid=23437 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/23440/task/23450/stat : 23450 (java) S 23437 23440 23201 0 -1 4202560 58 0 0 0 17 4 0 0 20 0 19 0 31087319 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591738357928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23451] ppid=23437 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23440/task/23451/stat : 23451 (java) S 23437 23440 23201 0 -1 4202560 73 0 0 0 1 1 0 0 20 0 19 0 31087320 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591256030184 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23452] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23452/stat : 23452 (java) S 23437 23440 23201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591254976248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23453] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23453/stat : 23453 (java) S 23437 23440 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591253923336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23454] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23454/stat : 23454 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591252871824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23455] ppid=23437 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23440/task/23455/stat : 23455 (java) S 23437 23440 23201 0 -1 4202560 4035 0 0 0 55 0 0 0 20 0 19 0 31087323 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591251818936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23456] ppid=23437 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23440/task/23456/stat : 23456 (java) S 23437 23440 23201 0 -1 4202560 2436 0 0 0 36 0 0 0 20 0 19 0 31087323 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591250766136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23457] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23457/stat : 23457 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591249713528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23458] ppid=23437 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/23440/task/23458/stat : 23458 (java) S 23437 23440 23201 0 -1 4202560 100 0 0 0 31 30 0 0 20 0 19 0 31087323 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591248660936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23460] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23460/stat : 23460 (java) S 23437 23440 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31087360 9856040960 105782 33554432000 1073741824 1073778376 140735890577408 140591247607464 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.45
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.20 2.18 3/213 23527
/proc/meminfo: memFree=29391536/32872528 swapFree=1643088/1798432
[pid=23440] ppid=23437 vsize=9625040 CPUtime=1784.53 cores=0,2,4,6
/proc/23440/stat : 23440 (java) S 23437 23440 23201 0 -1 4202496 11725 0 1 0 178388 65 0 0 20 0 19 0 31087318 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140735890568544 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23440/statm: 2406260 106286 2285 9 0 2396937 0
[pid=23440/tid=23441] ppid=23437 vsize=9625040 CPUtime=1781.4 cores=0,2,4,6
/proc/23440/task/23441/stat : 23441 (java) R 23437 23440 23201 0 -1 4202560 2504 0 1 0 178107 33 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591902285600 140591745288612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23443] ppid=23437 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/23440/task/23443/stat : 23443 (java) S 23437 23440 23201 0 -1 4202560 61 0 0 0 14 3 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591863786536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23444] ppid=23437 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/23440/task/23444/stat : 23444 (java) S 23437 23440 23201 0 -1 4202560 268 0 0 0 19 4 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591744674728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23445] ppid=23437 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/23440/task/23445/stat : 23445 (java) S 23437 23440 23201 0 -1 4202560 80 0 0 0 24 5 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591743621928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23446] ppid=23437 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/23440/task/23446/stat : 23446 (java) S 23437 23440 23201 0 -1 4202560 180 0 0 0 18 3 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591742569128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23447] ppid=23437 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/23440/task/23447/stat : 23447 (java) S 23437 23440 23201 0 -1 4202560 190 0 0 0 17 4 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591741516328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23448] ppid=23437 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/23440/task/23448/stat : 23448 (java) S 23437 23440 23201 0 -1 4202560 150 0 0 0 21 4 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591740463528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23449] ppid=23437 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/23440/task/23449/stat : 23449 (java) S 23437 23440 23201 0 -1 4202560 320 0 0 0 18 5 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591739410728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23450] ppid=23437 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/23440/task/23450/stat : 23450 (java) S 23437 23440 23201 0 -1 4202560 59 0 0 0 18 4 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591738357928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23451] ppid=23437 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23440/task/23451/stat : 23451 (java) S 23437 23440 23201 0 -1 4202560 75 0 0 0 1 1 0 0 20 0 19 0 31087320 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591256030184 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23452] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23452/stat : 23452 (java) S 23437 23440 23201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591254976248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23453] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23453/stat : 23453 (java) S 23437 23440 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591253923336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23454] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23454/stat : 23454 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591252871824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23455] ppid=23437 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23440/task/23455/stat : 23455 (java) S 23437 23440 23201 0 -1 4202560 4035 0 0 0 55 0 0 0 20 0 19 0 31087323 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591251818936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23456] ppid=23437 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23440/task/23456/stat : 23456 (java) S 23437 23440 23201 0 -1 4202560 2436 0 0 0 36 0 0 0 20 0 19 0 31087323 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591250766136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23457] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23457/stat : 23457 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591249713528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23458] ppid=23437 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23440/task/23458/stat : 23458 (java) S 23437 23440 23201 0 -1 4202560 104 0 0 0 32 32 0 0 20 0 19 0 31087323 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591248660936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23460] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23460/stat : 23460 (java) S 23437 23440 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31087360 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591247607464 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.17 2.20 2.18 2/190 23537
/proc/meminfo: memFree=29781240/32872528 swapFree=1643088/1798432
[pid=23440] ppid=23437 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/23440/stat : 23440 (java) S 23437 23440 23201 0 -1 4202496 11725 0 1 0 179937 65 0 0 20 0 19 0 31087318 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140735890568544 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23440/statm: 2406260 106286 2285 9 0 2396937 0
[pid=23440/tid=23441] ppid=23437 vsize=9625040 CPUtime=1796.9 cores=0,2,4,6
/proc/23440/task/23441/stat : 23441 (java) R 23437 23440 23201 0 -1 4202560 2504 0 1 0 179657 33 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591902285600 140591745415870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23443] ppid=23437 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/23440/task/23443/stat : 23443 (java) S 23437 23440 23201 0 -1 4202560 61 0 0 0 14 3 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591863786536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23444] ppid=23437 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/23440/task/23444/stat : 23444 (java) S 23437 23440 23201 0 -1 4202560 268 0 0 0 19 4 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591744674728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23445] ppid=23437 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/23440/task/23445/stat : 23445 (java) S 23437 23440 23201 0 -1 4202560 80 0 0 0 24 5 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591743621928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23446] ppid=23437 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/23440/task/23446/stat : 23446 (java) S 23437 23440 23201 0 -1 4202560 180 0 0 0 18 3 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591742569128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23447] ppid=23437 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/23440/task/23447/stat : 23447 (java) S 23437 23440 23201 0 -1 4202560 190 0 0 0 17 4 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591741516328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23448] ppid=23437 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/23440/task/23448/stat : 23448 (java) S 23437 23440 23201 0 -1 4202560 150 0 0 0 21 4 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591740463528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23449] ppid=23437 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/23440/task/23449/stat : 23449 (java) S 23437 23440 23201 0 -1 4202560 320 0 0 0 18 5 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591739410728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23450] ppid=23437 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/23440/task/23450/stat : 23450 (java) S 23437 23440 23201 0 -1 4202560 59 0 0 0 18 4 0 0 20 0 19 0 31087319 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591738357928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23451] ppid=23437 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23440/task/23451/stat : 23451 (java) S 23437 23440 23201 0 -1 4202560 75 0 0 0 1 1 0 0 20 0 19 0 31087320 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591256030184 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23452] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23452/stat : 23452 (java) S 23437 23440 23201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591254976248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23453] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23453/stat : 23453 (java) S 23437 23440 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31087321 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591253923336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23454] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23454/stat : 23454 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591252871824 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23440/tid=23455] ppid=23437 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/23440/task/23455/stat : 23455 (java) S 23437 23440 23201 0 -1 4202560 4035 0 0 0 55 0 0 0 20 0 19 0 31087323 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591251818936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23440/tid=23456] ppid=23437 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23440/task/23456/stat : 23456 (java) S 23437 23440 23201 0 -1 4202560 2436 0 0 0 36 0 0 0 20 0 19 0 31087323 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591250766136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23457] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23457/stat : 23457 (java) S 23437 23440 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087323 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591249713528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23440/tid=23458] ppid=23437 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23440/task/23458/stat : 23458 (java) S 23437 23440 23201 0 -1 4202560 104 0 0 0 32 32 0 0 20 0 19 0 31087323 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591248660936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23440/tid=23460] ppid=23437 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23440/task/23460/stat : 23460 (java) S 23437 23440 23201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31087360 9856040960 106286 33554432000 1073741824 1073778376 140735890577408 140591247607464 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23440 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.6
CPU user time (s): 1799.48
CPU system time (s): 1.12183
CPU usage (%): 100.154
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 1.12183
maximum resident set size= 431428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11790
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38412
involuntary context switches= 22876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.422 second user time and 10.5534 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-27 00:34:42
IDJOB=4117161
IDBENCH=109560
IDSOLVER=2546
FILE ID=node123/4117161-1466980482
RUNJOBID= node123-1466978683-23217
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-6.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117161-1466980482/watcher-4117161-1466980482 -o /tmp/evaluation-result-4117161-1466980482/solver-4117161-1466980482 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466978683-23217 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117161-1466980482.opb

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

MD5SUM BENCH= 21cae5cde6335bb17512bd9f47fe296c
RANDOM SEED=1038992607

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:        30190480 kB
Buffers:           44724 kB
Cached:           119780 kB
SwapCached:         1768 kB
Active:            45176 kB
Inactive:         136380 kB
Active(anon):      18640 kB
Inactive(anon):      924 kB
Active(file):      26536 kB
Inactive(file):   135456 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098708 kB
Dirty:              2436 kB
Writeback:             4 kB
AnonPages:       1808852 kB
Mapped:            14952 kB
Shmem:                 0 kB
Slab:             566128 kB
SReclaimable:      10312 kB
SUnreclaim:       555816 kB
KernelStack:        1480 kB
PageTables:         7576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2485912 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= 71732 MiB
End job on node123 at 2016-06-27 01:04:40