Trace number 4098112

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.08 1793.24

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_15.opb
MD5SUMc226793b4129901062d8cb1e10a179c8
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 variables6320
Total number of constraints30894
Number of constraints which are clauses30889
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 constraint79
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 94
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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@2b21cc40
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@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4098112-1466119689.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
1.38/0.93	c ... done. Wall clock time 0.825s.
1.38/0.93	c declared #vars     6320
1.38/0.93	c #constraints  30898
1.38/0.93	c constraints type 
1.38/0.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18486
1.38/0.93	c org.sat4j.specs.Constr$1 => 4
1.38/0.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.38/0.93	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.38/0.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12402
1.38/0.93	c 30898 constraints processed.
3.69/2.96	c cleaning 2501 clauses out of 5002 with flag 45268/5002
6.66/5.75	c cleaning 4245 clauses out of 8500 with flag 116778/11001
9.60/8.61	c cleaning 5626 clauses out of 11254 with flag 176273/18000
12.71/11.72	c cleaning 6806 clauses out of 13633 with flag 249784/26005
16.22/15.23	c cleaning 7903 clauses out of 15822 with flag 337788/35000
20.02/19.01	c cleaning 8958 clauses out of 17919 with flag 431766/45000
23.92/22.98	c cleaning 9974 clauses out of 19962 with flag 524991/56001
27.72/26.79	c cleaning 10988 clauses out of 21995 with flag 598265/68008
32.32/31.36	c cleaning 11996 clauses out of 23999 with flag 690801/81000
38.02/37.09	c cleaning 12998 clauses out of 26004 with flag 789974/95001
43.12/42.10	c cleaning 13987 clauses out of 28006 with flag 894116/110001
48.72/47.75	c cleaning 15006 clauses out of 30018 with flag 1000575/126000
55.43/54.46	c cleaning 16001 clauses out of 32012 with flag 1125339/143000
61.23/60.29	c cleaning 17000 clauses out of 34012 with flag 1254567/161001
67.89/66.81	c cleaning 17996 clauses out of 36011 with flag 1375591/180000
74.89/73.84	c cleaning 19002 clauses out of 38016 with flag 1507965/200001
82.39/81.34	c cleaning 20007 clauses out of 40013 with flag 1651933/221000
91.40/90.36	c cleaning 20999 clauses out of 42007 with flag 1808232/243001
99.89/98.89	c cleaning 22000 clauses out of 44008 with flag 1983188/266001
109.00/107.96	c cleaning 22992 clauses out of 46007 with flag 2142767/290000
119.09/118.08	c cleaning 24001 clauses out of 48016 with flag 2335076/315001
128.99/127.91	c cleaning 25005 clauses out of 50014 with flag 2533572/341000
138.67/137.51	c cleaning 25996 clauses out of 52010 with flag 2712145/368001
149.56/148.47	c cleaning 26999 clauses out of 54013 with flag 2905481/396000
160.46/159.31	c cleaning 28002 clauses out of 56018 with flag 3100804/425004
170.66/169.53	c cleaning 28992 clauses out of 58012 with flag 3302712/455000
181.96/180.83	c cleaning 30005 clauses out of 60022 with flag 3522702/486002
195.25/194.14	c cleaning 30998 clauses out of 62015 with flag 3747131/518000
209.06/207.95	c cleaning 32010 clauses out of 64020 with flag 3995591/551003
223.07/221.90	c cleaning 32978 clauses out of 66008 with flag 4243389/585001
236.58/235.41	c cleaning 34000 clauses out of 68029 with flag 4479390/620000
250.67/249.51	c cleaning 34979 clauses out of 70031 with flag 4738129/656002
264.08/262.96	c cleaning 36027 clauses out of 72053 with flag 5001362/693003
276.57/275.42	c cleaning 37005 clauses out of 74024 with flag 5243177/731001
290.72/289.55	c cleaning 37986 clauses out of 76018 with flag 5504710/770000
305.22/304.00	c cleaning 39011 clauses out of 78033 with flag 5771184/810001
318.71/317.55	c cleaning 40003 clauses out of 80024 with flag 6012929/851003
335.52/334.29	c cleaning 41003 clauses out of 82022 with flag 6306912/893004
350.81/349.56	c cleaning 41972 clauses out of 84015 with flag 6587489/936000
367.91/366.60	c cleaning 43020 clauses out of 86043 with flag 6905117/980000
383.40/382.11	c cleaning 43998 clauses out of 88025 with flag 7202580/1025002
400.12/398.72	c cleaning 44979 clauses out of 90025 with flag 7522005/1071000
416.23/414.87	c cleaning 46013 clauses out of 92046 with flag 7830533/1118000
432.92/431.50	c cleaning 46991 clauses out of 94035 with flag 8146201/1166002
448.94/447.43	c cleaning 48014 clauses out of 96044 with flag 8462379/1215002
463.84/462.40	c cleaning 49006 clauses out of 98029 with flag 8762431/1265001
479.86/478.25	c cleaning 50002 clauses out of 100025 with flag 9059906/1316003
499.46/497.84	c cleaning 50999 clauses out of 102021 with flag 9422908/1368001
518.42/516.69	c cleaning 51997 clauses out of 104021 with flag 9781043/1421000
536.82/535.07	c cleaning 53005 clauses out of 106024 with flag 10148099/1475000
555.08/553.19	c cleaning 54004 clauses out of 108019 with flag 10500326/1530000
572.08/570.14	c cleaning 55001 clauses out of 110015 with flag 10824133/1586000
588.71/586.64	c cleaning 55960 clauses out of 112018 with flag 11129650/1643004
613.82/611.73	c cleaning 57010 clauses out of 114054 with flag 11534795/1701000
636.72/634.68	c cleaning 57982 clauses out of 116045 with flag 11930927/1760001
661.51/659.38	c cleaning 58988 clauses out of 118062 with flag 12350444/1820000
685.82/683.60	c cleaning 59999 clauses out of 120074 with flag 12768318/1881000
708.81/706.58	c cleaning 61016 clauses out of 122075 with flag 13173295/1943000
731.58/729.23	c cleaning 62025 clauses out of 124059 with flag 13595402/2006000
752.98/750.58	c cleaning 63007 clauses out of 126034 with flag 13995024/2070000
774.07/771.65	c cleaning 64008 clauses out of 128029 with flag 14359573/2135002
802.51/800.08	c cleaning 64989 clauses out of 130019 with flag 14813894/2201000
830.59/828.08	c cleaning 65977 clauses out of 132030 with flag 15284426/2268000
858.27/855.67	c cleaning 67016 clauses out of 134054 with flag 15750545/2336001
888.07/885.37	c cleaning 68012 clauses out of 136038 with flag 16227649/2405001
917.56/914.76	c cleaning 69009 clauses out of 138027 with flag 16733384/2475002
942.35/939.45	c cleaning 70004 clauses out of 140017 with flag 17178090/2546001
967.52/964.54	c cleaning 70992 clauses out of 142013 with flag 17613656/2618001
993.40/990.31	c cleaning 72007 clauses out of 144020 with flag 18062991/2691000
1022.35/1019.25	c cleaning 72991 clauses out of 146014 with flag 18539590/2765001
1052.02/1048.84	c cleaning 74004 clauses out of 148022 with flag 19034963/2840000
1076.78/1073.51	c cleaning 74992 clauses out of 150022 with flag 19452654/2916004
1105.52/1102.19	c cleaning 76001 clauses out of 152026 with flag 19933560/2993000
1135.10/1131.67	c cleaning 76999 clauses out of 154025 with flag 20470762/3071000
1164.17/1160.57	c cleaning 78013 clauses out of 156030 with flag 20979876/3150004
1192.82/1189.19	c cleaning 79007 clauses out of 158016 with flag 21469001/3230003
1220.99/1217.25	c cleaning 79983 clauses out of 160007 with flag 21945766/3311001
1251.46/1247.63	c cleaning 81006 clauses out of 162023 with flag 22467559/3393000
1283.37/1279.50	c cleaning 81999 clauses out of 164017 with flag 22999530/3476000
1314.25/1310.16	c cleaning 82998 clauses out of 166023 with flag 23504365/3560005
1348.10/1343.85	c cleaning 84004 clauses out of 168020 with flag 24055792/3645000
1378.04/1373.66	c cleaning 84996 clauses out of 170016 with flag 24546187/3731000
1411.98/1407.37	c cleaning 86002 clauses out of 172020 with flag 25121159/3818000
1445.79/1441.08	c cleaning 87001 clauses out of 174018 with flag 25681569/3906000
1481.69/1476.72	c cleaning 88001 clauses out of 176018 with flag 26279604/3995001
1514.20/1509.02	c cleaning 89003 clauses out of 178017 with flag 26802739/4085001
1545.82/1540.50	c cleaning 89994 clauses out of 180013 with flag 27307366/4176000
1579.89/1574.39	c cleaning 91005 clauses out of 182021 with flag 27863941/4268002
1616.38/1610.63	c cleaning 92002 clauses out of 184016 with flag 28429874/4361002
1651.77/1645.72	c cleaning 93002 clauses out of 186012 with flag 28966309/4455000
1686.89/1680.66	c cleaning 93999 clauses out of 188010 with flag 29502843/4550000
1720.93/1714.59	c cleaning 94992 clauses out of 190012 with flag 30011080/4646001
1755.98/1749.43	c cleaning 95996 clauses out of 192019 with flag 30502027/4743000
1794.75/1787.96	c cleaning 97002 clauses out of 194024 with flag 31033737/4841001
1800.08/1793.20	c starts		: 10861
1800.08/1793.20	c conflicts		: 4861300
1800.08/1793.20	c decisions		: 33596665
1800.08/1793.20	c propagations		: 1322975764
1800.08/1793.20	c inspects		: 22050862513
1800.08/1793.20	c shortcuts		: 0
1800.08/1793.20	c learnt literals	: 0
1800.08/1793.20	c learnt binary clauses	: 0
1800.08/1793.20	c learnt ternary clauses	: 1
1800.08/1793.20	c learnt constraints	: 4861300
1800.08/1793.20	c ignored constraints	: 0
1800.08/1793.20	c root simplifications	: 0
1800.08/1793.20	c removed literals (reason simplification)	: 0
1800.08/1793.20	c reason swapping (by a shorter reason)	: 0
1800.08/1793.20	c Calls to reduceDB	: 94
1800.08/1793.20	c Number of update (reduction) of LBD	: 2493107
1800.08/1793.20	c Imported unit clauses	: 0
1800.08/1793.20	c number of reductions to clauses (during analyze)	: 0
1800.08/1793.20	c number of learned constraints concerned by reduction	: 0
1800.08/1793.20	c number of learning phase by resolution	: 0
1800.08/1793.20	c number of learning phase by cutting planes	: 0
1800.08/1793.20	c speed (assignments/second)	: 738158.1590009518
1800.08/1793.20	c non guided choices	4837
1800.08/1793.20	c timeout
1800.08/1793.23	c learnt constraints type 
1800.08/1793.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117322
1800.08/1793.23	s UNKNOWN
1800.08/1793.23	c Total wall clock time (in seconds): 1793.125

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-4098112-1466119689/watcher-4098112-1466119689 -o /tmp/evaluation-result-4098112-1466119689/solver-4098112-1466119689 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466119589-25376 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4098112-1466119689.opb 

pid=25812
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.04 1.51 1.58 3/194 25815
/proc/meminfo: memFree=29950004/32872528 swapFree=1589776/1720592
[pid=25815] ppid=25812 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/25815/stat : 25815 (java) R 25812 25815 23738 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 14017212 2560000 47 33554432000 1073741824 1073778376 140737262276864 140737262273992 226075176746 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25815/statm: 892 50 38 9 0 30 0

[startup+0.100162 s]
/proc/loadavg: 2.04 1.51 1.58 3/194 25815
/proc/meminfo: memFree=29950004/32872528 swapFree=1589776/1720592
[pid=25815] ppid=25812 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/25815/stat : 25815 (java) S 25812 25815 23738 0 -1 4202496 4464 0 1 0 10 1 0 0 20 0 18 0 14017212 9787879424 6091 33554432000 1073741824 1073778376 140737262276864 140737262268000 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25815/statm: 2389619 6091 2153 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.04 1.51 1.58 3/194 25815
/proc/meminfo: memFree=29950004/32872528 swapFree=1589776/1720592
[pid=25815] ppid=25812 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/25815/stat : 25815 (java) S 25812 25815 23738 0 -1 4202496 5746 0 1 0 29 1 0 0 20 0 18 0 14017212 9787879424 7836 33554432000 1073741824 1073778376 140737262276864 140737262268000 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25815/statm: 2389619 7836 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 2.04 1.51 1.58 3/194 25815
/proc/meminfo: memFree=29950004/32872528 swapFree=1589776/1720592
[pid=25815] ppid=25812 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/25815/stat : 25815 (java) S 25812 25815 23738 0 -1 4202496 7030 0 1 0 57 2 0 0 20 0 18 0 14017212 9787879424 11753 33554432000 1073741824 1073778376 140737262276864 140737262268000 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25815/statm: 2389619 11753 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700239 s]
/proc/loadavg: 2.04 1.51 1.58 3/194 25815
/proc/meminfo: memFree=29950004/32872528 swapFree=1589776/1720592
[pid=25815] ppid=25812 vsize=9558476 CPUtime=1.01 cores=0,2,4,6
/proc/25815/stat : 25815 (java) S 25812 25815 23738 0 -1 4202496 7112 0 1 0 97 4 0 0 20 0 18 0 14017212 9787879424 39935 33554432000 1073741824 1073778376 140737262276864 140737262268000 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25815/statm: 2389619 39935 2249 9 0 2380296 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.12 1.54 1.58 4/213 25834
/proc/meminfo: memFree=29794420/32872528 swapFree=1589776/1720592
[pid=25815] ppid=25812 vsize=9625040 CPUtime=2.24 cores=0,2,4,6
/proc/25815/stat : 25815 (java) S 25812 25815 23738 0 -1 4202496 8512 0 1 0 220 4 0 0 20 0 19 0 14017212 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140737262268000 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25815/statm: 2406260 41130 2280 9 0 2396937 0
[pid=25815/tid=25817] ppid=25812 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/25815/task/25817/stat : 25817 (java) R 25812 25815 23738 0 -1 4202560 2471 0 1 0 143 3 0 0 20 0 19 0 14017213 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140617016143928 226087713848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25818] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25818/stat : 25818 (java) S 25812 25815 23738 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616977635496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25819] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25819/stat : 25819 (java) S 25812 25815 23738 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616976582952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25820] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25820/stat : 25820 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616975530408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25821] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25821/stat : 25821 (java) S 25812 25815 23738 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616974477864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25822] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25822/stat : 25822 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616973425320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25823] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25823/stat : 25823 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616972372776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25824] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25824/stat : 25824 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616971320232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25825] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25825/stat : 25825 (java) S 25812 25815 23738 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616970267688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25826] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25826/stat : 25826 (java) S 25812 25815 23738 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616840231016 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25827] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25827/stat : 25827 (java) S 25812 25815 23738 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616839177336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25828] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25828/stat : 25828 (java) S 25812 25815 23738 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616838124680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25829] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25829/stat : 25829 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616837073424 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25830] ppid=25812 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25815/task/25830/stat : 25830 (java) S 25812 25815 23738 0 -1 4202560 2047 0 0 0 32 0 0 0 20 0 19 0 14017217 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616836020792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25831] ppid=25812 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25815/task/25831/stat : 25831 (java) R 25812 25815 23738 0 -1 4202560 2700 0 0 0 39 0 0 0 20 0 19 0 14017217 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616834968248 226087711804 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25832] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25832/stat : 25832 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616833915896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25833] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25833/stat : 25833 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616832863560 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25834] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25834/stat : 25834 (java) S 25812 25815 23738 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14017306 9856040960 41130 33554432000 1073741824 1073778376 140737262276864 140616831808296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.12 1.54 1.58 3/213 25834
/proc/meminfo: memFree=29792924/32872528 swapFree=1589776/1720592
[pid=25815] ppid=25812 vsize=9625040 CPUtime=4.04 cores=0,2,4,6
/proc/25815/stat : 25815 (java) S 25812 25815 23738 0 -1 4202496 12279 0 1 0 399 5 0 0 20 0 19 0 14017212 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140737262268000 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25815/statm: 2406260 43181 2285 9 0 2396937 0
[pid=25815/tid=25817] ppid=25812 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/25815/task/25817/stat : 25817 (java) R 25812 25815 23738 0 -1 4202560 2472 0 1 0 303 3 0 0 20 0 19 0 14017213 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140617016142376 140616843993375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25818] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25818/stat : 25818 (java) S 25812 25815 23738 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616977635496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25819] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25819/stat : 25819 (java) S 25812 25815 23738 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616976582952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25820] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25820/stat : 25820 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616975530408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25821] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25821/stat : 25821 (java) S 25812 25815 23738 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616974477864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25822] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25822/stat : 25822 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616973425320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25823] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25823/stat : 25823 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616972372776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25824] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25824/stat : 25824 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616971320232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25825] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25825/stat : 25825 (java) S 25812 25815 23738 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616970267688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25826] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25826/stat : 25826 (java) S 25812 25815 23738 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616840231016 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25827] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25827/stat : 25827 (java) S 25812 25815 23738 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616839177336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25828] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25828/stat : 25828 (java) S 25812 25815 23738 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616838124680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25829] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25829/stat : 25829 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616837073424 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25830] ppid=25812 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/25815/task/25830/stat : 25830 (java) S 25812 25815 23738 0 -1 4202560 5808 0 0 0 50 0 0 0 20 0 19 0 14017217 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616836020792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25831] ppid=25812 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25815/task/25831/stat : 25831 (java) S 25812 25815 23738 0 -1 4202560 2704 0 0 0 41 0 0 0 20 0 19 0 14017217 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616834968248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25832] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25832/stat : 25832 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616833915896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25833] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25833/stat : 25833 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616832863560 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25834] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25834/stat : 25834 (java) S 25812 25815 23738 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14017306 9856040960 43181 33554432000 1073741824 1073778376 140737262276864 140616831808296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.12 1.54 1.58 3/213 25834
/proc/meminfo: memFree=29792556/32872528 swapFree=1589776/1720592
[pid=25815] ppid=25812 vsize=9625040 CPUtime=7.27 cores=0,2,4,6
/proc/25815/stat : 25815 (java) S 25812 25815 23738 0 -1 4202496 12282 0 1 0 722 5 0 0 20 0 19 0 14017212 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140737262268000 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25815/statm: 2406260 41139 2285 9 0 2396937 0
[pid=25815/tid=25817] ppid=25812 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/25815/task/25817/stat : 25817 (java) R 25812 25815 23738 0 -1 4202560 2475 0 1 0 622 3 0 0 20 0 19 0 14017213 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140617016144408 140616844132253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25818] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25818/stat : 25818 (java) S 25812 25815 23738 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616977635496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25819] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25819/stat : 25819 (java) S 25812 25815 23738 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616976582952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25820] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25820/stat : 25820 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616975530408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25821] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25821/stat : 25821 (java) S 25812 25815 23738 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616974477864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25822] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25822/stat : 25822 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616973425320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25823] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25823/stat : 25823 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616972372776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25824] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25824/stat : 25824 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616971320232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25825] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25825/stat : 25825 (java) S 25812 25815 23738 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14017214 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616970267688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25826] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25826/stat : 25826 (java) S 25812 25815 23738 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616840231016 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25827] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25827/stat : 25827 (java) S 25812 25815 23738 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616839177336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25828] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25828/stat : 25828 (java) S 25812 25815 23738 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616838124680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25829] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25829/stat : 25829 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616837073424 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25830] ppid=25812 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/25815/task/25830/stat : 25830 (java) S 25812 25815 23738 0 -1 4202560 5808 0 0 0 52 0 0 0 20 0 19 0 14017217 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616836020792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25831] ppid=25812 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25815/task/25831/stat : 25831 (java) S 25812 25815 23738 0 -1 4202560 2704 0 0 0 42 0 0 0 20 0 19 0 14017217 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616834968248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25832] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25832/stat : 25832 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616833915896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25833] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25833/stat : 25833 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616832863560 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25834] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25834/stat : 25834 (java) S 25812 25815 23738 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14017306 9856040960 41139 33554432000 1073741824 1073778376 140737262276864 140616831808296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 9625040


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

[pid=25815/tid=25834] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25834/stat : 25834 (java) S 25812 25815 23738 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14017306 9856040960 110732 33554432000 1073741824 1073778376 140737262276864 140616831808296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1668.44
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.32 1.24 1.35 3/188 25909
/proc/meminfo: memFree=29817468/32872528 swapFree=1589776/1720592
[pid=25815] ppid=25812 vsize=9625040 CPUtime=1728.76 cores=0,2,4,6
/proc/25815/stat : 25815 (java) S 25812 25815 23738 0 -1 4202496 17389 0 1 0 172790 86 0 0 20 0 19 0 14017212 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140737262268000 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25815/statm: 2406260 108636 2294 9 0 2396937 0
[pid=25815/tid=25817] ppid=25812 vsize=9625040 CPUtime=1714.29 cores=0,2,4,6
/proc/25815/task/25817/stat : 25817 (java) R 25812 25815 23738 0 -1 4202560 2556 0 1 0 171398 31 0 0 20 0 19 0 14017213 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140617016143056 140616844142300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25818] ppid=25812 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/25815/task/25818/stat : 25818 (java) S 25812 25815 23738 0 -1 4202560 620 0 0 0 86 8 0 0 20 0 19 0 14017214 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616977635496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25819] ppid=25812 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/25815/task/25819/stat : 25819 (java) S 25812 25815 23738 0 -1 4202560 1022 0 0 0 95 9 0 0 20 0 19 0 14017214 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616976582952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25820] ppid=25812 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/25815/task/25820/stat : 25820 (java) S 25812 25815 23738 0 -1 4202560 261 0 0 0 86 8 0 0 20 0 19 0 14017214 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616975530408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25821] ppid=25812 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/25815/task/25821/stat : 25821 (java) S 25812 25815 23738 0 -1 4202560 240 0 0 0 78 7 0 0 20 0 19 0 14017214 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616974477864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25822] ppid=25812 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/25815/task/25822/stat : 25822 (java) S 25812 25815 23738 0 -1 4202560 880 0 0 0 89 7 0 0 20 0 19 0 14017214 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616973425320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25823] ppid=25812 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/25815/task/25823/stat : 25823 (java) S 25812 25815 23738 0 -1 4202560 683 0 0 0 89 8 0 0 20 0 19 0 14017214 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616972372776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25824] ppid=25812 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/25815/task/25824/stat : 25824 (java) S 25812 25815 23738 0 -1 4202560 249 0 0 0 80 7 0 0 20 0 19 0 14017214 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616971320232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25825] ppid=25812 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/25815/task/25825/stat : 25825 (java) S 25812 25815 23738 0 -1 4202560 397 0 0 0 88 6 0 0 20 0 19 0 14017214 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616970267688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25826] ppid=25812 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/25815/task/25826/stat : 25826 (java) S 25812 25815 23738 0 -1 4202560 459 0 0 0 125 2 0 0 20 0 19 0 14017215 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616840231016 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25827] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25827/stat : 25827 (java) S 25812 25815 23738 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616839177336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25828] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25828/stat : 25828 (java) S 25812 25815 23738 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616838124680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25829] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25829/stat : 25829 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616837073424 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25830] ppid=25812 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/25815/task/25830/stat : 25830 (java) S 25812 25815 23738 0 -1 4202560 5808 0 0 0 52 0 0 0 20 0 19 0 14017217 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616836020792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25831] ppid=25812 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/25815/task/25831/stat : 25831 (java) S 25812 25815 23738 0 -1 4202560 2857 0 0 0 46 0 0 0 20 0 19 0 14017217 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616834968248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25832] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25832/stat : 25832 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616833915896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25833] ppid=25812 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/25815/task/25833/stat : 25833 (java) S 25812 25815 23738 0 -1 4202560 99 0 0 0 25 26 0 0 20 0 19 0 14017217 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616832863560 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25834] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25834/stat : 25834 (java) S 25812 25815 23738 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14017306 9856040960 108636 33554432000 1073741824 1073778376 140737262276864 140616831808296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728.76
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.33 1.25 1.34 2/188 25910
/proc/meminfo: memFree=29866916/32872528 swapFree=1589776/1720592
[pid=25815] ppid=25812 vsize=9625040 CPUtime=1789.08 cores=0,2,4,6
/proc/25815/stat : 25815 (java) S 25812 25815 23738 0 -1 4202496 17670 0 1 0 178821 87 0 0 20 0 19 0 14017212 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140737262268000 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25815/statm: 2406260 95858 2294 9 0 2396937 0
[pid=25815/tid=25817] ppid=25812 vsize=9625040 CPUtime=1773.87 cores=0,2,4,6
/proc/25815/task/25817/stat : 25817 (java) R 25812 25815 23738 0 -1 4202560 2563 0 1 0 177356 31 0 0 20 0 19 0 14017213 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140617016143040 140616844082117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25818] ppid=25812 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/25815/task/25818/stat : 25818 (java) S 25812 25815 23738 0 -1 4202560 711 0 0 0 91 8 0 0 20 0 19 0 14017214 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616977635496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25819] ppid=25812 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/25815/task/25819/stat : 25819 (java) S 25812 25815 23738 0 -1 4202560 1029 0 0 0 101 9 0 0 20 0 19 0 14017214 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616976582952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25820] ppid=25812 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/25815/task/25820/stat : 25820 (java) S 25812 25815 23738 0 -1 4202560 261 0 0 0 92 8 0 0 20 0 19 0 14017214 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616975530408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25821] ppid=25812 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/25815/task/25821/stat : 25821 (java) S 25812 25815 23738 0 -1 4202560 240 0 0 0 84 7 0 0 20 0 19 0 14017214 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616974477864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25822] ppid=25812 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/25815/task/25822/stat : 25822 (java) S 25812 25815 23738 0 -1 4202560 967 0 0 0 97 7 0 0 20 0 19 0 14017214 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616973425320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25823] ppid=25812 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/25815/task/25823/stat : 25823 (java) S 25812 25815 23738 0 -1 4202560 683 0 0 0 93 8 0 0 20 0 19 0 14017214 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616972372776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25824] ppid=25812 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/25815/task/25824/stat : 25824 (java) S 25812 25815 23738 0 -1 4202560 249 0 0 0 85 7 0 0 20 0 19 0 14017214 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616971320232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25825] ppid=25812 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/25815/task/25825/stat : 25825 (java) S 25812 25815 23738 0 -1 4202560 473 0 0 0 92 6 0 0 20 0 19 0 14017214 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616970267688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25826] ppid=25812 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/25815/task/25826/stat : 25826 (java) S 25812 25815 23738 0 -1 4202560 468 0 0 0 138 3 0 0 20 0 19 0 14017215 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616840231016 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25827] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25827/stat : 25827 (java) S 25812 25815 23738 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616839177336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25828] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25828/stat : 25828 (java) S 25812 25815 23738 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616838124680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25829] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25829/stat : 25829 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616837073424 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25830] ppid=25812 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/25815/task/25830/stat : 25830 (java) S 25812 25815 23738 0 -1 4202560 5808 0 0 0 52 0 0 0 20 0 19 0 14017217 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616836020792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25831] ppid=25812 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/25815/task/25831/stat : 25831 (java) S 25812 25815 23738 0 -1 4202560 2857 0 0 0 46 0 0 0 20 0 19 0 14017217 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616834968248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25832] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25832/stat : 25832 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616833915896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25833] ppid=25812 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/25815/task/25833/stat : 25833 (java) S 25812 25815 23738 0 -1 4202560 103 0 0 0 27 27 0 0 20 0 19 0 14017217 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616832863560 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25834] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25834/stat : 25834 (java) S 25812 25815 23738 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14017306 9856040960 95858 33554432000 1073741824 1073778376 140737262276864 140616831808296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1789.08
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 1.27 1.24 1.34 2/188 25911
/proc/meminfo: memFree=29866416/32872528 swapFree=1589776/1720592
[pid=25815] ppid=25812 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/25815/stat : 25815 (java) S 25812 25815 23738 0 -1 4202496 17674 0 1 0 179920 88 0 0 20 0 19 0 14017212 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140737262268000 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25815/statm: 2406260 95857 2294 9 0 2396937 0
[pid=25815/tid=25817] ppid=25812 vsize=9625040 CPUtime=1784.7 cores=0,2,4,6
/proc/25815/task/25817/stat : 25817 (java) R 25812 25815 23738 0 -1 4202560 2565 0 1 0 178437 33 0 0 20 0 19 0 14017213 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140617016143056 140616844102691 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25818] ppid=25812 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/25815/task/25818/stat : 25818 (java) S 25812 25815 23738 0 -1 4202560 711 0 0 0 94 8 0 0 20 0 19 0 14017214 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616977635496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25819] ppid=25812 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/25815/task/25819/stat : 25819 (java) S 25812 25815 23738 0 -1 4202560 1029 0 0 0 102 9 0 0 20 0 19 0 14017214 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616976582952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25820] ppid=25812 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/25815/task/25820/stat : 25820 (java) S 25812 25815 23738 0 -1 4202560 261 0 0 0 93 8 0 0 20 0 19 0 14017214 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616975530408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25821] ppid=25812 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/25815/task/25821/stat : 25821 (java) S 25812 25815 23738 0 -1 4202560 240 0 0 0 86 7 0 0 20 0 19 0 14017214 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616974477864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25822] ppid=25812 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/25815/task/25822/stat : 25822 (java) S 25812 25815 23738 0 -1 4202560 967 0 0 0 97 8 0 0 20 0 19 0 14017214 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616973425320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25823] ppid=25812 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/25815/task/25823/stat : 25823 (java) S 25812 25815 23738 0 -1 4202560 683 0 0 0 94 8 0 0 20 0 19 0 14017214 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616972372776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25824] ppid=25812 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/25815/task/25824/stat : 25824 (java) S 25812 25815 23738 0 -1 4202560 249 0 0 0 88 7 0 0 20 0 19 0 14017214 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616971320232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25825] ppid=25812 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/25815/task/25825/stat : 25825 (java) S 25812 25815 23738 0 -1 4202560 473 0 0 0 95 6 0 0 20 0 19 0 14017214 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616970267688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25826] ppid=25812 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/25815/task/25826/stat : 25826 (java) S 25812 25815 23738 0 -1 4202560 470 0 0 0 138 3 0 0 20 0 19 0 14017215 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616840231016 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25827] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25827/stat : 25827 (java) S 25812 25815 23738 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616839177336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25828] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25828/stat : 25828 (java) S 25812 25815 23738 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14017215 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616838124680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25829] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25829/stat : 25829 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616837073424 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25830] ppid=25812 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/25815/task/25830/stat : 25830 (java) S 25812 25815 23738 0 -1 4202560 5808 0 0 0 52 0 0 0 20 0 19 0 14017217 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616836020792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25815/tid=25831] ppid=25812 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/25815/task/25831/stat : 25831 (java) S 25812 25815 23738 0 -1 4202560 2857 0 0 0 46 0 0 0 20 0 19 0 14017217 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616834968248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25815/tid=25832] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25832/stat : 25832 (java) S 25812 25815 23738 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14017217 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616833915896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25815/tid=25833] ppid=25812 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/25815/task/25833/stat : 25833 (java) S 25812 25815 23738 0 -1 4202560 103 0 0 0 27 27 0 0 20 0 19 0 14017217 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616832863560 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25815/tid=25834] ppid=25812 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25815/task/25834/stat : 25834 (java) S 25812 25815 23738 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14017306 9856040960 95857 33554432000 1073741824 1073778376 140737262276864 140616831808296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 25815 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 25815 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=659170
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=393788
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.24
CPU time (s): 1800.08
CPU user time (s): 1799.2
CPU system time (s): 0.88
CPU usage (%): 100.382
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 1.39379
maximum resident set size= 571884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17710
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40563
involuntary context switches= 25305

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6222 second user time and 11.6842 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-17 01:28:09
IDJOB=4098112
IDBENCH=107853
IDSOLVER=2546
FILE ID=node120/4098112-1466119689
RUNJOBID= node120-1466119589-25376
PBS_JOBID= 19904123
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= c226793b4129901062d8cb1e10a179c8
RANDOM SEED=284219783

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29950384 kB
Buffers:           63180 kB
Cached:           139224 kB
SwapCached:         1996 kB
Active:           380808 kB
Inactive:         115520 kB
Active(anon):     293952 kB
Inactive(anon):     2312 kB
Active(file):      86856 kB
Inactive(file):   113208 kB
Unevictable:     1720592 kB
Mlocked:         1589776 kB
SwapTotal:      67108856 kB
SwapFree:       67099388 kB
Dirty:              5064 kB
Writeback:             0 kB
AnonPages:       2075036 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             570912 kB
SReclaimable:      14740 kB
SUnreclaim:       556172 kB
KernelStack:        1784 kB
PageTables:         8044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2536400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node120 at 2016-06-17 01:58:02