Trace number 4106984

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.67 1786.05

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_1_80.opb
MD5SUM1315caae01d69a106b6850eece7eb42e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31432
Sum of products size (including duplicates)62864
Number of different products15716
Sum of products size31432

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106984-1466283524.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.68/0.72	c ... done. Wall clock time 0.613s.
1.68/0.72	c declared #vars     1000
1.68/0.72	c internal #vars     16716
1.68/0.72	c #constraints  32935
1.68/0.72	c constraints type 
1.68/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15716
1.68/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.68/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.68/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15716
1.68/0.72	c 32935 constraints processed.
4.99/3.02	c cleaning 2551 clauses out of 5101 with flag 12512/5101
7.06/5.00	c cleaning 4170 clauses out of 8449 with flag 24691/11000
9.06/7.09	c cleaning 5659 clauses out of 11317 with flag 39618/18038
11.41/9.30	c cleaning 6747 clauses out of 13620 with flag 56165/26000
13.74/11.52	c cleaning 7953 clauses out of 15918 with flag 75291/35045
15.34/13.11	c cleaning 8881 clauses out of 17920 with flag 101668/45000
17.75/15.51	c cleaning 9917 clauses out of 20040 with flag 125420/56001
21.34/19.19	c cleaning 11021 clauses out of 22122 with flag 150933/68000
27.84/25.64	c cleaning 12004 clauses out of 24101 with flag 178114/81000
33.64/31.41	c cleaning 12966 clauses out of 26098 with flag 207418/95001
38.56/36.04	c cleaning 14014 clauses out of 28132 with flag 239255/110001
41.76/39.26	c cleaning 15008 clauses out of 30120 with flag 277899/126003
46.76/44.27	c cleaning 16088 clauses out of 32177 with flag 315470/143068
56.96/54.47	c cleaning 17071 clauses out of 34144 with flag 353232/161123
63.76/61.30	c cleaning 18003 clauses out of 36007 with flag 393861/180057
68.87/66.02	c cleaning 18904 clauses out of 37948 with flag 446813/200001
77.56/74.75	c cleaning 20021 clauses out of 40043 with flag 492690/221000
85.57/82.75	c cleaning 21010 clauses out of 42022 with flag 538598/243000
90.77/87.90	c cleaning 21924 clauses out of 44012 with flag 590938/266000
100.67/97.82	c cleaning 23069 clauses out of 46140 with flag 641645/290052
107.27/104.43	c cleaning 23948 clauses out of 48019 with flag 698466/315000
118.13/114.93	c cleaning 24993 clauses out of 50071 with flag 752781/341000
126.93/123.79	c cleaning 25939 clauses out of 52079 with flag 809730/368001
137.23/134.10	c cleaning 27135 clauses out of 54271 with flag 874452/396132
146.63/143.50	c cleaning 27948 clauses out of 56006 with flag 936340/425002
158.24/155.00	c cleaning 29039 clauses out of 58080 with flag 1002507/455024
168.55/164.62	c cleaning 29950 clauses out of 60017 with flag 1072833/486000
181.36/177.48	c cleaning 31050 clauses out of 62102 with flag 1139966/518035
191.26/187.35	c cleaning 31895 clauses out of 64017 with flag 1213735/551000
205.16/201.20	c cleaning 33021 clauses out of 66129 with flag 1285355/585007
218.56/214.64	c cleaning 34051 clauses out of 68104 with flag 1365926/620003
230.36/226.47	c cleaning 35025 clauses out of 70052 with flag 1446879/656002
246.68/241.72	c cleaning 35916 clauses out of 72026 with flag 1525767/693001
261.78/256.87	c cleaning 37069 clauses out of 74161 with flag 1613791/731052
276.48/271.54	c cleaning 37980 clauses out of 76040 with flag 1699367/770000
291.19/286.27	c cleaning 39073 clauses out of 78148 with flag 1787998/810088
306.59/301.62	c cleaning 39922 clauses out of 79988 with flag 1879345/851001
321.29/316.37	c cleaning 40903 clauses out of 82065 with flag 1972033/893000
337.41/331.00	c cleaning 41971 clauses out of 84163 with flag 2068183/936001
352.21/345.81	c cleaning 42969 clauses out of 86191 with flag 2166633/980000
368.00/361.65	c cleaning 44113 clauses out of 88251 with flag 2268236/1025029
382.50/376.16	c cleaning 44984 clauses out of 90110 with flag 2371843/1071001
397.91/391.56	c cleaning 46080 clauses out of 92162 with flag 2489645/1118037
414.11/407.74	c cleaning 46924 clauses out of 94045 with flag 2596790/1166000
431.99/425.36	c cleaning 48060 clauses out of 96127 with flag 2715024/1215006
448.00/441.33	c cleaning 48902 clauses out of 98062 with flag 2831046/1265001
466.70/460.07	c cleaning 50014 clauses out of 100160 with flag 2947495/1316001
485.71/479.04	c cleaning 50944 clauses out of 102146 with flag 3071424/1368001
505.02/498.33	c cleaning 52062 clauses out of 104207 with flag 3195846/1421006
526.87/519.33	c cleaning 52982 clauses out of 106139 with flag 3325775/1475000
547.28/539.77	c cleaning 53995 clauses out of 108157 with flag 3464757/1530000
569.38/561.83	c cleaning 55015 clauses out of 110162 with flag 3596325/1586000
591.09/583.57	c cleaning 56008 clauses out of 112147 with flag 3736550/1643000
614.53/606.19	c cleaning 57031 clauses out of 114139 with flag 3878028/1701000
635.73/627.30	c cleaning 57964 clauses out of 116109 with flag 4021367/1760001
659.03/650.64	c cleaning 58995 clauses out of 118144 with flag 4169850/1820000
681.24/672.86	c cleaning 59957 clauses out of 120150 with flag 4321785/1881001
706.25/697.47	c cleaning 60981 clauses out of 122193 with flag 4478332/1943001
730.45/721.61	c cleaning 62049 clauses out of 124211 with flag 4658720/2006000
753.64/744.81	c cleaning 62991 clauses out of 126162 with flag 4849121/2070000
769.54/760.71	c cleaning 64037 clauses out of 128174 with flag 5106352/2135003
785.38/775.78	c cleaning 65007 clauses out of 130135 with flag 5355805/2201001
810.38/800.74	c cleaning 65995 clauses out of 132128 with flag 5578311/2268001
838.60/828.90	c cleaning 67023 clauses out of 134138 with flag 5785273/2336006
869.20/859.17	c cleaning 67970 clauses out of 136112 with flag 5989239/2405003
901.71/891.62	c cleaning 69010 clauses out of 138139 with flag 6181208/2475000
936.51/926.40	c cleaning 69979 clauses out of 140130 with flag 6369320/2546001
974.91/964.00	c cleaning 71010 clauses out of 142150 with flag 6557721/2618000
1012.42/1001.50	c cleaning 71982 clauses out of 144141 with flag 6745321/2691001
1051.93/1041.07	c cleaning 72967 clauses out of 146159 with flag 6927206/2765001
1095.22/1083.98	c cleaning 74072 clauses out of 148217 with flag 7109487/2840026
1141.23/1129.92	c cleaning 74949 clauses out of 150120 with flag 7288704/2916001
1187.74/1176.42	c cleaning 76034 clauses out of 152183 with flag 7477952/2993013
1235.42/1223.36	c cleaning 76977 clauses out of 154136 with flag 7659053/3071000
1284.82/1272.73	c cleaning 78009 clauses out of 156159 with flag 7841467/3150000
1338.28/1325.86	c cleaning 78982 clauses out of 158150 with flag 8026223/3230000
1391.09/1378.63	c cleaning 80087 clauses out of 160176 with flag 8215738/3311008
1447.31/1434.82	c cleaning 80993 clauses out of 162081 with flag 8407315/3393000
1510.30/1497.29	c cleaning 81984 clauses out of 164089 with flag 8593389/3476001
1571.91/1558.88	c cleaning 82993 clauses out of 166104 with flag 8792225/3560000
1634.67/1621.35	c cleaning 83984 clauses out of 168115 with flag 8982436/3645004
1700.19/1686.88	c cleaning 85109 clauses out of 170219 with flag 9178134/3731092
1766.23/1752.25	c cleaning 85950 clauses out of 172018 with flag 9370564/3818000
1800.03/1786.00	c starts		: 1
1800.03/1786.00	c conflicts		: 3871879
1800.03/1786.00	c decisions		: 38664688
1800.03/1786.00	c propagations		: 115372570
1800.03/1786.00	c inspects		: 22541440340
1800.03/1786.00	c shortcuts		: 0
1800.03/1786.00	c learnt literals	: 0
1800.03/1786.00	c learnt binary clauses	: 0
1800.03/1786.00	c learnt ternary clauses	: 0
1800.03/1786.00	c learnt constraints	: 3871879
1800.03/1786.00	c ignored constraints	: 0
1800.03/1786.00	c root simplifications	: 0
1800.03/1786.00	c removed literals (reason simplification)	: 0
1800.03/1786.00	c reason swapping (by a shorter reason)	: 0
1800.03/1786.00	c Calls to reduceDB	: 83
1800.03/1786.00	c Number of update (reduction) of LBD	: 414886
1800.03/1786.00	c Imported unit clauses	: 0
1800.03/1786.00	c number of reductions to clauses (during analyze)	: 0
1800.03/1786.00	c number of learned constraints concerned by reduction	: 0
1800.03/1786.00	c number of learning phase by resolution	: 0
1800.03/1786.00	c number of learning phase by cutting planes	: 0
1800.03/1786.00	c speed (assignments/second)	: 64624.75402866459
1800.03/1786.00	c non guided choices	16173
1800.03/1786.00	c timeout
1800.03/1786.03	c learnt constraints type 
1800.03/1786.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139947
1800.03/1786.03	s UNKNOWN
1800.03/1786.03	c Total wall clock time (in seconds): 1785.925

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

pid=13594
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.23 2.25 2.21 4/194 13597
/proc/meminfo: memFree=30358288/32872528 swapFree=1244176/1391344
[pid=13597] ppid=13594 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13597/stat : 13597 (java) R 13594 13597 12782 0 -1 4202496 978 0 0 0 0 0 0 0 20 0 1 0 30401039 23793664 628 33554432000 1073741824 1073778376 140737003631680 140737003620744 272877271617 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13597/statm: 5809 640 474 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.23 2.25 2.21 4/194 13597
/proc/meminfo: memFree=30358288/32872528 swapFree=1244176/1391344
[pid=13597] ppid=13594 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13597/stat : 13597 (java) S 13594 13597 12782 0 -1 4202496 4436 0 1 0 9 1 0 0 20 0 18 0 30401039 9787879424 6057 33554432000 1073741824 1073778376 140737003631680 140737003622816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13597/statm: 2389619 6057 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 2.23 2.25 2.21 4/194 13597
/proc/meminfo: memFree=30358288/32872528 swapFree=1244176/1391344
[pid=13597] ppid=13594 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13597/stat : 13597 (java) S 13594 13597 12782 0 -1 4202496 4708 0 1 0 23 1 0 0 20 0 18 0 30401039 9787879424 6746 33554432000 1073741824 1073778376 140737003631680 140737003622816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13597/statm: 2389619 6746 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 2.23 2.25 2.21 4/194 13597
/proc/meminfo: memFree=30358288/32872528 swapFree=1244176/1391344
[pid=13597] ppid=13594 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/13597/stat : 13597 (java) S 13594 13597 12782 0 -1 4202496 6232 0 1 0 47 2 0 0 20 0 18 0 30401039 9787879424 9354 33554432000 1073741824 1073778376 140737003631680 140737003622816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13597/statm: 2389619 9354 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 2.23 2.25 2.21 4/194 13597
/proc/meminfo: memFree=30358288/32872528 swapFree=1244176/1391344
[pid=13597] ppid=13594 vsize=9558476 CPUtime=1.68 cores=1,3,5,7
/proc/13597/stat : 13597 (java) S 13594 13597 12782 0 -1 4202496 20794 0 1 0 161 7 0 0 20 0 18 0 30401039 9787879424 50294 33554432000 1073741824 1073778376 140737003631680 140737003622816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13597/statm: 2389619 50294 2273 9 0 2380296 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.37 2.28 2.22 6/213 13616
/proc/meminfo: memFree=30168092/32872528 swapFree=1244176/1391344
[pid=13597] ppid=13594 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/13597/stat : 13597 (java) S 13594 13597 12782 0 -1 4202496 22503 0 1 0 337 7 0 0 20 0 19 0 30401039 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 140737003622816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13597/statm: 2406260 49503 2284 9 0 2396937 0
[pid=13597/tid=13599] ppid=13594 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13597/task/13599/stat : 13599 (java) R 13594 13597 12782 0 -1 4202560 2484 0 1 0 142 3 0 0 20 0 19 0 30401040 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139781159825800 272889855032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13600] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13600/stat : 13600 (java) S 13594 13597 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139781121317288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13601] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13601/stat : 13601 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139781002488360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13602] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13602/stat : 13602 (java) S 13594 13597 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139781001435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13603] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13603/stat : 13603 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139781000382760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13604] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13604/stat : 13604 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780999330728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13605] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13605/stat : 13605 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780998278184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13606] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13606/stat : 13606 (java) S 13594 13597 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780997225128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13607] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13607/stat : 13607 (java) S 13594 13597 12782 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780996172584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13608] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13608/stat : 13608 (java) S 13594 13597 12782 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30401041 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780513843560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13609] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13609/stat : 13609 (java) S 13594 13597 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780512789880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13610] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13610/stat : 13610 (java) S 13594 13597 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780511736712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13611] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13611/stat : 13611 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780510685456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13612] ppid=13594 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/13597/task/13612/stat : 13612 (java) R 13594 13597 12782 0 -1 4202560 8106 0 0 0 97 2 0 0 20 0 19 0 30401044 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780509633336 272889864629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13613] ppid=13594 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/13597/task/13613/stat : 13613 (java) S 13594 13597 12782 0 -1 4202560 10529 0 0 0 89 2 0 0 20 0 19 0 30401044 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780508580792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13614] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13614/stat : 13614 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780507527928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13615] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13615/stat : 13615 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780506475592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13616] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13616/stat : 13616 (java) S 13594 13597 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30401113 9856040960 49503 33554432000 1073741824 1073778376 140737003631680 139780505420840 272889853865 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+3.10081 s]
/proc/loadavg: 2.37 2.28 2.22 3/213 13616
/proc/meminfo: memFree=30168092/32872528 swapFree=1244176/1391344
[pid=13597] ppid=13594 vsize=9625040 CPUtime=5.11 cores=1,3,5,7
/proc/13597/stat : 13597 (java) S 13594 13597 12782 0 -1 4202496 22511 0 1 0 504 7 0 0 20 0 19 0 30401039 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 140737003622816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13597/statm: 2406260 49510 2291 9 0 2396937 0
[pid=13597/tid=13599] ppid=13594 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/13597/task/13599/stat : 13599 (java) R 13594 13597 12782 0 -1 4202560 2485 0 1 0 302 3 0 0 20 0 19 0 30401040 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139781159823712 139781003649969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13600] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13600/stat : 13600 (java) S 13594 13597 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139781121317288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13601] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13601/stat : 13601 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139781002488360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13602] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13602/stat : 13602 (java) S 13594 13597 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139781001435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13603] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13603/stat : 13603 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139781000382760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13604] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13604/stat : 13604 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780999330728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13605] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13605/stat : 13605 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780998278184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13606] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13606/stat : 13606 (java) S 13594 13597 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780997225128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13607] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13607/stat : 13607 (java) S 13594 13597 12782 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780996172584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13608] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13608/stat : 13608 (java) S 13594 13597 12782 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30401041 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780513843560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13609] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13609/stat : 13609 (java) S 13594 13597 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780512789880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13610] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13610/stat : 13610 (java) S 13594 13597 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780511736712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13611] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13611/stat : 13611 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780510685456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13612] ppid=13594 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/13597/task/13612/stat : 13612 (java) S 13594 13597 12782 0 -1 4202560 8110 0 0 0 102 2 0 0 20 0 19 0 30401044 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780509633336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13613] ppid=13594 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/13597/task/13613/stat : 13613 (java) S 13594 13597 12782 0 -1 4202560 10532 0 0 0 91 2 0 0 20 0 19 0 30401044 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780508580792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13614] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13614/stat : 13614 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780507527928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13615] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13615/stat : 13615 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780506475592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13616] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13616/stat : 13616 (java) S 13594 13597 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30401113 9856040960 49510 33554432000 1073741824 1073778376 140737003631680 139780505420840 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.34 2.28 2.22 3/213 13616
/proc/meminfo: memFree=30169272/32872528 swapFree=1244176/1391344
[pid=13597] ppid=13594 vsize=9625040 CPUtime=8.36 cores=1,3,5,7
/proc/13597/stat : 13597 (java) S 13594 13597 12782 0 -1 4202496 22514 0 1 0 829 7 0 0 20 0 19 0 30401039 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 140737003622816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13597/statm: 2406260 49165 2291 9 0 2396937 0
[pid=13597/tid=13599] ppid=13594 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/13597/task/13599/stat : 13599 (java) R 13594 13597 12782 0 -1 4202560 2488 0 1 0 622 3 0 0 20 0 19 0 30401040 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139781159823712 139781003636726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13600] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13600/stat : 13600 (java) S 13594 13597 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139781121317288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13601] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13601/stat : 13601 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139781002488360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13602] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13602/stat : 13602 (java) S 13594 13597 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139781001435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13603] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13603/stat : 13603 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139781000382760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13604] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13604/stat : 13604 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780999330728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13605] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13605/stat : 13605 (java) S 13594 13597 12782 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780998278184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13606] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13606/stat : 13606 (java) S 13594 13597 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780997225128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13607] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13607/stat : 13607 (java) S 13594 13597 12782 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30401040 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780996172584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13608] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13608/stat : 13608 (java) S 13594 13597 12782 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30401041 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780513843560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13609] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13609/stat : 13609 (java) S 13594 13597 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780512789880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13610] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13610/stat : 13610 (java) S 13594 13597 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780511736712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13611] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13611/stat : 13611 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780510685456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13612] ppid=13594 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/13597/task/13612/stat : 13612 (java) S 13594 13597 12782 0 -1 4202560 8110 0 0 0 104 2 0 0 20 0 19 0 30401044 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780509633336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13613] ppid=13594 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/13597/task/13613/stat : 13613 (java) S 13594 13597 12782 0 -1 4202560 10532 0 0 0 93 2 0 0 20 0 19 0 30401044 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780508580792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13614] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13614/stat : 13614 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780507527928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13615] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13615/stat : 13615 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780506475592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13616] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13616/stat : 13616 (java) S 13594 13597 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30401113 9856040960 49165 33554432000 1073741824 1073778376 140737003631680 139780505420840 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 9625040


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

[pid=13597/tid=13609] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13609/stat : 13609 (java) S 13594 13597 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 876175 33554432000 1073741824 1073778376 140737003631680 139780512789880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13610] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13610/stat : 13610 (java) S 13594 13597 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 876175 33554432000 1073741824 1073778376 140737003631680 139780511736712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13611] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13611/stat : 13611 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 876175 33554432000 1073741824 1073778376 140737003631680 139780510685456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13612] ppid=13594 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/13597/task/13612/stat : 13612 (java) S 13594 13597 12782 0 -1 4202560 8110 0 0 0 105 2 0 0 20 0 19 0 30401044 9856040960 876175 33554432000 1073741824 1073778376 140737003631680 139780509633336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13613] ppid=13594 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/13597/task/13613/stat : 13613 (java) S 13594 13597 12782 0 -1 4202560 10552 0 0 0 101 2 0 0 20 0 19 0 30401044 9856040960 876175 33554432000 1073741824 1073778376 140737003631680 139780508580792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13614] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13614/stat : 13614 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 876175 33554432000 1073741824 1073778376 140737003631680 139780507527928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13615] ppid=13594 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13597/task/13615/stat : 13615 (java) S 13594 13597 12782 0 -1 4202560 95 0 0 0 30 38 0 0 20 0 19 0 30401044 9856040960 876175 33554432000 1073741824 1073778376 140737003631680 139780506475592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13616] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13616/stat : 13616 (java) S 13594 13597 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30401113 9856040960 876175 33554432000 1073741824 1073778376 140737003631680 139780505420840 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1675.68
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.18 2.18 3/212 13681
/proc/meminfo: memFree=26632948/32872528 swapFree=1244176/1391344
[pid=13597] ppid=13594 vsize=9625040 CPUtime=1736.32 cores=1,3,5,7
/proc/13597/stat : 13597 (java) S 13594 13597 12782 0 -1 4202496 137053 0 1 0 173222 410 0 0 20 0 19 0 30401039 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 140737003622816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13597/statm: 2406260 856706 2300 9 0 2396937 0
[pid=13597/tid=13599] ppid=13594 vsize=9625040 CPUtime=1716.23 cores=1,3,5,7
/proc/13597/task/13599/stat : 13599 (java) R 13594 13597 12782 0 -1 4202560 3375 0 1 0 171586 37 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781159824608 139781003108392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13600] ppid=13594 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/13597/task/13600/stat : 13600 (java) S 13594 13597 12782 0 -1 4202560 5824 0 0 0 153 46 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781121317288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13601] ppid=13594 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/13597/task/13601/stat : 13601 (java) S 13594 13597 12782 0 -1 4202560 17110 0 0 0 162 44 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781002488360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13602] ppid=13594 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/13597/task/13602/stat : 13602 (java) S 13594 13597 12782 0 -1 4202560 15826 0 0 0 135 40 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781001435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13603] ppid=13594 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/13597/task/13603/stat : 13603 (java) S 13594 13597 12782 0 -1 4202560 8392 0 0 0 159 50 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781000382760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13604] ppid=13594 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/13597/task/13604/stat : 13604 (java) S 13594 13597 12782 0 -1 4202560 14493 0 0 0 143 42 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780999330728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13605] ppid=13594 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/13597/task/13605/stat : 13605 (java) S 13594 13597 12782 0 -1 4202560 16948 0 0 0 134 40 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780998278184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13606] ppid=13594 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/13597/task/13606/stat : 13606 (java) S 13594 13597 12782 0 -1 4202560 19439 0 0 0 161 52 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780997225128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13607] ppid=13594 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/13597/task/13607/stat : 13607 (java) S 13594 13597 12782 0 -1 4202560 13280 0 0 0 148 47 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780996172584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13608] ppid=13594 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/13597/task/13608/stat : 13608 (java) S 13594 13597 12782 0 -1 4202560 2340 0 0 0 196 4 0 0 20 0 19 0 30401041 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780513843560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13609] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13609/stat : 13609 (java) S 13594 13597 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780512789880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13610] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13610/stat : 13610 (java) S 13594 13597 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780511736712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13611] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13611/stat : 13611 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780510685456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13612] ppid=13594 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/13597/task/13612/stat : 13612 (java) S 13594 13597 12782 0 -1 4202560 8110 0 0 0 105 2 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780509633336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13613] ppid=13594 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/13597/task/13613/stat : 13613 (java) S 13594 13597 12782 0 -1 4202560 10552 0 0 0 101 2 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780508580792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13614] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13614/stat : 13614 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780507527928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13615] ppid=13594 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13597/task/13615/stat : 13615 (java) S 13594 13597 12782 0 -1 4202560 99 0 0 0 31 40 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780506475592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13616] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13616/stat : 13616 (java) S 13594 13597 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30401113 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780505420840 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1736.32
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.17 2.18 4/213 13749
/proc/meminfo: memFree=26873148/32872528 swapFree=1244176/1391344
[pid=13597] ppid=13594 vsize=9625040 CPUtime=1796.33 cores=1,3,5,7
/proc/13597/stat : 13597 (java) S 13594 13597 12782 0 -1 4202496 137057 0 1 0 179222 411 0 0 20 0 19 0 30401039 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 140737003622816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13597/statm: 2406260 856706 2300 9 0 2396937 0
[pid=13597/tid=13599] ppid=13594 vsize=9625040 CPUtime=1776.23 cores=1,3,5,7
/proc/13597/task/13599/stat : 13599 (java) R 13594 13597 12782 0 -1 4202560 3375 0 1 0 177586 37 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781159816912 139781003703271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13600] ppid=13594 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/13597/task/13600/stat : 13600 (java) S 13594 13597 12782 0 -1 4202560 5824 0 0 0 153 46 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781121317288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13601] ppid=13594 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/13597/task/13601/stat : 13601 (java) S 13594 13597 12782 0 -1 4202560 17110 0 0 0 162 44 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781002488360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13602] ppid=13594 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/13597/task/13602/stat : 13602 (java) S 13594 13597 12782 0 -1 4202560 15826 0 0 0 135 40 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781001435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13603] ppid=13594 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/13597/task/13603/stat : 13603 (java) S 13594 13597 12782 0 -1 4202560 8392 0 0 0 159 50 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781000382760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13604] ppid=13594 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/13597/task/13604/stat : 13604 (java) S 13594 13597 12782 0 -1 4202560 14493 0 0 0 143 42 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780999330728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13605] ppid=13594 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/13597/task/13605/stat : 13605 (java) S 13594 13597 12782 0 -1 4202560 16948 0 0 0 134 40 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780998278184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13606] ppid=13594 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/13597/task/13606/stat : 13606 (java) S 13594 13597 12782 0 -1 4202560 19439 0 0 0 161 52 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780997225128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13607] ppid=13594 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/13597/task/13607/stat : 13607 (java) S 13594 13597 12782 0 -1 4202560 13280 0 0 0 148 47 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780996172584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13608] ppid=13594 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/13597/task/13608/stat : 13608 (java) S 13594 13597 12782 0 -1 4202560 2340 0 0 0 197 4 0 0 20 0 19 0 30401041 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780513843560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13609] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13609/stat : 13609 (java) S 13594 13597 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780512789880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13610] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13610/stat : 13610 (java) S 13594 13597 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780511736712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13611] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13611/stat : 13611 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780510685456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13612] ppid=13594 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/13597/task/13612/stat : 13612 (java) S 13594 13597 12782 0 -1 4202560 8110 0 0 0 105 2 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780509633336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13613] ppid=13594 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/13597/task/13613/stat : 13613 (java) S 13594 13597 12782 0 -1 4202560 10552 0 0 0 101 2 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780508580792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13614] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13614/stat : 13614 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780507527928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13615] ppid=13594 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/13597/task/13615/stat : 13615 (java) S 13594 13597 12782 0 -1 4202560 103 0 0 0 32 42 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780506475592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13616] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13616/stat : 13616 (java) S 13594 13597 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30401113 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780505420840 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1796.33
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786 s]
/proc/loadavg: 2.17 2.17 2.18 4/213 13749
/proc/meminfo: memFree=26879984/32872528 swapFree=1244176/1391344
[pid=13597] ppid=13594 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/13597/stat : 13597 (java) S 13594 13597 12782 0 -1 4202496 137057 0 1 0 179592 411 0 0 20 0 19 0 30401039 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 140737003622816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13597/statm: 2406260 856706 2300 9 0 2396937 0
[pid=13597/tid=13599] ppid=13594 vsize=9625040 CPUtime=1779.93 cores=1,3,5,7
/proc/13597/task/13599/stat : 13599 (java) R 13594 13597 12782 0 -1 4202560 3375 0 1 0 177955 38 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781159816912 139781003605018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13600] ppid=13594 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/13597/task/13600/stat : 13600 (java) S 13594 13597 12782 0 -1 4202560 5824 0 0 0 153 46 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781121317288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13601] ppid=13594 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/13597/task/13601/stat : 13601 (java) S 13594 13597 12782 0 -1 4202560 17110 0 0 0 162 44 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781002488360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13602] ppid=13594 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/13597/task/13602/stat : 13602 (java) S 13594 13597 12782 0 -1 4202560 15826 0 0 0 135 40 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781001435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13603] ppid=13594 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/13597/task/13603/stat : 13603 (java) S 13594 13597 12782 0 -1 4202560 8392 0 0 0 159 50 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139781000382760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13604] ppid=13594 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/13597/task/13604/stat : 13604 (java) S 13594 13597 12782 0 -1 4202560 14493 0 0 0 143 42 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780999330728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13605] ppid=13594 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/13597/task/13605/stat : 13605 (java) S 13594 13597 12782 0 -1 4202560 16948 0 0 0 134 40 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780998278184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13606] ppid=13594 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/13597/task/13606/stat : 13606 (java) S 13594 13597 12782 0 -1 4202560 19439 0 0 0 161 52 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780997225128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13597/tid=13607] ppid=13594 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/13597/task/13607/stat : 13607 (java) S 13594 13597 12782 0 -1 4202560 13280 0 0 0 148 47 0 0 20 0 19 0 30401040 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780996172584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13608] ppid=13594 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/13597/task/13608/stat : 13608 (java) S 13594 13597 12782 0 -1 4202560 2340 0 0 0 197 4 0 0 20 0 19 0 30401041 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780513843560 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13609] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13609/stat : 13609 (java) S 13594 13597 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780512789880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13610] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13610/stat : 13610 (java) S 13594 13597 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30401042 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780511736712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13611] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13611/stat : 13611 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780510685456 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13612] ppid=13594 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/13597/task/13612/stat : 13612 (java) S 13594 13597 12782 0 -1 4202560 8110 0 0 0 105 2 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780509633336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13597/tid=13613] ppid=13594 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/13597/task/13613/stat : 13613 (java) S 13594 13597 12782 0 -1 4202560 10552 0 0 0 101 2 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780508580792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13614] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13614/stat : 13614 (java) S 13594 13597 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780507527928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13597/tid=13615] ppid=13594 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/13597/task/13615/stat : 13615 (java) S 13594 13597 12782 0 -1 4202560 103 0 0 0 32 42 0 0 20 0 19 0 30401044 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780506475592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13597/tid=13616] ppid=13594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13597/task/13616/stat : 13616 (java) S 13594 13597 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30401113 9856040960 856706 33554432000 1073741824 1073778376 140737003631680 139780505420840 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 13597 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1786.05
CPU time (s): 1800.67
CPU user time (s): 1796.03
CPU system time (s): 4.64229
CPU usage (%): 100.819
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.03
system time used= 4.64229
maximum resident set size= 3721380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137092
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46226
involuntary context switches= 6851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4929 second user time and 10.6734 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 22:58:44
IDJOB=4106984
IDBENCH=48352
IDSOLVER=2546
FILE ID=node119/4106984-1466283524
RUNJOBID= node119-1466276358-12799
PBS_JOBID= 19918260
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_1_80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106984-1466283524/watcher-4106984-1466283524 -o /tmp/evaluation-result-4106984-1466283524/solver-4106984-1466283524 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466276358-12799 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106984-1466283524.opb

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

MD5SUM BENCH= 1315caae01d69a106b6850eece7eb42e
RANDOM SEED=111332873

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.456
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.91
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.456
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.456
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.456
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.456
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.54
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.456
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.456
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.456
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:        30358824 kB
Buffers:           83284 kB
Cached:           120472 kB
SwapCached:         1572 kB
Active:           230076 kB
Inactive:         142420 kB
Active(anon):     167308 kB
Inactive(anon):     3796 kB
Active(file):      62768 kB
Inactive(file):   138624 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100120 kB
Dirty:              2192 kB
Writeback:             0 kB
AnonPages:       1601852 kB
Mapped:            17048 kB
Shmem:                 0 kB
Slab:             603780 kB
SReclaimable:      47604 kB
SUnreclaim:       556176 kB
KernelStack:        1760 kB
PageTables:         7600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 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= 71724 MiB
End job on node119 at 2016-06-18 23:28:30