Trace number 4120022

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.83 1799.04

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-29-1.cnf.gz-extracted.pb.metafix.opb
MD5SUM4861b612062d6cfb73dedd5bacb9fff0
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 benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables117
Total number of constraints116
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)116
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4120022-1467308742.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.024s.
0.10/0.13	c declared #vars     117
0.10/0.13	c #constraints  116
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 116
0.10/0.13	c 116 constraints processed.
0.83/0.50	c cleaning 2495 clauses out of 5000 with flag 36555/5000
1.38/0.81	c cleaning 4246 clauses out of 8506 with flag 83577/11001
1.69/1.18	c cleaning 5626 clauses out of 11259 with flag 139394/18000
2.29/1.74	c cleaning 6809 clauses out of 13634 with flag 213451/26001
2.91/2.37	c cleaning 7903 clauses out of 15825 with flag 282178/35001
3.70/3.18	c cleaning 8951 clauses out of 17922 with flag 357429/45001
4.80/4.20	c cleaning 9977 clauses out of 19971 with flag 448003/56001
6.11/5.53	c cleaning 10992 clauses out of 21995 with flag 550614/68002
7.60/7.03	c cleaning 11992 clauses out of 24002 with flag 664532/81001
9.10/8.55	c cleaning 12998 clauses out of 26009 with flag 779030/95000
10.51/9.97	c cleaning 14000 clauses out of 28011 with flag 899225/110000
12.30/11.76	c cleaning 15000 clauses out of 30014 with flag 1034487/126003
14.30/13.77	c cleaning 15999 clauses out of 32012 with flag 1166625/143001
16.61/16.02	c cleaning 17004 clauses out of 34012 with flag 1302721/161000
19.21/18.69	c cleaning 17999 clauses out of 36008 with flag 1444454/180000
22.01/21.50	c cleaning 19001 clauses out of 38011 with flag 1577258/200002
25.10/24.51	c cleaning 20000 clauses out of 40009 with flag 1746878/221001
28.40/27.84	c cleaning 20998 clauses out of 42013 with flag 1913928/243005
32.10/31.53	c cleaning 21998 clauses out of 44011 with flag 2097087/266001
35.91/35.31	c cleaning 22997 clauses out of 46013 with flag 2278652/290001
40.10/39.52	c cleaning 24005 clauses out of 48016 with flag 2474088/315001
44.71/44.16	c cleaning 24997 clauses out of 50010 with flag 2656681/341000
50.11/49.53	c cleaning 26000 clauses out of 52014 with flag 2858879/368001
56.00/55.47	c cleaning 26996 clauses out of 54013 with flag 3047123/396000
62.01/61.47	c cleaning 28004 clauses out of 56019 with flag 3271160/425002
68.31/67.70	c cleaning 29000 clauses out of 58013 with flag 3484590/455000
74.80/74.27	c cleaning 30002 clauses out of 60014 with flag 3737335/486001
82.12/81.56	c cleaning 30996 clauses out of 62014 with flag 4005825/518003
90.41/89.81	c cleaning 31996 clauses out of 64016 with flag 4252899/551001
98.81/98.27	c cleaning 33005 clauses out of 66019 with flag 4497065/585000
107.91/107.31	c cleaning 34002 clauses out of 68014 with flag 4757477/620000
117.91/117.37	c cleaning 35003 clauses out of 70013 with flag 5043085/656001
127.41/126.88	c cleaning 35997 clauses out of 72009 with flag 5315929/693000
137.81/137.25	c cleaning 36996 clauses out of 74013 with flag 5582859/731001
149.31/148.77	c cleaning 38005 clauses out of 76016 with flag 5848690/770000
161.12/160.53	c cleaning 38998 clauses out of 78011 with flag 6113441/810000
173.22/172.61	c cleaning 39994 clauses out of 80014 with flag 6391192/851001
185.92/185.33	c cleaning 41003 clauses out of 82020 with flag 6698484/893001
199.43/198.85	c cleaning 41999 clauses out of 84016 with flag 6998465/936000
212.46/211.82	c cleaning 43000 clauses out of 86018 with flag 7311250/980001
225.56/224.93	c cleaning 44004 clauses out of 88017 with flag 7613079/1025000
239.86/239.26	c cleaning 44997 clauses out of 90013 with flag 7922891/1071000
254.78/254.13	c cleaning 46005 clauses out of 92018 with flag 8276134/1118002
269.87/269.27	c cleaning 46999 clauses out of 94015 with flag 8589145/1166004
286.47/285.84	c cleaning 47996 clauses out of 96012 with flag 8926579/1215000
304.07/303.43	c cleaning 49003 clauses out of 98017 with flag 9272760/1265001
323.18/322.58	c cleaning 50001 clauses out of 100013 with flag 9614670/1316000
343.68/343.06	c cleaning 50994 clauses out of 102012 with flag 10005457/1368000
366.09/365.40	c cleaning 52001 clauses out of 104018 with flag 10388485/1421000
389.99/389.36	c cleaning 53004 clauses out of 106018 with flag 10759834/1475001
410.38/409.78	c cleaning 53997 clauses out of 108013 with flag 11136975/1530000
433.49/432.82	c cleaning 54997 clauses out of 110016 with flag 11509986/1586000
457.79/457.11	c cleaning 56003 clauses out of 112021 with flag 11950847/1643002
484.81/484.17	c cleaning 56998 clauses out of 114016 with flag 12384502/1701000
510.61/509.90	c cleaning 58000 clauses out of 116019 with flag 12786715/1760001
538.81/538.14	c cleaning 59005 clauses out of 118019 with flag 13180422/1820001
570.11/569.47	c cleaning 59993 clauses out of 120014 with flag 13601620/1881001
604.12/603.46	c cleaning 61000 clauses out of 122020 with flag 14043114/1943000
637.40/636.68	c cleaning 62007 clauses out of 124023 with flag 14521163/2006003
670.41/669.62	c cleaning 62998 clauses out of 126013 with flag 14989644/2070000
704.11/703.31	c cleaning 63999 clauses out of 128016 with flag 15453513/2135001
739.71/738.97	c cleaning 64996 clauses out of 130016 with flag 15995264/2201000
776.22/775.47	c cleaning 66003 clauses out of 132020 with flag 16477231/2268000
814.52/813.74	c cleaning 67005 clauses out of 134019 with flag 16966874/2336002
852.83/852.01	c cleaning 68002 clauses out of 136012 with flag 17446422/2405000
888.92/888.17	c cleaning 69001 clauses out of 138011 with flag 17904411/2475001
931.02/930.22	c cleaning 69996 clauses out of 140009 with flag 18413186/2546000
975.54/974.72	c cleaning 70996 clauses out of 142014 with flag 18931774/2618001
1020.84/1020.08	c cleaning 72003 clauses out of 144018 with flag 19439829/2691001
1064.75/1063.96	c cleaning 73006 clauses out of 146015 with flag 19971210/2765001
1120.05/1119.22	c cleaning 73999 clauses out of 148009 with flag 20504213/2840001
1172.16/1171.32	c cleaning 75000 clauses out of 150009 with flag 21080898/2916000
1221.35/1220.50	c cleaning 76003 clauses out of 152013 with flag 21616413/2993004
1277.86/1276.94	c cleaning 76996 clauses out of 154006 with flag 22161407/3071000
1331.46/1330.58	c cleaning 77999 clauses out of 156011 with flag 22707522/3150001
1388.88/1387.92	c cleaning 78998 clauses out of 158011 with flag 23295088/3230000
1453.09/1452.16	c cleaning 79999 clauses out of 160013 with flag 23924610/3311000
1517.58/1516.70	c cleaning 80999 clauses out of 162014 with flag 24522715/3393000
1585.39/1584.50	c cleaning 81999 clauses out of 164015 with flag 25108199/3476000
1649.30/1648.31	c cleaning 82999 clauses out of 166018 with flag 25667958/3560002
1719.21/1718.21	c cleaning 83998 clauses out of 168017 with flag 26329227/3645000
1790.91/1789.99	c cleaning 85002 clauses out of 170019 with flag 26972128/3731000
1800.01/1799.01	c starts		: 1880
1800.01/1799.01	c conflicts		: 3748356
1800.01/1799.01	c decisions		: 4571565
1800.01/1799.01	c propagations		: 72014345
1800.01/1799.01	c inspects		: 44034643224
1800.01/1799.01	c shortcuts		: 0
1800.01/1799.01	c learnt literals	: 0
1800.01/1799.01	c learnt binary clauses	: 0
1800.01/1799.01	c learnt ternary clauses	: 21
1800.01/1799.01	c learnt constraints	: 3748356
1800.01/1799.01	c ignored constraints	: 0
1800.01/1799.01	c root simplifications	: 0
1800.01/1799.01	c removed literals (reason simplification)	: 0
1800.01/1799.01	c reason swapping (by a shorter reason)	: 0
1800.01/1799.01	c Calls to reduceDB	: 82
1800.01/1799.01	c Number of update (reduction) of LBD	: 1163362
1800.01/1799.01	c Imported unit clauses	: 0
1800.01/1799.01	c number of reductions to clauses (during analyze)	: 0
1800.01/1799.01	c number of learned constraints concerned by reduction	: 0
1800.01/1799.01	c number of learning phase by resolution	: 0
1800.01/1799.01	c number of learning phase by cutting planes	: 0
1800.01/1799.01	c speed (assignments/second)	: 40032.97281191144
1800.01/1799.01	c non guided choices	35
1800.01/1799.01	c timeout
1800.01/1799.03	c learnt constraints type 
1800.01/1799.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102373
1800.01/1799.03	s UNKNOWN
1800.01/1799.03	c Total wall clock time (in seconds): 1798.928

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-4120022-1467308742/watcher-4120022-1467308742 -o /tmp/evaluation-result-4120022-1467308742/solver-4120022-1467308742 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120022-1467308742.opb 

pid=13043
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: 1.63 1.81 1.57 3/194 13046
/proc/meminfo: memFree=31202468/32872528 swapFree=171816/177948
[pid=13046] ppid=13043 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13046/stat : 13046 (java) S 13043 13046 12722 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 9905551 98570240 978 33554432000 1073741824 1073778376 140733538393936 140733538385072 224925876285 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13046/statm: 24065 978 744 9 0 16771 0
[pid=13046/tid=13047] ppid=13043 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13047/stat : 13047 (java) R 13043 13046 12722 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 9905552 98570240 978 33554432000 1073741824 1073778376 140733538393936 140101162065448 224922518912 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 1.63 1.81 1.57 3/194 13046
/proc/meminfo: memFree=31202468/32872528 swapFree=171816/177948
[pid=13046] ppid=13043 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13046/stat : 13046 (java) S 13043 13046 12722 0 -1 4202496 4495 0 1 0 9 1 0 0 20 0 18 0 9905551 9787879424 5622 33554432000 1073741824 1073778376 140733538393936 140733538385072 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13046/statm: 2389619 5622 2147 9 0 2380296 0
[pid=13046/tid=13047] ppid=13043 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13046/task/13047/stat : 13047 (java) R 13043 13046 12722 0 -1 4202560 2427 0 1 0 7 0 0 0 20 0 18 0 9905552 9787879424 5622 33554432000 1073741824 1073778376 140733538393936 140101162068896 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 1.63 1.81 1.57 3/194 13046
/proc/meminfo: memFree=31202468/32872528 swapFree=171816/177948
[pid=13046] ppid=13043 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13046/stat : 13046 (java) S 13043 13046 12722 0 -1 4202496 7750 0 1 0 29 1 0 0 20 0 19 0 9905551 9856040960 7885 33554432000 1073741824 1073778376 140733538393936 140733538385072 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13046/statm: 2406260 7887 2220 9 0 2396937 0
[pid=13046/tid=13047] ppid=13043 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/13046/task/13047/stat : 13047 (java) R 13043 13046 12722 0 -1 4202560 2452 0 1 0 17 0 0 0 20 0 19 0 9905552 9856040960 7888 33554432000 1073741824 1073778376 140733538393936 140101162070200 140101164803972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300331 s]
/proc/loadavg: 1.63 1.81 1.57 3/194 13046
/proc/meminfo: memFree=31202468/32872528 swapFree=171816/177948
[pid=13046] ppid=13043 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13046/stat : 13046 (java) S 13043 13046 12722 0 -1 4202496 8337 0 1 0 52 1 0 0 20 0 19 0 9905551 9856040960 8084 33554432000 1073741824 1073778376 140733538393936 140733538385072 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13046/statm: 2406260 8084 2227 9 0 2396937 0
[pid=13046/tid=13047] ppid=13043 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13046/task/13047/stat : 13047 (java) R 13043 13046 12722 0 -1 4202560 2452 0 1 0 27 0 0 0 20 0 19 0 9905552 9856040960 8084 33554432000 1073741824 1073778376 140733538393936 140101162070200 140101102020029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700328 s]
/proc/loadavg: 1.63 1.81 1.57 3/194 13046
/proc/meminfo: memFree=31202468/32872528 swapFree=171816/177948
[pid=13046] ppid=13043 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/13046/stat : 13046 (java) S 13043 13046 12722 0 -1 4202496 15315 0 1 0 123 2 0 0 20 0 19 0 9905551 9856040960 13252 33554432000 1073741824 1073778376 140733538393936 140733538385072 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13046/statm: 2406260 13252 2240 9 0 2396937 0
[pid=13046/tid=13047] ppid=13043 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13046/task/13047/stat : 13047 (java) R 13043 13046 12722 0 -1 4202560 2453 0 1 0 67 0 0 0 20 0 19 0 9905552 9856040960 13252 33554432000 1073741824 1073778376 140733538393936 140101162070200 140101102197008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 1.63 1.81 1.57 3/213 13065
/proc/meminfo: memFree=31156844/32872528 swapFree=171816/177948
[pid=13046] ppid=13043 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/13046/stat : 13046 (java) S 13043 13046 12722 0 -1 4202496 15318 0 1 0 207 2 0 0 20 0 19 0 9905551 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140733538385072 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13046/statm: 2406260 13765 2241 9 0 2396937 0
[pid=13046/tid=13047] ppid=13043 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/13046/task/13047/stat : 13047 (java) R 13043 13046 12722 0 -1 4202560 2455 0 1 0 147 0 0 0 20 0 19 0 9905552 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140101162070464 140101102241746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13049/stat : 13049 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140101100800296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13050] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13050/stat : 13050 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140101099747496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13051] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13051/stat : 13051 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140101098695208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13052] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13052/stat : 13052 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140101097642408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13053] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13053/stat : 13053 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140101096590120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13054] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13054/stat : 13054 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140101000313512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13055] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13055/stat : 13055 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140100999261224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13056] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13056/stat : 13056 (java) S 13043 13046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140100998208424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13057] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13057/stat : 13057 (java) S 13043 13046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9905553 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140100986009832 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13058] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13058/stat : 13058 (java) S 13043 13046 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140100984955896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13059] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13059/stat : 13059 (java) S 13043 13046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140100983903496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13060] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13060/stat : 13060 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140100982851984 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13061] ppid=13043 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13046/task/13061/stat : 13061 (java) S 13043 13046 12722 0 -1 4202560 3196 0 0 0 26 0 0 0 20 0 19 0 9905556 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140100981799608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13062] ppid=13043 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/13046/task/13062/stat : 13062 (java) S 13043 13046 12722 0 -1 4202560 8396 0 0 0 30 2 0 0 20 0 19 0 9905556 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140100980746808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13063] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13063/stat : 13063 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140100979694712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13064] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13064/stat : 13064 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140100978642120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13065] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13065/stat : 13065 (java) S 13043 13046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9905564 9856040960 13765 33554432000 1073741824 1073778376 140733538393936 140100977587112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 1.63 1.81 1.57 3/213 13065
/proc/meminfo: memFree=31152048/32872528 swapFree=171816/177948
[pid=13046] ppid=13043 vsize=9625040 CPUtime=3.7 cores=1,3,5,7
/proc/13046/stat : 13046 (java) S 13043 13046 12722 0 -1 4202496 15320 0 1 0 368 2 0 0 20 0 19 0 9905551 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140733538385072 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13046/statm: 2406260 14789 2241 9 0 2396937 0
[pid=13046/tid=13047] ppid=13043 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/13046/task/13047/stat : 13047 (java) R 13043 13046 12722 0 -1 4202560 2457 0 1 0 307 0 0 0 20 0 19 0 9905552 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140101162070296 140101102241746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13049/stat : 13049 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140101100800296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13050] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13050/stat : 13050 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140101099747496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13051] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13051/stat : 13051 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140101098695208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13052] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13052/stat : 13052 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140101097642408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13053] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13053/stat : 13053 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140101096590120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13054] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13054/stat : 13054 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140101000313512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13055] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13055/stat : 13055 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140100999261224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13056] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13056/stat : 13056 (java) S 13043 13046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140100998208424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13057] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13057/stat : 13057 (java) S 13043 13046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9905553 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140100986009832 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13058] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13058/stat : 13058 (java) S 13043 13046 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140100984955896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13059] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13059/stat : 13059 (java) S 13043 13046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140100983903496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13060] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13060/stat : 13060 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140100982851984 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13061] ppid=13043 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13046/task/13061/stat : 13061 (java) S 13043 13046 12722 0 -1 4202560 3196 0 0 0 27 0 0 0 20 0 19 0 9905556 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140100981799608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13062] ppid=13043 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/13046/task/13062/stat : 13062 (java) S 13043 13046 12722 0 -1 4202560 8396 0 0 0 31 2 0 0 20 0 19 0 9905556 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140100980746808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13063] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13063/stat : 13063 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140100979694712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13064] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13064/stat : 13064 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140100978642120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13065] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13065/stat : 13065 (java) S 13043 13046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9905564 9856040960 14789 33554432000 1073741824 1073778376 140733538393936 140100977587112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 1.66 1.82 1.57 3/213 13065
/proc/meminfo: memFree=31147348/32872528 swapFree=171816/177948
[pid=13046] ppid=13043 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/13046/stat : 13046 (java) S 13043 13046 12722 0 -1 4202496 15324 0 1 0 688 2 0 0 20 0 19 0 9905551 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140733538385072 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13046/statm: 2406260 14874 2242 9 0 2396937 0
[pid=13046/tid=13047] ppid=13043 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/13046/task/13047/stat : 13047 (java) R 13043 13046 12722 0 -1 4202560 2460 0 1 0 627 0 0 0 20 0 19 0 9905552 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140101162061520 140101102242524 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13049/stat : 13049 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140101100800296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13050] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13050/stat : 13050 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140101099747496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13051] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13051/stat : 13051 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140101098695208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13052] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13052/stat : 13052 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140101097642408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13053] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13053/stat : 13053 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140101096590120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13054] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13054/stat : 13054 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140101000313512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13055] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13055/stat : 13055 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140100999261224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13056] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13056/stat : 13056 (java) S 13043 13046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9905552 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140100998208424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13057] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13057/stat : 13057 (java) S 13043 13046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9905553 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140100986009832 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13058] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13058/stat : 13058 (java) S 13043 13046 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140100984955896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13059] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13059/stat : 13059 (java) S 13043 13046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140100983903496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13060] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13060/stat : 13060 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140100982851984 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13061] ppid=13043 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13046/task/13061/stat : 13061 (java) S 13043 13046 12722 0 -1 4202560 3196 0 0 0 27 0 0 0 20 0 19 0 9905556 9856040960 14874 33554432000 1073741824 1073778376 140733538393936 140100981799608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13062] ppid=13043 vsize=9625040 CPUtime=0.33 cores=1,3,5,7

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

[pid=13046/tid=13058] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13058/stat : 13058 (java) S 13043 13046 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100984955896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13059] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13059/stat : 13059 (java) S 13043 13046 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100983903496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13060] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13060/stat : 13060 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100982851984 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13061] ppid=13043 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13046/task/13061/stat : 13061 (java) S 13043 13046 12722 0 -1 4202560 3204 0 0 0 29 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100981799608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13062] ppid=13043 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/13046/task/13062/stat : 13062 (java) S 13043 13046 12722 0 -1 4202560 8396 0 0 0 31 2 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100980746808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13063] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13063/stat : 13063 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100979694712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13064] ppid=13043 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13046/task/13064/stat : 13064 (java) S 13043 13046 12722 0 -1 4202560 96 0 0 0 24 44 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100978642120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13065] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13065/stat : 13065 (java) S 13043 13046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9905564 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100977587112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1663.3
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.08 1.95 3/213 13131
/proc/meminfo: memFree=30833640/32872528 swapFree=171816/177948
[pid=13046] ppid=13043 vsize=9625040 CPUtime=1723.3 cores=1,3,5,7
/proc/13046/stat : 13046 (java) S 13043 13046 12722 0 -1 4202496 15583 0 1 0 172287 43 0 0 20 0 19 0 9905551 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140733538385072 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13046/statm: 2406260 54766 2257 9 0 2396937 0
[pid=13046/tid=13047] ppid=13043 vsize=9625040 CPUtime=1722.28 cores=1,3,5,7
/proc/13046/task/13047/stat : 13047 (java) R 13043 13046 12722 0 -1 4202560 2521 0 1 0 172194 34 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101162061520 140101102241746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13046/task/13049/stat : 13049 (java) S 13043 13046 12722 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101100800296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13050] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13050/stat : 13050 (java) S 13043 13046 12722 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101099747496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13051] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13051/stat : 13051 (java) S 13043 13046 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101098695208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13052] ppid=13043 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13046/task/13052/stat : 13052 (java) S 13043 13046 12722 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101097642408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13053] ppid=13043 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13046/task/13053/stat : 13053 (java) S 13043 13046 12722 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101096590120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13054] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13054/stat : 13054 (java) S 13043 13046 12722 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101000313512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13055] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13055/stat : 13055 (java) S 13043 13046 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100999261224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13056] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13056/stat : 13056 (java) S 13043 13046 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100998208424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13057] ppid=13043 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13046/task/13057/stat : 13057 (java) S 13043 13046 12722 0 -1 4202560 13 0 0 0 0 2 0 0 20 0 19 0 9905553 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100986009832 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13058] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13058/stat : 13058 (java) S 13043 13046 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100984955896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13059] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13059/stat : 13059 (java) S 13043 13046 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100983903496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13060] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13060/stat : 13060 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100982851984 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13061] ppid=13043 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13046/task/13061/stat : 13061 (java) S 13043 13046 12722 0 -1 4202560 3204 0 0 0 29 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100981799608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13062] ppid=13043 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/13046/task/13062/stat : 13062 (java) S 13043 13046 12722 0 -1 4202560 8396 0 0 0 31 2 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100980746808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13063] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13063/stat : 13063 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100979694712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13064] ppid=13043 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13046/task/13064/stat : 13064 (java) S 13043 13046 12722 0 -1 4202560 100 0 0 0 26 45 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100978642120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13065] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13065/stat : 13065 (java) S 13043 13046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9905564 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100977587112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.3
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.06 1.95 3/213 13132
/proc/meminfo: memFree=30833632/32872528 swapFree=171816/177948
[pid=13046] ppid=13043 vsize=9625040 CPUtime=1783.3 cores=1,3,5,7
/proc/13046/stat : 13046 (java) S 13043 13046 12722 0 -1 4202496 15587 0 1 0 178286 44 0 0 20 0 19 0 9905551 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140733538385072 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13046/statm: 2406260 54766 2257 9 0 2396937 0
[pid=13046/tid=13047] ppid=13043 vsize=9625040 CPUtime=1782.28 cores=1,3,5,7
/proc/13046/task/13047/stat : 13047 (java) R 13043 13046 12722 0 -1 4202560 2521 0 1 0 178192 36 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101162061520 140101102241746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13046/task/13049/stat : 13049 (java) S 13043 13046 12722 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101100800296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13050] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13050/stat : 13050 (java) S 13043 13046 12722 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101099747496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13051] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13051/stat : 13051 (java) S 13043 13046 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101098695208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13052] ppid=13043 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13046/task/13052/stat : 13052 (java) S 13043 13046 12722 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101097642408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13053] ppid=13043 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13046/task/13053/stat : 13053 (java) S 13043 13046 12722 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101096590120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13054] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13054/stat : 13054 (java) S 13043 13046 12722 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101000313512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13055] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13055/stat : 13055 (java) S 13043 13046 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100999261224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13056] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13056/stat : 13056 (java) S 13043 13046 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100998208424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13057] ppid=13043 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13046/task/13057/stat : 13057 (java) S 13043 13046 12722 0 -1 4202560 13 0 0 0 0 2 0 0 20 0 19 0 9905553 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100986009832 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13058] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13058/stat : 13058 (java) S 13043 13046 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100984955896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13059] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13059/stat : 13059 (java) S 13043 13046 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100983903496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13060] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13060/stat : 13060 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100982851984 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13061] ppid=13043 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13046/task/13061/stat : 13061 (java) S 13043 13046 12722 0 -1 4202560 3204 0 0 0 29 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100981799608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13062] ppid=13043 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/13046/task/13062/stat : 13062 (java) S 13043 13046 12722 0 -1 4202560 8396 0 0 0 31 2 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100980746808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13063] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13063/stat : 13063 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100979694712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13064] ppid=13043 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/13046/task/13064/stat : 13064 (java) S 13043 13046 12722 0 -1 4202560 104 0 0 0 26 47 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100978642120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13065] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13065/stat : 13065 (java) S 13043 13046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9905564 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100977587112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.3
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.03 2.05 1.95 3/213 13199
/proc/meminfo: memFree=31000784/32872528 swapFree=171816/177948
[pid=13046] ppid=13043 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/13046/stat : 13046 (java) S 13043 13046 12722 0 -1 4202496 15587 0 1 0 179956 45 0 0 20 0 19 0 9905551 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140733538385072 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13046/statm: 2406260 54766 2257 9 0 2396937 0
[pid=13046/tid=13047] ppid=13043 vsize=9625040 CPUtime=1798.98 cores=1,3,5,7
/proc/13046/task/13047/stat : 13047 (java) R 13043 13046 12722 0 -1 4202560 2521 0 1 0 179862 36 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101162061520 140101102241803 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13049] ppid=13043 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13046/task/13049/stat : 13049 (java) S 13043 13046 12722 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101100800296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13050] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13050/stat : 13050 (java) S 13043 13046 12722 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101099747496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13051] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13051/stat : 13051 (java) S 13043 13046 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101098695208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13052] ppid=13043 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13046/task/13052/stat : 13052 (java) S 13043 13046 12722 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101097642408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13053] ppid=13043 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13046/task/13053/stat : 13053 (java) S 13043 13046 12722 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101096590120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13054] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13054/stat : 13054 (java) S 13043 13046 12722 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140101000313512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13046/tid=13055] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13055/stat : 13055 (java) S 13043 13046 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100999261224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13056] ppid=13043 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13046/task/13056/stat : 13056 (java) S 13043 13046 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9905552 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100998208424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13057] ppid=13043 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13046/task/13057/stat : 13057 (java) S 13043 13046 12722 0 -1 4202560 13 0 0 0 0 2 0 0 20 0 19 0 9905553 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100986009832 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13058] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13058/stat : 13058 (java) S 13043 13046 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100984955896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13059] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13059/stat : 13059 (java) S 13043 13046 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9905554 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100983903496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13060] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13060/stat : 13060 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100982851984 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13061] ppid=13043 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13046/task/13061/stat : 13061 (java) S 13043 13046 12722 0 -1 4202560 3204 0 0 0 29 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100981799608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13046/tid=13062] ppid=13043 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/13046/task/13062/stat : 13062 (java) S 13043 13046 12722 0 -1 4202560 8396 0 0 0 31 2 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100980746808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13063] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13063/stat : 13063 (java) S 13043 13046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100979694712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13046/tid=13064] ppid=13043 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/13046/task/13064/stat : 13064 (java) S 13043 13046 12722 0 -1 4202560 104 0 0 0 27 47 0 0 20 0 19 0 9905556 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100978642120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13046/tid=13065] ppid=13043 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13046/task/13065/stat : 13065 (java) S 13043 13046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9905564 9856040960 54766 33554432000 1073741824 1073778376 140733538393936 140100977587112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 13046 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1799.04
CPU time (s): 1800.83
CPU user time (s): 1799.82
CPU system time (s): 1.01085
CPU usage (%): 100.1
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 1.01085
maximum resident set size= 219224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15635
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38047
involuntary context switches= 3842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0035 second user time and 14.1918 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 19:45:42
IDJOB=4120022
IDBENCH=109658
IDSOLVER=2546
FILE ID=node105/4120022-1467308742
RUNJOBID= node105-1467308726-12739
PBS_JOBID= 20005269
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-29-1.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120022-1467308742/watcher-4120022-1467308742 -o /tmp/evaluation-result-4120022-1467308742/solver-4120022-1467308742 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120022-1467308742.opb

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

MD5SUM BENCH= 4861b612062d6cfb73dedd5bacb9fff0
RANDOM SEED=360273602

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31202832 kB
Buffers:          140680 kB
Cached:           538308 kB
SwapCached:            0 kB
Active:           321816 kB
Inactive:         416884 kB
Active(anon):      54580 kB
Inactive(anon):     7948 kB
Active(file):     267236 kB
Inactive(file):   408936 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1956 kB
Writeback:             0 kB
AnonPages:        258284 kB
Mapped:            22112 kB
Shmem:               204 kB
Slab:             611368 kB
SReclaimable:      54796 kB
SUnreclaim:       556572 kB
KernelStack:        1760 kB
PageTables:         5268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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 node105 at 2016-06-30 20:15:41