Trace number 4097937

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.06 1795.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_16.opb
MD5SUM2e4ec9d1e689f9a15b90edecd14f0760
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 variables6480
Total number of constraints31685
Number of constraints which are clauses31680
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 constraint80
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 96
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4097937-1466119076.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
1.38/0.92	c ... done. Wall clock time 0.816s.
1.38/0.92	c declared #vars     6480
1.38/0.92	c #constraints  31689
1.38/0.92	c constraints type 
1.38/0.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18960
1.38/0.92	c org.sat4j.specs.Constr$1 => 4
1.38/0.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.38/0.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.38/0.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12719
1.38/0.92	c 31689 constraints processed.
3.87/3.10	c cleaning 2497 clauses out of 5000 with flag 46043/5000
6.55/5.65	c cleaning 4252 clauses out of 8503 with flag 128307/11000
9.25/8.38	c cleaning 5622 clauses out of 11252 with flag 197175/18001
12.26/11.39	c cleaning 6814 clauses out of 13632 with flag 273492/26003
15.89/14.99	c cleaning 7908 clauses out of 15816 with flag 357166/35001
19.89/18.95	c cleaning 8950 clauses out of 17909 with flag 452122/45002
24.29/23.33	c cleaning 9970 clauses out of 19957 with flag 544229/56000
29.39/28.49	c cleaning 10992 clauses out of 21987 with flag 633517/68000
34.89/33.97	c cleaning 11983 clauses out of 23995 with flag 748922/81000
40.78/39.81	c cleaning 13003 clauses out of 26012 with flag 864547/95000
46.79/45.90	c cleaning 13997 clauses out of 28010 with flag 970791/110001
52.19/51.25	c cleaning 15001 clauses out of 30012 with flag 1078438/126000
58.09/57.10	c cleaning 15997 clauses out of 32013 with flag 1209205/143002
65.32/64.36	c cleaning 17003 clauses out of 34015 with flag 1342001/161001
72.12/71.13	c cleaning 17997 clauses out of 36011 with flag 1477333/180000
79.62/78.61	c cleaning 18996 clauses out of 38016 with flag 1623676/200002
86.12/85.19	c cleaning 20002 clauses out of 40019 with flag 1762275/221001
94.02/93.02	c cleaning 21005 clauses out of 42019 with flag 1923592/243003
101.72/100.74	c cleaning 22001 clauses out of 44011 with flag 2082762/266000
111.22/110.27	c cleaning 22999 clauses out of 46011 with flag 2262610/290001
120.42/119.48	c cleaning 23997 clauses out of 48011 with flag 2439357/315000
130.01/128.97	c cleaning 24987 clauses out of 50015 with flag 2637768/341001
141.60/140.54	c cleaning 25969 clauses out of 52027 with flag 2823480/368000
152.00/150.92	c cleaning 27023 clauses out of 54059 with flag 3026563/396001
162.90/161.81	c cleaning 28010 clauses out of 56039 with flag 3243931/425004
174.59/173.52	c cleaning 28954 clauses out of 58025 with flag 3448427/455000
186.80/185.77	c cleaning 30034 clauses out of 60071 with flag 3682062/486000
199.69/198.61	c cleaning 31004 clauses out of 62039 with flag 3908862/518002
213.18/212.04	c cleaning 31996 clauses out of 64033 with flag 4144827/551000
227.78/226.62	c cleaning 32987 clauses out of 66040 with flag 4399901/585003
241.58/240.50	c cleaning 34011 clauses out of 68052 with flag 4660282/620002
255.28/254.18	c cleaning 34986 clauses out of 70042 with flag 4909257/656003
268.97/267.82	c cleaning 36021 clauses out of 72054 with flag 5166592/693001
282.87/281.79	c cleaning 37000 clauses out of 74032 with flag 5425282/731000
298.08/296.86	c cleaning 37999 clauses out of 76032 with flag 5681386/770000
317.38/316.16	c cleaning 38988 clauses out of 78033 with flag 5954608/810000
339.28/338.09	c cleaning 40022 clauses out of 80053 with flag 6233369/851008
360.27/359.00	c cleaning 40988 clauses out of 82023 with flag 6531924/893000
381.41/380.08	c cleaning 42013 clauses out of 84035 with flag 6826674/936000
399.61/398.24	c cleaning 42984 clauses out of 86023 with flag 7136646/980001
417.40/416.00	c cleaning 44001 clauses out of 88041 with flag 7447615/1025003
435.00/433.62	c cleaning 45010 clauses out of 90037 with flag 7763807/1071000
452.93/451.50	c cleaning 46005 clauses out of 92030 with flag 8074358/1118003
470.42/468.96	c cleaning 46987 clauses out of 94022 with flag 8391453/1166000
488.45/486.83	c cleaning 48010 clauses out of 96040 with flag 8720063/1215005
505.46/503.88	c cleaning 49007 clauses out of 98028 with flag 9032551/1265003
525.21/523.49	c cleaning 49994 clauses out of 100018 with flag 9382109/1316000
548.32/546.54	c cleaning 51005 clauses out of 102024 with flag 9783217/1368000
570.33/568.56	c cleaning 51999 clauses out of 104020 with flag 10153610/1421001
593.73/591.93	c cleaning 52991 clauses out of 106021 with flag 10541483/1475001
616.90/614.97	c cleaning 54004 clauses out of 108029 with flag 10943628/1530000
641.40/639.42	c cleaning 54990 clauses out of 110025 with flag 11335327/1586000
666.39/664.30	c cleaning 56013 clauses out of 112036 with flag 11752388/1643001
691.11/689.06	c cleaning 56993 clauses out of 114022 with flag 12159446/1701000
715.03/712.99	c cleaning 57970 clauses out of 116029 with flag 12575109/1760000
739.02/736.83	c cleaning 59032 clauses out of 118063 with flag 12975853/1820004
765.82/763.69	c cleaning 59960 clauses out of 120027 with flag 13428818/1881000
790.49/788.29	c cleaning 61008 clauses out of 122067 with flag 13849151/1943000
814.68/812.46	c cleaning 62023 clauses out of 124060 with flag 14279154/2006001
842.07/839.75	c cleaning 63010 clauses out of 126038 with flag 14724070/2070002
867.04/864.70	c cleaning 64003 clauses out of 128029 with flag 15139075/2135003
890.32/887.86	c cleaning 65002 clauses out of 130024 with flag 15534796/2201001
914.98/912.42	c cleaning 65999 clauses out of 132021 with flag 15939023/2268000
942.64/940.01	c cleaning 66998 clauses out of 134022 with flag 16402737/2336000
971.75/969.16	c cleaning 67999 clauses out of 136026 with flag 16867332/2405002
1000.07/997.38	c cleaning 68993 clauses out of 138025 with flag 17335306/2475000
1025.05/1022.23	c cleaning 70003 clauses out of 140032 with flag 17760502/2546000
1051.05/1048.15	c cleaning 71008 clauses out of 142030 with flag 18187566/2618001
1086.62/1083.66	c cleaning 71987 clauses out of 144021 with flag 18690748/2691000
1121.92/1118.99	c cleaning 72977 clauses out of 146035 with flag 19233142/2765001
1155.40/1152.37	c cleaning 74029 clauses out of 148058 with flag 19759155/2840001
1191.78/1188.62	c cleaning 75011 clauses out of 150028 with flag 20306603/2916000
1227.05/1223.80	c cleaning 76001 clauses out of 152020 with flag 20819352/2993003
1265.15/1261.85	c cleaning 76972 clauses out of 154020 with flag 21351823/3071004
1301.46/1298.19	c cleaning 77996 clauses out of 156044 with flag 21896961/3150000
1340.43/1337.09	c cleaning 79007 clauses out of 158048 with flag 22501474/3230000
1380.28/1376.88	c cleaning 80015 clauses out of 160041 with flag 23083733/3311000
1417.37/1413.81	c cleaning 80998 clauses out of 162026 with flag 23660372/3393000
1453.45/1449.86	c cleaning 82012 clauses out of 164030 with flag 24222804/3476002
1488.81/1485.09	c cleaning 82987 clauses out of 166017 with flag 24762627/3560001
1521.26/1517.49	c cleaning 84003 clauses out of 168030 with flag 25266535/3645001
1563.12/1559.17	c cleaning 84970 clauses out of 170026 with flag 25860118/3731000
1604.09/1600.05	c cleaning 85995 clauses out of 172056 with flag 26415367/3818000
1649.79/1645.69	c cleaning 87012 clauses out of 174062 with flag 27036976/3906001
1692.47/1688.28	c cleaning 88013 clauses out of 176051 with flag 27669608/3995002
1735.29/1730.99	c cleaning 89009 clauses out of 178036 with flag 28320834/4085000
1778.37/1773.93	c cleaning 90001 clauses out of 180027 with flag 28973374/4176000
1800.06/1795.60	c starts		: 13217
1800.06/1795.60	c conflicts		: 4224793
1800.06/1795.60	c decisions		: 40250050
1800.06/1795.60	c propagations		: 1550929755
1800.06/1795.60	c inspects		: 20751032631
1800.06/1795.60	c timeout
1800.06/1795.60	c shortcuts		: 0
1800.06/1795.60	c learnt literals	: 0
1800.06/1795.60	c learnt binary clauses	: 0
1800.06/1795.60	c learnt ternary clauses	: 2
1800.06/1795.60	c learnt constraints	: 4224793
1800.06/1795.60	c ignored constraints	: 0
1800.06/1795.60	c root simplifications	: 0
1800.06/1795.60	c removed literals (reason simplification)	: 0
1800.06/1795.60	c reason swapping (by a shorter reason)	: 0
1800.06/1795.60	c Calls to reduceDB	: 87
1800.06/1795.60	c Number of update (reduction) of LBD	: 2271119
1800.06/1795.60	c Imported unit clauses	: 0
1800.06/1795.60	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.60	c number of learned constraints concerned by reduction	: 0
1800.06/1795.60	c number of learning phase by resolution	: 0
1800.06/1795.60	c number of learning phase by cutting planes	: 0
1800.06/1795.60	c speed (assignments/second)	: 864182.2604488045
1800.06/1795.60	c non guided choices	4899
1800.06/1795.63	c learnt constraints type 
1800.06/1795.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138819
1800.06/1795.63	s UNKNOWN
1800.06/1795.63	c Total wall clock time (in seconds): 1795.529

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-4097937-1466119076/watcher-4097937-1466119076 -o /tmp/evaluation-result-4097937-1466119076/solver-4097937-1466119076 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466119076-27823 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097937-1466119076.opb 

pid=27867
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.04 1.04 1.23 4/193 27870
/proc/meminfo: memFree=31690656/32872528 swapFree=248296/248296
[pid=27870] ppid=27867 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27870/stat : 27870 (java) S 27867 27870 21438 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 13958059 98570240 977 33554432000 1073741824 1073778376 140735655002496 140735654993632 247067607101 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27870/statm: 24065 977 744 9 0 16771 0
[pid=27870/tid=27871] ppid=27867 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27871/stat : 27871 (java) R 27867 27870 21438 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13958060 98570240 977 33554432000 1073741824 1073778376 140735655002496 140222424722984 247064249728 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 1.04 1.04 1.23 4/193 27870
/proc/meminfo: memFree=31690656/32872528 swapFree=248296/248296
[pid=27870] ppid=27867 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/27870/stat : 27870 (java) S 27867 27870 21438 0 -1 4202496 4537 0 1 0 10 1 0 0 20 0 18 0 13958059 9787879424 5664 33554432000 1073741824 1073778376 140735655002496 140735654993632 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27870/statm: 2389619 5664 2157 9 0 2380296 0
[pid=27870/tid=27871] ppid=27867 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/27870/task/27871/stat : 27871 (java) S 27867 27870 21438 0 -1 4202560 2437 0 1 0 8 0 0 0 20 0 18 0 13958060 9787879424 5664 33554432000 1073741824 1073778376 140735655002496 140222424727024 247067631668 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20026 s]
/proc/loadavg: 1.04 1.04 1.23 4/193 27870
/proc/meminfo: memFree=31690656/32872528 swapFree=248296/248296
[pid=27870] ppid=27867 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/27870/stat : 27870 (java) S 27867 27870 21438 0 -1 4202496 6056 0 1 0 29 2 0 0 20 0 18 0 13958059 9787879424 7500 33554432000 1073741824 1073778376 140735655002496 140735654993632 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27870/statm: 2389619 7500 2221 9 0 2380296 0
[pid=27870/tid=27871] ppid=27867 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/27870/task/27871/stat : 27871 (java) R 27867 27870 21438 0 -1 4202560 2455 0 1 0 17 0 0 0 20 0 18 0 13958060 9787879424 7500 33554432000 1073741824 1073778376 140735655002496 140222424727024 140222364440978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300405 s]
/proc/loadavg: 1.04 1.04 1.23 4/193 27870
/proc/meminfo: memFree=31690656/32872528 swapFree=248296/248296
[pid=27870] ppid=27867 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/27870/stat : 27870 (java) S 27867 27870 21438 0 -1 4202496 7237 0 1 0 56 2 0 0 20 0 18 0 13958059 9787879424 11408 33554432000 1073741824 1073778376 140735655002496 140735654993632 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27870/statm: 2389619 11408 2240 9 0 2380296 0
[pid=27870/tid=27871] ppid=27867 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/27870/task/27871/stat : 27871 (java) R 27867 27870 21438 0 -1 4202560 2461 0 1 0 26 1 0 0 20 0 18 0 13958060 9787879424 11409 33554432000 1073741824 1073778376 140735655002496 140222424727512 140222364884338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700359 s]
/proc/loadavg: 1.04 1.04 1.23 4/193 27870
/proc/meminfo: memFree=31690656/32872528 swapFree=248296/248296
[pid=27870] ppid=27867 vsize=9558476 CPUtime=1 cores=0,2,4,6
/proc/27870/stat : 27870 (java) S 27867 27870 21438 0 -1 4202496 7327 0 1 0 95 5 0 0 20 0 18 0 13958059 9787879424 39551 33554432000 1073741824 1073778376 140735655002496 140735654993632 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27870/statm: 2389619 39551 2256 9 0 2380296 0
[pid=27870/tid=27871] ppid=27867 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/27870/task/27871/stat : 27871 (java) R 27867 27870 21438 0 -1 4202560 2519 0 1 0 64 3 0 0 20 0 18 0 13958060 9787879424 39551 33554432000 1073741824 1073778376 140735655002496 140222424726936 140222364761312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 1.04 1.04 1.23 5/213 27890
/proc/meminfo: memFree=31509544/32872528 swapFree=248296/248296
[pid=27870] ppid=27867 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/27870/stat : 27870 (java) S 27867 27870 21438 0 -1 4202496 8791 0 1 0 216 5 0 0 20 0 19 0 13958059 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140735654993632 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27870/statm: 2406260 40838 2280 9 0 2396937 0
[pid=27870/tid=27871] ppid=27867 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/27870/task/27871/stat : 27871 (java) R 27867 27870 21438 0 -1 4202560 2535 0 1 0 144 4 0 0 20 0 19 0 13958060 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222424727688 140222365097341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27873] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27873/stat : 27873 (java) S 27867 27870 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222363457832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27874] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27874/stat : 27874 (java) S 27867 27870 21438 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222362405032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27875] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27875/stat : 27875 (java) S 27867 27870 21438 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222266030632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27876] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27876/stat : 27876 (java) S 27867 27870 21438 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222264977832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27877] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27877/stat : 27877 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222263925544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27878] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27878/stat : 27878 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222262872744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27879] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27879/stat : 27879 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958061 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222261820456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27880] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27880/stat : 27880 (java) S 27867 27870 21438 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13958061 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222260767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27881] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27881/stat : 27881 (java) S 27867 27870 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222248569064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27882] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27882/stat : 27882 (java) S 27867 27870 21438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222247515128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27883] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27883/stat : 27883 (java) S 27867 27870 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222246462728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27884] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27884/stat : 27884 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222245411216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27885] ppid=27867 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/27870/task/27885/stat : 27885 (java) S 27867 27870 21438 0 -1 4202560 2470 0 0 0 37 0 0 0 20 0 19 0 13958064 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222244358840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27886] ppid=27867 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27870/task/27886/stat : 27886 (java) S 27867 27870 21438 0 -1 4202560 2490 0 0 0 33 0 0 0 20 0 19 0 13958064 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222243306040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27887] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27887/stat : 27887 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222242253944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27888] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27888/stat : 27888 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222241201352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27890] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27890/stat : 27890 (java) S 27867 27870 21438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13958152 9856040960 40838 33554432000 1073741824 1073778376 140735655002496 140222240146344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 1.04 1.04 1.23 3/190 27899
/proc/meminfo: memFree=31551608/32872528 swapFree=248296/248296
[pid=27870] ppid=27867 vsize=9625040 CPUtime=3.87 cores=0,2,4,6
/proc/27870/stat : 27870 (java) S 27867 27870 21438 0 -1 4202496 8882 0 1 0 382 5 0 0 20 0 19 0 13958059 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140735654993632 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27870/statm: 2406260 40851 2285 9 0 2396937 0
[pid=27870/tid=27871] ppid=27867 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/27870/task/27871/stat : 27871 (java) R 27867 27870 21438 0 -1 4202560 2536 0 1 0 303 4 0 0 20 0 19 0 13958060 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222424725496 140222364498038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27873] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27873/stat : 27873 (java) S 27867 27870 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222363457832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27874] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27874/stat : 27874 (java) S 27867 27870 21438 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222362405032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27875] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27875/stat : 27875 (java) S 27867 27870 21438 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222266030632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27876] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27876/stat : 27876 (java) S 27867 27870 21438 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222264977832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27877] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27877/stat : 27877 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222263925544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27878] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27878/stat : 27878 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222262872744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27879] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27879/stat : 27879 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958061 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222261820456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27880] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27880/stat : 27880 (java) S 27867 27870 21438 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13958061 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222260767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27881] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27881/stat : 27881 (java) S 27867 27870 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222248569064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27882] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27882/stat : 27882 (java) S 27867 27870 21438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222247515128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27883] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27883/stat : 27883 (java) S 27867 27870 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222246462728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27884] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27884/stat : 27884 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222245411216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27885] ppid=27867 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/27870/task/27885/stat : 27885 (java) R 27867 27870 21438 0 -1 4202560 2559 0 0 0 42 0 0 0 20 0 19 0 13958064 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222244358840 140222427975591 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27886] ppid=27867 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27870/task/27886/stat : 27886 (java) R 27867 27870 21438 0 -1 4202560 2490 0 0 0 33 0 0 0 20 0 19 0 13958064 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222243306040 140222430880236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27887] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27887/stat : 27887 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222242253944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27888] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27888/stat : 27888 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222241201352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27890] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27890/stat : 27890 (java) S 27867 27870 21438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13958152 9856040960 40851 33554432000 1073741824 1073778376 140735655002496 140222240146344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 1.04 1.04 1.23 3/213 27955
/proc/meminfo: memFree=31380096/32872528 swapFree=248296/248296
[pid=27870] ppid=27867 vsize=9625040 CPUtime=7.25 cores=0,2,4,6
/proc/27870/stat : 27870 (java) S 27867 27870 21438 0 -1 4202496 12471 0 1 0 718 7 0 0 20 0 19 0 13958059 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140735654993632 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27870/statm: 2406260 42822 2285 9 0 2396937 0
[pid=27870/tid=27871] ppid=27867 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/27870/task/27871/stat : 27871 (java) R 27867 27870 21438 0 -1 4202560 2539 0 1 0 622 4 0 0 20 0 19 0 13958060 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222424725984 140222365097361 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27873] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27873/stat : 27873 (java) S 27867 27870 21438 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222363457832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27874] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27874/stat : 27874 (java) S 27867 27870 21438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222362405032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27875] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27875/stat : 27875 (java) S 27867 27870 21438 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222266030632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27876] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27876/stat : 27876 (java) S 27867 27870 21438 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222264977832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27877] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27877/stat : 27877 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222263925544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27878] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27878/stat : 27878 (java) S 27867 27870 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13958060 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222262872744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27879] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27879/stat : 27879 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958061 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222261820456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27880] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27880/stat : 27880 (java) S 27867 27870 21438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13958061 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222260767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27881] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27881/stat : 27881 (java) S 27867 27870 21438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222248569064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27882] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27882/stat : 27882 (java) S 27867 27870 21438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222247515128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27883] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27883/stat : 27883 (java) S 27867 27870 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222246462728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27884] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27884/stat : 27884 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222245411216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27885] ppid=27867 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27870/task/27885/stat : 27885 (java) S 27867 27870 21438 0 -1 4202560 6125 0 0 0 53 2 0 0 20 0 19 0 13958064 9856040960 42822 33554432000 1073741824 1073778376 140735655002496 140222244358840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27886] ppid=27867 vsize=9625040 CPUtime=0.36 cores=0,2,4,6

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

[pid=27870/tid=27890] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27890/stat : 27890 (java) S 27867 27870 21438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13958152 9856040960 114677 33554432000 1073741824 1073778376 140735655002496 140222240146344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.57
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.08 2.08 1.92 3/213 27998
/proc/meminfo: memFree=30777544/32872528 swapFree=248296/248296
[pid=27870] ppid=27867 vsize=9625040 CPUtime=1726.62 cores=0,2,4,6
/proc/27870/stat : 27870 (java) S 27867 27870 21438 0 -1 4202496 14887 0 1 0 172579 83 0 0 20 0 19 0 13958059 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140735654993632 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27870/statm: 2406260 109424 2294 9 0 2396937 0
[pid=27870/tid=27871] ppid=27867 vsize=9625040 CPUtime=1715.99 cores=0,2,4,6
/proc/27870/task/27871/stat : 27871 (java) R 27867 27870 21438 0 -1 4202560 2579 0 1 0 171568 31 0 0 20 0 19 0 13958060 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222424726736 140222365097341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27873] ppid=27867 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/27870/task/27873/stat : 27873 (java) S 27867 27870 21438 0 -1 4202560 310 0 0 0 45 6 0 0 20 0 19 0 13958060 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222363457832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27874] ppid=27867 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27870/task/27874/stat : 27874 (java) S 27867 27870 21438 0 -1 4202560 139 0 0 0 45 4 0 0 20 0 19 0 13958060 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222362405032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27875] ppid=27867 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27870/task/27875/stat : 27875 (java) S 27867 27870 21438 0 -1 4202560 216 0 0 0 47 8 0 0 20 0 19 0 13958060 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222266030632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27876] ppid=27867 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27870/task/27876/stat : 27876 (java) S 27867 27870 21438 0 -1 4202560 251 0 0 0 47 6 0 0 20 0 19 0 13958060 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222264977832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27877] ppid=27867 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/27870/task/27877/stat : 27877 (java) S 27867 27870 21438 0 -1 4202560 263 0 0 0 55 5 0 0 20 0 19 0 13958060 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222263925544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27878] ppid=27867 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27870/task/27878/stat : 27878 (java) S 27867 27870 21438 0 -1 4202560 348 0 0 0 46 7 0 0 20 0 19 0 13958060 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222262872744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27879] ppid=27867 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27870/task/27879/stat : 27879 (java) S 27867 27870 21438 0 -1 4202560 347 0 0 0 56 6 0 0 20 0 19 0 13958061 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222261820456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27880] ppid=27867 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27870/task/27880/stat : 27880 (java) S 27867 27870 21438 0 -1 4202560 223 0 0 0 49 6 0 0 20 0 19 0 13958061 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222260767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27881] ppid=27867 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27870/task/27881/stat : 27881 (java) S 27867 27870 21438 0 -1 4202560 234 0 0 0 48 2 0 0 20 0 19 0 13958062 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222248569064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27882] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27882/stat : 27882 (java) S 27867 27870 21438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222247515128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27883] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27883/stat : 27883 (java) S 27867 27870 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222246462728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27884] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27884/stat : 27884 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222245411216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27885] ppid=27867 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/27870/task/27885/stat : 27885 (java) S 27867 27870 21438 0 -1 4202560 6132 0 0 0 58 2 0 0 20 0 19 0 13958064 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222244358840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27886] ppid=27867 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/27870/task/27886/stat : 27886 (java) S 27867 27870 21438 0 -1 4202560 2490 0 0 0 37 0 0 0 20 0 19 0 13958064 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222243306040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27887] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27887/stat : 27887 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222242253944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27888] ppid=27867 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/27870/task/27888/stat : 27888 (java) S 27867 27870 21438 0 -1 4202560 99 0 0 0 24 28 0 0 20 0 19 0 13958064 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222241201352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27890] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27890/stat : 27890 (java) S 27867 27870 21438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13958152 9856040960 109424 33554432000 1073741824 1073778376 140735655002496 140222240146344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.62
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.98 2.05 1.91 3/213 27999
/proc/meminfo: memFree=30798696/32872528 swapFree=248296/248296
[pid=27870] ppid=27867 vsize=9625040 CPUtime=1786.77 cores=0,2,4,6
/proc/27870/stat : 27870 (java) S 27867 27870 21438 0 -1 4202496 14897 0 1 0 178592 85 0 0 20 0 19 0 13958059 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140735654993632 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27870/statm: 2406260 109423 2294 9 0 2396937 0
[pid=27870/tid=27871] ppid=27867 vsize=9625040 CPUtime=1775.77 cores=0,2,4,6
/proc/27870/task/27871/stat : 27871 (java) R 27867 27870 21438 0 -1 4202560 2581 0 1 0 177546 31 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222424719056 140222365184992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27873] ppid=27867 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27870/task/27873/stat : 27873 (java) S 27867 27870 21438 0 -1 4202560 310 0 0 0 49 6 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222363457832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27874] ppid=27867 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/27870/task/27874/stat : 27874 (java) S 27867 27870 21438 0 -1 4202560 139 0 0 0 48 4 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222362405032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27875] ppid=27867 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/27870/task/27875/stat : 27875 (java) S 27867 27870 21438 0 -1 4202560 216 0 0 0 50 8 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222266030632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27876] ppid=27867 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27870/task/27876/stat : 27876 (java) S 27867 27870 21438 0 -1 4202560 251 0 0 0 49 6 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222264977832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27877] ppid=27867 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27870/task/27877/stat : 27877 (java) S 27867 27870 21438 0 -1 4202560 263 0 0 0 57 5 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222263925544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27878] ppid=27867 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27870/task/27878/stat : 27878 (java) S 27867 27870 21438 0 -1 4202560 348 0 0 0 49 7 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222262872744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27879] ppid=27867 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/27870/task/27879/stat : 27879 (java) S 27867 27870 21438 0 -1 4202560 347 0 0 0 58 7 0 0 20 0 19 0 13958061 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222261820456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27880] ppid=27867 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27870/task/27880/stat : 27880 (java) S 27867 27870 21438 0 -1 4202560 223 0 0 0 50 6 0 0 20 0 19 0 13958061 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222260767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27881] ppid=27867 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27870/task/27881/stat : 27881 (java) S 27867 27870 21438 0 -1 4202560 238 0 0 0 48 2 0 0 20 0 19 0 13958062 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222248569064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27882] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27882/stat : 27882 (java) S 27867 27870 21438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222247515128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27883] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27883/stat : 27883 (java) S 27867 27870 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222246462728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27884] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27884/stat : 27884 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222245411216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27885] ppid=27867 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/27870/task/27885/stat : 27885 (java) S 27867 27870 21438 0 -1 4202560 6132 0 0 0 58 2 0 0 20 0 19 0 13958064 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222244358840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27886] ppid=27867 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/27870/task/27886/stat : 27886 (java) S 27867 27870 21438 0 -1 4202560 2490 0 0 0 37 0 0 0 20 0 19 0 13958064 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222243306040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27887] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27887/stat : 27887 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222242253944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27888] ppid=27867 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/27870/task/27888/stat : 27888 (java) S 27867 27870 21438 0 -1 4202560 103 0 0 0 25 29 0 0 20 0 19 0 13958064 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222241201352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27890] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27890/stat : 27890 (java) S 27867 27870 21438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13958152 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222240146344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.77
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.98 2.04 1.91 3/213 27999
/proc/meminfo: memFree=30800808/32872528 swapFree=248296/248296
[pid=27870] ppid=27867 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/27870/stat : 27870 (java) S 27867 27870 21438 0 -1 4202496 14897 0 1 0 179921 85 0 0 20 0 19 0 13958059 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140735654993632 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27870/statm: 2406260 109423 2294 9 0 2396937 0
[pid=27870/tid=27871] ppid=27867 vsize=9625040 CPUtime=1789.03 cores=0,2,4,6
/proc/27870/task/27871/stat : 27871 (java) R 27867 27870 21438 0 -1 4202560 2581 0 1 0 178871 32 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222424719056 140222365118563 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27873] ppid=27867 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27870/task/27873/stat : 27873 (java) S 27867 27870 21438 0 -1 4202560 310 0 0 0 49 6 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222363457832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27874] ppid=27867 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/27870/task/27874/stat : 27874 (java) S 27867 27870 21438 0 -1 4202560 139 0 0 0 48 4 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222362405032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27875] ppid=27867 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/27870/task/27875/stat : 27875 (java) S 27867 27870 21438 0 -1 4202560 216 0 0 0 50 8 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222266030632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27876] ppid=27867 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27870/task/27876/stat : 27876 (java) S 27867 27870 21438 0 -1 4202560 251 0 0 0 49 6 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222264977832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27877] ppid=27867 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27870/task/27877/stat : 27877 (java) S 27867 27870 21438 0 -1 4202560 263 0 0 0 57 5 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222263925544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27878] ppid=27867 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27870/task/27878/stat : 27878 (java) S 27867 27870 21438 0 -1 4202560 348 0 0 0 49 7 0 0 20 0 19 0 13958060 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222262872744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27879] ppid=27867 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/27870/task/27879/stat : 27879 (java) S 27867 27870 21438 0 -1 4202560 347 0 0 0 58 7 0 0 20 0 19 0 13958061 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222261820456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27880] ppid=27867 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27870/task/27880/stat : 27880 (java) S 27867 27870 21438 0 -1 4202560 223 0 0 0 50 6 0 0 20 0 19 0 13958061 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222260767656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27881] ppid=27867 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27870/task/27881/stat : 27881 (java) S 27867 27870 21438 0 -1 4202560 238 0 0 0 48 2 0 0 20 0 19 0 13958062 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222248569064 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27882] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27882/stat : 27882 (java) S 27867 27870 21438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222247515128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27883] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27883/stat : 27883 (java) S 27867 27870 21438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13958062 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222246462728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27884] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27884/stat : 27884 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222245411216 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27870/tid=27885] ppid=27867 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/27870/task/27885/stat : 27885 (java) S 27867 27870 21438 0 -1 4202560 6132 0 0 0 58 2 0 0 20 0 19 0 13958064 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222244358840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27886] ppid=27867 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/27870/task/27886/stat : 27886 (java) S 27867 27870 21438 0 -1 4202560 2490 0 0 0 37 0 0 0 20 0 19 0 13958064 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222243306040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27870/tid=27887] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27887/stat : 27887 (java) S 27867 27870 21438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13958064 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222242253944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27870/tid=27888] ppid=27867 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27870/task/27888/stat : 27888 (java) S 27867 27870 21438 0 -1 4202560 103 0 0 0 25 30 0 0 20 0 19 0 13958064 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222241201352 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27870/tid=27890] ppid=27867 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27870/task/27890/stat : 27890 (java) S 27867 27870 21438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13958152 9856040960 109423 33554432000 1073741824 1073778376 140735655002496 140222240146344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27870 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 27870 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=291803
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.64
CPU time (s): 1800.06
CPU user time (s): 1799.21
CPU system time (s): 0.85
CPU usage (%): 100.246
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 1.2918
maximum resident set size= 612648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14935
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39248
involuntary context switches= 21205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6134 second user time and 13.261 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-17 01:17:56
IDJOB=4097937
IDBENCH=107828
IDSOLVER=2546
FILE ID=node103/4097937-1466119076
RUNJOBID= node103-1466119076-27823
PBS_JOBID= 19904050
Free space on /tmp= 71728 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_16.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097937-1466119076/watcher-4097937-1466119076 -o /tmp/evaluation-result-4097937-1466119076/solver-4097937-1466119076 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466119076-27823 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097937-1466119076.opb

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

MD5SUM BENCH= 2e4ec9d1e689f9a15b90edecd14f0760
RANDOM SEED=1176253139

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.278
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.278
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.278
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.278
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:        31693612 kB
Buffers:           52100 kB
Cached:           120792 kB
SwapCached:        41796 kB
Active:            95116 kB
Inactive:         134064 kB
Active(anon):      17116 kB
Inactive(anon):    41288 kB
Active(file):      78000 kB
Inactive(file):    92776 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67059980 kB
Dirty:              5836 kB
Writeback:             0 kB
AnonPages:        341968 kB
Mapped:            13992 kB
Shmem:                 0 kB
Slab:             569428 kB
SReclaimable:      13920 kB
SUnreclaim:       555508 kB
KernelStack:        1416 kB
PageTables:         4632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     934284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 71724 MiB
End job on node103 at 2016-06-17 01:47:52