Trace number 4107905

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.68 1796.04

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12047_10-unsat.opb
MD5SUM185b639ab7915adc40998376a286d172
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 benchmark224.071
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30492
Total number of constraints105829
Number of constraints which are clauses105329
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint1
Maximum length of a constraint68
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 421
Number of bits of the biggest sum of numbers9
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4107905-1466291223.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
1.27/0.85	c ... done. Wall clock time 0.728s.
1.27/0.85	c declared #vars     30492
1.27/0.85	c #constraints  105829
1.27/0.85	c constraints type 
1.27/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10815
1.27/0.85	c org.sat4j.specs.Constr$1 => 13924
1.27/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74735
1.27/0.85	c org.sat4j.minisat.constraints.cnf.UnitClause => 5855
1.27/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 500
1.27/0.85	c 105829 constraints processed.
3.60/2.55	c cleaning 2491 clauses out of 4998 with flag 26933/5000
5.48/4.40	c cleaning 4249 clauses out of 8508 with flag 66427/11002
7.68/6.54	c cleaning 5627 clauses out of 11257 with flag 121198/18001
10.09/8.97	c cleaning 6797 clauses out of 13630 with flag 186508/26001
12.80/11.62	c cleaning 7908 clauses out of 15832 with flag 266497/35000
16.11/14.99	c cleaning 8962 clauses out of 17923 with flag 371204/45000
19.92/18.77	c cleaning 9980 clauses out of 19962 with flag 507692/56001
23.91/22.80	c cleaning 10982 clauses out of 21981 with flag 655917/68000
28.21/27.09	c cleaning 11989 clauses out of 23998 with flag 800355/81000
33.41/32.20	c cleaning 13000 clauses out of 26011 with flag 984657/95002
39.01/37.85	c cleaning 13996 clauses out of 28010 with flag 1187771/110001
45.28/44.00	c cleaning 14993 clauses out of 30014 with flag 1419787/126001
51.47/50.27	c cleaning 16004 clauses out of 32022 with flag 1642193/143002
58.17/56.99	c cleaning 17003 clauses out of 34017 with flag 1874272/161001
65.37/64.12	c cleaning 18000 clauses out of 36015 with flag 2143448/180002
72.78/71.59	c cleaning 18997 clauses out of 38014 with flag 2410832/200001
80.87/79.66	c cleaning 19999 clauses out of 40016 with flag 2697845/221000
90.07/88.87	c cleaning 21006 clauses out of 42017 with flag 3028831/243000
99.68/98.46	c cleaning 22000 clauses out of 44011 with flag 3340105/266000
109.68/108.45	c cleaning 22996 clauses out of 46012 with flag 3662885/290001
120.58/119.32	c cleaning 24002 clauses out of 48015 with flag 4015484/315000
132.07/130.72	c cleaning 25006 clauses out of 50014 with flag 4411665/341001
143.57/142.21	c cleaning 25998 clauses out of 52008 with flag 4787968/368001
155.67/154.35	c cleaning 27000 clauses out of 54010 with flag 5148792/396001
168.87/167.57	c cleaning 27995 clauses out of 56009 with flag 5578546/425000
183.08/181.72	c cleaning 29002 clauses out of 58014 with flag 6059465/455000
198.18/196.84	c cleaning 30003 clauses out of 60014 with flag 6543152/486002
213.98/212.68	c cleaning 30997 clauses out of 62009 with flag 7058842/518000
229.90/228.48	c cleaning 31997 clauses out of 64012 with flag 7526400/551000
247.60/246.14	c cleaning 33005 clauses out of 66016 with flag 8061371/585001
265.20/263.78	c cleaning 34004 clauses out of 68011 with flag 8586583/620001
284.00/282.55	c cleaning 34984 clauses out of 70006 with flag 9179461/656000
303.81/302.23	c cleaning 36002 clauses out of 72023 with flag 9768097/693001
323.90/322.32	c cleaning 37009 clauses out of 74020 with flag 10350356/731000
346.20/344.68	c cleaning 38001 clauses out of 76012 with flag 11007397/770001
370.10/368.51	c cleaning 38999 clauses out of 78014 with flag 11633898/810004
393.20/391.70	c cleaning 40000 clauses out of 80011 with flag 12238824/851000
418.34/416.68	c cleaning 40990 clauses out of 82011 with flag 12910433/893000
444.84/443.19	c cleaning 42005 clauses out of 84021 with flag 13668460/936000
472.35/470.64	c cleaning 43003 clauses out of 86017 with flag 14445680/980001
499.62/497.77	c cleaning 43998 clauses out of 88013 with flag 15181096/1025000
527.91/526.00	c cleaning 44997 clauses out of 90015 with flag 15891413/1071000
558.64/556.74	c cleaning 46000 clauses out of 92018 with flag 16677765/1118000
588.96/586.97	c cleaning 47008 clauses out of 94020 with flag 17450691/1166002
621.97/619.90	c cleaning 47997 clauses out of 96010 with flag 18268067/1215000
657.43/655.27	c cleaning 48997 clauses out of 98016 with flag 19096630/1265003
692.94/690.72	c cleaning 50001 clauses out of 100016 with flag 19972614/1316000
728.02/725.52	c cleaning 50999 clauses out of 102015 with flag 20794980/1368000
765.73/763.27	c cleaning 51996 clauses out of 104018 with flag 21679007/1421002
801.72/799.02	c cleaning 53006 clauses out of 106021 with flag 22501044/1475001
839.42/836.79	c cleaning 53994 clauses out of 108014 with flag 23437304/1530000
878.51/875.79	c cleaning 55009 clauses out of 110021 with flag 24405889/1586001
920.98/918.12	c cleaning 56001 clauses out of 112015 with flag 25427472/1643004
962.29/959.43	c cleaning 56994 clauses out of 114010 with flag 26427792/1701000
1005.18/1002.28	c cleaning 57999 clauses out of 116017 with flag 27463773/1760001
1050.51/1047.51	c cleaning 59001 clauses out of 118022 with flag 28474171/1820005
1097.71/1094.66	c cleaning 59997 clauses out of 120016 with flag 29487395/1881000
1146.21/1143.10	c cleaning 61001 clauses out of 122023 with flag 30535566/1943004
1196.15/1193.04	c cleaning 62003 clauses out of 124019 with flag 31594295/2006001
1248.14/1244.99	c cleaning 62993 clauses out of 126016 with flag 32735057/2070001
1299.63/1296.32	c cleaning 64011 clauses out of 128025 with flag 33765284/2135003
1353.44/1350.09	c cleaning 65004 clauses out of 130013 with flag 34907297/2201002
1406.98/1403.53	c cleaning 65998 clauses out of 132008 with flag 35987756/2268001
1461.07/1457.57	c cleaning 67002 clauses out of 134009 with flag 37059492/2336000
1520.44/1516.89	c cleaning 67995 clauses out of 136007 with flag 38294373/2405000
1579.31/1575.67	c cleaning 69006 clauses out of 138012 with flag 39527070/2475000
1638.60/1634.83	c cleaning 69996 clauses out of 140008 with flag 40737362/2546002
1700.38/1696.57	c cleaning 71002 clauses out of 142010 with flag 41990884/2618000
1764.44/1760.42	c cleaning 71992 clauses out of 144008 with flag 43278883/2691000
1800.04/1796.00	c starts		: 11851
1800.04/1796.00	c conflicts		: 2733800
1800.04/1796.00	c decisions		: 4121202
1800.04/1796.00	c propagations		: 2103103135
1800.04/1796.00	c inspects		: 21247736153
1800.04/1796.00	c shortcuts		: 0
1800.04/1796.00	c learnt literals	: 6
1800.04/1796.00	c learnt binary clauses	: 82
1800.04/1796.00	c learnt ternary clauses	: 1072
1800.04/1796.00	c learnt constraints	: 2733794
1800.04/1796.00	c ignored constraints	: 0
1800.04/1796.00	c root simplifications	: 0
1800.04/1796.00	c removed literals (reason simplification)	: 0
1800.04/1796.00	c reason swapping (by a shorter reason)	: 0
1800.04/1796.00	c Calls to reduceDB	: 69
1800.04/1796.00	c Number of update (reduction) of LBD	: 1187175
1800.04/1796.00	c Imported unit clauses	: 0
1800.04/1796.00	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.00	c number of learned constraints concerned by reduction	: 0
1800.04/1796.00	c number of learning phase by resolution	: 0
1800.04/1796.00	c number of learning phase by cutting planes	: 0
1800.04/1796.00	c speed (assignments/second)	: 1171606.1496551647
1800.04/1796.00	c non guided choices	19
1800.04/1796.01	c timeout
1800.04/1796.03	c learnt constraints type 
1800.04/1796.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 82
1800.04/1796.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114735
1800.04/1796.03	s UNKNOWN
1800.04/1796.03	c Total wall clock time (in seconds): 1795.906

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-4107905-1466291223/watcher-4107905-1466291223 -o /tmp/evaluation-result-4107905-1466291223/solver-4107905-1466291223 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107905-1466291223.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.07 2.02 3/194 31004
/proc/meminfo: memFree=31150740/32872528 swapFree=338416/354768
[pid=31004] ppid=31001 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/31004/stat : 31004 (java) R 31001 31004 24550 0 -1 4202496 410 0 0 0 0 0 0 0 20 0 1 0 31169078 9445376 81 33554432000 1073741824 1073778376 140734704900368 140734704897496 242158187959 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31004/statm: 2306 92 74 9 0 38 0

[startup+0.100099 s]
/proc/loadavg: 2.07 2.07 2.02 3/194 31004
/proc/meminfo: memFree=31150740/32872528 swapFree=338416/354768
[pid=31004] ppid=31001 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/31004/stat : 31004 (java) S 31001 31004 24550 0 -1 4202496 4374 0 1 0 7 1 0 0 20 0 18 0 31169078 9787879424 5501 33554432000 1073741824 1073778376 140734704900368 140734704891504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31004/statm: 2389619 5501 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.07 2.07 2.02 3/194 31004
/proc/meminfo: memFree=31150740/32872528 swapFree=338416/354768
[pid=31004] ppid=31001 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/31004/stat : 31004 (java) S 31001 31004 24550 0 -1 4202496 4730 0 1 0 23 1 0 0 20 0 18 0 31169078 9787879424 6826 33554432000 1073741824 1073778376 140734704900368 140734704891504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31004/statm: 2389619 6826 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.07 2.07 2.02 3/194 31004
/proc/meminfo: memFree=31150740/32872528 swapFree=338416/354768
[pid=31004] ppid=31001 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/31004/stat : 31004 (java) S 31001 31004 24550 0 -1 4202496 6243 0 1 0 44 2 0 0 20 0 18 0 31169078 9787879424 8829 33554432000 1073741824 1073778376 140734704900368 140734704891504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31004/statm: 2389619 8829 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.7002 s]
/proc/loadavg: 2.07 2.07 2.02 3/194 31004
/proc/meminfo: memFree=31150740/32872528 swapFree=338416/354768
[pid=31004] ppid=31001 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/31004/stat : 31004 (java) S 31001 31004 24550 0 -1 4202496 7435 0 1 0 108 5 0 0 20 0 18 0 31169078 9787879424 40755 33554432000 1073741824 1073778376 140734704900368 140734704891504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31004/statm: 2389619 40755 2267 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.07 2.07 2.02 5/213 31023
/proc/meminfo: memFree=30983976/32872528 swapFree=338416/354768
[pid=31004] ppid=31001 vsize=9625040 CPUtime=2.53 cores=1,3,5,7
/proc/31004/stat : 31004 (java) S 31001 31004 24550 0 -1 4202496 12396 0 1 0 248 5 0 0 20 0 19 0 31169078 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140734704891504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31004/statm: 2406260 43857 2276 9 0 2396937 0
[pid=31004/tid=31006] ppid=31001 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/31004/task/31006/stat : 31006 (java) R 31001 31004 24550 0 -1 4202560 2485 0 1 0 141 4 0 0 20 0 19 0 31169079 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370478616592 140370351211136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370322651688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370321598888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370320546088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 24550 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370319493288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370318441512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370317388712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370316335912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31169081 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370315283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370302872040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370301818104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370300765192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370299713680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 24550 0 -1 4202560 4229 0 0 0 55 0 0 0 20 0 19 0 31169085 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370298661816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 24550 0 -1 4202560 4318 0 0 0 45 0 0 0 20 0 19 0 31169085 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370297609016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370296556408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370295503816 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31023] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31023/stat : 31023 (java) S 31001 31004 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31169173 9856040960 43857 33554432000 1073741824 1073778376 140734704900368 140370294400168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.06 2.07 2.02 3/213 31023
/proc/meminfo: memFree=30983464/32872528 swapFree=338416/354768
[pid=31004] ppid=31001 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/31004/stat : 31004 (java) S 31001 31004 24550 0 -1 4202496 13069 0 1 0 419 6 0 0 20 0 19 0 31169078 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140734704891504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31004/statm: 2406260 43865 2284 9 0 2396937 0
[pid=31004/tid=31006] ppid=31001 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/31004/task/31006/stat : 31006 (java) R 31001 31004 24550 0 -1 4202560 2487 0 1 0 300 4 0 0 20 0 19 0 31169079 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370478617008 140370351116648 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370322651688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370321598888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370320546088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 24550 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370319493288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370318441512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370317388712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370316335912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31169081 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370315283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370302872040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370301818104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370300765192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370299713680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 24550 0 -1 4202560 4900 0 0 0 66 0 0 0 20 0 19 0 31169085 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370298661816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 24550 0 -1 4202560 4318 0 0 0 47 0 0 0 20 0 19 0 31169085 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370297609016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370296556408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370295503816 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31023] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31023/stat : 31023 (java) S 31001 31004 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31169173 9856040960 43865 33554432000 1073741824 1073778376 140734704900368 140370294400168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.06 2.07 2.02 4/213 31023
/proc/meminfo: memFree=30983216/32872528 swapFree=338416/354768
[pid=31004] ppid=31001 vsize=9625040 CPUtime=7.48 cores=1,3,5,7
/proc/31004/stat : 31004 (java) S 31001 31004 24550 0 -1 4202496 13072 0 1 0 742 6 0 0 20 0 19 0 31169078 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140734704891504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31004/statm: 2406260 43701 2284 9 0 2396937 0
[pid=31004/tid=31006] ppid=31001 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/31004/task/31006/stat : 31006 (java) R 31001 31004 24550 0 -1 4202560 2489 0 1 0 618 4 0 0 20 0 19 0 31169079 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370478616848 140370351182477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370322651688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370321598888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370320546088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 24550 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370319493288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370318441512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370317388712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169080 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370316335912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31169081 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370315283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370302872040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370301818104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370300765192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370299713680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 24550 0 -1 4202560 4900 0 0 0 68 0 0 0 20 0 19 0 31169085 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370298661816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 24550 0 -1 4202560 4319 0 0 0 49 0 0 0 20 0 19 0 31169085 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370297609016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370296556408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370295503816 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31023] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31023/stat : 31023 (java) S 31001 31004 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31169173 9856040960 43701 33554432000 1073741824 1073778376 140734704900368 140370294400168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9625040


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

[pid=31004/tid=31016] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 127775 33554432000 1073741824 1073778376 140734704900368 140370301818104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 127775 33554432000 1073741824 1073778376 140734704900368 140370300765192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 127775 33554432000 1073741824 1073778376 140734704900368 140370299713680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 24550 0 -1 4202560 4901 0 0 0 70 0 0 0 20 0 19 0 31169085 9856040960 127775 33554432000 1073741824 1073778376 140734704900368 140370298661816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 24550 0 -1 4202560 4323 0 0 0 54 0 0 0 20 0 19 0 31169085 9856040960 127775 33554432000 1073741824 1073778376 140734704900368 140370297609016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 127775 33554432000 1073741824 1073778376 140734704900368 140370296556408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 24550 0 -1 4202560 94 0 0 0 37 37 0 0 20 0 19 0 31169085 9856040960 127775 33554432000 1073741824 1073778376 140734704900368 140370295503816 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31023] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31023/stat : 31023 (java) S 31001 31004 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31169173 9856040960 127775 33554432000 1073741824 1073778376 140734704900368 140370294400168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1666.18
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.12 2.06 3/213 31133
/proc/meminfo: memFree=30198368/32872528 swapFree=338416/354768
[pid=31004] ppid=31001 vsize=9625040 CPUtime=1726.24 cores=1,3,5,7
/proc/31004/stat : 31004 (java) S 31001 31004 24550 0 -1 4202496 14840 0 1 0 172526 98 0 0 20 0 19 0 31169078 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140734704891504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31004/statm: 2406260 127582 2293 9 0 2396937 0
[pid=31004/tid=31006] ppid=31001 vsize=9625040 CPUtime=1720.89 cores=1,3,5,7
/proc/31004/task/31006/stat : 31006 (java) R 31001 31004 24550 0 -1 4202560 2519 0 1 0 172057 32 0 0 20 0 19 0 31169079 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370478615776 140370351116840 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 24550 0 -1 4202560 213 0 0 0 36 7 0 0 20 0 19 0 31169080 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370322651688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 24550 0 -1 4202560 193 0 0 0 31 7 0 0 20 0 19 0 31169080 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370321598888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 24550 0 -1 4202560 191 0 0 0 29 6 0 0 20 0 19 0 31169080 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370320546088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 24550 0 -1 4202560 266 0 0 0 41 10 0 0 20 0 19 0 31169080 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370319493288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 24550 0 -1 4202560 184 0 0 0 34 7 0 0 20 0 19 0 31169080 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370318441512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 24550 0 -1 4202560 166 0 0 0 33 7 0 0 20 0 19 0 31169080 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370317388712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 24550 0 -1 4202560 157 0 0 0 35 7 0 0 20 0 19 0 31169080 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370316335912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 24550 0 -1 4202560 173 0 0 0 35 9 0 0 20 0 19 0 31169081 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370315283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 24550 0 -1 4202560 196 0 0 0 26 3 0 0 20 0 19 0 31169082 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370302872040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370301818104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370300765192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370299713680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 24550 0 -1 4202560 4901 0 0 0 70 0 0 0 20 0 19 0 31169085 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370298661816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 24550 0 -1 4202560 4324 0 0 0 55 0 0 0 20 0 19 0 31169085 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370297609016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370296556408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 24550 0 -1 4202560 98 0 0 0 38 39 0 0 20 0 19 0 31169085 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370295503816 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31023] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31023/stat : 31023 (java) S 31001 31004 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31169173 9856040960 127582 33554432000 1073741824 1073778376 140734704900368 140370294400168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.24
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.05 2.10 2.05 3/213 31134
/proc/meminfo: memFree=30116212/32872528 swapFree=338416/354768
[pid=31004] ppid=31001 vsize=9625040 CPUtime=1786.33 cores=1,3,5,7
/proc/31004/stat : 31004 (java) S 31001 31004 24550 0 -1 4202496 14854 0 1 0 178534 99 0 0 20 0 19 0 31169078 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140734704891504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31004/statm: 2406260 127621 2293 9 0 2396937 0
[pid=31004/tid=31006] ppid=31001 vsize=9625040 CPUtime=1780.86 cores=1,3,5,7
/proc/31004/task/31006/stat : 31006 (java) R 31001 31004 24550 0 -1 4202560 2520 0 1 0 178053 33 0 0 20 0 19 0 31169079 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370478608080 140370351201377 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 24550 0 -1 4202560 214 0 0 0 37 7 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370322651688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 24550 0 -1 4202560 195 0 0 0 33 7 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370321598888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 24550 0 -1 4202560 191 0 0 0 30 6 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370320546088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 24550 0 -1 4202560 266 0 0 0 42 10 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370319493288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 24550 0 -1 4202560 184 0 0 0 35 7 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370318441512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 24550 0 -1 4202560 166 0 0 0 36 7 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370317388712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 24550 0 -1 4202560 157 0 0 0 36 7 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370316335912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 24550 0 -1 4202560 173 0 0 0 37 9 0 0 20 0 19 0 31169081 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370315283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 24550 0 -1 4202560 202 0 0 0 26 3 0 0 20 0 19 0 31169082 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370302872040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370301818104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370300765192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370299713680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 24550 0 -1 4202560 4901 0 0 0 70 0 0 0 20 0 19 0 31169085 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370298661816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 24550 0 -1 4202560 4324 0 0 0 55 0 0 0 20 0 19 0 31169085 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370297609016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370296556408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 24550 0 -1 4202560 102 0 0 0 39 40 0 0 20 0 19 0 31169085 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370295503816 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31023] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31023/stat : 31023 (java) S 31001 31004 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31169173 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370294400168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1786.33
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.12 2.11 2.06 3/213 31134
/proc/meminfo: memFree=29947532/32872528 swapFree=338416/354768
[pid=31004] ppid=31001 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/31004/stat : 31004 (java) S 31001 31004 24550 0 -1 4202496 14854 0 1 0 179904 100 0 0 20 0 19 0 31169078 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140734704891504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31004/statm: 2406260 127621 2293 9 0 2396937 0
[pid=31004/tid=31006] ppid=31001 vsize=9625040 CPUtime=1794.56 cores=1,3,5,7
/proc/31004/task/31006/stat : 31006 (java) R 31001 31004 24550 0 -1 4202560 2520 0 1 0 179423 33 0 0 20 0 19 0 31169079 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370478608080 140370351234238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 24550 0 -1 4202560 214 0 0 0 37 7 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370322651688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 24550 0 -1 4202560 195 0 0 0 33 7 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370321598888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 24550 0 -1 4202560 191 0 0 0 30 6 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370320546088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 24550 0 -1 4202560 266 0 0 0 42 10 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370319493288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 24550 0 -1 4202560 184 0 0 0 35 7 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370318441512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 24550 0 -1 4202560 166 0 0 0 36 7 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370317388712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 24550 0 -1 4202560 157 0 0 0 36 7 0 0 20 0 19 0 31169080 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370316335912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 24550 0 -1 4202560 173 0 0 0 37 9 0 0 20 0 19 0 31169081 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370315283112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 24550 0 -1 4202560 202 0 0 0 26 3 0 0 20 0 19 0 31169082 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370302872040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370301818104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31169082 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370300765192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370299713680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 24550 0 -1 4202560 4901 0 0 0 70 0 0 0 20 0 19 0 31169085 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370298661816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 24550 0 -1 4202560 4324 0 0 0 55 0 0 0 20 0 19 0 31169085 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370297609016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31169085 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370296556408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 24550 0 -1 4202560 102 0 0 0 39 41 0 0 20 0 19 0 31169085 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370295503816 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31004/tid=31023] ppid=31001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31004/task/31023/stat : 31023 (java) S 31001 31004 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31169173 9856040960 127621 33554432000 1073741824 1073778376 140734704900368 140370294400168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 31004 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.04
CPU time (s): 1800.68
CPU user time (s): 1799.16
CPU system time (s): 1.52377
CPU usage (%): 100.259
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.52377
maximum resident set size= 673696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14887
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38736
involuntary context switches= 10838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0415 second user time and 14.6828 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 01:07:03
IDJOB=4107905
IDBENCH=73956
IDSOLVER=2546
FILE ID=node126/4107905-1466291223
RUNJOBID= node126-1466264639-24567
PBS_JOBID= 19918224
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12047_10-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107905-1466291223/watcher-4107905-1466291223 -o /tmp/evaluation-result-4107905-1466291223/solver-4107905-1466291223 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107905-1466291223.opb

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

MD5SUM BENCH= 185b639ab7915adc40998376a286d172
RANDOM SEED=1971976039

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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	: 5332.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        31151004 kB
Buffers:          156256 kB
Cached:           269864 kB
SwapCached:         1736 kB
Active:           285712 kB
Inactive:         333104 kB
Active(anon):     193784 kB
Inactive(anon):     1796 kB
Active(file):      91928 kB
Inactive(file):   331308 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:              4016 kB
Writeback:            84 kB
AnonPages:        555672 kB
Mapped:            16984 kB
Shmem:                 0 kB
Slab:             607248 kB
SReclaimable:      50876 kB
SUnreclaim:       556372 kB
KernelStack:        1584 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1176400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node126 at 2016-06-19 01:37:00