Trace number 4107842

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.07 1795.25

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12016_4-sat.opb
MD5SUM142eb7aa6e3fc22a3161df6b33ced1a2
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 variables48642
Total number of constraints155800
Number of constraints which are clauses155000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints800
Minimum length of a constraint1
Maximum length of a constraint120
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 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 684
Number of bits of the biggest sum of numbers10
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4107842-1466290887.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.99/1.25	c ... done. Wall clock time 1.143s.
1.99/1.25	c declared #vars     48642
1.99/1.25	c #constraints  155800
1.99/1.25	c constraints type 
1.99/1.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21154
1.99/1.25	c org.sat4j.specs.Constr$1 => 9452
1.99/1.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 121031
1.99/1.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 3363
1.99/1.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 800
1.99/1.25	c 155800 constraints processed.
4.29/3.18	c cleaning 2488 clauses out of 5000 with flag 20157/5000
6.51/5.27	c cleaning 4248 clauses out of 8513 with flag 46159/11001
8.94/7.69	c cleaning 5630 clauses out of 11265 with flag 78148/18001
12.12/10.46	c cleaning 6797 clauses out of 13635 with flag 115135/26001
15.51/13.42	c cleaning 7911 clauses out of 15839 with flag 156913/35002
18.12/16.09	c cleaning 8956 clauses out of 17927 with flag 208766/45001
21.41/19.36	c cleaning 9984 clauses out of 19971 with flag 260666/56001
25.83/23.62	c cleaning 10976 clauses out of 21986 with flag 330691/68000
29.74/27.51	c cleaning 11990 clauses out of 24010 with flag 402434/81000
33.63/31.45	c cleaning 12998 clauses out of 26022 with flag 481467/95002
37.93/35.76	c cleaning 13999 clauses out of 28023 with flag 557771/110001
42.63/40.44	c cleaning 14993 clauses out of 30023 with flag 642545/126000
47.93/45.77	c cleaning 16007 clauses out of 32033 with flag 751366/143003
54.05/51.76	c cleaning 17000 clauses out of 34023 with flag 850528/161000
60.15/57.85	c cleaning 17988 clauses out of 36025 with flag 960219/180002
67.35/65.03	c cleaning 18997 clauses out of 38035 with flag 1059217/200000
73.85/71.58	c cleaning 19996 clauses out of 40039 with flag 1174230/221001
80.56/78.28	c cleaning 21001 clauses out of 42042 with flag 1301347/243000
87.75/85.48	c cleaning 22015 clauses out of 44041 with flag 1431399/266000
95.55/93.20	c cleaning 23008 clauses out of 46028 with flag 1571515/290002
103.58/101.14	c cleaning 24000 clauses out of 48019 with flag 1716465/315001
112.97/110.55	c cleaning 24989 clauses out of 50018 with flag 1847518/341000
122.39/119.96	c cleaning 26012 clauses out of 52030 with flag 1988311/368001
132.08/129.70	c cleaning 26991 clauses out of 54018 with flag 2134589/396001
141.28/138.85	c cleaning 27993 clauses out of 56027 with flag 2311766/425001
151.18/148.72	c cleaning 29001 clauses out of 58037 with flag 2485295/455004
162.12/159.60	c cleaning 30007 clauses out of 60032 with flag 2663284/486000
173.01/170.47	c cleaning 31006 clauses out of 62025 with flag 2845661/518000
185.01/182.45	c cleaning 31993 clauses out of 64020 with flag 3013309/551001
196.91/194.31	c cleaning 33007 clauses out of 66027 with flag 3211898/585001
209.51/206.99	c cleaning 33997 clauses out of 68020 with flag 3400893/620001
222.51/219.93	c cleaning 35002 clauses out of 70024 with flag 3603134/656002
236.01/233.48	c cleaning 35976 clauses out of 72021 with flag 3803469/693001
250.21/247.66	c cleaning 36997 clauses out of 74047 with flag 4029431/731003
263.70/261.18	c cleaning 37997 clauses out of 76049 with flag 4266682/770002
279.68/276.95	c cleaning 38986 clauses out of 78053 with flag 4497538/810003
294.58/291.86	c cleaning 40015 clauses out of 80064 with flag 4766205/851000
309.57/306.84	c cleaning 41014 clauses out of 82049 with flag 5007575/893000
326.37/323.69	c cleaning 42007 clauses out of 84034 with flag 5272581/936000
341.97/339.28	c cleaning 42985 clauses out of 86028 with flag 5523985/980001
357.37/354.61	c cleaning 43995 clauses out of 88042 with flag 5767352/1025000
373.67/370.96	c cleaning 45007 clauses out of 90049 with flag 6055048/1071002
389.97/387.21	c cleaning 45989 clauses out of 92040 with flag 6330710/1118000
408.23/405.30	c cleaning 47016 clauses out of 94051 with flag 6620461/1166000
424.33/421.41	c cleaning 47998 clauses out of 96035 with flag 6922791/1215000
441.32/438.49	c cleaning 49003 clauses out of 98038 with flag 7212203/1265001
459.61/456.71	c cleaning 49986 clauses out of 100035 with flag 7499886/1316001
478.41/475.57	c cleaning 50992 clauses out of 102049 with flag 7783413/1368001
497.11/494.28	c cleaning 52000 clauses out of 104056 with flag 8081336/1421000
515.96/512.85	c cleaning 53025 clauses out of 106056 with flag 8386026/1475000
535.85/532.75	c cleaning 54007 clauses out of 108031 with flag 8693395/1530000
555.15/552.06	c cleaning 54992 clauses out of 110024 with flag 9017973/1586000
575.15/572.08	c cleaning 56001 clauses out of 112032 with flag 9361046/1643000
594.95/591.90	c cleaning 56987 clauses out of 114032 with flag 9666244/1701001
615.19/611.82	c cleaning 58006 clauses out of 116044 with flag 9991568/1760000
636.48/633.14	c cleaning 59009 clauses out of 118038 with flag 10315150/1820000
658.98/655.65	c cleaning 60002 clauses out of 120031 with flag 10638535/1881002
680.98/677.65	c cleaning 61001 clauses out of 122028 with flag 10966539/1943001
704.38/701.05	c cleaning 62000 clauses out of 124028 with flag 11302735/2006002
728.98/725.59	c cleaning 62996 clauses out of 126026 with flag 11641991/2070000
753.49/750.08	c cleaning 64010 clauses out of 128031 with flag 12000640/2135001
778.60/775.16	c cleaning 65005 clauses out of 130021 with flag 12356035/2201001
802.81/799.38	c cleaning 65978 clauses out of 132015 with flag 12724234/2268000
828.17/824.57	c cleaning 66993 clauses out of 134037 with flag 13092395/2336000
853.97/850.31	c cleaning 68006 clauses out of 136045 with flag 13466304/2405001
878.67/875.01	c cleaning 68996 clauses out of 138039 with flag 13848135/2475001
905.78/902.13	c cleaning 70002 clauses out of 140042 with flag 14205525/2546000
934.51/930.77	c cleaning 71006 clauses out of 142041 with flag 14570903/2618001
962.10/958.38	c cleaning 71997 clauses out of 144035 with flag 14952945/2691001
986.70/982.90	c cleaning 73001 clauses out of 146038 with flag 15336854/2765001
1015.91/1012.12	c cleaning 74012 clauses out of 148037 with flag 15767112/2840001
1044.72/1040.83	c cleaning 74991 clauses out of 150027 with flag 16182207/2916003
1074.72/1070.80	c cleaning 75997 clauses out of 152036 with flag 16572972/2993003
1106.82/1102.92	c cleaning 76991 clauses out of 154036 with flag 16965661/3071000
1139.85/1135.87	c cleaning 78004 clauses out of 156045 with flag 17378087/3150000
1174.03/1170.01	c cleaning 78997 clauses out of 158041 with flag 17787303/3230000
1205.53/1201.57	c cleaning 79994 clauses out of 160044 with flag 18190081/3311000
1243.73/1239.61	c cleaning 81004 clauses out of 162050 with flag 18595933/3393000
1278.33/1274.30	c cleaning 81998 clauses out of 164046 with flag 19009202/3476000
1312.61/1308.46	c cleaning 83025 clauses out of 166049 with flag 19429397/3560001
1346.12/1341.91	c cleaning 84005 clauses out of 168023 with flag 19858059/3645000
1380.82/1376.62	c cleaning 84996 clauses out of 170018 with flag 20294293/3731000
1415.64/1411.38	c cleaning 85989 clauses out of 172023 with flag 20730424/3818001
1448.53/1444.22	c cleaning 87004 clauses out of 174036 with flag 21196275/3906003
1483.85/1479.49	c cleaning 88009 clauses out of 176029 with flag 21602376/3995000
1522.35/1517.91	c cleaning 89008 clauses out of 178021 with flag 22067217/4085001
1560.65/1556.10	c cleaning 90003 clauses out of 180013 with flag 22502065/4176001
1596.56/1592.04	c cleaning 90989 clauses out of 182009 with flag 22941345/4268000
1632.76/1628.12	c cleaning 91990 clauses out of 184020 with flag 23369360/4361000
1670.27/1665.60	c cleaning 92989 clauses out of 186030 with flag 23808239/4455000
1707.86/1703.16	c cleaning 94007 clauses out of 188042 with flag 24273459/4550001
1744.17/1739.41	c cleaning 95009 clauses out of 190034 with flag 24728777/4646000
1784.26/1779.44	c cleaning 95983 clauses out of 192026 with flag 25224000/4743001
1800.07/1795.21	c starts		: 15830
1800.07/1795.21	c conflicts		: 4786265
1800.07/1795.21	c decisions		: 8440174
1800.07/1795.21	c propagations		: 3528549766
1800.07/1795.21	c inspects		: 14672168123
1800.07/1795.21	c shortcuts		: 0
1800.07/1795.21	c learnt literals	: 1
1800.07/1795.21	c learnt binary clauses	: 28
1800.07/1795.21	c learnt ternary clauses	: 5046
1800.07/1795.21	c learnt constraints	: 4786264
1800.07/1795.21	c ignored constraints	: 0
1800.07/1795.21	c root simplifications	: 0
1800.07/1795.21	c removed literals (reason simplification)	: 0
1800.07/1795.21	c reason swapping (by a shorter reason)	: 0
1800.07/1795.21	c Calls to reduceDB	: 93
1800.07/1795.21	c Number of update (reduction) of LBD	: 1639629
1800.07/1795.21	c Imported unit clauses	: 0
1800.07/1795.21	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.21	c number of learned constraints concerned by reduction	: 0
1800.07/1795.21	c number of learning phase by resolution	: 0
1800.07/1795.21	c number of learning phase by cutting planes	: 0
1800.07/1795.21	c speed (assignments/second)	: 1966987.719948603
1800.07/1795.21	c non guided choices	47626
1800.07/1795.21	c timeout
1800.07/1795.23	c learnt constraints type 
1800.07/1795.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
1800.07/1795.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139279
1800.07/1795.23	s UNKNOWN
1800.07/1795.23	c Total wall clock time (in seconds): 1795.127

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-4107842-1466290887/watcher-4107842-1466290887 -o /tmp/evaluation-result-4107842-1466290887/solver-4107842-1466290887 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466287270-24124 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107842-1466290887.opb 

pid=25778
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: 1.81 1.97 1.98 3/197 25781
/proc/meminfo: memFree=31466152/32872528 swapFree=7780/7780
[pid=25781] ppid=25778 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25781/stat : 25781 (java) S 25778 25781 22769 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 31134649 98570240 977 33554432000 1073741824 1073778376 140734044650336 140734044641472 206412218429 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25781/statm: 24065 977 743 9 0 16771 0
[pid=25781/tid=25782] ppid=25778 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25782/stat : 25782 (java) R 25778 25781 22769 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 31134649 98570240 977 33554432000 1073741824 1073778376 140734044650336 140527308303912 206408861056 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 1.81 1.97 1.98 3/197 25781
/proc/meminfo: memFree=31466152/32872528 swapFree=7780/7780
[pid=25781] ppid=25778 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25781/stat : 25781 (java) S 25778 25781 22769 0 -1 4202496 4470 0 1 0 9 1 0 0 20 0 18 0 31134649 9787879424 5590 33554432000 1073741824 1073778376 140734044650336 140734044641472 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25781/statm: 2389619 5590 2137 9 0 2380296 0
[pid=25781/tid=25782] ppid=25778 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25781/task/25782/stat : 25782 (java) R 25778 25781 22769 0 -1 4202560 2430 0 1 0 6 1 0 0 20 0 18 0 31134649 9787879424 5591 33554432000 1073741824 1073778376 140734044650336 140527308307360 140527314707068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 1.81 1.97 1.98 3/197 25781
/proc/meminfo: memFree=31466152/32872528 swapFree=7780/7780
[pid=25781] ppid=25778 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/25781/stat : 25781 (java) S 25778 25781 22769 0 -1 4202496 4756 0 1 0 24 1 0 0 20 0 18 0 31134649 9787879424 6309 33554432000 1073741824 1073778376 140734044650336 140734044641472 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25781/statm: 2389619 6309 2201 9 0 2380296 0
[pid=25781/tid=25782] ppid=25778 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/25781/task/25782/stat : 25782 (java) R 25778 25781 22769 0 -1 4202560 2449 0 1 0 16 1 0 0 20 0 18 0 31134649 9787879424 6309 33554432000 1073741824 1073778376 140734044650336 140527308308696 140527180618089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300309 s]
/proc/loadavg: 1.81 1.97 1.98 3/197 25781
/proc/meminfo: memFree=31466152/32872528 swapFree=7780/7780
[pid=25781] ppid=25778 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/25781/stat : 25781 (java) S 25778 25781 22769 0 -1 4202496 6262 0 1 0 46 2 0 0 20 0 18 0 31134649 9787879424 8335 33554432000 1073741824 1073778376 140734044650336 140734044641472 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25781/statm: 2389619 8335 2232 9 0 2380296 0
[pid=25781/tid=25782] ppid=25778 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/25781/task/25782/stat : 25782 (java) R 25778 25781 22769 0 -1 4202560 2451 0 1 0 26 1 0 0 20 0 18 0 31134649 9787879424 8341 33554432000 1073741824 1073778376 140734044650336 140527308308504 140527180643647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70029 s]
/proc/loadavg: 1.81 1.97 1.98 3/197 25781
/proc/meminfo: memFree=31466152/32872528 swapFree=7780/7780
[pid=25781] ppid=25778 vsize=9558476 CPUtime=1.11 cores=0,2,4,6
/proc/25781/stat : 25781 (java) S 25778 25781 22769 0 -1 4202496 7662 0 1 0 107 4 0 0 20 0 18 0 31134649 9787879424 40797 33554432000 1073741824 1073778376 140734044650336 140734044641472 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25781/statm: 2389619 40797 2267 9 0 2380296 0
[pid=25781/tid=25782] ppid=25778 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/25781/task/25782/stat : 25782 (java) R 25778 25781 22769 0 -1 4202560 2523 0 1 0 63 3 0 0 20 0 18 0 31134649 9787879424 40797 33554432000 1073741824 1073778376 140734044650336 140527308307848 140527180637384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 1.91 1.99 1.99 5/215 25799
/proc/meminfo: memFree=31261880/32872528 swapFree=7780/7780
[pid=25781] ppid=25778 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/25781/stat : 25781 (java) S 25778 25781 22769 0 -1 4202496 12568 0 1 0 252 7 0 0 20 0 19 0 31134649 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140734044641472 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25781/statm: 2406260 48518 2280 9 0 2396937 0
[pid=25781/tid=25782] ppid=25778 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/25781/task/25782/stat : 25782 (java) R 25778 25781 22769 0 -1 4202560 2531 0 1 0 140 3 0 0 20 0 19 0 31134649 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527308308616 140527180553800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25784] ppid=25778 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25781/task/25784/stat : 25784 (java) S 25778 25781 22769 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31134650 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527152167336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25785] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25785/stat : 25785 (java) S 25778 25781 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527151114792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25786] ppid=25778 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25781/task/25786/stat : 25786 (java) S 25778 25781 22769 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31134650 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527150061736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25787] ppid=25778 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25781/task/25787/stat : 25787 (java) S 25778 25781 22769 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 31134650 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527149009192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25788] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25788/stat : 25788 (java) S 25778 25781 22769 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527147957160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25789] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25789/stat : 25789 (java) S 25778 25781 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527146904616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25790] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25790/stat : 25790 (java) S 25778 25781 22769 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527145851560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25791] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25791/stat : 25791 (java) S 25778 25781 22769 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527144799016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25792] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25792/stat : 25792 (java) S 25778 25781 22769 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31134651 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527132600680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25793] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25793/stat : 25793 (java) S 25778 25781 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527131547000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25794] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25794/stat : 25794 (java) S 25778 25781 22769 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527130493832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25795] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25795/stat : 25795 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527129442576 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25796] ppid=25778 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/25781/task/25796/stat : 25796 (java) S 25778 25781 22769 0 -1 4202560 5364 0 0 0 51 0 0 0 20 0 19 0 31134654 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527128390456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25797] ppid=25778 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/25781/task/25797/stat : 25797 (java) S 25778 25781 22769 0 -1 4202560 3256 0 0 0 44 0 0 0 20 0 19 0 31134654 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527127337912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25798] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25798/stat : 25798 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527126285048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25799] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25799/stat : 25799 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 48518 33554432000 1073741824 1073778376 140734044650336 140527125232712 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 1.91 1.99 1.99 3/216 25800
/proc/meminfo: memFree=31253152/32872528 swapFree=7780/7780
[pid=25781] ppid=25778 vsize=9625040 CPUtime=4.29 cores=0,2,4,6
/proc/25781/stat : 25781 (java) S 25778 25781 22769 0 -1 4202496 12584 0 1 0 422 7 0 0 20 0 19 0 31134649 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140734044641472 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25781/statm: 2406260 48533 2282 9 0 2396937 0
[pid=25781/tid=25782] ppid=25778 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/25781/task/25782/stat : 25782 (java) R 25778 25781 22769 0 -1 4202560 2532 0 1 0 300 3 0 0 20 0 19 0 31134649 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527308306872 140527181346844 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25784] ppid=25778 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25781/task/25784/stat : 25784 (java) S 25778 25781 22769 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31134650 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527152167336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25785] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25785/stat : 25785 (java) S 25778 25781 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527151114792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25786] ppid=25778 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25781/task/25786/stat : 25786 (java) S 25778 25781 22769 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31134650 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527150061736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25787] ppid=25778 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25781/task/25787/stat : 25787 (java) S 25778 25781 22769 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 31134650 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527149009192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25788] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25788/stat : 25788 (java) S 25778 25781 22769 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527147957160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25789] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25789/stat : 25789 (java) S 25778 25781 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527146904616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25790] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25790/stat : 25790 (java) S 25778 25781 22769 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527145851560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25791] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25791/stat : 25791 (java) S 25778 25781 22769 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527144799016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25792] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25792/stat : 25792 (java) S 25778 25781 22769 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31134651 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527132600680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25793] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25793/stat : 25793 (java) S 25778 25781 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527131547000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25794] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25794/stat : 25794 (java) S 25778 25781 22769 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527130493832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25795] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25795/stat : 25795 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527129442576 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25796] ppid=25778 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/25781/task/25796/stat : 25796 (java) S 25778 25781 22769 0 -1 4202560 5373 0 0 0 56 0 0 0 20 0 19 0 31134654 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527128390456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25797] ppid=25778 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/25781/task/25797/stat : 25797 (java) S 25778 25781 22769 0 -1 4202560 3262 0 0 0 49 0 0 0 20 0 19 0 31134654 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527127337912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25798] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25798/stat : 25798 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527126285048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25799] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25799/stat : 25799 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527125232712 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25800] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25800/stat : 25800 (java) S 25778 25781 22769 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31134781 9856040960 48533 33554432000 1073741824 1073778376 140734044650336 140527124079656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 1.91 1.99 1.99 3/216 25800
/proc/meminfo: memFree=31233112/32872528 swapFree=7780/7780
[pid=25781] ppid=25778 vsize=9625040 CPUtime=7.64 cores=0,2,4,6
/proc/25781/stat : 25781 (java) S 25778 25781 22769 0 -1 4202496 12605 0 1 0 757 7 0 0 20 0 19 0 31134649 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140734044641472 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25781/statm: 2406260 48351 2286 9 0 2396937 0
[pid=25781/tid=25782] ppid=25778 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/25781/task/25782/stat : 25782 (java) R 25778 25781 22769 0 -1 4202560 2536 0 1 0 619 3 0 0 20 0 19 0 31134649 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527308308728 140527181331806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25784] ppid=25778 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25781/task/25784/stat : 25784 (java) S 25778 25781 22769 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31134650 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527152167336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25785] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25785/stat : 25785 (java) S 25778 25781 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527151114792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25786] ppid=25778 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25781/task/25786/stat : 25786 (java) S 25778 25781 22769 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31134650 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527150061736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25787] ppid=25778 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25781/task/25787/stat : 25787 (java) S 25778 25781 22769 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 31134650 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527149009192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25788] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25788/stat : 25788 (java) S 25778 25781 22769 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527147957160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25789] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25789/stat : 25789 (java) S 25778 25781 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527146904616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25790] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25790/stat : 25790 (java) S 25778 25781 22769 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527145851560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25791] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25791/stat : 25791 (java) S 25778 25781 22769 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 31134650 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527144799016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25792] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25792/stat : 25792 (java) S 25778 25781 22769 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31134651 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527132600680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25793] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25793/stat : 25793 (java) S 25778 25781 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527131547000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25794] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25794/stat : 25794 (java) S 25778 25781 22769 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527130493832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25795] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25795/stat : 25795 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527129442576 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25796] ppid=25778 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/25781/task/25796/stat : 25796 (java) S 25778 25781 22769 0 -1 4202560 5379 0 0 0 63 0 0 0 20 0 19 0 31134654 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527128390456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25797] ppid=25778 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/25781/task/25797/stat : 25797 (java) S 25778 25781 22769 0 -1 4202560 3273 0 0 0 57 0 0 0 20 0 19 0 31134654 9856040960 48351 33554432000 1073741824 1073778376 140734044650336 140527127337912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25798] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

/proc/25781/task/25800/stat : 25800 (java) S 25778 25781 22769 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31134781 9856040960 363689 33554432000 1073741824 1073778376 140734044650336 140527124079656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.97
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/216 25842
/proc/meminfo: memFree=28726104/32872528 swapFree=7780/7780
[pid=25781] ppid=25778 vsize=9625040 CPUtime=1727.06 cores=0,2,4,6
/proc/25781/stat : 25781 (java) S 25778 25781 22769 0 -1 4202496 28338 0 1 0 172563 143 0 0 20 0 19 0 31134649 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140734044641472 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25781/statm: 2406260 363342 2295 9 0 2396937 0
[pid=25781/tid=25782] ppid=25778 vsize=9625040 CPUtime=1716.27 cores=0,2,4,6
/proc/25781/task/25782/stat : 25782 (java) R 25778 25781 22769 0 -1 4202560 3419 0 1 0 171583 44 0 0 20 0 19 0 31134649 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527308300080 140527181105722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25784] ppid=25778 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/25781/task/25784/stat : 25784 (java) S 25778 25781 22769 0 -1 4202560 456 0 0 0 35 12 0 0 20 0 19 0 31134650 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527152167336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25785] ppid=25778 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/25781/task/25785/stat : 25785 (java) S 25778 25781 22769 0 -1 4202560 315 0 0 0 27 10 0 0 20 0 19 0 31134650 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527151114792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25786] ppid=25778 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25781/task/25786/stat : 25786 (java) S 25778 25781 22769 0 -1 4202560 436 0 0 0 31 11 0 0 20 0 19 0 31134650 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527150061736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25787] ppid=25778 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25781/task/25787/stat : 25787 (java) S 25778 25781 22769 0 -1 4202560 343 0 0 0 31 11 0 0 20 0 19 0 31134650 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527149009192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25788] ppid=25778 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/25781/task/25788/stat : 25788 (java) S 25778 25781 22769 0 -1 4202560 366 0 0 0 31 12 0 0 20 0 19 0 31134650 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527147957160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25789] ppid=25778 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/25781/task/25789/stat : 25789 (java) S 25778 25781 22769 0 -1 4202560 363 0 0 0 38 15 0 0 20 0 19 0 31134650 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527146904616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25790] ppid=25778 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/25781/task/25790/stat : 25790 (java) S 25778 25781 22769 0 -1 4202560 392 0 0 0 40 14 0 0 20 0 19 0 31134650 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527145851560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25791] ppid=25778 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/25781/task/25791/stat : 25791 (java) S 25778 25781 22769 0 -1 4202560 374 0 0 0 32 13 0 0 20 0 19 0 31134650 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527144799016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25792] ppid=25778 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/25781/task/25792/stat : 25792 (java) S 25778 25781 22769 0 -1 4202560 1054 0 0 0 23 2 0 0 20 0 19 0 31134651 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527132600680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25793] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25793/stat : 25793 (java) S 25778 25781 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527131547000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25794] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25794/stat : 25794 (java) S 25778 25781 22769 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527130493832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25795] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25795/stat : 25795 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527129442576 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25796] ppid=25778 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/25781/task/25796/stat : 25796 (java) S 25778 25781 22769 0 -1 4202560 9938 0 0 0 104 1 0 0 20 0 19 0 31134654 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527128390456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25797] ppid=25778 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/25781/task/25797/stat : 25797 (java) S 25778 25781 22769 0 -1 4202560 9522 0 0 0 93 2 0 0 20 0 19 0 31134654 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527127337912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25798] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25798/stat : 25798 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527126285048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25799] ppid=25778 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/25781/task/25799/stat : 25799 (java) S 25778 25781 22769 0 -1 4202560 99 0 0 0 23 24 0 0 20 0 19 0 31134654 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527125232712 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25800] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25800/stat : 25800 (java) S 25778 25781 22769 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31134781 9856040960 363342 33554432000 1073741824 1073778376 140734044650336 140527124079656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.06
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 25843
/proc/meminfo: memFree=28726584/32872528 swapFree=7780/7780
[pid=25781] ppid=25778 vsize=9625040 CPUtime=1787.16 cores=0,2,4,6
/proc/25781/stat : 25781 (java) S 25778 25781 22769 0 -1 4202496 28400 0 1 0 178570 146 0 0 20 0 19 0 31134649 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140734044641472 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25781/statm: 2406260 363296 2295 9 0 2396937 0
[pid=25781/tid=25782] ppid=25778 vsize=9625040 CPUtime=1776.08 cores=0,2,4,6
/proc/25781/task/25782/stat : 25782 (java) R 25778 25781 22769 0 -1 4202560 3420 0 1 0 177564 44 0 0 20 0 19 0 31134649 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527308300080 140527181346336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25784] ppid=25778 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25781/task/25784/stat : 25784 (java) S 25778 25781 22769 0 -1 4202560 464 0 0 0 36 12 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527152167336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25785] ppid=25778 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25781/task/25785/stat : 25785 (java) S 25778 25781 22769 0 -1 4202560 321 0 0 0 29 10 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527151114792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25786] ppid=25778 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/25781/task/25786/stat : 25786 (java) S 25778 25781 22769 0 -1 4202560 442 0 0 0 33 11 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527150061736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25787] ppid=25778 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/25781/task/25787/stat : 25787 (java) S 25778 25781 22769 0 -1 4202560 345 0 0 0 32 11 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527149009192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25788] ppid=25778 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/25781/task/25788/stat : 25788 (java) S 25778 25781 22769 0 -1 4202560 374 0 0 0 32 12 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527147957160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25789] ppid=25778 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/25781/task/25789/stat : 25789 (java) S 25778 25781 22769 0 -1 4202560 376 0 0 0 40 15 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527146904616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25790] ppid=25778 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/25781/task/25790/stat : 25790 (java) S 25778 25781 22769 0 -1 4202560 398 0 0 0 41 14 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527145851560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25791] ppid=25778 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/25781/task/25791/stat : 25791 (java) S 25778 25781 22769 0 -1 4202560 380 0 0 0 33 13 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527144799016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25792] ppid=25778 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/25781/task/25792/stat : 25792 (java) S 25778 25781 22769 0 -1 4202560 1056 0 0 0 23 2 0 0 20 0 19 0 31134651 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527132600680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25793] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25793/stat : 25793 (java) S 25778 25781 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527131547000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25794] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25794/stat : 25794 (java) S 25778 25781 22769 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527130493832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25795] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25795/stat : 25795 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527129442576 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25796] ppid=25778 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/25781/task/25796/stat : 25796 (java) S 25778 25781 22769 0 -1 4202560 9938 0 0 0 104 1 0 0 20 0 19 0 31134654 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527128390456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25797] ppid=25778 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/25781/task/25797/stat : 25797 (java) S 25778 25781 22769 0 -1 4202560 9522 0 0 0 93 2 0 0 20 0 19 0 31134654 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527127337912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25798] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25798/stat : 25798 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527126285048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25799] ppid=25778 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/25781/task/25799/stat : 25799 (java) S 25778 25781 22769 0 -1 4202560 103 0 0 0 24 25 0 0 20 0 19 0 31134654 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527125232712 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25800] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25800/stat : 25800 (java) S 25778 25781 22769 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31134781 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527124079656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.16
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 25908
/proc/meminfo: memFree=29971136/32872528 swapFree=7780/7780
[pid=25781] ppid=25778 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/25781/stat : 25781 (java) S 25778 25781 22769 0 -1 4202496 28400 0 1 0 179861 146 0 0 20 0 19 0 31134649 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140734044641472 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25781/statm: 2406260 363296 2295 9 0 2396937 0
[pid=25781/tid=25782] ppid=25778 vsize=9625040 CPUtime=1788.95 cores=0,2,4,6
/proc/25781/task/25782/stat : 25782 (java) R 25778 25781 22769 0 -1 4202560 3420 0 1 0 178850 45 0 0 20 0 19 0 31134649 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527308300080 140527181346423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25784] ppid=25778 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25781/task/25784/stat : 25784 (java) S 25778 25781 22769 0 -1 4202560 464 0 0 0 36 12 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527152167336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25785] ppid=25778 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25781/task/25785/stat : 25785 (java) S 25778 25781 22769 0 -1 4202560 321 0 0 0 29 10 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527151114792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25786] ppid=25778 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/25781/task/25786/stat : 25786 (java) S 25778 25781 22769 0 -1 4202560 442 0 0 0 33 11 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527150061736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25787] ppid=25778 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/25781/task/25787/stat : 25787 (java) S 25778 25781 22769 0 -1 4202560 345 0 0 0 32 11 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527149009192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25788] ppid=25778 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/25781/task/25788/stat : 25788 (java) S 25778 25781 22769 0 -1 4202560 374 0 0 0 32 12 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527147957160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25789] ppid=25778 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/25781/task/25789/stat : 25789 (java) S 25778 25781 22769 0 -1 4202560 376 0 0 0 40 15 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527146904616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25790] ppid=25778 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/25781/task/25790/stat : 25790 (java) S 25778 25781 22769 0 -1 4202560 398 0 0 0 41 14 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527145851560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25781/tid=25791] ppid=25778 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/25781/task/25791/stat : 25791 (java) S 25778 25781 22769 0 -1 4202560 380 0 0 0 33 13 0 0 20 0 19 0 31134650 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527144799016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25792] ppid=25778 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/25781/task/25792/stat : 25792 (java) S 25778 25781 22769 0 -1 4202560 1056 0 0 0 23 2 0 0 20 0 19 0 31134651 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527132600680 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25793] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25793/stat : 25793 (java) S 25778 25781 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527131547000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25794] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25794/stat : 25794 (java) S 25778 25781 22769 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31134652 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527130493832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25795] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25795/stat : 25795 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527129442576 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25796] ppid=25778 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/25781/task/25796/stat : 25796 (java) S 25778 25781 22769 0 -1 4202560 9938 0 0 0 104 1 0 0 20 0 19 0 31134654 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527128390456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25781/tid=25797] ppid=25778 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/25781/task/25797/stat : 25797 (java) S 25778 25781 22769 0 -1 4202560 9522 0 0 0 93 2 0 0 20 0 19 0 31134654 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527127337912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25798] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25798/stat : 25798 (java) S 25778 25781 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134654 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527126285048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25781/tid=25799] ppid=25778 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/25781/task/25799/stat : 25799 (java) S 25778 25781 22769 0 -1 4202560 103 0 0 0 24 25 0 0 20 0 19 0 31134654 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527125232712 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25781/tid=25800] ppid=25778 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25781/task/25800/stat : 25800 (java) S 25778 25781 22769 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31134781 9856040960 363296 33554432000 1073741824 1073778376 140734044650336 140527124079656 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 25781 sig 9
??? kill -25781 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 25781 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=879288
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=872715
# CPU time returned by wait4() is 1795.75
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.25
CPU time (s): 1800.07
CPU user time (s): 1798.61
CPU system time (s): 1.46
CPU usage (%): 100.269
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.88
system time used= 1.87271
maximum resident set size= 1541148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28435
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38608
involuntary context switches= 19215

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3424 second user time and 13.402 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-19 01:01:27
IDJOB=4107842
IDBENCH=73562
IDSOLVER=2546
FILE ID=node133/4107842-1466290887
RUNJOBID= node133-1466287270-24124
PBS_JOBID= 19918263
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12016_4-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107842-1466290887/watcher-4107842-1466290887 -o /tmp/evaluation-result-4107842-1466290887/solver-4107842-1466290887 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466287270-24124 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107842-1466290887.opb

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

MD5SUM BENCH= 142eb7aa6e3fc22a3161df6b33ced1a2
RANDOM SEED=1921739865

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31466688 kB
Buffers:          146624 kB
Cached:           277588 kB
SwapCached:         1324 kB
Active:           316228 kB
Inactive:         325616 kB
Active(anon):     218176 kB
Inactive(anon):     1904 kB
Active(file):      98052 kB
Inactive(file):   323712 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099968 kB
Dirty:             13432 kB
Writeback:             0 kB
AnonPages:        306068 kB
Mapped:            16436 kB
Shmem:                 0 kB
Slab:             610640 kB
SReclaimable:      52136 kB
SUnreclaim:       558504 kB
KernelStack:        1776 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     829896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 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= 71700 MiB
End job on node133 at 2016-06-19 01:31:23