Trace number 4120854

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.82 1799.64

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-23.cnf.gz-extracted.pb.metafix.opb
MD5SUM969b3984a3fd48c2c26e12fbd87dc505
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.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints92
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)92
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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4120854-1467312725.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.02s.
0.11/0.12	c declared #vars     93
0.11/0.12	c #constraints  92
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 92
0.11/0.12	c 92 constraints processed.
0.60/0.47	c cleaning 2496 clauses out of 5000 with flag 36223/5000
1.12/0.87	c cleaning 4247 clauses out of 8504 with flag 79864/11000
1.62/1.31	c cleaning 5621 clauses out of 11258 with flag 134820/18001
2.12/1.87	c cleaning 6808 clauses out of 13636 with flag 199111/26000
2.94/2.61	c cleaning 7907 clauses out of 15829 with flag 259197/35001
3.84/3.54	c cleaning 8948 clauses out of 17921 with flag 352134/45000
4.94/4.69	c cleaning 9983 clauses out of 19973 with flag 449443/56000
6.14/5.86	c cleaning 10981 clauses out of 21990 with flag 538137/68000
7.44/7.14	c cleaning 11993 clauses out of 24010 with flag 636251/81001
9.14/8.85	c cleaning 13003 clauses out of 26017 with flag 763079/95001
11.23/10.91	c cleaning 13996 clauses out of 28013 with flag 880401/110000
13.43/13.16	c cleaning 14999 clauses out of 30017 with flag 1009104/126000
15.93/15.63	c cleaning 15999 clauses out of 32018 with flag 1139432/143000
18.83/18.57	c cleaning 17000 clauses out of 34019 with flag 1284473/161000
22.23/21.94	c cleaning 18004 clauses out of 36019 with flag 1436739/180000
25.53/25.25	c cleaning 19002 clauses out of 38015 with flag 1612894/200000
29.63/29.30	c cleaning 20004 clauses out of 40013 with flag 1813061/221000
33.23/32.98	c cleaning 20990 clauses out of 42010 with flag 1984395/243001
37.33/37.06	c cleaning 22004 clauses out of 44019 with flag 2160716/266000
41.93/41.60	c cleaning 23005 clauses out of 46017 with flag 2357637/290002
47.23/46.94	c cleaning 23999 clauses out of 48010 with flag 2586591/315000
53.14/52.81	c cleaning 24995 clauses out of 50011 with flag 2833305/341000
59.53/59.21	c cleaning 26000 clauses out of 52017 with flag 3078245/368001
65.93/65.66	c cleaning 27006 clauses out of 54016 with flag 3309295/396000
72.43/72.20	c cleaning 27993 clauses out of 56010 with flag 3557065/425000
79.73/79.42	c cleaning 29001 clauses out of 58017 with flag 3802104/455000
88.03/87.77	c cleaning 30004 clauses out of 60016 with flag 4073818/486000
96.33/96.08	c cleaning 30995 clauses out of 62013 with flag 4330396/518001
104.83/104.54	c cleaning 31998 clauses out of 64017 with flag 4603178/551000
114.22/113.91	c cleaning 32997 clauses out of 66020 with flag 4877849/585001
124.33/124.07	c cleaning 33999 clauses out of 68022 with flag 5164017/620000
135.43/135.12	c cleaning 35006 clauses out of 70023 with flag 5468147/656000
146.93/146.61	c cleaning 35992 clauses out of 72017 with flag 5751814/693000
159.83/159.60	c cleaning 37007 clauses out of 74026 with flag 6040752/731001
172.82/172.54	c cleaning 38004 clauses out of 76018 with flag 6333268/770000
187.82/187.58	c cleaning 38999 clauses out of 78015 with flag 6641117/810001
202.83/202.59	c cleaning 40002 clauses out of 80015 with flag 6973675/851000
220.32/220.05	c cleaning 40998 clauses out of 82014 with flag 7309237/893001
236.82/236.59	c cleaning 42001 clauses out of 84015 with flag 7645089/936000
254.02/253.75	c cleaning 43000 clauses out of 86016 with flag 7994097/980002
271.72/271.49	c cleaning 44002 clauses out of 88016 with flag 8334234/1025002
288.44/288.17	c cleaning 45000 clauses out of 90013 with flag 8692701/1071001
308.03/307.78	c cleaning 45994 clauses out of 92012 with flag 9062432/1118000
326.73/326.44	c cleaning 47003 clauses out of 94018 with flag 9430479/1166000
345.33/345.02	c cleaning 47998 clauses out of 96015 with flag 9814563/1215000
367.02/366.78	c cleaning 49008 clauses out of 98019 with flag 10203800/1265002
389.73/389.48	c cleaning 49994 clauses out of 100009 with flag 10583147/1316000
414.83/414.58	c cleaning 50998 clauses out of 102015 with flag 10981329/1368000
442.43/442.10	c cleaning 51998 clauses out of 104017 with flag 11421800/1421000
468.13/467.81	c cleaning 52998 clauses out of 106022 with flag 11842140/1475003
496.74/496.49	c cleaning 54005 clauses out of 108023 with flag 12275549/1530002
528.74/528.45	c cleaning 55004 clauses out of 110018 with flag 12713040/1586002
560.84/560.57	c cleaning 56003 clauses out of 112012 with flag 13151889/1643000
592.94/592.68	c cleaning 57000 clauses out of 114011 with flag 13577522/1701002
625.64/625.31	c cleaning 57993 clauses out of 116009 with flag 14041149/1760000
660.13/659.86	c cleaning 59000 clauses out of 118016 with flag 14490778/1820000
698.33/698.02	c cleaning 60001 clauses out of 120016 with flag 14955785/1881000
739.54/739.25	c cleaning 61003 clauses out of 122016 with flag 15426863/1943001
785.91/785.66	c cleaning 62000 clauses out of 124012 with flag 15898953/2006000
834.51/834.23	c cleaning 62998 clauses out of 126013 with flag 16363417/2070001
876.23/875.97	c cleaning 64005 clauses out of 128015 with flag 16843725/2135001
919.53/919.21	c cleaning 65002 clauses out of 130011 with flag 17339982/2201002
966.16/965.82	c cleaning 65997 clauses out of 132011 with flag 17877670/2268004
1016.88/1016.54	c cleaning 66996 clauses out of 134010 with flag 18383839/2336000
1066.57/1066.29	c cleaning 67996 clauses out of 136016 with flag 18893950/2405002
1120.57/1120.26	c cleaning 69004 clauses out of 138019 with flag 19416238/2475001
1174.28/1173.92	c cleaning 70002 clauses out of 140016 with flag 19930482/2546002
1233.99/1233.67	c cleaning 71002 clauses out of 142013 with flag 20477880/2618001
1297.11/1296.72	c cleaning 71997 clauses out of 144010 with flag 21054881/2691000
1357.91/1357.51	c cleaning 72998 clauses out of 146015 with flag 21623119/2765002
1427.71/1427.34	c cleaning 74001 clauses out of 148017 with flag 22191612/2840002
1494.60/1494.20	c cleaning 74996 clauses out of 150014 with flag 22760054/2916000
1570.21/1569.81	c cleaning 76005 clauses out of 152018 with flag 23320199/2993000
1642.40/1642.02	c cleaning 77000 clauses out of 154013 with flag 23897080/3071000
1717.66/1717.23	c cleaning 77998 clauses out of 156013 with flag 24500699/3150000
1793.25/1792.84	c cleaning 79001 clauses out of 158016 with flag 25104195/3230001
1800.06/1799.61	c starts		: 727
1800.06/1799.61	c conflicts		: 3242396
1800.06/1799.61	c decisions		: 3887460
1800.06/1799.61	c propagations		: 61352352
1800.06/1799.61	c inspects		: 39791178899
1800.06/1799.61	c shortcuts		: 0
1800.06/1799.61	c learnt literals	: 0
1800.06/1799.61	c learnt binary clauses	: 0
1800.06/1799.61	c learnt ternary clauses	: 5
1800.06/1799.61	c learnt constraints	: 3242396
1800.06/1799.61	c ignored constraints	: 0
1800.06/1799.61	c root simplifications	: 0
1800.06/1799.61	c removed literals (reason simplification)	: 0
1800.06/1799.61	c reason swapping (by a shorter reason)	: 0
1800.06/1799.61	c Calls to reduceDB	: 76
1800.06/1799.61	c Number of update (reduction) of LBD	: 1005921
1800.06/1799.61	c Imported unit clauses	: 0
1800.06/1799.61	c number of reductions to clauses (during analyze)	: 0
1800.06/1799.61	c number of learned constraints concerned by reduction	: 0
1800.06/1799.61	c number of learning phase by resolution	: 0
1800.06/1799.61	c number of learning phase by cutting planes	: 0
1800.06/1799.61	c speed (assignments/second)	: 34094.36078171167
1800.06/1799.61	c non guided choices	18
1800.06/1799.61	c timeout
1800.06/1799.63	c learnt constraints type 
1800.06/1799.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91411
1800.06/1799.63	s UNKNOWN
1800.06/1799.63	c Total wall clock time (in seconds): 1799.533

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

pid=21295
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.02 2.01 1.96 3/194 21298
/proc/meminfo: memFree=28810456/32872528 swapFree=7620/7620
[pid=21298] ppid=21295 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21298/stat : 21298 (java) S 21295 21298 19879 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 12168602 98570240 977 33554432000 1073741824 1073778376 140734093797296 140734093788432 218238058557 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21298/statm: 24065 977 743 9 0 16771 0
[pid=21298/tid=21299] ppid=21295 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21299/stat : 21299 (java) R 21295 21298 19879 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 12168603 98570240 978 33554432000 1073741824 1073778376 140734093797296 140336708501032 218234701184 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100139 s]
/proc/loadavg: 2.02 2.01 1.96 3/194 21298
/proc/meminfo: memFree=28810456/32872528 swapFree=7620/7620
[pid=21298] ppid=21295 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/21298/stat : 21298 (java) S 21295 21298 19879 0 -1 4202496 4533 0 1 0 10 1 0 0 20 0 18 0 12168602 9787879424 5659 33554432000 1073741824 1073778376 140734093797296 140734093788432 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21298/statm: 2389619 5661 2157 9 0 2380296 0
[pid=21298/tid=21299] ppid=21295 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21298/task/21299/stat : 21299 (java) R 21295 21298 19879 0 -1 4202560 2432 0 1 0 7 0 0 0 20 0 18 0 12168603 9787879424 5661 33554432000 1073741824 1073778376 140734093797296 140336708505944 140336714200209 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200361 s]
/proc/loadavg: 2.02 2.01 1.96 3/194 21298
/proc/meminfo: memFree=28810456/32872528 swapFree=7620/7620
[pid=21298] ppid=21295 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/21298/stat : 21298 (java) S 21295 21298 19879 0 -1 4202496 6769 0 1 0 31 1 0 0 20 0 19 0 12168602 9856040960 7110 33554432000 1073741824 1073778376 140734093797296 140734093788432 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21298/statm: 2406260 7110 2223 9 0 2396937 0
[pid=21298/tid=21299] ppid=21295 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21298/task/21299/stat : 21299 (java) R 21295 21298 19879 0 -1 4202560 2449 0 1 0 17 0 0 0 20 0 19 0 12168603 9856040960 7110 33554432000 1073741824 1073778376 140734093797296 140336708506240 140336648628153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300341 s]
/proc/loadavg: 2.02 2.01 1.96 3/194 21298
/proc/meminfo: memFree=28810456/32872528 swapFree=7620/7620
[pid=21298] ppid=21295 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/21298/stat : 21298 (java) S 21295 21298 19879 0 -1 4202496 6789 0 1 0 48 1 0 0 20 0 19 0 12168602 9856040960 7130 33554432000 1073741824 1073778376 140734093797296 140734093788432 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21298/statm: 2406260 7130 2226 9 0 2396937 0
[pid=21298/tid=21299] ppid=21295 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21298/task/21299/stat : 21299 (java) R 21295 21298 19879 0 -1 4202560 2449 0 1 0 27 0 0 0 20 0 19 0 12168603 9856040960 7130 33554432000 1073741824 1073778376 140734093797296 140336708506240 140336648627867 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700272 s]
/proc/loadavg: 2.02 2.01 1.96 3/194 21298
/proc/meminfo: memFree=28810456/32872528 swapFree=7620/7620
[pid=21298] ppid=21295 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/21298/stat : 21298 (java) S 21295 21298 19879 0 -1 4202496 7356 0 1 0 96 2 0 0 20 0 19 0 12168602 9856040960 7723 33554432000 1073741824 1073778376 140734093797296 140734093788432 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21298/statm: 2406260 7723 2237 9 0 2396937 0
[pid=21298/tid=21299] ppid=21295 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/21298/task/21299/stat : 21299 (java) R 21295 21298 19879 0 -1 4202560 2450 0 1 0 67 0 0 0 20 0 19 0 12168603 9856040960 7723 33554432000 1073741824 1073778376 140734093797296 140336708497088 140336648628315 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.02 2.01 1.96 3/213 21317
/proc/meminfo: memFree=28787704/32872528 swapFree=7620/7620
[pid=21298] ppid=21295 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/21298/stat : 21298 (java) S 21295 21298 19879 0 -1 4202496 7369 0 1 0 180 2 0 0 20 0 19 0 12168602 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140734093788432 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21298/statm: 2406260 8246 2240 9 0 2396937 0
[pid=21298/tid=21299] ppid=21295 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/21298/task/21299/stat : 21299 (java) R 21295 21298 19879 0 -1 4202560 2453 0 1 0 147 0 0 0 20 0 19 0 12168603 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336708506104 140336648628333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21301] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336552426280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21302] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336551373480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21303] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336550321192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21298/tid=21304] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336549268392 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21305] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336548215080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21306] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336547162280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21307] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336546109992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21308] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336545057192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21309] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21309/stat : 21309 (java) S 21295 21298 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12168604 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336532646632 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21310] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336531592696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21311] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336530540296 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21312] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336529488784 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21313] ppid=21295 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 19879 0 -1 4202560 2227 0 0 0 17 0 0 0 20 0 19 0 12168607 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336528435384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21314] ppid=21295 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/21298/task/21314/stat : 21314 (java) S 21295 21298 19879 0 -1 4202560 1420 0 0 0 14 0 0 0 20 0 19 0 12168607 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336527382584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21315] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21315/stat : 21315 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336526330488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21316] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21316/stat : 21316 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336525277896 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21317] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21317/stat : 21317 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168615 9856040960 8246 33554432000 1073741824 1073778376 140734093797296 140336524223912 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.02 2.01 1.96 3/213 21317
/proc/meminfo: memFree=28785284/32872528 swapFree=7620/7620
[pid=21298] ppid=21295 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/21298/stat : 21298 (java) S 21295 21298 19879 0 -1 4202496 7373 0 1 0 342 2 0 0 20 0 19 0 12168602 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140734093788432 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21298/statm: 2406260 8760 2240 9 0 2396937 0
[pid=21298/tid=21299] ppid=21295 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/21298/task/21299/stat : 21299 (java) R 21295 21298 19879 0 -1 4202560 2455 0 1 0 307 0 0 0 20 0 19 0 12168603 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336708497104 140336648642187 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21301] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336552426280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21302] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336551373480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21303] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336550321192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21298/tid=21304] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336549268392 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21305] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336548215080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21306] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336547162280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21307] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336546109992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21308] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336545057192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21309] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21309/stat : 21309 (java) S 21295 21298 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12168604 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336532646632 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21310] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336531592696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21311] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336530540296 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21312] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336529488784 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21313] ppid=21295 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 19879 0 -1 4202560 2227 0 0 0 17 0 0 0 20 0 19 0 12168607 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336528435384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21314] ppid=21295 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21298/task/21314/stat : 21314 (java) S 21295 21298 19879 0 -1 4202560 1422 0 0 0 15 0 0 0 20 0 19 0 12168607 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336527382584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21315] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21315/stat : 21315 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336526330488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21316] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21316/stat : 21316 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336525277896 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21317] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21317/stat : 21317 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168615 9856040960 8760 33554432000 1073741824 1073778376 140734093797296 140336524223912 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.02 2.01 1.96 3/213 21317
/proc/meminfo: memFree=28778328/32872528 swapFree=7620/7620
[pid=21298] ppid=21295 vsize=9625040 CPUtime=6.64 cores=1,3,5,7
/proc/21298/stat : 21298 (java) S 21295 21298 19879 0 -1 4202496 7377 0 1 0 662 2 0 0 20 0 19 0 12168602 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140734093788432 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21298/statm: 2406260 9410 2241 9 0 2396937 0
[pid=21298/tid=21299] ppid=21295 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/21298/task/21299/stat : 21299 (java) R 21295 21298 19879 0 -1 4202560 2458 0 1 0 627 0 0 0 20 0 19 0 12168603 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336708497104 140336648628315 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21301] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336552426280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21302] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336551373480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21303] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336550321192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21298/tid=21304] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336549268392 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21305] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336548215080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21306] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336547162280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21307] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336546109992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21308] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336545057192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21309] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21309/stat : 21309 (java) S 21295 21298 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12168604 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336532646632 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21310] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336531592696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21311] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336530540296 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21312] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336529488784 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21313] ppid=21295 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 19879 0 -1 4202560 2227 0 0 0 17 0 0 0 20 0 19 0 12168607 9856040960 9410 33554432000 1073741824 1073778376 140734093797296 140336528435384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21314] ppid=21295 vsize=9625040 CPUtime=0.15 cores=1,3,5,7

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

/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 47138 33554432000 1073741824 1073778376 140734093797296 140336531592696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21311] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 47138 33554432000 1073741824 1073778376 140734093797296 140336530540296 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21312] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 47138 33554432000 1073741824 1073778376 140734093797296 140336529488784 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21313] ppid=21295 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 19879 0 -1 4202560 2344 0 0 0 20 0 0 0 20 0 19 0 12168607 9856040960 47138 33554432000 1073741824 1073778376 140734093797296 140336528435384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21314] ppid=21295 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21298/task/21314/stat : 21314 (java) S 21295 21298 19879 0 -1 4202560 1422 0 0 0 15 0 0 0 20 0 19 0 12168607 9856040960 47138 33554432000 1073741824 1073778376 140734093797296 140336527382584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21315] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21315/stat : 21315 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 47138 33554432000 1073741824 1073778376 140734093797296 140336526330488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21316] ppid=21295 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/21298/task/21316/stat : 21316 (java) S 21295 21298 19879 0 -1 4202560 96 0 0 0 25 39 0 0 20 0 19 0 12168607 9856040960 47138 33554432000 1073741824 1073778376 140734093797296 140336525277896 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21317] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21317/stat : 21317 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168615 9856040960 47138 33554432000 1073741824 1073778376 140734093797296 140336524223912 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662.69
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/214 21707
/proc/meminfo: memFree=28464720/32872528 swapFree=7620/7620
[pid=21298] ppid=21295 vsize=9625040 CPUtime=1722.76 cores=1,3,5,7
/proc/21298/stat : 21298 (java) S 21295 21298 19879 0 -1 4202496 7724 0 1 0 172244 32 0 0 20 0 19 0 12168602 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140734093788432 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21298/statm: 2406260 50211 2256 9 0 2396937 0
[pid=21298/tid=21299] ppid=21295 vsize=9625040 CPUtime=1722.11 cores=1,3,5,7
/proc/21298/task/21299/stat : 21299 (java) R 21295 21298 19879 0 -1 4202560 2520 0 1 0 172175 36 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336708497104 140336648642184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21301] ppid=21295 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 19879 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336552426280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21302] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336551373480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21303] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336550321192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21298/tid=21304] ppid=21295 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 19879 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336549268392 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21305] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336548215080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21306] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336547162280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21307] ppid=21295 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336546109992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21308] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336545057192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21298/tid=21309] ppid=21295 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21298/task/21309/stat : 21309 (java) S 21295 21298 19879 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 19 0 12168604 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336532646632 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21310] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336531592696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21311] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336530540296 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21312] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336529488784 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21313] ppid=21295 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 19879 0 -1 4202560 2344 0 0 0 20 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336528435384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21314] ppid=21295 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21298/task/21314/stat : 21314 (java) S 21295 21298 19879 0 -1 4202560 1422 0 0 0 15 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336527382584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21315] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21315/stat : 21315 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336526330488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21316] ppid=21295 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/21298/task/21316/stat : 21316 (java) S 21295 21298 19879 0 -1 4202560 100 0 0 0 28 40 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336525277896 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21317] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21317/stat : 21317 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168615 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336524223912 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1722.76
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 21709
/proc/meminfo: memFree=28465204/32872528 swapFree=7620/7620
[pid=21298] ppid=21295 vsize=9625040 CPUtime=1782.75 cores=1,3,5,7
/proc/21298/stat : 21298 (java) S 21295 21298 19879 0 -1 4202496 7728 0 1 0 178240 35 0 0 20 0 19 0 12168602 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140734093788432 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21298/statm: 2406260 50211 2256 9 0 2396937 0
[pid=21298/tid=21299] ppid=21295 vsize=9625040 CPUtime=1782.09 cores=1,3,5,7
/proc/21298/task/21299/stat : 21299 (java) R 21295 21298 19879 0 -1 4202560 2520 0 1 0 178171 38 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336708497104 140336648628494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21301] ppid=21295 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 19879 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336552426280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21302] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336551373480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21303] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336550321192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21298/tid=21304] ppid=21295 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 19879 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336549268392 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21305] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336548215080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21306] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336547162280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21307] ppid=21295 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336546109992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21308] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336545057192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21298/tid=21309] ppid=21295 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21298/task/21309/stat : 21309 (java) S 21295 21298 19879 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 19 0 12168604 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336532646632 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21310] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336531592696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21311] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336530540296 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21312] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336529488784 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21313] ppid=21295 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 19879 0 -1 4202560 2344 0 0 0 20 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336528435384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21314] ppid=21295 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21298/task/21314/stat : 21314 (java) S 21295 21298 19879 0 -1 4202560 1422 0 0 0 15 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336527382584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21315] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21315/stat : 21315 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336526330488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21316] ppid=21295 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/21298/task/21316/stat : 21316 (java) S 21295 21298 19879 0 -1 4202560 104 0 0 0 28 40 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336525277896 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21317] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21317/stat : 21317 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168615 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336524223912 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1782.75
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.6 s]
/proc/loadavg: 2.08 2.02 2.00 3/213 21709
/proc/meminfo: memFree=28465328/32872528 swapFree=7620/7620
[pid=21298] ppid=21295 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/21298/stat : 21298 (java) S 21295 21298 19879 0 -1 4202496 7728 0 1 0 179971 35 0 0 20 0 19 0 12168602 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140734093788432 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21298/statm: 2406260 50211 2256 9 0 2396937 0
[pid=21298/tid=21299] ppid=21295 vsize=9625040 CPUtime=1799.39 cores=1,3,5,7
/proc/21298/task/21299/stat : 21299 (java) R 21295 21298 19879 0 -1 4202560 2520 0 1 0 179901 38 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336708497104 140336648628408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21301] ppid=21295 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21298/task/21301/stat : 21301 (java) S 21295 21298 19879 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336552426280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21302] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21302/stat : 21302 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336551373480 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21303] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21303/stat : 21303 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336550321192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21298/tid=21304] ppid=21295 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/21298/task/21304/stat : 21304 (java) S 21295 21298 19879 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336549268392 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21305] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21305/stat : 21305 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336548215080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21306] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21306/stat : 21306 (java) S 21295 21298 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336547162280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21307] ppid=21295 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21298/task/21307/stat : 21307 (java) S 21295 21298 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336546109992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21308] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21308/stat : 21308 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168603 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336545057192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21298/tid=21309] ppid=21295 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21298/task/21309/stat : 21309 (java) S 21295 21298 19879 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 19 0 12168604 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336532646632 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21310] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21310/stat : 21310 (java) S 21295 21298 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336531592696 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21311] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21311/stat : 21311 (java) S 21295 21298 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12168605 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336530540296 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21312] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21312/stat : 21312 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336529488784 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21313] ppid=21295 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21298/task/21313/stat : 21313 (java) S 21295 21298 19879 0 -1 4202560 2344 0 0 0 20 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336528435384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21298/tid=21314] ppid=21295 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21298/task/21314/stat : 21314 (java) S 21295 21298 19879 0 -1 4202560 1422 0 0 0 15 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336527382584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21315] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21315/stat : 21315 (java) S 21295 21298 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336526330488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21298/tid=21316] ppid=21295 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21298/task/21316/stat : 21316 (java) S 21295 21298 19879 0 -1 4202560 104 0 0 0 28 41 0 0 20 0 19 0 12168607 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336525277896 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21298/tid=21317] ppid=21295 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21298/task/21317/stat : 21317 (java) S 21295 21298 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12168615 9856040960 50211 33554432000 1073741824 1073778376 140734093797296 140336524223912 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21298 sig 9
??? kill -21298 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1799.64
CPU time (s): 1800.82
CPU user time (s): 1799.88
CPU system time (s): 0.942856
CPU usage (%): 100.066
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.942856
maximum resident set size= 201012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7778
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= 38051
involuntary context switches= 9120

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3934 second user time and 13.8009 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 20:52:05
IDJOB=4120854
IDBENCH=110160
IDSOLVER=2546
FILE ID=node106/4120854-1467312725
RUNJOBID= node106-1467308742-19896
PBS_JOBID= 20005279
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 969b3984a3fd48c2c26e12fbd87dc505
RANDOM SEED=179042479

node106.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.495
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.99
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.495
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.56
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.495
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.495
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.495
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.56
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.495
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.495
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.495
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:        28810992 kB
Buffers:           80436 kB
Cached:          3132604 kB
SwapCached:            0 kB
Active:          2404596 kB
Inactive:         872888 kB
Active(anon):      51184 kB
Inactive(anon):    15724 kB
Active(file):    2353412 kB
Inactive(file):   857164 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1288 kB
Writeback:             0 kB
AnonPages:        161576 kB
Mapped:            23408 kB
Shmem:               204 kB
Slab:             625908 kB
SReclaimable:      69036 kB
SUnreclaim:       556872 kB
KernelStack:        1760 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     696532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71748 MiB
End job on node106 at 2016-06-30 21:22:05