Trace number 4097321

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.84 1798.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_38.opb
MD5SUM7a8904d7ae3d6e9d521cf00d78d1bb9b
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 variables1892
Total number of constraints9078
Number of constraints which are clauses9073
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint43
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4097321-1466117044.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.54/0.35	c ... done. Wall clock time 0.253s.
0.54/0.35	c declared #vars     1892
0.54/0.35	c #constraints  9082
0.54/0.35	c constraints type 
0.54/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5418
0.54/0.35	c org.sat4j.specs.Constr$1 => 4
0.54/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.54/0.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.54/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3654
0.54/0.35	c 9082 constraints processed.
1.58/1.09	c cleaning 2500 clauses out of 5001 with flag 20791/5001
2.66/1.91	c cleaning 4249 clauses out of 8500 with flag 55483/11000
3.66/2.92	c cleaning 5620 clauses out of 11252 with flag 87788/18001
4.67/3.99	c cleaning 6808 clauses out of 13631 with flag 126363/26000
5.89/5.15	c cleaning 7910 clauses out of 15825 with flag 170907/35002
7.29/6.52	c cleaning 8954 clauses out of 17913 with flag 226522/45000
8.79/8.09	c cleaning 9975 clauses out of 19959 with flag 296322/56000
10.59/9.83	c cleaning 10987 clauses out of 21986 with flag 362993/68002
12.49/11.73	c cleaning 12000 clauses out of 23999 with flag 437695/81002
14.58/13.86	c cleaning 12990 clauses out of 25999 with flag 518764/95002
17.08/16.35	c cleaning 13999 clauses out of 28008 with flag 621196/110001
19.89/19.14	c cleaning 15002 clauses out of 30009 with flag 740552/126001
22.90/22.12	c cleaning 15999 clauses out of 32006 with flag 852910/143000
26.49/25.75	c cleaning 16999 clauses out of 34008 with flag 989947/161001
30.29/29.51	c cleaning 17996 clauses out of 36008 with flag 1126181/180000
34.09/33.35	c cleaning 19003 clauses out of 38014 with flag 1262121/200002
38.30/37.54	c cleaning 19998 clauses out of 40009 with flag 1413033/221000
42.89/42.15	c cleaning 20994 clauses out of 42012 with flag 1573207/243001
47.89/47.18	c cleaning 22002 clauses out of 44017 with flag 1730983/266000
53.60/52.86	c cleaning 23001 clauses out of 46016 with flag 1871162/290001
58.80/58.03	c cleaning 24002 clauses out of 48016 with flag 2002787/315002
64.50/63.78	c cleaning 24996 clauses out of 50012 with flag 2174146/341000
70.69/69.96	c cleaning 25999 clauses out of 52017 with flag 2339919/368001
77.09/76.38	c cleaning 27000 clauses out of 54017 with flag 2506849/396000
83.99/83.28	c cleaning 27996 clauses out of 56017 with flag 2676405/425000
91.02/90.22	c cleaning 29007 clauses out of 58022 with flag 2877922/455001
98.51/97.70	c cleaning 29998 clauses out of 60014 with flag 3101492/486000
105.91/105.15	c cleaning 30999 clauses out of 62016 with flag 3291186/518000
114.12/113.34	c cleaning 32001 clauses out of 64018 with flag 3514835/551001
123.03/122.25	c cleaning 32998 clauses out of 66016 with flag 3758507/585000
132.72/131.96	c cleaning 34000 clauses out of 68019 with flag 4004994/620001
144.32/143.55	c cleaning 34998 clauses out of 70018 with flag 4249927/656000
154.51/153.72	c cleaning 36002 clauses out of 72021 with flag 4460666/693001
165.21/164.45	c cleaning 37004 clauses out of 74019 with flag 4692096/731001
175.61/174.89	c cleaning 37999 clauses out of 76015 with flag 4918970/770001
186.91/186.19	c cleaning 38998 clauses out of 78015 with flag 5169633/810000
199.01/198.23	c cleaning 39996 clauses out of 80017 with flag 5450708/851000
211.91/211.13	c cleaning 40996 clauses out of 82021 with flag 5750188/893000
225.71/224.91	c cleaning 42000 clauses out of 84025 with flag 6088652/936000
239.71/238.98	c cleaning 43001 clauses out of 86025 with flag 6432422/980000
255.75/254.91	c cleaning 44002 clauses out of 88025 with flag 6808095/1025001
274.15/273.30	c cleaning 44999 clauses out of 90022 with flag 7199781/1071000
294.85/294.01	c cleaning 46003 clauses out of 92024 with flag 7619830/1118001
313.16/312.35	c cleaning 47000 clauses out of 94020 with flag 7958735/1166000
333.26/332.40	c cleaning 48007 clauses out of 96022 with flag 8286545/1215002
363.85/363.10	c cleaning 48997 clauses out of 98013 with flag 8731063/1265000
395.14/394.36	c cleaning 50003 clauses out of 100018 with flag 9219600/1316002
427.73/426.99	c cleaning 50994 clauses out of 102014 with flag 9694489/1368001
463.92/463.18	c cleaning 52004 clauses out of 104019 with flag 10266078/1421000
495.55/494.74	c cleaning 53005 clauses out of 106017 with flag 10828516/1475002
526.52/525.78	c cleaning 53994 clauses out of 108010 with flag 11388373/1530000
557.62/556.82	c cleaning 54999 clauses out of 110017 with flag 11936178/1586001
590.42/589.66	c cleaning 55995 clauses out of 112018 with flag 12523136/1643001
616.31/615.54	c cleaning 57005 clauses out of 114023 with flag 12967786/1701001
639.80/639.10	c cleaning 58001 clauses out of 116018 with flag 13312320/1760001
667.20/666.46	c cleaning 59000 clauses out of 118016 with flag 13742375/1820000
692.00/691.25	c cleaning 59997 clauses out of 120017 with flag 14115101/1881001
717.16/716.36	c cleaning 61002 clauses out of 122019 with flag 14509842/1943000
742.16/741.40	c cleaning 62001 clauses out of 124017 with flag 14907529/2006000
768.95/768.19	c cleaning 63001 clauses out of 126017 with flag 15349087/2070001
797.94/797.12	c cleaning 64003 clauses out of 128015 with flag 15812512/2135000
827.77/826.96	c cleaning 64996 clauses out of 130012 with flag 16319091/2201000
857.66/856.88	c cleaning 66000 clauses out of 132016 with flag 16787164/2268000
889.36/888.51	c cleaning 66999 clauses out of 134016 with flag 17216535/2336000
920.77/919.97	c cleaning 67999 clauses out of 136017 with flag 17620884/2405000
953.08/952.25	c cleaning 68997 clauses out of 138018 with flag 18053841/2475000
990.55/989.61	c cleaning 70006 clauses out of 140023 with flag 18574443/2546002
1024.16/1023.27	c cleaning 70996 clauses out of 142015 with flag 19034429/2618000
1061.97/1061.09	c cleaning 71990 clauses out of 144019 with flag 19549723/2691000
1099.97/1099.04	c cleaning 73006 clauses out of 146029 with flag 20071496/2765000
1137.86/1136.97	c cleaning 74007 clauses out of 148025 with flag 20627892/2840002
1180.65/1179.76	c cleaning 75001 clauses out of 150017 with flag 21161013/2916001
1222.36/1221.46	c cleaning 76003 clauses out of 152016 with flag 21661427/2993001
1266.02/1264.93	c cleaning 76994 clauses out of 154012 with flag 22158931/3071000
1310.72/1309.61	c cleaning 78008 clauses out of 156019 with flag 22656207/3150001
1355.92/1354.87	c cleaning 78998 clauses out of 158012 with flag 23183423/3230002
1403.82/1402.75	c cleaning 79996 clauses out of 160013 with flag 23742649/3311001
1453.23/1452.18	c cleaning 81001 clauses out of 162016 with flag 24302096/3393000
1501.82/1500.73	c cleaning 82002 clauses out of 164015 with flag 24813858/3476000
1555.24/1554.02	c cleaning 82998 clauses out of 166013 with flag 25451462/3560000
1607.35/1606.18	c cleaning 83999 clauses out of 168015 with flag 26086393/3645000
1668.75/1667.52	c cleaning 85000 clauses out of 170016 with flag 26813562/3731000
1727.65/1726.44	c cleaning 85988 clauses out of 172016 with flag 27504716/3818000
1787.67/1786.44	c cleaning 87003 clauses out of 174029 with flag 28189222/3906001
1800.06/1798.80	c starts		: 259
1800.06/1798.80	c conflicts		: 3932993
1800.06/1798.80	c decisions		: 4616825
1800.06/1798.80	c propagations		: 547110482
1800.06/1798.80	c inspects		: 28770619100
1800.06/1798.80	c shortcuts		: 0
1800.06/1798.80	c learnt literals	: 0
1800.06/1798.80	c learnt binary clauses	: 0
1800.06/1798.80	c learnt ternary clauses	: 6
1800.06/1798.80	c learnt constraints	: 3932993
1800.06/1798.80	c ignored constraints	: 0
1800.06/1798.80	c root simplifications	: 0
1800.06/1798.80	c removed literals (reason simplification)	: 0
1800.06/1798.80	c reason swapping (by a shorter reason)	: 0
1800.06/1798.80	c Calls to reduceDB	: 84
1800.06/1798.80	c Number of update (reduction) of LBD	: 799759
1800.06/1798.80	c Imported unit clauses	: 0
1800.06/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.80	c number of learned constraints concerned by reduction	: 0
1800.06/1798.80	c number of learning phase by resolution	: 0
1800.06/1798.80	c number of learning phase by cutting planes	: 0
1800.06/1798.80	c speed (assignments/second)	: 304212.9232681993
1800.06/1798.80	c non guided choices	169
1800.06/1798.80	c timeout
1800.06/1798.83	c learnt constraints type 
1800.06/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114019
1800.06/1798.83	s UNKNOWN
1800.06/1798.83	c Total wall clock time (in seconds): 1798.728

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-4097321-1466117044/watcher-4097321-1466117044 -o /tmp/evaluation-result-4097321-1466117044/solver-4097321-1466117044 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26609 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097321-1466117044.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.98 2.04 2.00 3/194 29707
/proc/meminfo: memFree=31723896/32872528 swapFree=162364/176672
[pid=29707] ppid=29704 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/29707/stat : 29707 (java) S 29704 29707 23926 0 -1 4202496 1361 0 0 0 0 0 0 0 20 0 2 0 13754306 98582528 985 33554432000 1073741824 1073778376 140734509498080 140734509489216 224925876285 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29707/statm: 24068 985 750 9 0 16774 0
[pid=29707/tid=29708] ppid=29704 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29708/stat : 29708 (java) D 29704 29707 23926 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 13754306 98578432 989 33554432000 1073741824 1073778376 140734509498080 139706064999096 224913354023 0 0 0 16784584 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 1.98 2.04 2.00 3/194 29707
/proc/meminfo: memFree=31723896/32872528 swapFree=162364/176672
[pid=29707] ppid=29704 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29707/stat : 29707 (java) S 29704 29707 23926 0 -1 4202496 4501 0 1 0 10 1 0 0 20 0 18 0 13754306 9787879424 6123 33554432000 1073741824 1073778376 140734509498080 140734509489216 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29707/statm: 2389619 6123 2157 9 0 2380296 0
[pid=29707/tid=29708] ppid=29704 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/29707/task/29708/stat : 29708 (java) R 29704 29707 23926 0 -1 4202560 2379 0 1 0 8 0 0 0 20 0 18 0 13754306 9787879424 6123 33554432000 1073741824 1073778376 140734509498080 139706065001328 224925902093 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.200389 s]
/proc/loadavg: 1.98 2.04 2.00 3/194 29707
/proc/meminfo: memFree=31723896/32872528 swapFree=162364/176672
[pid=29707] ppid=29704 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/29707/stat : 29707 (java) S 29704 29707 23926 0 -1 4202496 4957 0 1 0 28 1 0 0 20 0 18 0 13754306 9787879424 6986 33554432000 1073741824 1073778376 140734509498080 140734509489216 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29707/statm: 2389619 6986 2216 9 0 2380296 0
[pid=29707/tid=29708] ppid=29704 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/29707/task/29708/stat : 29708 (java) R 29704 29707 23926 0 -1 4202560 2397 0 1 0 16 2 0 0 20 0 18 0 13754306 9787879424 6986 33554432000 1073741824 1073778376 140734509498080 139706065001912 139705907798736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300381 s]
/proc/loadavg: 1.98 2.04 2.00 3/194 29707
/proc/meminfo: memFree=31723896/32872528 swapFree=162364/176672
[pid=29707] ppid=29704 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/29707/stat : 29707 (java) S 29704 29707 23926 0 -1 4202496 6107 0 1 0 53 1 0 0 20 0 18 0 13754306 9787879424 9700 33554432000 1073741824 1073778376 140734509498080 140734509489216 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29707/statm: 2389619 9700 2236 9 0 2380296 0
[pid=29707/tid=29708] ppid=29704 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/29707/task/29708/stat : 29708 (java) R 29704 29707 23926 0 -1 4202560 2401 0 1 0 26 2 0 0 20 0 18 0 13754306 9787879424 9700 33554432000 1073741824 1073778376 140734509498080 139706065001912 139705907786976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700365 s]
/proc/loadavg: 1.98 2.04 2.00 3/194 29707
/proc/meminfo: memFree=31723896/32872528 swapFree=162364/176672
[pid=29707] ppid=29704 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/29707/stat : 29707 (java) S 29704 29707 23926 0 -1 4202496 10366 0 1 0 124 2 0 0 20 0 19 0 13754306 9856040960 14494 33554432000 1073741824 1073778376 140734509498080 140734509489216 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29707/statm: 2406260 14494 2262 9 0 2396937 0
[pid=29707/tid=29708] ppid=29704 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/29707/task/29708/stat : 29708 (java) R 29704 29707 23926 0 -1 4202560 2420 0 1 0 66 2 0 0 20 0 19 0 13754306 9856040960 14494 33554432000 1073741824 1073778376 140734509498080 139706065002872 139705908260713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 1.98 2.04 2.00 3/213 29726
/proc/meminfo: memFree=31672112/32872528 swapFree=162364/176672
[pid=29707] ppid=29704 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/29707/stat : 29707 (java) S 29704 29707 23926 0 -1 4202496 11729 0 1 0 216 3 0 0 20 0 19 0 13754306 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 140734509489216 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29707/statm: 2406260 15021 2271 9 0 2396937 0
[pid=29707/tid=29708] ppid=29704 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/29707/task/29708/stat : 29708 (java) R 29704 29707 23926 0 -1 4202560 2422 0 1 0 146 2 0 0 20 0 19 0 13754306 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139706065002984 139705908260789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29710] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29710/stat : 29710 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139706026494632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29711] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29711/stat : 29711 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705907669800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29712] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29712/stat : 29712 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705906617256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29713] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29713/stat : 29713 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705905564712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29714] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29714/stat : 29714 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705904511144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29715] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29715/stat : 29715 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705903458600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29716] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29716/stat : 29716 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705902406056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29717] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29717/stat : 29717 (java) S 29704 29707 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705901353512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29718] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29718/stat : 29718 (java) S 29704 29707 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705419025000 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29719] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29719/stat : 29719 (java) S 29704 29707 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705417971320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29720] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29720/stat : 29720 (java) S 29704 29707 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705416918664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29721] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29721/stat : 29721 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754310 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705415867408 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29722] ppid=29704 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29707/task/29722/stat : 29722 (java) S 29704 29707 23926 0 -1 4202560 4092 0 0 0 38 0 0 0 20 0 19 0 13754310 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705414813752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29723] ppid=29704 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/29707/task/29723/stat : 29723 (java) S 29704 29707 23926 0 -1 4202560 3943 0 0 0 30 0 0 0 20 0 19 0 13754310 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705413761208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29724] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29724/stat : 29724 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754311 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705412708856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29725] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29725/stat : 29725 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754311 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705411656520 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29726] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29726/stat : 29726 (java) S 29704 29707 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13754342 9856040960 15021 33554432000 1073741824 1073778376 140734509498080 139705410602280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 1.98 2.04 2.00 3/213 29726
/proc/meminfo: memFree=31669568/32872528 swapFree=162364/176672
[pid=29707] ppid=29704 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/29707/stat : 29707 (java) S 29704 29707 23926 0 -1 4202496 13161 0 1 0 384 3 0 0 20 0 19 0 13754306 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 140734509489216 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29707/statm: 2406260 16045 2271 9 0 2396937 0
[pid=29707/tid=29708] ppid=29704 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/29707/task/29708/stat : 29708 (java) R 29704 29707 23926 0 -1 4202560 2425 0 1 0 306 2 0 0 20 0 19 0 13754306 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139706065002696 139705908199364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29710] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29710/stat : 29710 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139706026494632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29711] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29711/stat : 29711 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705907669800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29712] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29712/stat : 29712 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705906617256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29713] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29713/stat : 29713 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705905564712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29714] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29714/stat : 29714 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705904511144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29715] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29715/stat : 29715 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705903458600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29716] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29716/stat : 29716 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705902406056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29717] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29717/stat : 29717 (java) S 29704 29707 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705901353512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29718] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29718/stat : 29718 (java) S 29704 29707 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705419025000 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29719] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29719/stat : 29719 (java) S 29704 29707 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705417971320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29720] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29720/stat : 29720 (java) S 29704 29707 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705416918664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29721] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29721/stat : 29721 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754310 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705415867408 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29722] ppid=29704 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/29707/task/29722/stat : 29722 (java) S 29704 29707 23926 0 -1 4202560 5521 0 0 0 44 0 0 0 20 0 19 0 13754310 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705414813752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29723] ppid=29704 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/29707/task/29723/stat : 29723 (java) S 29704 29707 23926 0 -1 4202560 3943 0 0 0 31 0 0 0 20 0 19 0 13754310 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705413761208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29724] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29724/stat : 29724 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754311 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705412708856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29725] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29725/stat : 29725 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754311 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705411656520 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29726] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29726/stat : 29726 (java) S 29704 29707 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13754342 9856040960 16045 33554432000 1073741824 1073778376 140734509498080 139705410602280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 1.98 2.04 2.00 3/213 29726
/proc/meminfo: memFree=31663628/32872528 swapFree=162364/176672
[pid=29707] ppid=29704 vsize=9625040 CPUtime=7.09 cores=1,3,5,7
/proc/29707/stat : 29707 (java) S 29704 29707 23926 0 -1 4202496 13166 0 1 0 706 3 0 0 20 0 19 0 13754306 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 140734509489216 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29707/statm: 2406260 17453 2272 9 0 2396937 0
[pid=29707/tid=29708] ppid=29704 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/29707/task/29708/stat : 29708 (java) R 29704 29707 23926 0 -1 4202560 2429 0 1 0 626 2 0 0 20 0 19 0 13754306 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139706065002952 139705908009242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29710] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29710/stat : 29710 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139706026494632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29711] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29711/stat : 29711 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705907669800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29712] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29712/stat : 29712 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705906617256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29713] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29713/stat : 29713 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705905564712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29714] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29714/stat : 29714 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705904511144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29715] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29715/stat : 29715 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705903458600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29716] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29716/stat : 29716 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705902406056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29717] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29717/stat : 29717 (java) S 29704 29707 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13754307 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705901353512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29718] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29718/stat : 29718 (java) S 29704 29707 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705419025000 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29719] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29719/stat : 29719 (java) S 29704 29707 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705417971320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29720] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29720/stat : 29720 (java) S 29704 29707 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705416918664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29721] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29721/stat : 29721 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754310 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705415867408 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29722] ppid=29704 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29707/task/29722/stat : 29722 (java) S 29704 29707 23926 0 -1 4202560 5521 0 0 0 45 0 0 0 20 0 19 0 13754310 9856040960 17453 33554432000 1073741824 1073778376 140734509498080 139705414813752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29723] ppid=29704 vsize=9625040 CPUtime=0.33 cores=1,3,5,7

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

[pid=29707/tid=29719] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29719/stat : 29719 (java) S 29704 29707 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705417971320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29720] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29720/stat : 29720 (java) S 29704 29707 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705416918664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29721] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29721/stat : 29721 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705415867408 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29722] ppid=29704 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29707/task/29722/stat : 29722 (java) S 29704 29707 23926 0 -1 4202560 5521 0 0 0 45 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705414813752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29723] ppid=29704 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/29707/task/29723/stat : 29723 (java) S 29704 29707 23926 0 -1 4202560 3948 0 0 0 35 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705413761208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29724] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29724/stat : 29724 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754311 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705412708856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29725] ppid=29704 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/29707/task/29725/stat : 29725 (java) S 29704 29707 23926 0 -1 4202560 96 0 0 0 32 35 0 0 20 0 19 0 13754311 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705411656520 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29726] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29726/stat : 29726 (java) S 29704 29707 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13754342 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705410602280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1663.55
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 30438
/proc/meminfo: memFree=31449512/32872528 swapFree=162364/176672
[pid=29707] ppid=29704 vsize=9625040 CPUtime=1723.55 cores=1,3,5,7
/proc/29707/stat : 29707 (java) S 29704 29707 23926 0 -1 4202496 14529 0 1 0 172314 41 0 0 20 0 19 0 13754306 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 140734509489216 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29707/statm: 2406260 71769 2286 9 0 2396937 0
[pid=29707/tid=29708] ppid=29704 vsize=9625040 CPUtime=1721.89 cores=1,3,5,7
/proc/29707/task/29708/stat : 29708 (java) R 29704 29707 23926 0 -1 4202560 2484 0 1 0 172158 31 0 0 20 0 19 0 13754306 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139706064993952 139705908392416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29710] ppid=29704 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29707/task/29710/stat : 29710 (java) S 29704 29707 23926 0 -1 4202560 257 0 0 0 8 3 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139706026494632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29711] ppid=29704 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29707/task/29711/stat : 29711 (java) S 29704 29707 23926 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705907669800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29712] ppid=29704 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29707/task/29712/stat : 29712 (java) S 29704 29707 23926 0 -1 4202560 138 0 0 0 5 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705906617256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29713] ppid=29704 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29707/task/29713/stat : 29713 (java) S 29704 29707 23926 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705905564712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29714] ppid=29704 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29707/task/29714/stat : 29714 (java) S 29704 29707 23926 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705904511144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29715] ppid=29704 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29707/task/29715/stat : 29715 (java) S 29704 29707 23926 0 -1 4202560 232 0 0 0 6 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705903458600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29716] ppid=29704 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29707/task/29716/stat : 29716 (java) S 29704 29707 23926 0 -1 4202560 150 0 0 0 4 0 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705902406056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29717] ppid=29704 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29707/task/29717/stat : 29717 (java) S 29704 29707 23926 0 -1 4202560 201 0 0 0 5 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705901353512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29718] ppid=29704 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29707/task/29718/stat : 29718 (java) S 29704 29707 23926 0 -1 4202560 57 0 0 0 2 0 0 0 20 0 19 0 13754308 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705419025000 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29719] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29719/stat : 29719 (java) S 29704 29707 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705417971320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29720] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29720/stat : 29720 (java) S 29704 29707 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705416918664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29721] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29721/stat : 29721 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705415867408 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29722] ppid=29704 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29707/task/29722/stat : 29722 (java) S 29704 29707 23926 0 -1 4202560 5521 0 0 0 45 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705414813752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29723] ppid=29704 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/29707/task/29723/stat : 29723 (java) S 29704 29707 23926 0 -1 4202560 3948 0 0 0 35 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705413761208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29724] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29724/stat : 29724 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754311 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705412708856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29725] ppid=29704 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/29707/task/29725/stat : 29725 (java) S 29704 29707 23926 0 -1 4202560 100 0 0 0 34 36 0 0 20 0 19 0 13754311 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705411656520 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29726] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29726/stat : 29726 (java) S 29704 29707 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13754342 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705410602280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.55
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/213 30440
/proc/meminfo: memFree=31436780/32872528 swapFree=162364/176672
[pid=29707] ppid=29704 vsize=9625040 CPUtime=1783.56 cores=1,3,5,7
/proc/29707/stat : 29707 (java) S 29704 29707 23926 0 -1 4202496 14533 0 1 0 178314 42 0 0 20 0 19 0 13754306 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 140734509489216 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29707/statm: 2406260 71769 2286 9 0 2396937 0
[pid=29707/tid=29708] ppid=29704 vsize=9625040 CPUtime=1781.89 cores=1,3,5,7
/proc/29707/task/29708/stat : 29708 (java) R 29704 29707 23926 0 -1 4202560 2484 0 1 0 178157 32 0 0 20 0 19 0 13754306 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139706064993952 139705908231315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29710] ppid=29704 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29707/task/29710/stat : 29710 (java) S 29704 29707 23926 0 -1 4202560 257 0 0 0 8 3 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139706026494632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29711] ppid=29704 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29707/task/29711/stat : 29711 (java) S 29704 29707 23926 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705907669800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29712] ppid=29704 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29707/task/29712/stat : 29712 (java) S 29704 29707 23926 0 -1 4202560 138 0 0 0 5 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705906617256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29713] ppid=29704 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29707/task/29713/stat : 29713 (java) S 29704 29707 23926 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705905564712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29714] ppid=29704 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29707/task/29714/stat : 29714 (java) S 29704 29707 23926 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705904511144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29715] ppid=29704 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29707/task/29715/stat : 29715 (java) S 29704 29707 23926 0 -1 4202560 232 0 0 0 6 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705903458600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29716] ppid=29704 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29707/task/29716/stat : 29716 (java) S 29704 29707 23926 0 -1 4202560 150 0 0 0 4 0 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705902406056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29717] ppid=29704 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29707/task/29717/stat : 29717 (java) S 29704 29707 23926 0 -1 4202560 201 0 0 0 5 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705901353512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29718] ppid=29704 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29707/task/29718/stat : 29718 (java) S 29704 29707 23926 0 -1 4202560 57 0 0 0 2 0 0 0 20 0 19 0 13754308 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705419025000 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29719] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29719/stat : 29719 (java) S 29704 29707 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705417971320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29720] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29720/stat : 29720 (java) S 29704 29707 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705416918664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29721] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29721/stat : 29721 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705415867408 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29722] ppid=29704 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29707/task/29722/stat : 29722 (java) S 29704 29707 23926 0 -1 4202560 5521 0 0 0 45 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705414813752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29723] ppid=29704 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/29707/task/29723/stat : 29723 (java) S 29704 29707 23926 0 -1 4202560 3948 0 0 0 35 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705413761208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29724] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29724/stat : 29724 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754311 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705412708856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29725] ppid=29704 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/29707/task/29725/stat : 29725 (java) S 29704 29707 23926 0 -1 4202560 104 0 0 0 35 37 0 0 20 0 19 0 13754311 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705411656520 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29726] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29726/stat : 29726 (java) S 29704 29707 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13754342 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705410602280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.56
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.06 2.04 2.00 4/213 30440
/proc/meminfo: memFree=31428832/32872528 swapFree=162364/176672
[pid=29707] ppid=29704 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/29707/stat : 29707 (java) S 29704 29707 23926 0 -1 4202496 14533 0 1 0 179964 42 0 0 20 0 19 0 13754306 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 140734509489216 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29707/statm: 2406260 71769 2286 9 0 2396937 0
[pid=29707/tid=29708] ppid=29704 vsize=9625040 CPUtime=1798.39 cores=1,3,5,7
/proc/29707/task/29708/stat : 29708 (java) R 29704 29707 23926 0 -1 4202560 2484 0 1 0 179807 32 0 0 20 0 19 0 13754306 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139706064993952 139705908391800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29710] ppid=29704 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29707/task/29710/stat : 29710 (java) S 29704 29707 23926 0 -1 4202560 257 0 0 0 8 3 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139706026494632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29711] ppid=29704 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29707/task/29711/stat : 29711 (java) S 29704 29707 23926 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705907669800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29712] ppid=29704 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29707/task/29712/stat : 29712 (java) S 29704 29707 23926 0 -1 4202560 138 0 0 0 5 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705906617256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29713] ppid=29704 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29707/task/29713/stat : 29713 (java) S 29704 29707 23926 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705905564712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29714] ppid=29704 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29707/task/29714/stat : 29714 (java) S 29704 29707 23926 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705904511144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29715] ppid=29704 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29707/task/29715/stat : 29715 (java) S 29704 29707 23926 0 -1 4202560 232 0 0 0 6 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705903458600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29716] ppid=29704 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29707/task/29716/stat : 29716 (java) S 29704 29707 23926 0 -1 4202560 150 0 0 0 4 0 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705902406056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29717] ppid=29704 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29707/task/29717/stat : 29717 (java) S 29704 29707 23926 0 -1 4202560 201 0 0 0 5 2 0 0 20 0 19 0 13754307 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705901353512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29718] ppid=29704 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29707/task/29718/stat : 29718 (java) S 29704 29707 23926 0 -1 4202560 57 0 0 0 2 0 0 0 20 0 19 0 13754308 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705419025000 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29719] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29719/stat : 29719 (java) S 29704 29707 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705417971320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29720] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29720/stat : 29720 (java) S 29704 29707 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13754308 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705416918664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29721] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29721/stat : 29721 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705415867408 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29707/tid=29722] ppid=29704 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29707/task/29722/stat : 29722 (java) S 29704 29707 23926 0 -1 4202560 5521 0 0 0 45 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705414813752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29723] ppid=29704 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/29707/task/29723/stat : 29723 (java) S 29704 29707 23926 0 -1 4202560 3948 0 0 0 35 0 0 0 20 0 19 0 13754310 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705413761208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29707/tid=29724] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29724/stat : 29724 (java) S 29704 29707 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13754311 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705412708856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29707/tid=29725] ppid=29704 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/29707/task/29725/stat : 29725 (java) S 29704 29707 23926 0 -1 4202560 104 0 0 0 36 37 0 0 20 0 19 0 13754311 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705411656520 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29707/tid=29726] ppid=29704 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29707/task/29726/stat : 29726 (java) S 29704 29707 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13754342 9856040960 71769 33554432000 1073741824 1073778376 140734509498080 139705410602280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 29707 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.84
CPU time (s): 1800.84
CPU user time (s): 1799.86
CPU system time (s): 0.98285
CPU usage (%): 100.111
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.98285
maximum resident set size= 287192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14565
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38206
involuntary context switches= 11790

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9333 second user time and 13.9419 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-17 00:44:04
IDJOB=4097321
IDBENCH=107740
IDSOLVER=2546
FILE ID=node105/4097321-1466117044
RUNJOBID= node105-1466112850-26609
PBS_JOBID= 19904031
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_38.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097321-1466117044/watcher-4097321-1466117044 -o /tmp/evaluation-result-4097321-1466117044/solver-4097321-1466117044 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26609 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097321-1466117044.opb

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

MD5SUM BENCH= 7a8904d7ae3d6e9d521cf00d78d1bb9b
RANDOM SEED=690766051

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.54
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31724424 kB
Buffers:            8456 kB
Cached:            61040 kB
SwapCached:          584 kB
Active:           243188 kB
Inactive:          29536 kB
Active(anon):     202504 kB
Inactive(anon):     3208 kB
Active(file):      40684 kB
Inactive(file):    26328 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:        385748 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             568428 kB
SReclaimable:      11732 kB
SUnreclaim:       556696 kB
KernelStack:        1752 kB
PageTables:         5064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     864928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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= 71748 MiB
End job on node105 at 2016-06-17 01:14:03