Trace number 4084416

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.65 1796.84

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark246.703
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084416-1465218010.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.25/0.24	c ... done. Wall clock time 0.127s.
0.25/0.24	c declared #vars     428
0.25/0.24	c #constraints  942
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
0.25/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.25/0.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.25/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
0.25/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
0.25/0.24	c 942 constraints processed.
1.13/0.79	c cleaning 2499 clauses out of 5000 with flag 19205/5001
1.81/1.33	c cleaning 4250 clauses out of 8500 with flag 46098/11000
2.51/2.03	c cleaning 5625 clauses out of 11250 with flag 83706/18000
3.31/2.89	c cleaning 6805 clauses out of 13625 with flag 132657/26000
4.44/3.96	c cleaning 7906 clauses out of 15821 with flag 189805/35001
5.84/5.35	c cleaning 8959 clauses out of 17917 with flag 262196/45003
7.45/6.97	c cleaning 9977 clauses out of 19956 with flag 344132/56001
9.35/8.83	c cleaning 10979 clauses out of 21978 with flag 437465/68000
11.55/11.06	c cleaning 11998 clauses out of 24001 with flag 542816/81002
14.05/13.51	c cleaning 12999 clauses out of 26002 with flag 655383/95001
16.95/16.45	c cleaning 14000 clauses out of 28003 with flag 786290/110001
20.04/19.55	c cleaning 14994 clauses out of 30002 with flag 920602/126000
23.75/23.27	c cleaning 16003 clauses out of 32008 with flag 1079113/143000
27.66/27.11	c cleaning 17003 clauses out of 34005 with flag 1241840/161000
32.07/31.56	c cleaning 17996 clauses out of 36002 with flag 1422285/180000
37.08/36.57	c cleaning 19001 clauses out of 38009 with flag 1633308/200003
41.78/41.26	c cleaning 19995 clauses out of 40005 with flag 1824756/221000
46.89/46.34	c cleaning 20996 clauses out of 42010 with flag 2026995/243000
52.19/51.62	c cleaning 22004 clauses out of 44016 with flag 2226176/266002
57.39/56.81	c cleaning 22999 clauses out of 46010 with flag 2402311/290000
63.19/62.63	c cleaning 23996 clauses out of 48013 with flag 2607862/315002
69.20/68.60	c cleaning 25000 clauses out of 50015 with flag 2826157/341000
76.40/75.85	c cleaning 25997 clauses out of 52015 with flag 3048074/368000
84.31/83.75	c cleaning 27001 clauses out of 54020 with flag 3298879/396002
92.77/92.17	c cleaning 27995 clauses out of 56018 with flag 3561750/425001
101.47/100.85	c cleaning 28999 clauses out of 58022 with flag 3836621/455000
111.37/110.77	c cleaning 30005 clauses out of 60023 with flag 4106730/486000
121.87/121.25	c cleaning 31002 clauses out of 62018 with flag 4391526/518000
133.67/133.06	c cleaning 32005 clauses out of 64019 with flag 4702246/551003
146.57/145.97	c cleaning 32998 clauses out of 66011 with flag 5004244/585000
160.55/159.89	c cleaning 34003 clauses out of 68015 with flag 5320945/620002
173.85/173.15	c cleaning 34998 clauses out of 70011 with flag 5658700/656001
187.75/187.02	c cleaning 36003 clauses out of 72015 with flag 6002896/693003
201.95/201.30	c cleaning 37000 clauses out of 74015 with flag 6346130/731006
217.96/217.27	c cleaning 37995 clauses out of 76010 with flag 6713300/770001
235.61/234.73	c cleaning 39001 clauses out of 78015 with flag 7061068/810001
253.92/253.01	c cleaning 39994 clauses out of 80015 with flag 7452624/851002
273.52/272.67	c cleaning 41003 clauses out of 82019 with flag 7821955/893000
294.22/293.32	c cleaning 41998 clauses out of 84016 with flag 8205047/936000
317.32/316.41	c cleaning 43006 clauses out of 86019 with flag 8639341/980001
339.80/338.79	c cleaning 43998 clauses out of 88012 with flag 9071150/1025000
363.00/361.91	c cleaning 45003 clauses out of 90014 with flag 9543434/1071000
389.11/388.03	c cleaning 45998 clauses out of 92012 with flag 9951899/1118001
415.41/414.39	c cleaning 46995 clauses out of 94014 with flag 10353754/1166001
441.90/440.65	c cleaning 47999 clauses out of 96018 with flag 10741336/1215000
470.02/468.78	c cleaning 48997 clauses out of 98020 with flag 11156287/1265001
498.92/497.66	c cleaning 50008 clauses out of 100024 with flag 11587224/1316002
528.32/527.05	c cleaning 51004 clauses out of 102018 with flag 12034303/1368004
557.04/555.53	c cleaning 51998 clauses out of 104013 with flag 12494208/1421003
591.95/590.40	c cleaning 52998 clauses out of 106014 with flag 13016124/1475002
623.95/622.49	c cleaning 53997 clauses out of 108015 with flag 13508820/1530001
660.53/658.79	c cleaning 55004 clauses out of 110017 with flag 14049100/1586000
694.85/693.07	c cleaning 56001 clauses out of 112013 with flag 14521191/1643000
738.05/736.01	c cleaning 57004 clauses out of 114012 with flag 15033682/1701001
779.65/777.63	c cleaning 57996 clauses out of 116007 with flag 15539923/1760000
822.23/820.09	c cleaning 59001 clauses out of 118012 with flag 16061465/1820001
864.51/862.32	c cleaning 59993 clauses out of 120010 with flag 16604629/1881000
910.05/907.85	c cleaning 60997 clauses out of 122017 with flag 17146305/1943000
955.55/953.37	c cleaning 62005 clauses out of 124020 with flag 17730451/2006000
996.74/994.49	c cleaning 63002 clauses out of 126017 with flag 18303083/2070002
1045.15/1042.73	c cleaning 63995 clauses out of 128013 with flag 18947235/2135000
1095.17/1092.80	c cleaning 65004 clauses out of 130022 with flag 19580357/2201004
1143.53/1141.08	c cleaning 66001 clauses out of 132017 with flag 20243096/2268003
1203.43/1200.88	c cleaning 66986 clauses out of 134014 with flag 21064309/2336001
1261.84/1259.27	c cleaning 67994 clauses out of 136027 with flag 21951376/2405000
1317.01/1314.35	c cleaning 69005 clauses out of 138034 with flag 22766738/2475001
1374.33/1371.50	c cleaning 69996 clauses out of 140030 with flag 23562168/2546002
1432.54/1429.73	c cleaning 70999 clauses out of 142033 with flag 24472286/2618001
1481.27/1478.44	c cleaning 72010 clauses out of 144034 with flag 25200319/2691001
1526.43/1523.57	c cleaning 73004 clauses out of 146026 with flag 25793070/2765003
1588.01/1585.06	c cleaning 74004 clauses out of 148019 with flag 26425669/2840000
1663.53/1660.47	c cleaning 74999 clauses out of 150015 with flag 27191460/2916000
1749.66/1746.54	c cleaning 75995 clauses out of 152017 with flag 28414902/2993001
1800.05/1796.80	c starts		: 896
1800.05/1796.80	c conflicts		: 3050217
1800.05/1796.80	c decisions		: 3570794
1800.05/1796.80	c propagations		: 103443595
1800.05/1796.80	c inspects		: 27244307660
1800.05/1796.80	c shortcuts		: 0
1800.05/1796.80	c learnt literals	: 2
1800.05/1796.80	c learnt binary clauses	: 10
1800.05/1796.80	c learnt ternary clauses	: 58
1800.05/1796.80	c learnt constraints	: 3050215
1800.05/1796.80	c ignored constraints	: 0
1800.05/1796.80	c root simplifications	: 0
1800.05/1796.80	c removed literals (reason simplification)	: 0
1800.05/1796.80	c reason swapping (by a shorter reason)	: 0
1800.05/1796.80	c Calls to reduceDB	: 73
1800.05/1796.80	c Number of update (reduction) of LBD	: 402924
1800.05/1796.80	c Imported unit clauses	: 0
1800.05/1796.80	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.80	c number of learned constraints concerned by reduction	: 0
1800.05/1796.80	c number of learning phase by resolution	: 0
1800.05/1796.80	c number of learning phase by cutting planes	: 0
1800.05/1796.80	c speed (assignments/second)	: 57578.70708465067
1800.05/1796.80	c non guided choices	25
1800.05/1796.80	c timeout
1800.05/1796.83	c learnt constraints type 
1800.05/1796.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.05/1796.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133229
1800.05/1796.83	s UNKNOWN
1800.05/1796.83	c Total wall clock time (in seconds): 1796.717

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-4084416-1465218010/watcher-4084416-1465218010 -o /tmp/evaluation-result-4084416-1465218010/solver-4084416-1465218010 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084416-1465218010.opb 

pid=884
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.22 2.17 2.09 3/195 887
/proc/meminfo: memFree=30288668/32872528 swapFree=16252/1391864
[pid=887] ppid=884 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/887/stat : 887 (java) D 884 887 737 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 103734141 9515008 175 33554432000 1073741824 1073778376 140734915169232 140734915151960 272886481808 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/887/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.22 2.17 2.09 3/195 887
/proc/meminfo: memFree=30288668/32872528 swapFree=16252/1391864
[pid=887] ppid=884 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/887/stat : 887 (java) S 884 887 737 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 103734141 9787879424 6032 33554432000 1073741824 1073778376 140735342299312 140735342290448 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/887/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.22 2.17 2.09 3/195 887
/proc/meminfo: memFree=30288668/32872528 swapFree=16252/1391864
[pid=887] ppid=884 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/887/stat : 887 (java) S 884 887 737 0 -1 4202496 4785 0 1 0 24 1 0 0 20 0 18 0 103734141 9787879424 6835 33554432000 1073741824 1073778376 140735342299312 140735342290448 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/887/statm: 2389619 6836 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 2.22 2.17 2.09 3/195 887
/proc/meminfo: memFree=30288668/32872528 swapFree=16252/1391864
[pid=887] ppid=884 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/887/stat : 887 (java) S 884 887 737 0 -1 4202496 6657 0 1 0 49 1 0 0 20 0 19 0 103734141 9856040960 8886 33554432000 1073741824 1073778376 140735342299312 140735342290448 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/887/statm: 2406260 8886 2240 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.70027 s]
/proc/loadavg: 2.22 2.17 2.09 3/195 887
/proc/meminfo: memFree=30288668/32872528 swapFree=16252/1391864
[pid=887] ppid=884 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/887/stat : 887 (java) S 884 887 737 0 -1 4202496 7909 0 1 0 111 2 0 0 20 0 19 0 103734141 9856040960 9643 33554432000 1073741824 1073778376 140735342299312 140735342290448 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/887/statm: 2406260 9643 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.21 2.16 2.09 3/214 906
/proc/meminfo: memFree=30256212/32872528 swapFree=16252/1391864
[pid=887] ppid=884 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/887/stat : 887 (java) S 884 887 737 0 -1 4202496 7938 0 1 0 199 2 0 0 20 0 19 0 103734141 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 140735342290448 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/887/statm: 2406260 11204 2257 9 0 2396937 0
[pid=887/tid=889] ppid=884 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/887/task/889/stat : 889 (java) R 884 887 737 0 -1 4202560 2414 0 1 0 145 1 0 0 20 0 19 0 103734142 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139641074487624 139640946778047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=887/tid=890] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/890/stat : 890 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640917932200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=891] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/891/stat : 891 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640916879656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=892] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/892/stat : 892 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640915827112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=893] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/893/stat : 893 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640914774568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=894] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/894/stat : 894 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640913722024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=895] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/895/stat : 895 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640912669480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=896] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/896/stat : 896 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640911616936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=897] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/897/stat : 897 (java) S 884 887 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640910564392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=898] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/898/stat : 898 (java) S 884 887 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103734144 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640898365544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=899] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/899/stat : 899 (java) S 884 887 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640897311864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=900] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/900/stat : 900 (java) S 884 887 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640896259208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=901] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/901/stat : 901 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640895207952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=902] ppid=884 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/887/task/902/stat : 902 (java) S 884 887 737 0 -1 4202560 2804 0 0 0 28 0 0 0 20 0 19 0 103734147 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640894155320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=903] ppid=884 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/887/task/903/stat : 903 (java) S 884 887 737 0 -1 4202560 1444 0 0 0 22 0 0 0 20 0 19 0 103734147 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640893102776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=904] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/904/stat : 904 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640892050424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=905] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/905/stat : 905 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640890998088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=906] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/906/stat : 906 (java) S 884 887 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103734166 9856040960 11204 33554432000 1073741824 1073778376 140735342299312 139640889942824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10089 s]
/proc/loadavg: 2.21 2.16 2.09 3/214 906
/proc/meminfo: memFree=30247524/32872528 swapFree=16252/1391864
[pid=887] ppid=884 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/887/stat : 887 (java) S 884 887 737 0 -1 4202496 7944 0 1 0 362 2 0 0 20 0 19 0 103734141 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 140735342290448 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/887/statm: 2406260 13253 2258 9 0 2396937 0
[pid=887/tid=889] ppid=884 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/887/task/889/stat : 889 (java) R 884 887 737 0 -1 4202560 2419 0 1 0 305 2 0 0 20 0 19 0 103734142 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139641074485848 139640946562998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=887/tid=890] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/890/stat : 890 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640917932200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=891] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/891/stat : 891 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640916879656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=892] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/892/stat : 892 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640915827112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=893] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/893/stat : 893 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640914774568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=894] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/894/stat : 894 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640913722024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=895] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/895/stat : 895 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640912669480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=896] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/896/stat : 896 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640911616936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=897] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/897/stat : 897 (java) S 884 887 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640910564392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=898] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/898/stat : 898 (java) S 884 887 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103734144 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640898365544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=899] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/899/stat : 899 (java) S 884 887 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640897311864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=900] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/900/stat : 900 (java) S 884 887 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640896259208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=901] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/901/stat : 901 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640895207952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=902] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/902/stat : 902 (java) S 884 887 737 0 -1 4202560 2804 0 0 0 29 0 0 0 20 0 19 0 103734147 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640894155320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=903] ppid=884 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/887/task/903/stat : 903 (java) S 884 887 737 0 -1 4202560 1445 0 0 0 25 0 0 0 20 0 19 0 103734147 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640893102776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=904] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/904/stat : 904 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640892050424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=905] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/905/stat : 905 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640890998088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=906] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/906/stat : 906 (java) S 884 887 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103734166 9856040960 13253 33554432000 1073741824 1073778376 140735342299312 139640889942824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.21 2.16 2.09 3/214 906
/proc/meminfo: memFree=30225492/32872528 swapFree=16252/1391864
[pid=887] ppid=884 vsize=9625040 CPUtime=6.85 cores=1,3,5,7
/proc/887/stat : 887 (java) S 884 887 737 0 -1 4202496 7954 0 1 0 682 3 0 0 20 0 19 0 103734141 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 140735342290448 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/887/statm: 2406260 16637 2259 9 0 2396937 0
[pid=887/tid=889] ppid=884 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/887/task/889/stat : 889 (java) R 884 887 737 0 -1 4202560 2428 0 1 0 624 2 0 0 20 0 19 0 103734142 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139641074478784 139640946838784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=887/tid=890] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/890/stat : 890 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640917932200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=891] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/891/stat : 891 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640916879656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=892] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/892/stat : 892 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640915827112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=893] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/893/stat : 893 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640914774568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=894] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/894/stat : 894 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640913722024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=895] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/895/stat : 895 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640912669480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=896] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/896/stat : 896 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640911616936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=897] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/897/stat : 897 (java) S 884 887 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103734143 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640910564392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=898] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/898/stat : 898 (java) S 884 887 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103734144 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640898365544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=899] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/899/stat : 899 (java) S 884 887 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640897311864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=900] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/900/stat : 900 (java) S 884 887 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640896259208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=901] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/901/stat : 901 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640895207952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=902] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/902/stat : 902 (java) S 884 887 737 0 -1 4202560 2804 0 0 0 29 0 0 0 20 0 19 0 103734147 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640894155320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=903] ppid=884 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/887/task/903/stat : 903 (java) S 884 887 737 0 -1 4202560 1445 0 0 0 25 0 0 0 20 0 19 0 103734147 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640893102776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=904] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/904/stat : 904 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640892050424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=905] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/905/stat : 905 (java) S 884 887 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640890998088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=906] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/906/stat : 906 (java) S 884 887 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103734166 9856040960 16637 33554432000 1073741824 1073778376 140735342299312 139640889942824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9625040


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

[pid=887/tid=899] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/899/stat : 899 (java) S 884 887 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640897311864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=900] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/900/stat : 900 (java) S 884 887 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640896259208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=901] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/901/stat : 901 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640895207952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=902] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/902/stat : 902 (java) S 884 887 737 0 -1 4202560 2804 0 0 0 29 0 0 0 20 0 19 0 103734147 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640894155320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=903] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/903/stat : 903 (java) S 884 887 737 0 -1 4202560 1954 0 0 0 29 0 0 0 20 0 19 0 103734147 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640893102776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=904] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/904/stat : 904 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640892050424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=905] ppid=884 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/887/task/905/stat : 905 (java) S 884 887 737 0 -1 4202560 96 0 0 0 29 40 0 0 20 0 19 0 103734147 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640890998088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=906] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/906/stat : 906 (java) S 884 887 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103734166 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640889942824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1665.43
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.17 2.15 2.13 3/213 1036
/proc/meminfo: memFree=29165192/32872528 swapFree=16252/1391864
[pid=887] ppid=884 vsize=9625040 CPUtime=1725.45 cores=1,3,5,7
/proc/887/stat : 887 (java) S 884 887 737 0 -1 4202496 11015 0 1 0 172442 103 0 0 20 0 19 0 103734141 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 140735342290448 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/887/statm: 2406260 152060 2281 9 0 2396937 0
[pid=887/tid=889] ppid=884 vsize=9625040 CPUtime=1721.09 cores=1,3,5,7
/proc/887/task/889/stat : 889 (java) R 884 887 737 0 -1 4202560 2502 0 1 0 172079 30 0 0 20 0 19 0 103734142 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139641074478800 139640946848246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=887/tid=890] ppid=884 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/887/task/890/stat : 890 (java) S 884 887 737 0 -1 4202560 401 0 0 0 32 9 0 0 20 0 19 0 103734143 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640917932200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=891] ppid=884 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/887/task/891/stat : 891 (java) S 884 887 737 0 -1 4202560 376 0 0 0 31 11 0 0 20 0 19 0 103734143 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640916879656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=892] ppid=884 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/887/task/892/stat : 892 (java) S 884 887 737 0 -1 4202560 210 0 0 0 38 10 0 0 20 0 19 0 103734143 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640915827112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=893] ppid=884 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/887/task/893/stat : 893 (java) S 884 887 737 0 -1 4202560 178 0 0 0 26 6 0 0 20 0 19 0 103734143 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640914774568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=894] ppid=884 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/887/task/894/stat : 894 (java) S 884 887 737 0 -1 4202560 272 0 0 0 31 6 0 0 20 0 19 0 103734143 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640913722024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=895] ppid=884 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/887/task/895/stat : 895 (java) S 884 887 737 0 -1 4202560 208 0 0 0 28 6 0 0 20 0 19 0 103734143 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640912669480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=896] ppid=884 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/887/task/896/stat : 896 (java) S 884 887 737 0 -1 4202560 358 0 0 0 36 10 0 0 20 0 19 0 103734143 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640911616936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=897] ppid=884 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/887/task/897/stat : 897 (java) S 884 887 737 0 -1 4202560 170 0 0 0 22 6 0 0 20 0 19 0 103734143 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640910564392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=898] ppid=884 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/887/task/898/stat : 898 (java) S 884 887 737 0 -1 4202560 220 0 0 0 19 3 0 0 20 0 19 0 103734144 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640898365544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=899] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/899/stat : 899 (java) S 884 887 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640897311864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=900] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/900/stat : 900 (java) S 884 887 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640896259208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=901] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/901/stat : 901 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640895207952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=902] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/902/stat : 902 (java) S 884 887 737 0 -1 4202560 2804 0 0 0 29 0 0 0 20 0 19 0 103734147 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640894155320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=903] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/903/stat : 903 (java) S 884 887 737 0 -1 4202560 1954 0 0 0 29 0 0 0 20 0 19 0 103734147 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640893102776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=904] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/904/stat : 904 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640892050424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=905] ppid=884 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/887/task/905/stat : 905 (java) S 884 887 737 0 -1 4202560 100 0 0 0 30 41 0 0 20 0 19 0 103734147 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640890998088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=906] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/906/stat : 906 (java) S 884 887 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103734166 9856040960 152060 33554432000 1073741824 1073778376 140735342299312 139640889942824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.45
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.16 2.14 3/213 1038
/proc/meminfo: memFree=29064888/32872528 swapFree=16252/1391864
[pid=887] ppid=884 vsize=9625040 CPUtime=1785.55 cores=1,3,5,7
/proc/887/stat : 887 (java) S 884 887 737 0 -1 4202496 11022 0 1 0 178450 105 0 0 20 0 19 0 103734141 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 140735342290448 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/887/statm: 2406260 150986 2281 9 0 2396937 0
[pid=887/tid=889] ppid=884 vsize=9625040 CPUtime=1781.06 cores=1,3,5,7
/proc/887/task/889/stat : 889 (java) R 884 887 737 0 -1 4202560 2503 0 1 0 178075 31 0 0 20 0 19 0 103734142 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139641074486480 139640946848246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=887/tid=890] ppid=884 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/887/task/890/stat : 890 (java) S 884 887 737 0 -1 4202560 401 0 0 0 34 9 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640917932200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=891] ppid=884 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/887/task/891/stat : 891 (java) S 884 887 737 0 -1 4202560 376 0 0 0 33 11 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640916879656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=892] ppid=884 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/887/task/892/stat : 892 (java) S 884 887 737 0 -1 4202560 210 0 0 0 39 10 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640915827112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=893] ppid=884 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/887/task/893/stat : 893 (java) S 884 887 737 0 -1 4202560 178 0 0 0 28 6 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640914774568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=894] ppid=884 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/887/task/894/stat : 894 (java) S 884 887 737 0 -1 4202560 272 0 0 0 32 6 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640913722024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=895] ppid=884 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/887/task/895/stat : 895 (java) S 884 887 737 0 -1 4202560 208 0 0 0 30 6 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640912669480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=896] ppid=884 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/887/task/896/stat : 896 (java) S 884 887 737 0 -1 4202560 358 0 0 0 38 10 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640911616936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=897] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/897/stat : 897 (java) S 884 887 737 0 -1 4202560 170 0 0 0 22 7 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640910564392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=898] ppid=884 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/887/task/898/stat : 898 (java) S 884 887 737 0 -1 4202560 222 0 0 0 19 3 0 0 20 0 19 0 103734144 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640898365544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=899] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/899/stat : 899 (java) S 884 887 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640897311864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=900] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/900/stat : 900 (java) S 884 887 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640896259208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=901] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/901/stat : 901 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640895207952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=902] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/902/stat : 902 (java) S 884 887 737 0 -1 4202560 2804 0 0 0 29 0 0 0 20 0 19 0 103734147 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640894155320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=903] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/903/stat : 903 (java) S 884 887 737 0 -1 4202560 1954 0 0 0 29 0 0 0 20 0 19 0 103734147 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640893102776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=904] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/904/stat : 904 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640892050424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=905] ppid=884 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/887/task/905/stat : 905 (java) S 884 887 737 0 -1 4202560 104 0 0 0 31 43 0 0 20 0 19 0 103734147 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640890998088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=906] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/906/stat : 906 (java) S 884 887 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103734166 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640889942824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.27 2.17 2.14 3/214 1042
/proc/meminfo: memFree=29038624/32872528 swapFree=16252/1391864
[pid=887] ppid=884 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/887/stat : 887 (java) S 884 887 737 0 -1 4202496 11022 0 1 0 179899 106 0 0 20 0 19 0 103734141 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 140735342290448 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/887/statm: 2406260 150986 2281 9 0 2396937 0
[pid=887/tid=889] ppid=884 vsize=9625040 CPUtime=1795.56 cores=1,3,5,7
/proc/887/task/889/stat : 889 (java) R 884 887 737 0 -1 4202560 2503 0 1 0 179525 31 0 0 20 0 19 0 103734142 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139641074486480 139640946848246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=887/tid=890] ppid=884 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/887/task/890/stat : 890 (java) S 884 887 737 0 -1 4202560 401 0 0 0 34 9 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640917932200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=891] ppid=884 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/887/task/891/stat : 891 (java) S 884 887 737 0 -1 4202560 376 0 0 0 33 11 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640916879656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=892] ppid=884 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/887/task/892/stat : 892 (java) S 884 887 737 0 -1 4202560 210 0 0 0 39 10 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640915827112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=893] ppid=884 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/887/task/893/stat : 893 (java) S 884 887 737 0 -1 4202560 178 0 0 0 28 6 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640914774568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=894] ppid=884 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/887/task/894/stat : 894 (java) S 884 887 737 0 -1 4202560 272 0 0 0 32 6 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640913722024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=895] ppid=884 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/887/task/895/stat : 895 (java) S 884 887 737 0 -1 4202560 208 0 0 0 30 6 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640912669480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=896] ppid=884 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/887/task/896/stat : 896 (java) S 884 887 737 0 -1 4202560 358 0 0 0 38 10 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640911616936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=897] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/897/stat : 897 (java) S 884 887 737 0 -1 4202560 170 0 0 0 22 7 0 0 20 0 19 0 103734143 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640910564392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=887/tid=898] ppid=884 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/887/task/898/stat : 898 (java) S 884 887 737 0 -1 4202560 222 0 0 0 19 3 0 0 20 0 19 0 103734144 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640898365544 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=899] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/899/stat : 899 (java) S 884 887 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640897311864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=900] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/900/stat : 900 (java) S 884 887 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103734145 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640896259208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=901] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/901/stat : 901 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640895207952 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=902] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/902/stat : 902 (java) S 884 887 737 0 -1 4202560 2804 0 0 0 29 0 0 0 20 0 19 0 103734147 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640894155320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=887/tid=903] ppid=884 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/887/task/903/stat : 903 (java) S 884 887 737 0 -1 4202560 1954 0 0 0 29 0 0 0 20 0 19 0 103734147 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640893102776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=904] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/904/stat : 904 (java) S 884 887 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103734147 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640892050424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=887/tid=905] ppid=884 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/887/task/905/stat : 905 (java) S 884 887 737 0 -1 4202560 104 0 0 0 31 44 0 0 20 0 19 0 103734147 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640890998088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=887/tid=906] ppid=884 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/887/task/906/stat : 906 (java) S 884 887 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103734166 9856040960 150986 33554432000 1073741824 1073778376 140735342299312 139640889942824 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 887 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.84
CPU time (s): 1800.65
CPU user time (s): 1799.08
CPU system time (s): 1.57076
CPU usage (%): 100.212
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.57076
maximum resident set size= 748492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11068
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38609
involuntary context switches= 7695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6042 second user time and 12.831 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 15:00:10
IDJOB=4084416
IDBENCH=1161
IDSOLVER=2546
FILE ID=node119/4084416-1465218010
RUNJOBID= node119-1465217315-755
PBS_JOBID= 19843200
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084416-1465218010/watcher-4084416-1465218010 -o /tmp/evaluation-result-4084416-1465218010/solver-4084416-1465218010 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084416-1465218010.opb

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

MD5SUM BENCH= cc11de80c07cf0d445d50327479f6689
RANDOM SEED=261787995

node119.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.410
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.82
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.410
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.410
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.410
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.410
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.410
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.410
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.56
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.410
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:        30289312 kB
Buffers:            7136 kB
Cached:            78332 kB
SwapCached:          832 kB
Active:           452376 kB
Inactive:          40248 kB
Active(anon):     407684 kB
Inactive(anon):     1604 kB
Active(file):      44692 kB
Inactive(file):    38644 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100124 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       1755376 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             565020 kB
SReclaimable:       8984 kB
SUnreclaim:       556036 kB
KernelStack:        1768 kB
PageTables:         7928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1976796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1701888 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= 71716 MiB
End job on node119 at 2016-06-06 15:30:07