Trace number 4097384

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 1798.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_31.opb
MD5SUM40b6cc1d7ffe1df6b267abb7f869f3da
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark211.893
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1406
Total number of constraints6702
Number of constraints which are clauses6697
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 constraint37
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 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 68
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4097384-1466117309.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.49/0.35	c ... done. Wall clock time 0.245s.
0.49/0.35	c declared #vars     1406
0.49/0.35	c #constraints  6706
0.49/0.35	c constraints type 
0.49/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3996
0.49/0.35	c org.sat4j.specs.Constr$1 => 4
0.49/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.49/0.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.49/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2700
0.49/0.35	c 6706 constraints processed.
1.45/0.96	c cleaning 2497 clauses out of 5002 with flag 22817/5002
2.23/1.58	c cleaning 4247 clauses out of 8503 with flag 54768/11000
3.12/2.44	c cleaning 5622 clauses out of 11257 with flag 95828/18001
4.13/3.48	c cleaning 6809 clauses out of 13635 with flag 129909/26001
5.34/4.63	c cleaning 7908 clauses out of 15825 with flag 167879/35000
6.74/6.09	c cleaning 8950 clauses out of 17917 with flag 213485/45000
8.34/7.60	c cleaning 9980 clauses out of 19967 with flag 259400/56000
9.94/9.29	c cleaning 10989 clauses out of 21987 with flag 305333/68000
11.75/11.10	c cleaning 11995 clauses out of 24000 with flag 365985/81002
13.84/13.12	c cleaning 12998 clauses out of 26003 with flag 434558/95000
16.04/15.37	c cleaning 13999 clauses out of 28007 with flag 510611/110002
18.74/18.05	c cleaning 14998 clauses out of 30006 with flag 587968/126000
22.04/21.36	c cleaning 16000 clauses out of 32009 with flag 670549/143001
25.64/24.90	c cleaning 17002 clauses out of 34009 with flag 762060/161001
29.73/29.00	c cleaning 17993 clauses out of 36006 with flag 871046/180000
34.03/33.40	c cleaning 19001 clauses out of 38013 with flag 986158/200000
37.83/37.19	c cleaning 19999 clauses out of 40013 with flag 1068696/221001
42.24/41.50	c cleaning 21001 clauses out of 42013 with flag 1167607/243000
46.74/46.06	c cleaning 22007 clauses out of 44013 with flag 1267960/266001
51.44/50.76	c cleaning 22997 clauses out of 46007 with flag 1378453/290002
56.73/56.10	c cleaning 24000 clauses out of 48009 with flag 1503732/315001
62.23/61.59	c cleaning 24993 clauses out of 50008 with flag 1639013/341000
68.13/67.43	c cleaning 26003 clauses out of 52015 with flag 1779097/368000
74.73/74.01	c cleaning 26999 clauses out of 54012 with flag 1931559/396000
81.52/80.83	c cleaning 27997 clauses out of 56014 with flag 2081927/425001
88.93/88.26	c cleaning 29001 clauses out of 58017 with flag 2251741/455001
97.13/96.50	c cleaning 30002 clauses out of 60015 with flag 2426754/486000
106.22/105.60	c cleaning 31001 clauses out of 62013 with flag 2603913/518000
116.26/115.51	c cleaning 31998 clauses out of 64012 with flag 2805231/551000
125.35/124.60	c cleaning 33000 clauses out of 66014 with flag 3008726/585000
134.35/133.63	c cleaning 34000 clauses out of 68016 with flag 3183066/620002
144.75/144.08	c cleaning 35003 clauses out of 70015 with flag 3366613/656001
154.65/153.92	c cleaning 36000 clauses out of 72011 with flag 3544981/693000
165.25/164.52	c cleaning 37002 clauses out of 74011 with flag 3734666/731000
176.54/175.83	c cleaning 37998 clauses out of 76010 with flag 3942844/770001
186.85/186.19	c cleaning 38999 clauses out of 78013 with flag 4149094/810002
197.25/196.52	c cleaning 40002 clauses out of 80013 with flag 4356279/851001
208.76/208.05	c cleaning 41000 clauses out of 82011 with flag 4586140/893001
221.16/220.49	c cleaning 41998 clauses out of 84010 with flag 4828002/936000
233.56/232.86	c cleaning 42999 clauses out of 86013 with flag 5070640/980001
247.35/246.69	c cleaning 44006 clauses out of 88013 with flag 5303095/1025000
261.36/260.70	c cleaning 44998 clauses out of 90009 with flag 5528362/1071002
276.56/275.80	c cleaning 45994 clauses out of 92010 with flag 5794464/1118001
292.06/291.36	c cleaning 46999 clauses out of 94015 with flag 6058766/1166000
308.17/307.46	c cleaning 48001 clauses out of 96017 with flag 6302150/1215001
324.53/323.72	c cleaning 49000 clauses out of 98018 with flag 6557621/1265003
343.64/342.87	c cleaning 50003 clauses out of 100015 with flag 6845935/1316000
362.43/361.63	c cleaning 51001 clauses out of 102013 with flag 7125106/1368001
380.44/379.69	c cleaning 52000 clauses out of 104011 with flag 7389379/1421000
398.74/397.97	c cleaning 53002 clauses out of 106013 with flag 7689905/1475002
418.64/417.80	c cleaning 53999 clauses out of 108011 with flag 7993398/1530002
439.15/438.31	c cleaning 54996 clauses out of 110011 with flag 8309456/1586001
460.55/459.70	c cleaning 56000 clauses out of 112014 with flag 8625915/1643000
482.85/482.01	c cleaning 57006 clauses out of 114017 with flag 8960341/1701003
505.26/504.43	c cleaning 57993 clauses out of 116009 with flag 9284477/1760001
529.26/528.40	c cleaning 58996 clauses out of 118015 with flag 9634268/1820000
554.55/553.75	c cleaning 60001 clauses out of 120019 with flag 9998061/1881000
580.23/579.39	c cleaning 61001 clauses out of 122019 with flag 10362397/1943001
606.13/605.24	c cleaning 62001 clauses out of 124017 with flag 10739232/2006000
634.04/633.18	c cleaning 63000 clauses out of 126016 with flag 11134632/2070000
660.46/659.58	c cleaning 64002 clauses out of 128016 with flag 11495419/2135000
690.46/689.51	c cleaning 64999 clauses out of 130015 with flag 11881189/2201001
719.67/718.77	c cleaning 66004 clauses out of 132016 with flag 12253821/2268001
748.87/747.97	c cleaning 66993 clauses out of 134011 with flag 12641642/2336000
782.37/781.42	c cleaning 68002 clauses out of 136020 with flag 13057966/2405002
815.09/814.19	c cleaning 68997 clauses out of 138016 with flag 13492333/2475000
849.68/848.70	c cleaning 70000 clauses out of 140020 with flag 13921415/2546001
883.47/882.49	c cleaning 70997 clauses out of 142019 with flag 14368881/2618000
917.27/916.28	c cleaning 72004 clauses out of 144024 with flag 14799926/2691002
954.98/953.91	c cleaning 73000 clauses out of 146018 with flag 15240139/2765000
991.77/990.77	c cleaning 73997 clauses out of 148019 with flag 15674948/2840001
1031.38/1030.37	c cleaning 75004 clauses out of 150021 with flag 16144700/2916000
1070.99/1069.93	c cleaning 76006 clauses out of 152019 with flag 16620984/2993002
1112.60/1111.58	c cleaning 76996 clauses out of 154011 with flag 17115525/3071000
1154.20/1153.13	c cleaning 77993 clauses out of 156017 with flag 17569668/3150002
1199.81/1198.79	c cleaning 79002 clauses out of 158022 with flag 18069085/3230000
1246.81/1245.60	c cleaning 80007 clauses out of 160022 with flag 18566892/3311002
1289.92/1288.71	c cleaning 81000 clauses out of 162013 with flag 19066329/3393000
1337.03/1335.89	c cleaning 81994 clauses out of 164014 with flag 19566030/3476001
1384.54/1383.38	c cleaning 83000 clauses out of 166020 with flag 20072804/3560001
1436.94/1435.78	c cleaning 83998 clauses out of 168019 with flag 20609926/3645000
1490.36/1489.12	c cleaning 85001 clauses out of 170023 with flag 21152851/3731002
1546.17/1544.92	c cleaning 85999 clauses out of 172021 with flag 21741177/3818001
1604.19/1602.90	c cleaning 87001 clauses out of 174021 with flag 22347558/3906000
1663.33/1661.91	c cleaning 88005 clauses out of 176020 with flag 22943967/3995000
1720.04/1718.60	c cleaning 88999 clauses out of 178016 with flag 23504140/4085001
1779.76/1778.36	c cleaning 90001 clauses out of 180016 with flag 24103743/4176000
1800.07/1798.61	c starts		: 274
1800.07/1798.61	c conflicts		: 4216961
1800.07/1798.61	c decisions		: 4958400
1800.07/1798.61	c propagations		: 406302703
1800.07/1798.61	c timeout
1800.07/1798.61	c inspects		: 29331120722
1800.07/1798.61	c shortcuts		: 0
1800.07/1798.61	c learnt literals	: 0
1800.07/1798.61	c learnt binary clauses	: 0
1800.07/1798.61	c learnt ternary clauses	: 8
1800.07/1798.61	c learnt constraints	: 4216961
1800.07/1798.61	c ignored constraints	: 0
1800.07/1798.61	c root simplifications	: 0
1800.07/1798.61	c removed literals (reason simplification)	: 0
1800.07/1798.61	c reason swapping (by a shorter reason)	: 0
1800.07/1798.61	c Calls to reduceDB	: 87
1800.07/1798.61	c Number of update (reduction) of LBD	: 707208
1800.07/1798.61	c Imported unit clauses	: 0
1800.07/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.61	c number of learned constraints concerned by reduction	: 0
1800.07/1798.61	c number of learning phase by resolution	: 0
1800.07/1798.61	c number of learning phase by cutting planes	: 0
1800.07/1798.61	c speed (assignments/second)	: 225942.8884907249
1800.07/1798.61	c non guided choices	145
1800.07/1798.64	c learnt constraints type 
1800.07/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130976
1800.07/1798.64	s UNKNOWN
1800.07/1798.64	c Total wall clock time (in seconds): 1798.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-4097384-1466117309/watcher-4097384-1466117309 -o /tmp/evaluation-result-4097384-1466117309/solver-4097384-1466117309 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27740 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097384-1466117309.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.19 2.18 3/194 31022
/proc/meminfo: memFree=30591064/32872528 swapFree=1103228/1182944
[pid=31022] ppid=31019 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/31022/stat : 31022 (java) S 31019 31022 24719 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 13779891 98570240 978 33554432000 1073741824 1073778376 140735871285776 140735871276912 271790932029 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31022/statm: 24065 978 744 9 0 16771 0
[pid=31022/tid=31023] ppid=31019 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31023/stat : 31023 (java) R 31019 31022 24719 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13779892 98570240 978 33554432000 1073741824 1073778376 140735871285776 139670755143208 271787574656 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.16 2.19 2.18 3/194 31022
/proc/meminfo: memFree=30591064/32872528 swapFree=1103228/1182944
[pid=31022] ppid=31019 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/31022/stat : 31022 (java) S 31019 31022 24719 0 -1 4202496 4445 0 1 0 9 0 0 0 20 0 18 0 13779891 9787879424 6067 33554432000 1073741824 1073778376 140735871285776 140735871276912 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31022/statm: 2389619 6067 2140 9 0 2380296 0
[pid=31022/tid=31023] ppid=31019 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/31022/task/31023/stat : 31023 (java) R 31019 31022 24719 0 -1 4202560 2373 0 1 0 8 0 0 0 20 0 18 0 13779892 9787879424 6067 33554432000 1073741824 1073778376 140735871285776 139670755146656 139670757982612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 2.16 2.19 2.18 3/194 31022
/proc/meminfo: memFree=30591064/32872528 swapFree=1103228/1182944
[pid=31022] ppid=31019 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/31022/stat : 31022 (java) S 31019 31022 24719 0 -1 4202496 4958 0 1 0 27 1 0 0 20 0 18 0 13779891 9787879424 6970 33554432000 1073741824 1073778376 140735871285776 140735871276912 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31022/statm: 2389619 6970 2216 9 0 2380296 0
[pid=31022/tid=31023] ppid=31019 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/31022/task/31023/stat : 31023 (java) R 31019 31022 24719 0 -1 4202560 2392 0 1 0 17 0 0 0 20 0 18 0 13779892 9787879424 6970 33554432000 1073741824 1073778376 140735871285776 139670755146656 139670608520413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300266 s]
/proc/loadavg: 2.16 2.19 2.18 3/194 31022
/proc/meminfo: memFree=30591064/32872528 swapFree=1103228/1182944
[pid=31022] ppid=31019 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/31022/stat : 31022 (java) S 31019 31022 24719 0 -1 4202496 6116 0 1 0 48 1 0 0 20 0 18 0 13779891 9787879424 8544 33554432000 1073741824 1073778376 140735871285776 140735871276912 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31022/statm: 2389619 8544 2233 9 0 2380296 0
[pid=31022/tid=31023] ppid=31019 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/31022/task/31023/stat : 31023 (java) R 31019 31022 24719 0 -1 4202560 2394 0 1 0 27 0 0 0 20 0 18 0 13779892 9787879424 8544 33554432000 1073741824 1073778376 140735871285776 139670755139536 139670608478165 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700201 s]
/proc/loadavg: 2.16 2.19 2.18 3/194 31022
/proc/meminfo: memFree=30591064/32872528 swapFree=1103228/1182944
[pid=31022] ppid=31019 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/31022/stat : 31022 (java) S 31019 31022 24719 0 -1 4202496 9364 0 1 0 121 2 0 0 20 0 19 0 13779891 9856040960 12500 33554432000 1073741824 1073778376 140735871285776 140735871276912 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31022/statm: 2406260 12500 2257 9 0 2396937 0
[pid=31022/tid=31023] ppid=31019 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/31022/task/31023/stat : 31023 (java) R 31019 31022 24719 0 -1 4202560 2413 0 1 0 65 2 0 0 20 0 19 0 13779892 9856040960 12500 33554432000 1073741824 1073778376 140735871285776 139670755148056 139670608526145 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50068 s]
/proc/loadavg: 2.16 2.19 2.18 4/213 31041
/proc/meminfo: memFree=30547432/32872528 swapFree=1103228/1182944
[pid=31022] ppid=31019 vsize=9625040 CPUtime=2.23 cores=0,2,4,6
/proc/31022/stat : 31022 (java) S 31019 31022 24719 0 -1 4202496 12120 0 1 0 220 3 0 0 20 0 19 0 13779891 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 140735871276912 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31022/statm: 2406260 13439 2267 9 0 2396937 0
[pid=31022/tid=31023] ppid=31019 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/31022/task/31023/stat : 31023 (java) R 31019 31022 24719 0 -1 4202560 2415 0 1 0 145 2 0 0 20 0 19 0 13779892 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670755148072 139670608992135 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31025] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31025/stat : 31025 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670727600424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31026] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31026/stat : 31026 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670597445800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31027] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31027/stat : 31027 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670596393512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31028] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31028/stat : 31028 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670595340712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31029] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31029/stat : 31029 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670594288424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31030] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31030/stat : 31030 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670593235624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31031] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31031/stat : 31031 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670256086056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31032] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31032/stat : 31032 (java) S 31019 31022 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670255033256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31033] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31033/stat : 31033 (java) S 31019 31022 24719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670242834664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31034] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31034/stat : 31034 (java) S 31019 31022 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670241780728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31035] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31035/stat : 31035 (java) S 31019 31022 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670240728328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31036] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31036/stat : 31036 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670239676816 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31037] ppid=31019 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/31022/task/31037/stat : 31037 (java) S 31019 31022 24719 0 -1 4202560 3487 0 0 0 28 0 0 0 20 0 19 0 13779896 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670238624440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31038] ppid=31019 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/31022/task/31038/stat : 31038 (java) S 31019 31022 24719 0 -1 4202560 4946 0 0 0 45 0 0 0 20 0 19 0 13779896 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670237571640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31039] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31039/stat : 31039 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670236519544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31040] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31040/stat : 31040 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670235466952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31041] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31041/stat : 31041 (java) S 31019 31022 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13779927 9856040960 13439 33554432000 1073741824 1073778376 140735871285776 139670234411944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.16 2.19 2.18 3/213 31041
/proc/meminfo: memFree=30544888/32872528 swapFree=1103228/1182944
[pid=31022] ppid=31019 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/31022/stat : 31022 (java) S 31019 31022 24719 0 -1 4202496 12121 0 1 0 380 3 0 0 20 0 19 0 13779891 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 140735871276912 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31022/statm: 2406260 13951 2267 9 0 2396937 0
[pid=31022/tid=31023] ppid=31019 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/31022/task/31023/stat : 31023 (java) R 31019 31022 24719 0 -1 4202560 2416 0 1 0 304 2 0 0 20 0 19 0 13779892 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670755147992 139670608992396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31025] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31025/stat : 31025 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670727600424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31026] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31026/stat : 31026 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670597445800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31027] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31027/stat : 31027 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670596393512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31028] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31028/stat : 31028 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670595340712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31029] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31029/stat : 31029 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670594288424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31030] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31030/stat : 31030 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670593235624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31031] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31031/stat : 31031 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670256086056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31032] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31032/stat : 31032 (java) S 31019 31022 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670255033256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31033] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31033/stat : 31033 (java) S 31019 31022 24719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670242834664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31034] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31034/stat : 31034 (java) S 31019 31022 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670241780728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31035] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31035/stat : 31035 (java) S 31019 31022 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670240728328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31036] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31036/stat : 31036 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670239676816 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31037] ppid=31019 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/31022/task/31037/stat : 31037 (java) S 31019 31022 24719 0 -1 4202560 3487 0 0 0 29 0 0 0 20 0 19 0 13779896 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670238624440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31038] ppid=31019 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/31022/task/31038/stat : 31038 (java) S 31019 31022 24719 0 -1 4202560 4946 0 0 0 45 0 0 0 20 0 19 0 13779896 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670237571640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31039] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31039/stat : 31039 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670236519544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31040] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31040/stat : 31040 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670235466952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31041] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31041/stat : 31041 (java) S 31019 31022 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13779927 9856040960 13951 33554432000 1073741824 1073778376 140735871285776 139670234411944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.15 2.18 2.18 4/213 31041
/proc/meminfo: memFree=30538260/32872528 swapFree=1103228/1182944
[pid=31022] ppid=31019 vsize=9625040 CPUtime=7.04 cores=0,2,4,6
/proc/31022/stat : 31022 (java) S 31019 31022 24719 0 -1 4202496 12126 0 1 0 701 3 0 0 20 0 19 0 13779891 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 140735871276912 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31022/statm: 2406260 15488 2268 9 0 2396937 0
[pid=31022/tid=31023] ppid=31019 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/31022/task/31023/stat : 31023 (java) R 31019 31022 24719 0 -1 4202560 2420 0 1 0 623 2 0 0 20 0 19 0 13779892 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670755139232 139670608478080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31025] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31025/stat : 31025 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670727600424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31026] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31026/stat : 31026 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670597445800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31027] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31027/stat : 31027 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670596393512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31028] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31028/stat : 31028 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670595340712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31029] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31029/stat : 31029 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670594288424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31030] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31030/stat : 31030 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670593235624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31031] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31031/stat : 31031 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670256086056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31032] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31032/stat : 31032 (java) S 31019 31022 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13779892 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670255033256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31033] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31033/stat : 31033 (java) S 31019 31022 24719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670242834664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31034] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31034/stat : 31034 (java) S 31019 31022 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670241780728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31035] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31035/stat : 31035 (java) S 31019 31022 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670240728328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31036] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31036/stat : 31036 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670239676816 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31037] ppid=31019 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/31022/task/31037/stat : 31037 (java) S 31019 31022 24719 0 -1 4202560 3487 0 0 0 30 0 0 0 20 0 19 0 13779896 9856040960 15488 33554432000 1073741824 1073778376 140735871285776 139670238624440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31038] ppid=31019 vsize=9625040 CPUtime=0.45 cores=0,2,4,6

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

[pid=31022/tid=31041] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31041/stat : 31041 (java) S 31019 31022 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13779927 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670234411944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1663.73
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/213 31822
/proc/meminfo: memFree=30337012/32872528 swapFree=1103228/1182944
[pid=31022] ppid=31019 vsize=9625040 CPUtime=1723.74 cores=0,2,4,6
/proc/31022/stat : 31022 (java) S 31019 31022 24719 0 -1 4202496 13215 0 1 0 172335 39 0 0 20 0 19 0 13779891 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 140735871276912 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31022/statm: 2406260 65881 2282 9 0 2396937 0
[pid=31022/tid=31023] ppid=31019 vsize=9625040 CPUtime=1717.64 cores=0,2,4,6
/proc/31022/task/31023/stat : 31023 (java) R 31019 31022 24719 0 -1 4202560 2477 0 1 0 171735 29 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670755139232 139670609046344 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31025] ppid=31019 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/31022/task/31025/stat : 31025 (java) S 31019 31022 24719 0 -1 4202560 175 0 0 0 5 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670727600424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31026] ppid=31019 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/31022/task/31026/stat : 31026 (java) S 31019 31022 24719 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670597445800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31027] ppid=31019 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/31022/task/31027/stat : 31027 (java) S 31019 31022 24719 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670596393512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31028] ppid=31019 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/31022/task/31028/stat : 31028 (java) S 31019 31022 24719 0 -1 4202560 169 0 0 0 7 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670595340712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31029] ppid=31019 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/31022/task/31029/stat : 31029 (java) S 31019 31022 24719 0 -1 4202560 70 0 0 0 7 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670594288424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31030] ppid=31019 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/31022/task/31030/stat : 31030 (java) S 31019 31022 24719 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670593235624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31031] ppid=31019 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/31022/task/31031/stat : 31031 (java) S 31019 31022 24719 0 -1 4202560 144 0 0 0 4 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670256086056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31032] ppid=31019 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/31022/task/31032/stat : 31032 (java) S 31019 31022 24719 0 -1 4202560 124 0 0 0 6 0 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670255033256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31033] ppid=31019 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/31022/task/31033/stat : 31033 (java) S 31019 31022 24719 0 -1 4202560 40 0 0 0 1 1 0 0 20 0 19 0 13779894 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670242834664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31034] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31034/stat : 31034 (java) S 31019 31022 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670241780728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31035] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31035/stat : 31035 (java) S 31019 31022 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670240728328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31036] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31036/stat : 31036 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670239676816 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31037] ppid=31019 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/31022/task/31037/stat : 31037 (java) S 31019 31022 24719 0 -1 4202560 3630 0 0 0 32 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670238624440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31038] ppid=31019 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/31022/task/31038/stat : 31038 (java) S 31019 31022 24719 0 -1 4202560 4946 0 0 0 45 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670237571640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31039] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31039/stat : 31039 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670236519544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31040] ppid=31019 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/31022/task/31040/stat : 31040 (java) S 31019 31022 24719 0 -1 4202560 100 0 0 0 38 29 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670235466952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31041] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31041/stat : 31041 (java) S 31019 31022 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13779927 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670234411944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.74
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.17 2.17 3/213 31823
/proc/meminfo: memFree=30318696/32872528 swapFree=1103228/1182944
[pid=31022] ppid=31019 vsize=9625040 CPUtime=1783.76 cores=0,2,4,6
/proc/31022/stat : 31022 (java) S 31019 31022 24719 0 -1 4202496 13219 0 1 0 178336 40 0 0 20 0 19 0 13779891 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 140735871276912 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31022/statm: 2406260 65881 2282 9 0 2396937 0
[pid=31022/tid=31023] ppid=31019 vsize=9625040 CPUtime=1777.49 cores=0,2,4,6
/proc/31022/task/31023/stat : 31023 (java) R 31019 31022 24719 0 -1 4202560 2477 0 1 0 177719 30 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670755139232 139670609046302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31025] ppid=31019 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/31022/task/31025/stat : 31025 (java) S 31019 31022 24719 0 -1 4202560 175 0 0 0 5 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670727600424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31026] ppid=31019 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/31022/task/31026/stat : 31026 (java) S 31019 31022 24719 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670597445800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31027] ppid=31019 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/31022/task/31027/stat : 31027 (java) S 31019 31022 24719 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670596393512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31028] ppid=31019 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/31022/task/31028/stat : 31028 (java) S 31019 31022 24719 0 -1 4202560 169 0 0 0 7 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670595340712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31029] ppid=31019 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/31022/task/31029/stat : 31029 (java) S 31019 31022 24719 0 -1 4202560 70 0 0 0 7 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670594288424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31030] ppid=31019 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/31022/task/31030/stat : 31030 (java) S 31019 31022 24719 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670593235624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31031] ppid=31019 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/31022/task/31031/stat : 31031 (java) S 31019 31022 24719 0 -1 4202560 144 0 0 0 4 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670256086056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31032] ppid=31019 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/31022/task/31032/stat : 31032 (java) S 31019 31022 24719 0 -1 4202560 124 0 0 0 6 0 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670255033256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31033] ppid=31019 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/31022/task/31033/stat : 31033 (java) S 31019 31022 24719 0 -1 4202560 40 0 0 0 1 1 0 0 20 0 19 0 13779894 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670242834664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31034] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31034/stat : 31034 (java) S 31019 31022 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670241780728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31035] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31035/stat : 31035 (java) S 31019 31022 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670240728328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31036] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31036/stat : 31036 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670239676816 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31037] ppid=31019 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/31022/task/31037/stat : 31037 (java) S 31019 31022 24719 0 -1 4202560 3630 0 0 0 32 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670238624440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31038] ppid=31019 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/31022/task/31038/stat : 31038 (java) S 31019 31022 24719 0 -1 4202560 4946 0 0 0 45 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670237571640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31039] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31039/stat : 31039 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670236519544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31040] ppid=31019 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/31022/task/31040/stat : 31040 (java) S 31019 31022 24719 0 -1 4202560 104 0 0 0 39 29 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670235466952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31041] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31041/stat : 31041 (java) S 31019 31022 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13779927 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670234411944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.76
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.61 s]
/proc/loadavg: 2.16 2.18 2.17 3/213 31823
/proc/meminfo: memFree=30319228/32872528 swapFree=1103228/1182944
[pid=31022] ppid=31019 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/31022/stat : 31022 (java) S 31019 31022 24719 0 -1 4202496 13221 0 1 0 179966 41 0 0 20 0 19 0 13779891 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 140735871276912 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31022/statm: 2406260 65881 2282 9 0 2396937 0
[pid=31022/tid=31023] ppid=31019 vsize=9625040 CPUtime=1793.75 cores=0,2,4,6
/proc/31022/task/31023/stat : 31023 (java) R 31019 31022 24719 0 -1 4202560 2477 0 1 0 179345 30 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670755139232 139670608952396 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31025] ppid=31019 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/31022/task/31025/stat : 31025 (java) S 31019 31022 24719 0 -1 4202560 175 0 0 0 5 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670727600424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31026] ppid=31019 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/31022/task/31026/stat : 31026 (java) S 31019 31022 24719 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670597445800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31027] ppid=31019 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/31022/task/31027/stat : 31027 (java) S 31019 31022 24719 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670596393512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31028] ppid=31019 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/31022/task/31028/stat : 31028 (java) S 31019 31022 24719 0 -1 4202560 169 0 0 0 7 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670595340712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31029] ppid=31019 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/31022/task/31029/stat : 31029 (java) S 31019 31022 24719 0 -1 4202560 70 0 0 0 7 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670594288424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31030] ppid=31019 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/31022/task/31030/stat : 31030 (java) S 31019 31022 24719 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670593235624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31031] ppid=31019 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/31022/task/31031/stat : 31031 (java) S 31019 31022 24719 0 -1 4202560 144 0 0 0 4 2 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670256086056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31022/tid=31032] ppid=31019 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/31022/task/31032/stat : 31032 (java) S 31019 31022 24719 0 -1 4202560 124 0 0 0 6 0 0 0 20 0 19 0 13779892 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670255033256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31033] ppid=31019 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/31022/task/31033/stat : 31033 (java) S 31019 31022 24719 0 -1 4202560 40 0 0 0 1 1 0 0 20 0 19 0 13779894 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670242834664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31034] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31034/stat : 31034 (java) S 31019 31022 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670241780728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31035] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31035/stat : 31035 (java) S 31019 31022 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13779894 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670240728328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31036] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31036/stat : 31036 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670239676816 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31037] ppid=31019 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/31022/task/31037/stat : 31037 (java) S 31019 31022 24719 0 -1 4202560 3630 0 0 0 32 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670238624440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31022/tid=31038] ppid=31019 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/31022/task/31038/stat : 31038 (java) S 31019 31022 24719 0 -1 4202560 4946 0 0 0 45 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670237571640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31039] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31039/stat : 31039 (java) S 31019 31022 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670236519544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31022/tid=31040] ppid=31019 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/31022/task/31040/stat : 31040 (java) S 31019 31022 24719 0 -1 4202560 106 0 0 0 39 30 0 0 20 0 19 0 13779896 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670235466952 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31022/tid=31041] ppid=31019 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31022/task/31041/stat : 31041 (java) S 31019 31022 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13779927 9856040960 65881 33554432000 1073741824 1073778376 140735871285776 139670234411944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 31022 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 31022 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=209086
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=850870
# CPU time returned by wait4() is 1796.06
# 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): 1798.64
CPU time (s): 1800.07
CPU user time (s): 1799.66
CPU system time (s): 0.41
CPU usage (%): 100.079
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.21
system time used= 0.85087
maximum resident set size= 263648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13259
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38178
involuntary context switches= 6305

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.313 second user time and 10.6124 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-17 00:48:29
IDJOB=4097384
IDBENCH=107749
IDSOLVER=2546
FILE ID=node115/4097384-1466117309
RUNJOBID= node115-1466113234-27740
PBS_JOBID= 19904041
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_31.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097384-1466117309/watcher-4097384-1466117309 -o /tmp/evaluation-result-4097384-1466117309/solver-4097384-1466117309 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27740 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097384-1466117309.opb

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

MD5SUM BENCH= 40b6cc1d7ffe1df6b267abb7f869f3da
RANDOM SEED=2005017976

node115.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.103
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.20
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.103
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.103
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.103
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.103
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.103
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.103
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.103
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:        30591756 kB
Buffers:           74452 kB
Cached:           121768 kB
SwapCached:         2104 kB
Active:           262472 kB
Inactive:         118724 kB
Active(anon):     185700 kB
Inactive(anon):     1636 kB
Active(file):      76772 kB
Inactive(file):   117088 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       1384940 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             570784 kB
SReclaimable:      14464 kB
SUnreclaim:       556320 kB
KernelStack:        1752 kB
PageTables:         7376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1870868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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= 71736 MiB
End job on node115 at 2016-06-17 01:18:28