Trace number 4101117

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.05 1776.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-pilot4.opb
MD5SUM65e439e03cbe6c14c849336d6093c9a6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26494
Total number of constraints657
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints657
Minimum length of a constraint10
Maximum length of a constraint1427
Number of terms in the objective function 120
Biggest coefficient in the objective function 65537
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524404
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262399
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525515
Number of bits of the biggest sum of numbers20
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-4101117-1466220441.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.98/0.57	c ... done. Wall clock time 0.47s.
0.98/0.57	c declared #vars     26494
0.98/0.57	c #constraints  944
0.98/0.57	c constraints type 
0.98/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
0.98/0.57	c org.sat4j.specs.Constr$1 => 11
0.98/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 931
0.98/0.57	c 944 constraints processed.
0.98/0.57	c objective function length is 120 literals
2.39/1.41	c cleaning 2500 clauses out of 5000 with flag 11592/5000
3.23/2.11	c cleaning 4251 clauses out of 8501 with flag 24789/11001
4.09/2.99	c cleaning 5623 clauses out of 11249 with flag 40562/18000
5.89/4.69	c cleaning 6807 clauses out of 13625 with flag 60902/26001
8.60/7.36	c cleaning 7905 clauses out of 15818 with flag 86997/35001
10.68/9.34	c cleaning 8940 clauses out of 17914 with flag 112364/45002
12.78/11.43	c cleaning 9972 clauses out of 19973 with flag 142446/56001
14.88/13.40	c cleaning 11000 clauses out of 22000 with flag 169429/68000
16.78/15.35	c cleaning 11996 clauses out of 24000 with flag 199291/81000
19.88/18.47	c cleaning 12984 clauses out of 26004 with flag 240609/95000
23.79/22.39	c cleaning 14002 clauses out of 28020 with flag 294590/110000
27.30/25.78	c cleaning 15005 clauses out of 30023 with flag 346982/126005
31.79/30.26	c cleaning 16005 clauses out of 32013 with flag 417453/143000
36.59/35.04	c cleaning 17001 clauses out of 34009 with flag 498222/161002
41.39/39.75	c cleaning 17983 clauses out of 36007 with flag 572048/180001
46.09/44.42	c cleaning 18978 clauses out of 38023 with flag 629217/200000
51.49/49.85	c cleaning 19986 clauses out of 40046 with flag 678422/221001
57.16/55.45	c cleaning 20997 clauses out of 42059 with flag 731223/243000
63.06/61.36	c cleaning 22006 clauses out of 44069 with flag 786925/266007
69.26/67.60	c cleaning 23008 clauses out of 46058 with flag 847161/290002
75.62/73.86	c cleaning 24018 clauses out of 48048 with flag 915941/315000
82.48/80.60	c cleaning 25008 clauses out of 50030 with flag 999167/341000
89.15/87.23	c cleaning 25998 clauses out of 52022 with flag 1079854/368000
97.55/95.67	c cleaning 27006 clauses out of 54025 with flag 1183526/396001
103.70/101.79	c cleaning 28010 clauses out of 56019 with flag 1278771/425001
109.43/107.41	c cleaning 29005 clauses out of 58009 with flag 1418232/455001
118.30/116.23	c cleaning 29997 clauses out of 60003 with flag 1542695/486000
127.53/125.44	c cleaning 30985 clauses out of 62011 with flag 1693367/518005
135.43/133.31	c cleaning 31963 clauses out of 64022 with flag 1777278/551001
144.31/142.19	c cleaning 33017 clauses out of 66058 with flag 1905563/585000
152.77/150.55	c cleaning 34007 clauses out of 68044 with flag 2017299/620003
160.67/158.46	c cleaning 35017 clauses out of 70035 with flag 2133315/656001
169.25/166.98	c cleaning 36001 clauses out of 72018 with flag 2292492/693001
178.78/176.42	c cleaning 36999 clauses out of 74017 with flag 2446856/731001
190.52/188.12	c cleaning 37987 clauses out of 76018 with flag 2634686/770001
199.57/197.18	c cleaning 39009 clauses out of 78030 with flag 2752923/810000
210.22/207.79	c cleaning 39999 clauses out of 80023 with flag 2915743/851002
218.78/216.26	c cleaning 41005 clauses out of 82023 with flag 3043446/893001
228.32/225.79	c cleaning 42008 clauses out of 84018 with flag 3203396/936001
239.06/236.41	c cleaning 42994 clauses out of 86009 with flag 3361941/980000
251.91/249.29	c cleaning 44005 clauses out of 88015 with flag 3586978/1025000
266.61/263.90	c cleaning 44997 clauses out of 90010 with flag 3786576/1071000
280.80/277.93	c cleaning 46003 clauses out of 92014 with flag 3948810/1118001
295.80/292.89	c cleaning 46996 clauses out of 94011 with flag 4165948/1166001
309.15/306.16	c cleaning 47999 clauses out of 96015 with flag 4347731/1215001
320.44/317.35	c cleaning 49007 clauses out of 98015 with flag 4519350/1265000
332.23/329.04	c cleaning 50000 clauses out of 100010 with flag 4741667/1316002
346.64/343.34	c cleaning 50995 clauses out of 102009 with flag 4932063/1368001
362.98/359.51	c cleaning 51995 clauses out of 104014 with flag 5178069/1421001
381.09/377.46	c cleaning 52998 clauses out of 106018 with flag 5395285/1475000
396.25/392.48	c cleaning 54009 clauses out of 108021 with flag 5647373/1530001
412.26/408.22	c cleaning 54991 clauses out of 110011 with flag 5868811/1586000
432.92/428.66	c cleaning 55998 clauses out of 112020 with flag 6129614/1643000
449.62/445.06	c cleaning 57008 clauses out of 114022 with flag 6384508/1701000
465.78/460.95	c cleaning 58003 clauses out of 116014 with flag 6605721/1760000
484.80/479.63	c cleaning 58990 clauses out of 118012 with flag 6890471/1820001
499.73/494.38	c cleaning 60005 clauses out of 120021 with flag 7052068/1881000
515.48/509.84	c cleaning 61002 clauses out of 122017 with flag 7215866/1943001
531.22/525.32	c cleaning 62004 clauses out of 124017 with flag 7371927/2006003
548.47/542.35	c cleaning 62995 clauses out of 126010 with flag 7538864/2070000
573.59/567.07	c cleaning 63994 clauses out of 128017 with flag 7819963/2135002
597.69/590.89	c cleaning 65000 clauses out of 130021 with flag 8140827/2201000
621.54/614.33	c cleaning 65996 clauses out of 132026 with flag 8413175/2268005
642.68/635.10	c cleaning 67008 clauses out of 134025 with flag 8681794/2336000
662.19/654.50	c cleaning 68007 clauses out of 136017 with flag 8861745/2405000
682.39/674.32	c cleaning 68997 clauses out of 138010 with flag 9046041/2475000
707.14/698.78	c cleaning 69999 clauses out of 140017 with flag 9303746/2546004
731.48/722.71	c cleaning 70998 clauses out of 142014 with flag 9594902/2618000
760.52/751.39	c cleaning 72001 clauses out of 144016 with flag 9925108/2691000
785.45/775.94	c cleaning 72987 clauses out of 146016 with flag 10235238/2765001
808.61/798.73	c cleaning 73999 clauses out of 148028 with flag 10455663/2840000
833.78/823.63	c cleaning 75015 clauses out of 150029 with flag 10682518/2916000
857.23/846.78	c cleaning 76007 clauses out of 152015 with flag 10875439/2993001
883.42/872.65	c cleaning 76998 clauses out of 154007 with flag 11104041/3071000
916.35/905.09	c cleaning 78000 clauses out of 156010 with flag 11543215/3150001
941.57/929.92	c cleaning 78999 clauses out of 158009 with flag 11812623/3230000
968.11/956.12	c cleaning 80000 clauses out of 160012 with flag 12188025/3311002
997.19/984.78	c cleaning 80995 clauses out of 162011 with flag 12627435/3393001
1029.30/1016.49	c cleaning 82003 clauses out of 164016 with flag 12968644/3476001
1062.93/1049.60	c cleaning 82993 clauses out of 166012 with flag 13324165/3560000
1095.32/1081.56	c cleaning 84000 clauses out of 168019 with flag 13664617/3645000
1130.91/1116.66	c cleaning 84993 clauses out of 170019 with flag 14086637/3731000
1165.98/1151.32	c cleaning 86001 clauses out of 172026 with flag 14477186/3818000
1199.23/1184.15	c cleaning 87001 clauses out of 174026 with flag 14904539/3906001
1233.49/1217.88	c cleaning 87994 clauses out of 176023 with flag 15298040/3995000
1271.25/1255.15	c cleaning 89005 clauses out of 178032 with flag 15723305/4085003
1303.03/1286.44	c cleaning 90007 clauses out of 180024 with flag 16159831/4176000
1332.11/1315.12	c cleaning 90984 clauses out of 182017 with flag 16545114/4268000
1363.97/1346.46	c cleaning 92011 clauses out of 184033 with flag 16987513/4361000
1395.25/1377.29	c cleaning 93008 clauses out of 186023 with flag 17310745/4455001
1431.10/1412.51	c cleaning 94004 clauses out of 188016 with flag 17711371/4550002
1467.90/1448.88	c cleaning 95000 clauses out of 190011 with flag 18041458/4646001
1503.83/1484.14	c cleaning 95995 clauses out of 192012 with flag 18409956/4743002
1541.04/1520.92	c cleaning 97001 clauses out of 194015 with flag 18860722/4841000
1573.88/1553.22	c cleaning 97973 clauses out of 196015 with flag 19213343/4940001
1612.70/1591.50	c cleaning 99013 clauses out of 198041 with flag 19539821/5040000
1651.84/1630.01	c cleaning 100002 clauses out of 200028 with flag 20043206/5141000
1692.83/1670.37	c cleaning 101000 clauses out of 202027 with flag 20572767/5243001
1729.10/1706.14	c cleaning 102005 clauses out of 204027 with flag 20925739/5346001
1768.41/1744.91	c cleaning 103005 clauses out of 206021 with flag 21210665/5450000
1800.05/1776.00	c starts		: 18003
1800.05/1776.00	c conflicts		: 5525454
1800.05/1776.00	c decisions		: 9103284
1800.05/1776.00	c propagations		: 377321860
1800.05/1776.00	c inspects		: 19717570466
1800.05/1776.00	c shortcuts		: 0
1800.05/1776.00	c learnt literals	: 4
1800.05/1776.00	c learnt binary clauses	: 23
1800.05/1776.00	c learnt ternary clauses	: 26
1800.05/1776.00	c learnt constraints	: 5525450
1800.05/1776.00	c ignored constraints	: 0
1800.05/1776.00	c root simplifications	: 0
1800.05/1776.00	c removed literals (reason simplification)	: 0
1800.05/1776.00	c reason swapping (by a shorter reason)	: 0
1800.05/1776.00	c Calls to reduceDB	: 100
1800.05/1776.00	c Number of update (reduction) of LBD	: 653541
1800.05/1776.00	c Imported unit clauses	: 0
1800.05/1776.00	c number of reductions to clauses (during analyze)	: 0
1800.05/1776.00	c number of learned constraints concerned by reduction	: 0
1800.05/1776.00	c number of learning phase by resolution	: 0
1800.05/1776.00	c number of learning phase by cutting planes	: 0
1800.05/1776.00	c speed (assignments/second)	: 212527.94611239503
1800.05/1776.00	c non guided choices	819
1800.05/1776.00	c timeout
1800.05/1776.03	c learnt constraints type 
1800.05/1776.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 23
1800.05/1776.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 178448
1800.05/1776.03	s UNKNOWN
1800.05/1776.03	c Total wall clock time (in seconds): 1775.928

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-4101117-1466220441/watcher-4101117-1466220441 -o /tmp/evaluation-result-4101117-1466220441/solver-4101117-1466220441 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22954 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101117-1466220441.opb 

pid=27432
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: 2.30 2.36 2.29 3/194 27435
/proc/meminfo: memFree=29918912/32872528 swapFree=1400172/1569824
[pid=27435] ppid=27432 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27432 27435 22937 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 24089292 98570240 977 33554432000 1073741824 1073778376 140735238410160 140735238401296 213422997565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27435/statm: 24065 977 743 9 0 16771 0
[pid=27435/tid=27436] ppid=27432 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27432 27435 22937 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 24089292 98570240 977 33554432000 1073741824 1073778376 140735238410160 140287943216680 213419640192 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100159 s]
/proc/loadavg: 2.30 2.36 2.29 3/194 27435
/proc/meminfo: memFree=29918912/32872528 swapFree=1400172/1569824
[pid=27435] ppid=27432 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27432 27435 22937 0 -1 4202496 4489 0 1 0 10 1 0 0 20 0 18 0 24089292 9787879424 6126 33554432000 1073741824 1073778376 140735238410160 140735238401296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27435/statm: 2389619 6126 2157 9 0 2380296 0
[pid=27435/tid=27436] ppid=27432 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27432 27435 22937 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 24089292 9787879424 6126 33554432000 1073741824 1073778376 140735238410160 140287943220128 140287947235498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200375 s]
/proc/loadavg: 2.30 2.36 2.29 3/194 27435
/proc/meminfo: memFree=29918912/32872528 swapFree=1400172/1569824
[pid=27435] ppid=27432 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27432 27435 22937 0 -1 4202496 5116 0 1 0 30 1 0 0 20 0 18 0 24089292 9787879424 7629 33554432000 1073741824 1073778376 140735238410160 140735238401296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27435/statm: 2389619 7629 2223 9 0 2380296 0
[pid=27435/tid=27436] ppid=27432 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27432 27435 22937 0 -1 4202560 2397 0 1 0 17 0 0 0 20 0 18 0 24089292 9787879424 7629 33554432000 1073741824 1073778376 140735238410160 140287943220128 140287808657786 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300306 s]
/proc/loadavg: 2.30 2.36 2.29 3/194 27435
/proc/meminfo: memFree=29918912/32872528 swapFree=1400172/1569824
[pid=27435] ppid=27432 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27432 27435 22937 0 -1 4202496 9889 0 1 0 56 2 0 0 20 0 18 0 24089292 9787879424 12983 33554432000 1073741824 1073778376 140735238410160 140735238401296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27435/statm: 2389619 12983 2234 9 0 2380296 0
[pid=27435/tid=27436] ppid=27432 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27432 27435 22937 0 -1 4202560 2404 0 1 0 26 1 0 0 20 0 18 0 24089292 9787879424 12983 33554432000 1073741824 1073778376 140735238410160 140287943212912 140287809057639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700373 s]
/proc/loadavg: 2.30 2.36 2.29 3/194 27435
/proc/meminfo: memFree=29918912/32872528 swapFree=1400172/1569824
[pid=27435] ppid=27432 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27432 27435 22937 0 -1 4202496 11283 0 1 0 134 5 0 0 20 0 19 0 24089292 9856040960 39216 33554432000 1073741824 1073778376 140735238410160 140735238401296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27435/statm: 2406260 39216 2263 9 0 2396937 0
[pid=27435/tid=27436] ppid=27432 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27432 27435 22937 0 -1 4202560 2469 0 1 0 64 3 0 0 20 0 19 0 24089292 9856040960 39216 33554432000 1073741824 1073778376 140735238410160 140287943221888 140287808742600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.43 2.39 2.30 3/213 27454
/proc/meminfo: memFree=29741628/32872528 swapFree=1400172/1569824
[pid=27435] ppid=27432 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27432 27435 22937 0 -1 4202496 12416 0 1 0 247 7 0 0 20 0 19 0 24089292 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140735238401296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27435/statm: 2406260 46380 2286 9 0 2396937 0
[pid=27435/tid=27436] ppid=27432 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27432 27435 22937 0 -1 4202560 2478 0 1 0 141 3 0 0 20 0 19 0 24089292 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287943221528 140287809292345 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27438] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27432 27435 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287932283560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27439] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27432 27435 22937 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287931231016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27440] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27432 27435 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287930178472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27441] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27432 27435 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287929125928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27442] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27432 27435 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287928072360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27443] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27432 27435 22937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287781058856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27444] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27432 27435 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287780006312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27445] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27432 27435 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287778953768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27446] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) S 27432 27435 22937 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24089294 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287766755944 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27447] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) S 27432 27435 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24089294 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287765702264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27448] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27432 27435 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24089295 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287764649608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27449] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287763598352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27450] ppid=27432 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/27435/task/27450/stat : 27450 (java) S 27432 27435 22937 0 -1 4202560 4488 0 0 0 48 0 0 0 20 0 19 0 24089297 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287762544696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27451] ppid=27432 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/27435/task/27451/stat : 27451 (java) S 27432 27435 22937 0 -1 4202560 4063 0 0 0 46 1 0 0 20 0 19 0 24089297 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287761492152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27452] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27452/stat : 27452 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287760439800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27453] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27453/stat : 27453 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287759387464 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27454] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27454/stat : 27454 (java) S 27432 27435 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24089353 9856040960 46380 33554432000 1073741824 1073778376 140735238410160 140287758333224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.43 2.39 2.30 3/213 27454
/proc/meminfo: memFree=29739280/32872528 swapFree=1400172/1569824
[pid=27435] ppid=27432 vsize=9625040 CPUtime=4.3 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27432 27435 22937 0 -1 4202496 14092 0 1 0 423 7 0 0 20 0 19 0 24089292 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140735238401296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27435/statm: 2406260 46872 2286 9 0 2396937 0
[pid=27435/tid=27436] ppid=27432 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27432 27435 22937 0 -1 4202560 2480 0 1 0 301 3 0 0 20 0 19 0 24089292 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287943219600 140287809307057 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27438] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27432 27435 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287932283560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27439] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27432 27435 22937 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287931231016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27440] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27432 27435 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287930178472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27441] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27432 27435 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287929125928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27442] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27432 27435 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287928072360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27443] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27432 27435 22937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287781058856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27444] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27432 27435 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287780006312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27445] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27432 27435 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287778953768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27446] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) S 27432 27435 22937 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24089294 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287766755944 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27447] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) S 27432 27435 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24089294 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287765702264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27448] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27432 27435 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24089295 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287764649608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27449] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287763598352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27450] ppid=27432 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/27435/task/27450/stat : 27450 (java) S 27432 27435 22937 0 -1 4202560 4488 0 0 0 50 0 0 0 20 0 19 0 24089297 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287762544696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27451] ppid=27432 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/27435/task/27451/stat : 27451 (java) S 27432 27435 22937 0 -1 4202560 5737 0 0 0 60 1 0 0 20 0 19 0 24089297 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287761492152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27452] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27452/stat : 27452 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287760439800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27453] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27453/stat : 27453 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287759387464 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27454] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27454/stat : 27454 (java) S 27432 27435 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24089353 9856040960 46872 33554432000 1073741824 1073778376 140735238410160 140287758333224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.40 2.38 2.30 3/213 27454
/proc/meminfo: memFree=29715396/32872528 swapFree=1400172/1569824
[pid=27435] ppid=27432 vsize=9625040 CPUtime=7.61 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27432 27435 22937 0 -1 4202496 14466 0 1 0 752 9 0 0 20 0 19 0 24089292 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140735238401296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27435/statm: 2406260 54780 2286 9 0 2396937 0
[pid=27435/tid=27436] ppid=27432 vsize=9625040 CPUtime=6.19 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27432 27435 22937 0 -1 4202560 2486 0 1 0 616 3 0 0 20 0 19 0 24089292 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287943221496 140287809295082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27438] ppid=27432 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27432 27435 22937 0 -1 4202560 115 0 0 0 3 0 0 0 20 0 19 0 24089293 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287932283560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27439] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27432 27435 22937 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287931231016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27440] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27432 27435 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287930178472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27441] ppid=27432 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27432 27435 22937 0 -1 4202560 106 0 0 0 3 0 0 0 20 0 19 0 24089293 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287929125928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27442] ppid=27432 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27432 27435 22937 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 24089293 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287928072360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27443] ppid=27432 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27432 27435 22937 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 24089293 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287781058856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27444] ppid=27432 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27432 27435 22937 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 19 0 24089293 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287780006312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27445] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27432 27435 22937 0 -1 4202560 77 0 0 0 0 0 0 0 20 0 19 0 24089293 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287778953768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27446] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) S 27432 27435 22937 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24089294 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287766755944 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27447] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) S 27432 27435 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24089294 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287765702264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27448] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27432 27435 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24089295 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287764649608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27449] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287763598352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27450] ppid=27432 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/27435/task/27450/stat : 27450 (java) S 27432 27435 22937 0 -1 4202560 4488 0 0 0 52 0 0 0 20 0 19 0 24089297 9856040960 54780 33554432000 1073741824 1073778376 140735238410160 140287762544696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27451] ppid=27432 vsize=9625040 CPUtime=0.62 cores=1,3,5,7

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

[pid=27435/tid=27454] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27454/stat : 27454 (java) S 27432 27435 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24089353 9856040960 60109 33554432000 1073741824 1073778376 140735238410160 140287758333224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1623.67
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.23 2.28 2.27 3/213 27495
/proc/meminfo: memFree=26764104/32872528 swapFree=1400172/1569824
[pid=27435] ppid=27432 vsize=9625040 CPUtime=1684.7 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27432 27435 22937 0 -1 4202496 53066 0 1 0 168310 160 0 0 20 0 19 0 24089292 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140735238401296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27435/statm: 2406260 59033 2295 9 0 2396937 0
[pid=27435/tid=27436] ppid=27432 vsize=9625040 CPUtime=1645.85 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27432 27435 22937 0 -1 4202560 14851 0 1 0 164546 39 0 0 20 0 19 0 24089292 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287943220480 140287809620379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27438] ppid=27432 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27432 27435 22937 0 -1 4202560 1987 0 0 0 388 12 0 0 20 0 19 0 24089293 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287932283560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27439] ppid=27432 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27432 27435 22937 0 -1 4202560 1566 0 0 0 378 13 0 0 20 0 19 0 24089293 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287931231016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27440] ppid=27432 vsize=9625040 CPUtime=3.94 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27432 27435 22937 0 -1 4202560 1557 0 0 0 380 14 0 0 20 0 19 0 24089293 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287930178472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27441] ppid=27432 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27432 27435 22937 0 -1 4202560 2048 0 0 0 379 12 0 0 20 0 19 0 24089293 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287929125928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27442] ppid=27432 vsize=9625040 CPUtime=3.98 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27432 27435 22937 0 -1 4202560 1337 0 0 0 384 14 0 0 20 0 19 0 24089293 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287928072360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27443] ppid=27432 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27432 27435 22937 0 -1 4202560 1496 0 0 0 388 12 0 0 20 0 19 0 24089293 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287781058856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27444] ppid=27432 vsize=9625040 CPUtime=3.97 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27432 27435 22937 0 -1 4202560 1585 0 0 0 385 12 0 0 20 0 19 0 24089293 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287780006312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27445] ppid=27432 vsize=9625040 CPUtime=3.73 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27432 27435 22937 0 -1 4202560 1243 0 0 0 363 10 0 0 20 0 19 0 24089293 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287778953768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27446] ppid=27432 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) S 27432 27435 22937 0 -1 4202560 13382 0 0 0 151 20 0 0 20 0 19 0 24089294 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287766755944 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27447] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) S 27432 27435 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24089294 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287765702264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27448] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27432 27435 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24089295 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287764649608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27449] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287763598352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27450] ppid=27432 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/27435/task/27450/stat : 27450 (java) S 27432 27435 22937 0 -1 4202560 4494 0 0 0 57 0 0 0 20 0 19 0 24089297 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287762544696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27451] ppid=27432 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/27435/task/27451/stat : 27451 (java) S 27432 27435 22937 0 -1 4202560 6170 0 0 0 68 1 0 0 20 0 19 0 24089297 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287761492152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27452] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27452/stat : 27452 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287760439800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27453] ppid=27432 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/27435/task/27453/stat : 27453 (java) S 27432 27435 22937 0 -1 4202560 93 0 0 0 22 29 0 0 20 0 19 0 24089297 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287759387464 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27454] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27454/stat : 27454 (java) S 27432 27435 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24089353 9856040960 59033 33554432000 1073741824 1073778376 140735238410160 140287758333224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1684.7
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.50 2.37 2.30 3/213 27496
/proc/meminfo: memFree=26698788/32872528 swapFree=1400172/1569824
[pid=27435] ppid=27432 vsize=9625040 CPUtime=1745.53 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27432 27435 22937 0 -1 4202496 56158 0 1 0 174388 165 0 0 20 0 19 0 24089292 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140735238401296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27435/statm: 2406260 58215 2295 9 0 2396937 0
[pid=27435/tid=27436] ppid=27432 vsize=9625040 CPUtime=1705.11 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27432 27435 22937 0 -1 4202560 16064 0 1 0 170472 39 0 0 20 0 19 0 24089292 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287943220576 140287809459534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27438] ppid=27432 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27432 27435 22937 0 -1 4202560 2025 0 0 0 403 12 0 0 20 0 19 0 24089293 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287932283560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27439] ppid=27432 vsize=9625040 CPUtime=4.05 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27432 27435 22937 0 -1 4202560 1753 0 0 0 392 13 0 0 20 0 19 0 24089293 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287931231016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27440] ppid=27432 vsize=9625040 CPUtime=4.1 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27432 27435 22937 0 -1 4202560 1557 0 0 0 395 15 0 0 20 0 19 0 24089293 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287930178472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27441] ppid=27432 vsize=9625040 CPUtime=4.08 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27432 27435 22937 0 -1 4202560 2048 0 0 0 396 12 0 0 20 0 19 0 24089293 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287929125928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27442] ppid=27432 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27432 27435 22937 0 -1 4202560 1395 0 0 0 401 14 0 0 20 0 19 0 24089293 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287928072360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27443] ppid=27432 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27432 27435 22937 0 -1 4202560 1500 0 0 0 403 12 0 0 20 0 19 0 24089293 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287781058856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27444] ppid=27432 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27432 27435 22937 0 -1 4202560 1673 0 0 0 402 12 0 0 20 0 19 0 24089293 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287780006312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27445] ppid=27432 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27432 27435 22937 0 -1 4202560 1296 0 0 0 378 11 0 0 20 0 19 0 24089293 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287778953768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27446] ppid=27432 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) S 27432 27435 22937 0 -1 4202560 14829 0 0 0 168 20 0 0 20 0 19 0 24089294 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287766755944 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27447] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) S 27432 27435 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24089294 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287765702264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27448] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27432 27435 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24089295 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287764649608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27449] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287763598352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27450] ppid=27432 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/27435/task/27450/stat : 27450 (java) S 27432 27435 22937 0 -1 4202560 4494 0 0 0 57 0 0 0 20 0 19 0 24089297 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287762544696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27451] ppid=27432 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/27435/task/27451/stat : 27451 (java) S 27432 27435 22937 0 -1 4202560 6170 0 0 0 68 1 0 0 20 0 19 0 24089297 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287761492152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27452] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27452/stat : 27452 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287760439800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27453] ppid=27432 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/27435/task/27453/stat : 27453 (java) S 27432 27435 22937 0 -1 4202560 97 0 0 0 22 31 0 0 20 0 19 0 24089297 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287759387464 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27454] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27454/stat : 27454 (java) S 27432 27435 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24089353 9856040960 58215 33554432000 1073741824 1073778376 140735238410160 140287758333224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1745.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776 s]
/proc/loadavg: 2.39 2.36 2.29 4/213 27497
/proc/meminfo: memFree=26684392/32872528 swapFree=1400172/1569824
[pid=27435] ppid=27432 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/27435/stat : 27435 (java) S 27432 27435 22937 0 -1 4202496 59316 0 1 0 179837 168 0 0 20 0 19 0 24089292 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140735238401296 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27435/statm: 2406260 62173 2295 9 0 2396937 0
[pid=27435/tid=27436] ppid=27432 vsize=9625040 CPUtime=1758.15 cores=1,3,5,7
/proc/27435/task/27436/stat : 27436 (java) R 27432 27435 22937 0 -1 4202560 17495 0 1 0 175774 41 0 0 20 0 19 0 24089292 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287943220496 140287809294903 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27438] ppid=27432 vsize=9625040 CPUtime=4.29 cores=1,3,5,7
/proc/27435/task/27438/stat : 27438 (java) S 27432 27435 22937 0 -1 4202560 2064 0 0 0 417 12 0 0 20 0 19 0 24089293 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287932283560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27439] ppid=27432 vsize=9625040 CPUtime=4.2 cores=1,3,5,7
/proc/27435/task/27439/stat : 27439 (java) S 27432 27435 22937 0 -1 4202560 1859 0 0 0 407 13 0 0 20 0 19 0 24089293 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287931231016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27440] ppid=27432 vsize=9625040 CPUtime=4.24 cores=1,3,5,7
/proc/27435/task/27440/stat : 27440 (java) S 27432 27435 22937 0 -1 4202560 1561 0 0 0 409 15 0 0 20 0 19 0 24089293 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287930178472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27435/tid=27441] ppid=27432 vsize=9625040 CPUtime=4.23 cores=1,3,5,7
/proc/27435/task/27441/stat : 27441 (java) S 27432 27435 22937 0 -1 4202560 2146 0 0 0 411 12 0 0 20 0 19 0 24089293 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287929125928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27442] ppid=27432 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/27435/task/27442/stat : 27442 (java) S 27432 27435 22937 0 -1 4202560 1414 0 0 0 418 14 0 0 20 0 19 0 24089293 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287928072360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27443] ppid=27432 vsize=9625040 CPUtime=4.31 cores=1,3,5,7
/proc/27435/task/27443/stat : 27443 (java) S 27432 27435 22937 0 -1 4202560 1501 0 0 0 419 12 0 0 20 0 19 0 24089293 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287781058856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27444] ppid=27432 vsize=9625040 CPUtime=4.3 cores=1,3,5,7
/proc/27435/task/27444/stat : 27444 (java) S 27432 27435 22937 0 -1 4202560 1724 0 0 0 417 13 0 0 20 0 19 0 24089293 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287780006312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27445] ppid=27432 vsize=9625040 CPUtime=4.04 cores=1,3,5,7
/proc/27435/task/27445/stat : 27445 (java) S 27432 27435 22937 0 -1 4202560 1299 0 0 0 393 11 0 0 20 0 19 0 24089293 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287778953768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27446] ppid=27432 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/27435/task/27446/stat : 27446 (java) S 27432 27435 22937 0 -1 4202560 16231 0 0 0 179 21 0 0 20 0 19 0 24089294 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287766755944 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27447] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27447/stat : 27447 (java) S 27432 27435 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24089294 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287765702264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27448] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27448/stat : 27448 (java) S 27432 27435 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24089295 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287764649608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27449] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27449/stat : 27449 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287763598352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27435/tid=27450] ppid=27432 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/27435/task/27450/stat : 27450 (java) S 27432 27435 22937 0 -1 4202560 4494 0 0 0 57 0 0 0 20 0 19 0 24089297 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287762544696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27451] ppid=27432 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/27435/task/27451/stat : 27451 (java) S 27432 27435 22937 0 -1 4202560 6170 0 0 0 68 1 0 0 20 0 19 0 24089297 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287761492152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27452] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27452/stat : 27452 (java) S 27432 27435 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24089297 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287760439800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27435/tid=27453] ppid=27432 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/27435/task/27453/stat : 27453 (java) S 27432 27435 22937 0 -1 4202560 101 0 0 0 23 33 0 0 20 0 19 0 24089297 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287759387464 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27435/tid=27454] ppid=27432 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27435/task/27454/stat : 27454 (java) S 27432 27435 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24089353 9856040960 62173 33554432000 1073741824 1073778376 140735238410160 140287758333224 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27435 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=89256
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=121677
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1776.04
CPU time (s): 1800.05
CPU user time (s): 1798.37
CPU system time (s): 1.68
CPU usage (%): 101.352
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 2.12168
maximum resident set size= 820844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59348
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76254
involuntary context switches= 110139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5994 second user time and 13.275 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 05:27:21
IDJOB=4101117
IDBENCH=1702
IDSOLVER=2546
FILE ID=node140/4101117-1466220441
RUNJOBID= node140-1466206052-22954
PBS_JOBID= 19918137
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-pilot4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101117-1466220441/watcher-4101117-1466220441 -o /tmp/evaluation-result-4101117-1466220441/solver-4101117-1466220441 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22954 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101117-1466220441.opb

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

MD5SUM BENCH= 65e439e03cbe6c14c849336d6093c9a6
RANDOM SEED=1328961204

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29919300 kB
Buffers:           95116 kB
Cached:           144128 kB
SwapCached:         2476 kB
Active:           453756 kB
Inactive:         175032 kB
Active(anon):     389416 kB
Inactive(anon):     2472 kB
Active(file):      64340 kB
Inactive(file):   172560 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:              8116 kB
Writeback:             0 kB
AnonPages:       1976344 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             602796 kB
SReclaimable:      46348 kB
SUnreclaim:       556448 kB
KernelStack:        1584 kB
PageTables:         8072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2648344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 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 node140 at 2016-06-18 05:56:57