Trace number 4084527

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 1797.24

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j90/
normalized-j9045_1-sat.opb
MD5SUMd4d1ca36c8af6075d3c9b6c16eca4a6b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26754
Total number of constraints93164
Number of constraints which are clauses92580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints584
Minimum length of a constraint1
Maximum length of a constraint90
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 530
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084527-1465273813.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
1.38/0.85	c ... done. Wall clock time 0.746s.
1.38/0.85	c declared #vars     26754
1.38/0.85	c #constraints  93164
1.38/0.85	c constraints type 
1.38/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
1.38/0.85	c org.sat4j.specs.Constr$1 => 10433
1.38/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
1.38/0.85	c org.sat4j.minisat.constraints.cnf.UnitClause => 4513
1.38/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 584
1.38/0.85	c 93164 constraints processed.
3.06/2.01	c cleaning 2496 clauses out of 5000 with flag 24937/5000
4.72/3.29	c cleaning 4249 clauses out of 8506 with flag 56691/11002
6.23/4.74	c cleaning 5615 clauses out of 11255 with flag 99694/18000
7.93/6.47	c cleaning 6807 clauses out of 13643 with flag 153032/26003
9.95/8.47	c cleaning 7914 clauses out of 15833 with flag 203140/35001
12.15/10.62	c cleaning 8948 clauses out of 17918 with flag 262348/45000
14.85/13.34	c cleaning 9977 clauses out of 19971 with flag 337933/56001
17.55/16.09	c cleaning 10983 clauses out of 21993 with flag 415499/68000
20.35/18.87	c cleaning 11997 clauses out of 24010 with flag 502001/81000
23.45/21.95	c cleaning 12993 clauses out of 26013 with flag 597524/95000
26.85/25.33	c cleaning 13997 clauses out of 28023 with flag 711784/110003
30.66/29.18	c cleaning 14994 clauses out of 30024 with flag 814171/126001
34.56/33.07	c cleaning 16006 clauses out of 32029 with flag 925437/143000
39.06/37.50	c cleaning 16992 clauses out of 34024 with flag 1062594/161001
43.56/42.08	c cleaning 18014 clauses out of 36032 with flag 1202354/180001
48.26/46.72	c cleaning 18988 clauses out of 38019 with flag 1342843/200002
53.32/51.80	c cleaning 20013 clauses out of 40029 with flag 1488523/221000
58.61/57.09	c cleaning 21007 clauses out of 42016 with flag 1656627/243000
64.52/62.96	c cleaning 21997 clauses out of 44011 with flag 1817764/266002
70.22/68.65	c cleaning 22997 clauses out of 46012 with flag 1989904/290000
76.43/74.82	c cleaning 23990 clauses out of 48016 with flag 2188452/315001
83.13/81.55	c cleaning 25005 clauses out of 50026 with flag 2382947/341001
90.02/88.41	c cleaning 26007 clauses out of 52022 with flag 2594763/368002
97.22/95.62	c cleaning 26995 clauses out of 54012 with flag 2808459/396000
104.62/103.06	c cleaning 28001 clauses out of 56019 with flag 3017076/425002
112.62/111.01	c cleaning 29002 clauses out of 58016 with flag 3239248/455000
120.74/119.13	c cleaning 30005 clauses out of 60012 with flag 3464383/486000
129.64/128.07	c cleaning 30991 clauses out of 62008 with flag 3694831/518001
138.54/136.91	c cleaning 31990 clauses out of 64017 with flag 3937905/551001
147.95/146.40	c cleaning 32998 clauses out of 66026 with flag 4206797/585000
157.65/156.01	c cleaning 33989 clauses out of 68029 with flag 4479519/620001
167.75/166.11	c cleaning 34999 clauses out of 70038 with flag 4759074/656000
177.94/176.34	c cleaning 36004 clauses out of 72041 with flag 5031797/693003
188.94/187.37	c cleaning 37004 clauses out of 74034 with flag 5334087/731000
199.85/198.23	c cleaning 38015 clauses out of 76030 with flag 5624600/770000
211.76/210.20	c cleaning 38992 clauses out of 78015 with flag 5923493/810000
223.65/222.03	c cleaning 40003 clauses out of 80023 with flag 6271041/851000
235.85/234.22	c cleaning 40996 clauses out of 82020 with flag 6583496/893000
248.76/247.11	c cleaning 41988 clauses out of 84024 with flag 6925827/936000
261.27/259.68	c cleaning 43002 clauses out of 86037 with flag 7243642/980001
274.62/272.97	c cleaning 44010 clauses out of 88034 with flag 7592106/1025000
287.72/286.03	c cleaning 45003 clauses out of 90025 with flag 7918025/1071001
301.91/300.24	c cleaning 46001 clauses out of 92025 with flag 8269916/1118004
316.32/314.64	c cleaning 47001 clauses out of 94020 with flag 8626115/1166000
331.02/329.33	c cleaning 48005 clauses out of 96020 with flag 8999318/1215001
346.72/345.06	c cleaning 49003 clauses out of 98014 with flag 9384748/1265000
362.12/360.40	c cleaning 49996 clauses out of 100011 with flag 9749760/1316000
378.42/376.79	c cleaning 50992 clauses out of 102019 with flag 10151059/1368004
394.83/393.17	c cleaning 51992 clauses out of 104023 with flag 10533115/1421000
411.93/410.25	c cleaning 53000 clauses out of 106031 with flag 10924461/1475000
429.23/427.50	c cleaning 53998 clauses out of 108032 with flag 11340388/1530002
447.44/445.79	c cleaning 54983 clauses out of 110032 with flag 11755232/1586000
465.94/464.23	c cleaning 56012 clauses out of 112050 with flag 12181162/1643001
484.53/482.88	c cleaning 57017 clauses out of 114037 with flag 12607252/1701000
504.99/503.14	c cleaning 58009 clauses out of 116021 with flag 13050550/1760001
524.49/522.61	c cleaning 58993 clauses out of 118011 with flag 13499258/1820000
544.09/542.26	c cleaning 60002 clauses out of 120018 with flag 13959104/1881000
564.89/563.07	c cleaning 60992 clauses out of 122016 with flag 14391410/1943000
586.29/584.45	c cleaning 61998 clauses out of 124024 with flag 14831679/2006000
608.30/606.44	c cleaning 63002 clauses out of 126026 with flag 15291474/2070000
630.60/628.79	c cleaning 64004 clauses out of 128028 with flag 15756359/2135004
654.02/652.11	c cleaning 64993 clauses out of 130021 with flag 16226158/2201001
677.93/676.03	c cleaning 66007 clauses out of 132027 with flag 16713936/2268000
701.64/699.77	c cleaning 66991 clauses out of 134022 with flag 17171382/2336002
725.84/723.99	c cleaning 67993 clauses out of 136029 with flag 17660176/2405000
752.04/750.12	c cleaning 69002 clauses out of 138036 with flag 18154521/2475000
778.49/776.40	c cleaning 70000 clauses out of 140036 with flag 18643187/2546002
804.98/802.91	c cleaning 71009 clauses out of 142034 with flag 19146038/2618000
830.58/828.54	c cleaning 72006 clauses out of 144025 with flag 19651063/2691000
858.28/856.21	c cleaning 72982 clauses out of 146020 with flag 20175793/2765001
886.87/884.80	c cleaning 73999 clauses out of 148038 with flag 20710429/2840001
914.67/912.64	c cleaning 75001 clauses out of 150039 with flag 21223347/2916001
944.58/942.52	c cleaning 76011 clauses out of 152036 with flag 21744540/2993000
974.27/972.29	c cleaning 76991 clauses out of 154025 with flag 22279971/3071001
1005.07/1003.05	c cleaning 77998 clauses out of 156033 with flag 22808061/3150001
1035.46/1033.29	c cleaning 78989 clauses out of 158034 with flag 23356722/3230000
1066.16/1063.92	c cleaning 80013 clauses out of 160045 with flag 23905347/3311000
1098.26/1096.09	c cleaning 81000 clauses out of 162032 with flag 24454675/3393000
1131.45/1129.29	c cleaning 82001 clauses out of 164034 with flag 24998264/3476002
1164.85/1162.65	c cleaning 83009 clauses out of 166031 with flag 25556626/3560000
1198.94/1196.76	c cleaning 84002 clauses out of 168022 with flag 26129488/3645000
1233.74/1231.55	c cleaning 84994 clauses out of 170021 with flag 26684965/3731001
1270.03/1267.83	c cleaning 86010 clauses out of 172027 with flag 27279904/3818001
1305.52/1303.16	c cleaning 87004 clauses out of 174016 with flag 27868840/3906000
1342.22/1339.81	c cleaning 87979 clauses out of 176012 with flag 28455029/3995000
1380.61/1378.24	c cleaning 89011 clauses out of 178034 with flag 29057655/4085001
1419.31/1416.91	c cleaning 89996 clauses out of 180022 with flag 29659265/4176000
1458.59/1456.27	c cleaning 91006 clauses out of 182027 with flag 30279688/4268001
1497.99/1495.66	c cleaning 92002 clauses out of 184022 with flag 30882496/4361002
1539.49/1537.16	c cleaning 92982 clauses out of 186018 with flag 31488808/4455000
1580.97/1578.49	c cleaning 94003 clauses out of 188038 with flag 32116120/4550002
1622.66/1620.19	c cleaning 95013 clauses out of 190033 with flag 32733751/4646000
1664.56/1662.03	c cleaning 96003 clauses out of 192022 with flag 33360451/4743002
1708.55/1706.08	c cleaning 96988 clauses out of 194020 with flag 34005255/4841003
1752.55/1750.09	c cleaning 98010 clauses out of 196029 with flag 34650379/4940000
1797.64/1795.14	c cleaning 99000 clauses out of 198019 with flag 35305618/5040000
1800.00/1797.20	c starts		: 19773
1800.00/1797.20	c conflicts		: 5045549
1800.00/1797.20	c decisions		: 8157553
1800.00/1797.20	c propagations		: 2305367980
1800.00/1797.20	c inspects		: 22469942359
1800.00/1797.20	c shortcuts		: 0
1800.00/1797.20	c learnt literals	: 10
1800.00/1797.20	c learnt binary clauses	: 117
1800.00/1797.20	c learnt ternary clauses	: 1944
1800.00/1797.20	c learnt constraints	: 5045539
1800.00/1797.20	c ignored constraints	: 0
1800.00/1797.20	c root simplifications	: 0
1800.00/1797.20	c removed literals (reason simplification)	: 0
1800.00/1797.20	c reason swapping (by a shorter reason)	: 0
1800.00/1797.20	c Calls to reduceDB	: 96
1800.00/1797.20	c Number of update (reduction) of LBD	: 1819837
1800.00/1797.20	c Imported unit clauses	: 0
1800.00/1797.20	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.20	c number of learned constraints concerned by reduction	: 0
1800.00/1797.20	c number of learning phase by resolution	: 0
1800.00/1797.20	c number of learning phase by cutting planes	: 0
1800.00/1797.20	c speed (assignments/second)	: 1283394.0570259187
1800.00/1797.20	c non guided choices	9713
1800.00/1797.21	c timeout
1800.00/1797.23	c learnt constraints type 
1800.00/1797.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 117
1800.00/1797.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104452
1800.00/1797.23	s UNKNOWN
1800.00/1797.23	c Total wall clock time (in seconds): 1797.131

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-4084527-1465273813/watcher-4084527-1465273813 -o /tmp/evaluation-result-4084527-1465273813/solver-4084527-1465273813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084527-1465273813.opb 

pid=9106
running on 4 cores: 0,2,4,6

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.14 2.10 2.08 4/195 9109
/proc/meminfo: memFree=30269124/32872528 swapFree=12352/737972
[pid=9109] ppid=9106 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9109/stat : 9109 (java) S 9106 9109 3485 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 109315770 98570240 977 33554432000 1073741824 1073778376 140733754475680 140733754466816 213869690941 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9109/statm: 24065 977 743 9 0 16771 0
[pid=9109/tid=9110] ppid=9106 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9110/stat : 9110 (java) R 9106 9109 3485 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 109315770 98570240 977 33554432000 1073741824 1073778376 140733754475680 140038618529320 213866333568 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.14 2.10 2.08 4/195 9109
/proc/meminfo: memFree=30269124/32872528 swapFree=12352/737972
[pid=9109] ppid=9106 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9109/stat : 9109 (java) S 9106 9109 3485 0 -1 4202496 4542 0 1 0 10 1 0 0 20 0 18 0 109315770 9787879424 5662 33554432000 1073741824 1073778376 140733754475680 140733754466816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9109/statm: 2389619 5662 2157 9 0 2380296 0
[pid=9109/tid=9110] ppid=9106 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9109/task/9110/stat : 9110 (java) R 9106 9109 3485 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 109315770 9787879424 5662 33554432000 1073741824 1073778376 140733754475680 140038618532768 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 2.14 2.10 2.08 4/195 9109
/proc/meminfo: memFree=30269124/32872528 swapFree=12352/737972
[pid=9109] ppid=9106 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/9109/stat : 9109 (java) S 9106 9109 3485 0 -1 4202496 5026 0 1 0 27 1 0 0 20 0 18 0 109315770 9787879424 6589 33554432000 1073741824 1073778376 140733754475680 140733754466816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9109/statm: 2389619 6589 2215 9 0 2380296 0
[pid=9109/tid=9110] ppid=9106 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9109/task/9110/stat : 9110 (java) R 9106 9109 3485 0 -1 4202560 2447 0 1 0 16 1 0 0 20 0 18 0 109315770 9787879424 6589 33554432000 1073741824 1073778376 140733754475680 140038618532768 140038490418224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300257 s]
/proc/loadavg: 2.14 2.10 2.08 4/195 9109
/proc/meminfo: memFree=30269124/32872528 swapFree=12352/737972
[pid=9109] ppid=9106 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/9109/stat : 9109 (java) S 9106 9109 3485 0 -1 4202496 6494 0 1 0 49 1 0 0 20 0 18 0 109315770 9787879424 8931 33554432000 1073741824 1073778376 140733754475680 140733754466816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9109/statm: 2389619 8931 2233 9 0 2380296 0
[pid=9109/tid=9110] ppid=9106 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9109/task/9110/stat : 9110 (java) R 9106 9109 3485 0 -1 4202560 2450 0 1 0 26 1 0 0 20 0 18 0 109315770 9787879424 8931 33554432000 1073741824 1073778376 140733754475680 140038618532768 140038490451263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700324 s]
/proc/loadavg: 2.14 2.10 2.08 4/195 9109
/proc/meminfo: memFree=30269124/32872528 swapFree=12352/737972
[pid=9109] ppid=9106 vsize=9558476 CPUtime=1.15 cores=0,2,4,6
/proc/9109/stat : 9109 (java) S 9106 9109 3485 0 -1 4202496 7635 0 1 0 111 4 0 0 20 0 18 0 109315770 9787879424 40333 33554432000 1073741824 1073778376 140733754475680 140733754466816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9109/statm: 2389619 40333 2267 9 0 2380296 0
[pid=9109/tid=9110] ppid=9106 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/9109/task/9110/stat : 9110 (java) R 9106 9109 3485 0 -1 4202560 2521 0 1 0 63 3 0 0 20 0 18 0 109315770 9787879424 40333 33554432000 1073741824 1073778376 140733754475680 140038618533320 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.21 2.11 2.08 3/214 9128
/proc/meminfo: memFree=30101372/32872528 swapFree=12352/737972
[pid=9109] ppid=9106 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/9109/stat : 9109 (java) S 9106 9109 3485 0 -1 4202496 11926 0 1 0 242 4 0 0 20 0 19 0 109315770 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140733754466816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9109/statm: 2406260 43616 2277 9 0 2396937 0
[pid=9109/tid=9110] ppid=9106 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/9109/task/9110/stat : 9110 (java) R 9106 9109 3485 0 -1 4202560 2529 0 1 0 143 3 0 0 20 0 19 0 109315770 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038618525912 140038491120056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9109/tid=9112] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9112/stat : 9112 (java) S 9106 9109 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038462593448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9113] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9113/stat : 9113 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038461540904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9114] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9114/stat : 9114 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038460487848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9115] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9115/stat : 9115 (java) S 9106 9109 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038459435304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9116] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9116/stat : 9116 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038458383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9117] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9117/stat : 9117 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038457330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9118] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9118/stat : 9118 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038456277672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9119] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9119/stat : 9119 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038455225128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9120] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9120/stat : 9120 (java) S 9106 9109 3485 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038442813800 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9121] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9121/stat : 9121 (java) S 9106 9109 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038441760120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9122] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9122/stat : 9122 (java) S 9106 9109 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038440706952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9123] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9123/stat : 9123 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038439655696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9124] ppid=9106 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9109/task/9124/stat : 9124 (java) S 9106 9109 3485 0 -1 4202560 2470 0 0 0 41 0 0 0 20 0 19 0 109315775 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038438603576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9125] ppid=9106 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9109/task/9125/stat : 9125 (java) S 9106 9109 3485 0 -1 4202560 5558 0 0 0 49 2 0 0 20 0 19 0 109315775 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038437551032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9126] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9126/stat : 9126 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038436498168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9127] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9127/stat : 9127 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038435445832 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9128] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9128/stat : 9128 (java) S 9106 9109 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109315860 9856040960 43616 33554432000 1073741824 1073778376 140733754475680 140038434341928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.21 2.11 2.08 4/214 9128
/proc/meminfo: memFree=30094064/32872528 swapFree=12352/737972
[pid=9109] ppid=9106 vsize=9625040 CPUtime=4.61 cores=0,2,4,6
/proc/9109/stat : 9109 (java) S 9106 9109 3485 0 -1 4202496 16088 0 1 0 456 5 0 0 20 0 19 0 109315770 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140733754466816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9109/statm: 2406260 46665 2285 9 0 2396937 0
[pid=9109/tid=9110] ppid=9106 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/9109/task/9110/stat : 9110 (java) R 9106 9109 3485 0 -1 4202560 2530 0 1 0 303 3 0 0 20 0 19 0 109315770 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038618534216 140038491173163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9109/tid=9112] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9112/stat : 9112 (java) S 9106 9109 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038462593448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9113] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9113/stat : 9113 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038461540904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9114] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9114/stat : 9114 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038460487848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9115] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9115/stat : 9115 (java) S 9106 9109 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038459435304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9116] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9116/stat : 9116 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038458383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9117] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9117/stat : 9117 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038457330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9118] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9118/stat : 9118 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038456277672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9119] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9119/stat : 9119 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038455225128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9120] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9120/stat : 9120 (java) S 9106 9109 3485 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038442813800 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9121] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9121/stat : 9121 (java) S 9106 9109 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038441760120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9122] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9122/stat : 9122 (java) S 9106 9109 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038440706952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9123] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9123/stat : 9123 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038439655696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9124] ppid=9106 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/9109/task/9124/stat : 9124 (java) R 9106 9109 3485 0 -1 4202560 2481 0 0 0 45 0 0 0 20 0 19 0 109315775 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038438603576 140038622630479 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9125] ppid=9106 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/9109/task/9125/stat : 9125 (java) R 9106 9109 3485 0 -1 4202560 9708 0 0 0 98 2 0 0 20 0 19 0 109315775 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038437551032 140038621141591 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9126] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9126/stat : 9126 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038436498168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9127] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9127/stat : 9127 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038435445832 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9128] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9128/stat : 9128 (java) S 9106 9109 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109315860 9856040960 46665 33554432000 1073741824 1073778376 140733754475680 140038434341928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.21 2.11 2.08 3/214 9128
/proc/meminfo: memFree=30085448/32872528 swapFree=12352/737972
[pid=9109] ppid=9106 vsize=9625040 CPUtime=7.83 cores=0,2,4,6
/proc/9109/stat : 9109 (java) S 9106 9109 3485 0 -1 4202496 16090 0 1 0 778 5 0 0 20 0 19 0 109315770 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140733754466816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9109/statm: 2406260 46332 2285 9 0 2396937 0
[pid=9109/tid=9110] ppid=9106 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/9109/task/9110/stat : 9110 (java) R 9106 9109 3485 0 -1 4202560 2532 0 1 0 622 3 0 0 20 0 19 0 109315770 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038618525392 140038491151654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9109/tid=9112] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9112/stat : 9112 (java) S 9106 9109 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038462593448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9113] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9113/stat : 9113 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038461540904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9114] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9114/stat : 9114 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038460487848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9115] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9115/stat : 9115 (java) S 9106 9109 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038459435304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9116] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9116/stat : 9116 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038458383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9117] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9117/stat : 9117 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038457330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9118] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9118/stat : 9118 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038456277672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9119] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9119/stat : 9119 (java) S 9106 9109 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109315771 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038455225128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9120] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9120/stat : 9120 (java) S 9106 9109 3485 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038442813800 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9121] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9121/stat : 9121 (java) S 9106 9109 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038441760120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9122] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9122/stat : 9122 (java) S 9106 9109 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038440706952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9123] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9123/stat : 9123 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038439655696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9124] ppid=9106 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9109/task/9124/stat : 9124 (java) S 9106 9109 3485 0 -1 4202560 2481 0 0 0 46 0 0 0 20 0 19 0 109315775 9856040960 46332 33554432000 1073741824 1073778376 140733754475680 140038438603576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9125] ppid=9106 vsize=9625040 CPUtime=1.02 cores=0,2,4,6

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

[pid=9109/tid=9128] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9128/stat : 9128 (java) S 9106 9109 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109315860 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038434341928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.86
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.16 2.12 3/213 9233
/proc/meminfo: memFree=29815224/32872528 swapFree=12352/737972
[pid=9109] ppid=9106 vsize=9625040 CPUtime=1724.84 cores=0,2,4,6
/proc/9109/stat : 9109 (java) S 9106 9109 3485 0 -1 4202496 17447 0 1 0 172416 68 0 0 20 0 19 0 109315770 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140733754466816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9109/statm: 2406260 151879 2286 9 0 2396937 0
[pid=9109/tid=9110] ppid=9106 vsize=9625040 CPUtime=1717.12 cores=0,2,4,6
/proc/9109/task/9110/stat : 9110 (java) R 9106 9109 3485 0 -1 4202560 2601 0 1 0 171679 33 0 0 20 0 19 0 109315770 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038618525488 140038491100658 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9109/tid=9112] ppid=9106 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9109/task/9112/stat : 9112 (java) S 9106 9109 3485 0 -1 4202560 242 0 0 0 13 4 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038462593448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9113] ppid=9106 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9109/task/9113/stat : 9113 (java) S 9106 9109 3485 0 -1 4202560 166 0 0 0 12 5 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038461540904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9114] ppid=9106 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9109/task/9114/stat : 9114 (java) S 9106 9109 3485 0 -1 4202560 143 0 0 0 10 4 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038460487848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9115] ppid=9106 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9109/task/9115/stat : 9115 (java) S 9106 9109 3485 0 -1 4202560 223 0 0 0 17 6 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038459435304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9109/tid=9116] ppid=9106 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9109/task/9116/stat : 9116 (java) S 9106 9109 3485 0 -1 4202560 83 0 0 0 13 4 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038458383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9117] ppid=9106 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9109/task/9117/stat : 9117 (java) S 9106 9109 3485 0 -1 4202560 106 0 0 0 13 4 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038457330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9118] ppid=9106 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9109/task/9118/stat : 9118 (java) S 9106 9109 3485 0 -1 4202560 75 0 0 0 10 3 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038456277672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9119] ppid=9106 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9109/task/9119/stat : 9119 (java) S 9106 9109 3485 0 -1 4202560 67 0 0 0 11 4 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038455225128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9120] ppid=9106 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9109/task/9120/stat : 9120 (java) S 9106 9109 3485 0 -1 4202560 179 0 0 0 1 0 0 0 20 0 19 0 109315772 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038442813800 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9121] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9121/stat : 9121 (java) S 9106 9109 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038441760120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9122] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9122/stat : 9122 (java) S 9106 9109 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038440706952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9123] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9123/stat : 9123 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038439655696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9124] ppid=9106 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9109/task/9124/stat : 9124 (java) S 9106 9109 3485 0 -1 4202560 2495 0 0 0 51 0 0 0 20 0 19 0 109315775 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038438603576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9125] ppid=9106 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/9109/task/9125/stat : 9125 (java) S 9106 9109 3485 0 -1 4202560 9708 0 0 0 101 2 0 0 20 0 19 0 109315775 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038437551032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9126] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9126/stat : 9126 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038436498168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9127] ppid=9106 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9109/task/9127/stat : 9127 (java) S 9106 9109 3485 0 -1 4202560 99 0 0 0 21 25 0 0 20 0 19 0 109315775 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038435445832 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9109/tid=9128] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9128/stat : 9128 (java) S 9106 9109 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109315860 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038434341928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.84
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.17 2.12 3/213 9234
/proc/meminfo: memFree=29814848/32872528 swapFree=12352/737972
[pid=9109] ppid=9106 vsize=9625040 CPUtime=1784.84 cores=0,2,4,6
/proc/9109/stat : 9109 (java) S 9106 9109 3485 0 -1 4202496 17451 0 1 0 178414 70 0 0 20 0 19 0 109315770 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140733754466816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9109/statm: 2406260 151879 2286 9 0 2396937 0
[pid=9109/tid=9110] ppid=9106 vsize=9625040 CPUtime=1776.95 cores=0,2,4,6
/proc/9109/task/9110/stat : 9110 (java) R 9106 9109 3485 0 -1 4202560 2601 0 1 0 177661 34 0 0 20 0 19 0 109315770 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038618525488 140038491100523 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9109/tid=9112] ppid=9106 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9109/task/9112/stat : 9112 (java) S 9106 9109 3485 0 -1 4202560 242 0 0 0 13 4 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038462593448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9113] ppid=9106 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9109/task/9113/stat : 9113 (java) S 9106 9109 3485 0 -1 4202560 166 0 0 0 12 5 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038461540904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9114] ppid=9106 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9109/task/9114/stat : 9114 (java) S 9106 9109 3485 0 -1 4202560 143 0 0 0 10 4 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038460487848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9115] ppid=9106 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9109/task/9115/stat : 9115 (java) S 9106 9109 3485 0 -1 4202560 223 0 0 0 17 6 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038459435304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9109/tid=9116] ppid=9106 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9109/task/9116/stat : 9116 (java) S 9106 9109 3485 0 -1 4202560 83 0 0 0 13 4 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038458383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9117] ppid=9106 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9109/task/9117/stat : 9117 (java) S 9106 9109 3485 0 -1 4202560 106 0 0 0 13 4 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038457330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9118] ppid=9106 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9109/task/9118/stat : 9118 (java) S 9106 9109 3485 0 -1 4202560 75 0 0 0 10 3 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038456277672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9119] ppid=9106 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9109/task/9119/stat : 9119 (java) S 9106 9109 3485 0 -1 4202560 67 0 0 0 11 4 0 0 20 0 19 0 109315771 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038455225128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9120] ppid=9106 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9109/task/9120/stat : 9120 (java) S 9106 9109 3485 0 -1 4202560 179 0 0 0 1 1 0 0 20 0 19 0 109315772 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038442813800 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9121] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9121/stat : 9121 (java) S 9106 9109 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038441760120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9122] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9122/stat : 9122 (java) S 9106 9109 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038440706952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9123] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9123/stat : 9123 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038439655696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9124] ppid=9106 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9109/task/9124/stat : 9124 (java) S 9106 9109 3485 0 -1 4202560 2495 0 0 0 51 0 0 0 20 0 19 0 109315775 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038438603576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9125] ppid=9106 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/9109/task/9125/stat : 9125 (java) S 9106 9109 3485 0 -1 4202560 9708 0 0 0 101 2 0 0 20 0 19 0 109315775 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038437551032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9126] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9126/stat : 9126 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038436498168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9127] ppid=9106 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/9109/task/9127/stat : 9127 (java) S 9106 9109 3485 0 -1 4202560 103 0 0 0 22 26 0 0 20 0 19 0 109315775 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038435445832 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9109/tid=9128] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9128/stat : 9128 (java) S 9106 9109 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109315860 9856040960 151879 33554432000 1073741824 1073778376 140733754475680 140038434341928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.84
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.23 2.18 2.13 4/214 9237
/proc/meminfo: memFree=29814584/32872528 swapFree=12352/737972
[pid=9109] ppid=9106 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/9109/stat : 9109 (java) S 9106 9109 3485 0 -1 4202496 17734 0 1 0 179924 76 0 0 20 0 19 0 109315770 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140733754466816 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9109/statm: 2406260 163334 2286 9 0 2396937 0
[pid=9109/tid=9110] ppid=9106 vsize=9625040 CPUtime=1791.72 cores=0,2,4,6
/proc/9109/task/9110/stat : 9110 (java) R 9106 9109 3485 0 -1 4202560 2602 0 1 0 179138 34 0 0 20 0 19 0 109315770 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038618533168 140038491100523 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9109/tid=9112] ppid=9106 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9109/task/9112/stat : 9112 (java) S 9106 9109 3485 0 -1 4202560 433 0 0 0 17 4 0 0 20 0 19 0 109315771 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038462593448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9113] ppid=9106 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9109/task/9113/stat : 9113 (java) S 9106 9109 3485 0 -1 4202560 175 0 0 0 15 6 0 0 20 0 19 0 109315771 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038461540904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9114] ppid=9106 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/9109/task/9114/stat : 9114 (java) S 9106 9109 3485 0 -1 4202560 154 0 0 0 14 5 0 0 20 0 19 0 109315771 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038460487848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9115] ppid=9106 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9109/task/9115/stat : 9115 (java) S 9106 9109 3485 0 -1 4202560 242 0 0 0 22 7 0 0 20 0 19 0 109315771 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038459435304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9116] ppid=9106 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9109/task/9116/stat : 9116 (java) S 9106 9109 3485 0 -1 4202560 95 0 0 0 17 5 0 0 20 0 19 0 109315771 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038458383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9117] ppid=9106 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/9109/task/9117/stat : 9117 (java) S 9106 9109 3485 0 -1 4202560 115 0 0 0 15 5 0 0 20 0 19 0 109315771 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038457330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9118] ppid=9106 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9109/task/9118/stat : 9118 (java) S 9106 9109 3485 0 -1 4202560 86 0 0 0 14 3 0 0 20 0 19 0 109315771 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038456277672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9119] ppid=9106 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/9109/task/9119/stat : 9119 (java) S 9106 9109 3485 0 -1 4202560 77 0 0 0 15 5 0 0 20 0 19 0 109315771 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038455225128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9120] ppid=9106 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9109/task/9120/stat : 9120 (java) S 9106 9109 3485 0 -1 4202560 189 0 0 0 1 1 0 0 20 0 19 0 109315772 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038442813800 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9121] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9121/stat : 9121 (java) S 9106 9109 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038441760120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9122] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9122/stat : 9122 (java) S 9106 9109 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109315772 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038440706952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9123] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9123/stat : 9123 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038439655696 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9124] ppid=9106 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9109/task/9124/stat : 9124 (java) S 9106 9109 3485 0 -1 4202560 2495 0 0 0 51 0 0 0 20 0 19 0 109315775 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038438603576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9109/tid=9125] ppid=9106 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/9109/task/9125/stat : 9125 (java) S 9106 9109 3485 0 -1 4202560 9708 0 0 0 101 2 0 0 20 0 19 0 109315775 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038437551032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9109/tid=9126] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9126/stat : 9126 (java) S 9106 9109 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109315775 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038436498168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9109/tid=9127] ppid=9106 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/9109/task/9127/stat : 9127 (java) S 9106 9109 3485 0 -1 4202560 103 0 0 0 22 26 0 0 20 0 19 0 109315775 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038435445832 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9109/tid=9128] ppid=9106 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9109/task/9128/stat : 9128 (java) S 9106 9109 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109315860 9856040960 163334 33554432000 1073741824 1073778376 140733754475680 140038434341928 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 9109 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9109 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=589180
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=170822
# CPU time returned by wait4() is 1795.76
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.24
CPU time (s): 1800
CPU user time (s): 1799.24
CPU system time (s): 0.76
CPU usage (%): 100.154
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.17082
maximum resident set size= 653476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17770
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38280
involuntary context switches= 23842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5721 second user time and 10.8933 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 06:30:13
IDJOB=4084527
IDBENCH=75548
IDSOLVER=2546
FILE ID=node112/4084527-1465273813
RUNJOBID= node112-1465252319-3501
PBS_JOBID= 19843261
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j90/normalized-j9045_1-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084527-1465273813/watcher-4084527-1465273813 -o /tmp/evaluation-result-4084527-1465273813/solver-4084527-1465273813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084527-1465273813.opb

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

MD5SUM BENCH= d4d1ca36c8af6075d3c9b6c16eca4a6b
RANDOM SEED=1464503264

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:        30269256 kB
Buffers:          105524 kB
Cached:           138792 kB
SwapCached:         1624 kB
Active:           956196 kB
Inactive:         159864 kB
Active(anon):     873632 kB
Inactive(anon):      608 kB
Active(file):      82564 kB
Inactive(file):   159256 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:              4028 kB
Writeback:             0 kB
AnonPages:       1553980 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             599924 kB
SReclaimable:      42288 kB
SUnreclaim:       557636 kB
KernelStack:        1728 kB
PageTables:         7572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2483856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1497088 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= 71736 MiB
End job on node112 at 2016-06-07 07:00:10