Trace number 4117113

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.59 1797.63

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round21-8.opb
MD5SUM0c05803813c74c650aa462c87efe1694
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark184.668
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7920
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.08/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.11	c java.vm.version	19.1-b02
0.08/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		1.6.0_24
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		501472288
0.08/0.11	c Max memory 		7480803328
0.08/0.11	c Total memory 		504102912
0.08/0.11	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4117113-1466952110.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.69/0.40	c ... done. Wall clock time 0.283s.
0.69/0.40	c declared #vars     3968
0.69/0.40	c #constraints  9184
0.69/0.40	c constraints type 
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.69/0.40	c org.sat4j.specs.Constr$1 => 920
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.69/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.69/0.40	c 9184 constraints processed.
1.69/1.10	c cleaning 2496 clauses out of 4998 with flag 16570/5000
2.47/1.74	c cleaning 4233 clauses out of 8502 with flag 39614/11000
3.26/2.53	c cleaning 5626 clauses out of 11269 with flag 68710/18000
4.18/3.45	c cleaning 6810 clauses out of 13643 with flag 104095/26000
5.19/4.50	c cleaning 7913 clauses out of 15834 with flag 146945/35001
6.49/5.72	c cleaning 8941 clauses out of 17920 with flag 195677/45000
7.78/7.07	c cleaning 9969 clauses out of 19980 with flag 252800/56001
9.28/8.57	c cleaning 10984 clauses out of 22010 with flag 315889/68000
10.98/10.23	c cleaning 11990 clauses out of 24027 with flag 387390/81001
12.91/12.18	c cleaning 12998 clauses out of 26036 with flag 463805/95000
14.90/14.19	c cleaning 14009 clauses out of 28039 with flag 547610/110001
17.20/16.42	c cleaning 14992 clauses out of 30031 with flag 639761/126002
19.61/18.89	c cleaning 16000 clauses out of 32037 with flag 738244/143000
22.20/21.48	c cleaning 16973 clauses out of 34037 with flag 844241/161000
25.01/24.27	c cleaning 18018 clauses out of 36064 with flag 956535/180000
28.10/27.31	c cleaning 18982 clauses out of 38046 with flag 1076743/200000
31.31/30.54	c cleaning 20018 clauses out of 40064 with flag 1201598/221000
34.81/34.02	c cleaning 20985 clauses out of 42046 with flag 1335461/243000
38.31/37.60	c cleaning 22020 clauses out of 44062 with flag 1475500/266001
42.30/41.60	c cleaning 22991 clauses out of 46041 with flag 1624715/290000
46.50/45.78	c cleaning 24017 clauses out of 48050 with flag 1779572/315000
51.00/50.21	c cleaning 24997 clauses out of 50033 with flag 1938616/341000
55.71/54.90	c cleaning 25994 clauses out of 52036 with flag 2105670/368000
60.71/59.91	c cleaning 27002 clauses out of 54042 with flag 2279854/396000
65.42/64.62	c cleaning 28020 clauses out of 56040 with flag 2461350/425000
70.42/69.60	c cleaning 28975 clauses out of 58021 with flag 2649607/455001
75.63/74.82	c cleaning 30014 clauses out of 60046 with flag 2845038/486001
81.02/80.30	c cleaning 30982 clauses out of 62031 with flag 3045431/518000
86.92/86.14	c cleaning 32005 clauses out of 64050 with flag 3256810/551001
93.12/92.34	c cleaning 33018 clauses out of 66045 with flag 3472251/585001
99.41/98.67	c cleaning 33976 clauses out of 68026 with flag 3695585/620000
106.21/105.42	c cleaning 35009 clauses out of 70052 with flag 3924751/656002
113.21/112.46	c cleaning 36018 clauses out of 72042 with flag 4162059/693001
120.62/119.87	c cleaning 36987 clauses out of 74023 with flag 4401353/731000
128.21/127.49	c cleaning 38007 clauses out of 76037 with flag 4651103/770001
136.51/135.70	c cleaning 38998 clauses out of 78030 with flag 4907609/810001
144.92/144.19	c cleaning 40002 clauses out of 80033 with flag 5173080/851002
153.58/152.77	c cleaning 40990 clauses out of 82029 with flag 5446591/893000
162.18/161.30	c cleaning 42003 clauses out of 84040 with flag 5725142/936001
171.28/170.41	c cleaning 42984 clauses out of 86037 with flag 6008410/980001
180.68/179.88	c cleaning 44010 clauses out of 88052 with flag 6299087/1025000
190.68/189.81	c cleaning 45000 clauses out of 90043 with flag 6596557/1071001
200.87/200.03	c cleaning 45986 clauses out of 92042 with flag 6900704/1118000
211.28/210.48	c cleaning 47028 clauses out of 94058 with flag 7217842/1166002
221.98/221.19	c cleaning 47975 clauses out of 96030 with flag 7538380/1215002
233.68/232.89	c cleaning 49017 clauses out of 98053 with flag 7863039/1265000
245.57/244.72	c cleaning 49967 clauses out of 100036 with flag 8193991/1316000
257.74/256.84	c cleaning 51005 clauses out of 102069 with flag 8536393/1368000
270.04/269.10	c cleaning 52013 clauses out of 104065 with flag 8883877/1421001
282.67/281.79	c cleaning 52986 clauses out of 106051 with flag 9238618/1475000
295.77/294.87	c cleaning 54023 clauses out of 108066 with flag 9600540/1530001
309.16/308.25	c cleaning 55004 clauses out of 110042 with flag 9966063/1586000
323.38/322.48	c cleaning 56009 clauses out of 112039 with flag 10338926/1643001
337.68/336.76	c cleaning 56981 clauses out of 114031 with flag 10721133/1701002
352.77/351.88	c cleaning 57993 clauses out of 116048 with flag 11110965/1760000
368.43/367.42	c cleaning 59010 clauses out of 118055 with flag 11505847/1820000
383.93/382.93	c cleaning 60016 clauses out of 120045 with flag 11908601/1881000
399.84/398.80	c cleaning 60993 clauses out of 122031 with flag 12321818/1943002
416.43/415.47	c cleaning 61988 clauses out of 124036 with flag 12736305/2006000
433.35/432.40	c cleaning 62990 clauses out of 126048 with flag 13162039/2070000
450.95/450.00	c cleaning 63999 clauses out of 128059 with flag 13598166/2135001
468.87/467.87	c cleaning 65001 clauses out of 130059 with flag 14035149/2201000
487.17/486.09	c cleaning 65987 clauses out of 132059 with flag 14477472/2268001
506.68/505.58	c cleaning 67014 clauses out of 134071 with flag 14930071/2336000
526.48/525.34	c cleaning 67999 clauses out of 136057 with flag 15388652/2405000
546.99/545.84	c cleaning 69016 clauses out of 138058 with flag 15856294/2475000
567.98/566.85	c cleaning 69998 clauses out of 140042 with flag 16326830/2546000
589.60/588.46	c cleaning 71002 clauses out of 142045 with flag 16803790/2618001
611.90/610.74	c cleaning 71994 clauses out of 144042 with flag 17289168/2691000
634.20/632.99	c cleaning 73017 clauses out of 146049 with flag 17782611/2765001
657.20/655.96	c cleaning 74008 clauses out of 148031 with flag 18284415/2840000
680.91/679.66	c cleaning 75008 clauses out of 150024 with flag 18793761/2916001
705.11/703.85	c cleaning 76003 clauses out of 152017 with flag 19304444/2993002
729.71/728.45	c cleaning 76970 clauses out of 154012 with flag 19826127/3071000
755.33/753.98	c cleaning 78007 clauses out of 156042 with flag 20354213/3150000
781.33/779.98	c cleaning 79012 clauses out of 158035 with flag 20888257/3230000
808.04/806.62	c cleaning 79996 clauses out of 160024 with flag 21427947/3311001
835.43/834.02	c cleaning 81000 clauses out of 162027 with flag 21977509/3393000
863.44/862.07	c cleaning 81992 clauses out of 164027 with flag 22526807/3476000
892.50/890.91	c cleaning 82985 clauses out of 166035 with flag 23090985/3560000
921.80/920.20	c cleaning 84010 clauses out of 168052 with flag 23655399/3645002
951.70/950.11	c cleaning 84974 clauses out of 170041 with flag 24231262/3731001
982.01/980.47	c cleaning 86029 clauses out of 172066 with flag 24812638/3818000
1012.92/1011.36	c cleaning 87014 clauses out of 174037 with flag 25395781/3906000
1044.63/1042.96	c cleaning 88010 clauses out of 176023 with flag 25993026/3995000
1076.23/1074.51	c cleaning 88946 clauses out of 178013 with flag 26596686/4085000
1109.34/1107.69	c cleaning 90023 clauses out of 180067 with flag 27202874/4176000
1143.85/1142.18	c cleaning 91024 clauses out of 182048 with flag 27816809/4268004
1178.17/1176.38	c cleaning 91974 clauses out of 184020 with flag 28437464/4361000
1212.98/1211.16	c cleaning 92991 clauses out of 186046 with flag 29066557/4455000
1248.88/1247.06	c cleaning 94004 clauses out of 188058 with flag 29700553/4550003
1285.59/1283.67	c cleaning 95021 clauses out of 190051 with flag 30340946/4646000
1323.19/1321.28	c cleaning 95997 clauses out of 192030 with flag 30983577/4743000
1361.59/1359.69	c cleaning 97012 clauses out of 194033 with flag 31632015/4841000
1401.10/1399.18	c cleaning 97979 clauses out of 196022 with flag 32293850/4940001
1440.91/1438.83	c cleaning 98983 clauses out of 198042 with flag 32961170/5040000
1481.73/1479.61	c cleaning 100008 clauses out of 200060 with flag 33634425/5141001
1523.33/1521.29	c cleaning 101006 clauses out of 202052 with flag 34312232/5243001
1565.76/1563.57	c cleaning 101996 clauses out of 204046 with flag 35002930/5346001
1608.77/1606.53	c cleaning 102986 clauses out of 206049 with flag 35695462/5450000
1653.08/1650.89	c cleaning 104015 clauses out of 208063 with flag 36394689/5555000
1697.51/1695.19	c cleaning 105007 clauses out of 210048 with flag 37103828/5661000
1743.71/1741.34	c cleaning 105991 clauses out of 212041 with flag 37813363/5768000
1790.42/1788.08	c cleaning 106993 clauses out of 214050 with flag 38530236/5876000
1800.03/1797.60	c starts		: 58384
1800.03/1797.60	c conflicts		: 5905130
1800.03/1797.60	c decisions		: 51660543
1800.03/1797.60	c propagations		: 796453915
1800.03/1797.60	c inspects		: 24378723347
1800.03/1797.60	c shortcuts		: 0
1800.03/1797.60	c learnt literals	: 2
1800.03/1797.60	c learnt binary clauses	: 86
1800.03/1797.60	c learnt ternary clauses	: 808
1800.03/1797.60	c learnt constraints	: 5905128
1800.03/1797.60	c ignored constraints	: 0
1800.03/1797.60	c root simplifications	: 0
1800.03/1797.60	c removed literals (reason simplification)	: 0
1800.03/1797.60	c reason swapping (by a shorter reason)	: 0
1800.03/1797.60	c Calls to reduceDB	: 104
1800.03/1797.60	c Number of update (reduction) of LBD	: 1237664
1800.03/1797.60	c Imported unit clauses	: 0
1800.03/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.60	c number of learned constraints concerned by reduction	: 0
1800.03/1797.60	c number of learning phase by resolution	: 0
1800.03/1797.60	c number of learning phase by cutting planes	: 0
1800.03/1797.60	c speed (assignments/second)	: 443165.00657969783
1800.03/1797.60	c non guided choices	5587
1800.03/1797.60	c timeout
1800.03/1797.63	c learnt constraints type 
1800.03/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 86
1800.03/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 136102
1800.03/1797.63	s UNKNOWN
1800.03/1797.63	c Total wall clock time (in seconds): 1797.511

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-4117113-1466952110/watcher-4117113-1466952110 -o /tmp/evaluation-result-4117113-1466952110/solver-4117113-1466952110 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117113-1466952110.opb 

pid=20415
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.21 2.22 2.18 4/194 20418
/proc/meminfo: memFree=29952540/32872528 swapFree=1643088/1798432
[pid=20418] ppid=20415 vsize=336 CPUtime=0 cores=1,3,5,7
/proc/20418/stat : 20418 (java) R 20415 20418 19053 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 28250146 344064 38 33554432000 1073741824 1073778376 140736255871824 140734375509064 260181101671 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20418/statm: 625 43 34 9 0 29 0

[startup+0.100062 s]
/proc/loadavg: 2.21 2.22 2.18 4/194 20418
/proc/meminfo: memFree=29952540/32872528 swapFree=1643088/1798432
[pid=20418] ppid=20415 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 19053 0 -1 4202496 4455 0 1 0 7 1 0 0 20 0 18 0 28250146 9787879424 5576 33554432000 1073741824 1073778376 140736255871824 140736255862960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20418/statm: 2389619 5576 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.207044 s]
/proc/loadavg: 2.21 2.22 2.18 4/194 20418
/proc/meminfo: memFree=29952540/32872528 swapFree=1643088/1798432
[pid=20418] ppid=20415 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 19053 0 -1 4202496 5031 0 1 0 25 2 0 0 20 0 18 0 28250146 9787879424 6577 33554432000 1073741824 1073778376 140736255871824 140736255862960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20418/statm: 2389619 6577 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 2.21 2.22 2.18 4/194 20418
/proc/meminfo: memFree=29952540/32872528 swapFree=1643088/1798432
[pid=20418] ppid=20415 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 19053 0 -1 4202496 5811 0 1 0 46 2 0 0 20 0 18 0 28250146 9787879424 8534 33554432000 1073741824 1073778376 140736255871824 140736255862960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20418/statm: 2389619 8534 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 2.21 2.22 2.18 4/194 20418
/proc/meminfo: memFree=29952540/32872528 swapFree=1643088/1798432
[pid=20418] ppid=20415 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 19053 0 -1 4202496 8749 0 1 0 135 3 0 0 20 0 19 0 28250146 9856040960 14195 33554432000 1073741824 1073778376 140736255871824 140736255862960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20418/statm: 2406260 14195 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.20 2.21 2.18 5/213 20437
/proc/meminfo: memFree=29901864/32872528 swapFree=1643088/1798432
[pid=20418] ppid=20415 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 19053 0 -1 4202496 8773 0 1 0 222 3 0 0 20 0 19 0 28250146 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140736255862960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20418/statm: 2406260 14727 2270 9 0 2396937 0
[pid=20418/tid=20420] ppid=20415 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 19053 0 -1 4202560 2478 0 1 0 144 2 0 0 20 0 19 0 28250147 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046406750488 140046279044032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20421] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046250834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20422] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046249781928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20423] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046248729640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20424] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046247676840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20425] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046246623528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20426] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046245570728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20427] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046244518440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20428] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046243465640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20429] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046231055080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20430] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046230001144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20431] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046228948744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20432] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046227897232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20433] ppid=20415 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 19053 0 -1 4202560 1806 0 0 0 34 1 0 0 20 0 19 0 28250152 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046226843832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20434] ppid=20415 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/20418/task/20434/stat : 20434 (java) S 20415 20418 19053 0 -1 4202560 3212 0 0 0 40 0 0 0 20 0 19 0 28250152 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046225791032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20435] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20435/stat : 20435 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046224738936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20436] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20436/stat : 20436 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046223686344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20437] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20437/stat : 20437 (java) S 20415 20418 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28250187 9856040960 14727 33554432000 1073741824 1073778376 140736255871824 140046222534056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.20 2.21 2.18 4/213 20437
/proc/meminfo: memFree=29899196/32872528 swapFree=1643088/1798432
[pid=20418] ppid=20415 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 19053 0 -1 4202496 8781 0 1 0 384 3 0 0 20 0 19 0 28250146 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140736255862960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20418/statm: 2406260 15756 2270 9 0 2396937 0
[pid=20418/tid=20420] ppid=20415 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 19053 0 -1 4202560 2481 0 1 0 303 3 0 0 20 0 19 0 28250147 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046406741712 140046278744642 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20421] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046250834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20422] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046249781928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20423] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046248729640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20424] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046247676840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20425] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046246623528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20426] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046245570728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20427] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046244518440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20428] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046243465640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20429] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046231055080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20430] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046230001144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20431] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046228948744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20432] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046227897232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20433] ppid=20415 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 19053 0 -1 4202560 1808 0 0 0 36 1 0 0 20 0 19 0 28250152 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046226843832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20434] ppid=20415 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20418/task/20434/stat : 20434 (java) S 20415 20418 19053 0 -1 4202560 3215 0 0 0 42 0 0 0 20 0 19 0 28250152 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046225791032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20435] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20435/stat : 20435 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046224738936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20436] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20436/stat : 20436 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046223686344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20437] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20437/stat : 20437 (java) S 20415 20418 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28250187 9856040960 15756 33554432000 1073741824 1073778376 140736255871824 140046222534056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.18 2.21 2.18 3/213 20437
/proc/meminfo: memFree=29891048/32872528 swapFree=1643088/1798432
[pid=20418] ppid=20415 vsize=9625040 CPUtime=7.08 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 19053 0 -1 4202496 8789 0 1 0 705 3 0 0 20 0 19 0 28250146 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140736255862960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20418/statm: 2406260 17235 2271 9 0 2396937 0
[pid=20418/tid=20420] ppid=20415 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 19053 0 -1 4202560 2485 0 1 0 622 3 0 0 20 0 19 0 28250147 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046406750632 140046279063914 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20421] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046250834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20422] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046249781928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20423] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046248729640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20424] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046247676840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20425] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046246623528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20426] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046245570728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20427] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046244518440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20428] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28250148 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046243465640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20429] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046231055080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20430] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046230001144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20431] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046228948744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20432] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046227897232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20433] ppid=20415 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 19053 0 -1 4202560 1808 0 0 0 36 1 0 0 20 0 19 0 28250152 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046226843832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20434] ppid=20415 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/20418/task/20434/stat : 20434 (java) S 20415 20418 19053 0 -1 4202560 3218 0 0 0 43 0 0 0 20 0 19 0 28250152 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046225791032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20435] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20435/stat : 20435 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046224738936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20436] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20436/stat : 20436 (java) S 20415 20418 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046223686344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20437] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20437/stat : 20437 (java) S 20415 20418 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28250187 9856040960 17235 33554432000 1073741824 1073778376 140736255871824 140046222534056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9625040


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

[pid=20418/tid=20430] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 100742 33554432000 1073741824 1073778376 140736255871824 140046230001144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20431] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 100742 33554432000 1073741824 1073778376 140736255871824 140046228948744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20432] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 100742 33554432000 1073741824 1073778376 140736255871824 140046227897232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20433] ppid=20415 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 19053 0 -1 4202560 1808 0 0 0 36 1 0 0 20 0 19 0 28250152 9856040960 100742 33554432000 1073741824 1073778376 140736255871824 140046226843832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20434] ppid=20415 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20418/task/20434/stat : 20434 (java) S 20415 20418 19053 0 -1 4202560 3253 0 0 0 47 0 0 0 20 0 19 0 28250152 9856040960 100742 33554432000 1073741824 1073778376 140736255871824 140046225791032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20435] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20435/stat : 20435 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 100742 33554432000 1073741824 1073778376 140736255871824 140046224738936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20436] ppid=20415 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/20418/task/20436/stat : 20436 (java) S 20415 20418 19053 0 -1 4202560 96 0 0 0 30 38 0 0 20 0 19 0 28250152 9856040960 100742 33554432000 1073741824 1073778376 140736255871824 140046223686344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20437] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20437/stat : 20437 (java) S 20415 20418 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28250187 9856040960 100742 33554432000 1073741824 1073778376 140736255871824 140046222534056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.58
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.30 2.21 2.18 4/214 20569
/proc/meminfo: memFree=29566604/32872528 swapFree=1643088/1798432
[pid=20418] ppid=20415 vsize=9625040 CPUtime=1724.7 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 19053 0 -1 4202496 11037 0 1 0 172403 67 0 0 20 0 19 0 28250146 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140736255862960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20418/statm: 2406260 107570 2285 9 0 2396937 0
[pid=20418/tid=20420] ppid=20415 vsize=9625040 CPUtime=1721.72 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 19053 0 -1 4202560 2545 0 1 0 172142 30 0 0 20 0 19 0 28250147 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046406741792 140046279124554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20421] ppid=20415 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 19053 0 -1 4202560 99 0 0 0 16 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046250834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20422] ppid=20415 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 19053 0 -1 4202560 240 0 0 0 20 4 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046249781928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20423] ppid=20415 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 19053 0 -1 4202560 106 0 0 0 15 4 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046248729640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20424] ppid=20415 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 19053 0 -1 4202560 274 0 0 0 20 4 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046247676840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20425] ppid=20415 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 19053 0 -1 4202560 329 0 0 0 17 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046246623528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20426] ppid=20415 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 19053 0 -1 4202560 472 0 0 0 18 5 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046245570728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20427] ppid=20415 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 19053 0 -1 4202560 227 0 0 0 15 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046244518440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20428] ppid=20415 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 19053 0 -1 4202560 241 0 0 0 15 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046243465640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20429] ppid=20415 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 19053 0 -1 4202560 80 0 0 0 2 0 0 0 20 0 19 0 28250149 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046231055080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20430] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046230001144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20431] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046228948744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20432] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046227897232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20433] ppid=20415 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 19053 0 -1 4202560 1808 0 0 0 36 1 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046226843832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20434] ppid=20415 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20418/task/20434/stat : 20434 (java) S 20415 20418 19053 0 -1 4202560 3253 0 0 0 47 0 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046225791032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20435] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20435/stat : 20435 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046224738936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20436] ppid=20415 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/20418/task/20436/stat : 20436 (java) S 20415 20418 19053 0 -1 4202560 100 0 0 0 31 40 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046223686344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20437] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20437/stat : 20437 (java) S 20415 20418 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28250187 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046222534056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.7
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/213 20570
/proc/meminfo: memFree=29530036/32872528 swapFree=1643088/1798432
[pid=20418] ppid=20415 vsize=9625040 CPUtime=1784.72 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 19053 0 -1 4202496 11041 0 1 0 178404 68 0 0 20 0 19 0 28250146 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140736255862960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20418/statm: 2406260 107570 2285 9 0 2396937 0
[pid=20418/tid=20420] ppid=20415 vsize=9625040 CPUtime=1781.72 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 19053 0 -1 4202560 2545 0 1 0 178141 31 0 0 20 0 19 0 28250147 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046406741792 140046279124554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20421] ppid=20415 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 19053 0 -1 4202560 99 0 0 0 16 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046250834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20422] ppid=20415 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 19053 0 -1 4202560 240 0 0 0 20 4 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046249781928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20423] ppid=20415 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 19053 0 -1 4202560 106 0 0 0 15 4 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046248729640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20424] ppid=20415 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 19053 0 -1 4202560 274 0 0 0 20 4 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046247676840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20425] ppid=20415 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 19053 0 -1 4202560 329 0 0 0 17 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046246623528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20426] ppid=20415 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 19053 0 -1 4202560 472 0 0 0 18 5 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046245570728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20427] ppid=20415 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 19053 0 -1 4202560 227 0 0 0 15 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046244518440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20428] ppid=20415 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 19053 0 -1 4202560 241 0 0 0 15 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046243465640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20429] ppid=20415 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 19053 0 -1 4202560 80 0 0 0 2 0 0 0 20 0 19 0 28250149 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046231055080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20430] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046230001144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20431] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046228948744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20432] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046227897232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20433] ppid=20415 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 19053 0 -1 4202560 1808 0 0 0 36 1 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046226843832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20434] ppid=20415 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20418/task/20434/stat : 20434 (java) S 20415 20418 19053 0 -1 4202560 3253 0 0 0 47 0 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046225791032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20435] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20435/stat : 20435 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046224738936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20436] ppid=20415 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/20418/task/20436/stat : 20436 (java) S 20415 20418 19053 0 -1 4202560 104 0 0 0 33 41 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046223686344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20437] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20437/stat : 20437 (java) S 20415 20418 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28250187 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046222534056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.72
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.15 2.19 2.18 4/213 20571
/proc/meminfo: memFree=29530128/32872528 swapFree=1643088/1798432
[pid=20418] ppid=20415 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 19053 0 -1 4202496 11041 0 1 0 179934 69 0 0 20 0 19 0 28250146 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140736255862960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20418/statm: 2406260 107570 2285 9 0 2396937 0
[pid=20418/tid=20420] ppid=20415 vsize=9625040 CPUtime=1797.02 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 19053 0 -1 4202560 2545 0 1 0 179671 31 0 0 20 0 19 0 28250147 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046406741792 140046279064107 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20421] ppid=20415 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 19053 0 -1 4202560 99 0 0 0 16 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046250834728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20422] ppid=20415 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 19053 0 -1 4202560 240 0 0 0 20 4 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046249781928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20423] ppid=20415 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 19053 0 -1 4202560 106 0 0 0 15 4 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046248729640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20424] ppid=20415 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 19053 0 -1 4202560 274 0 0 0 20 4 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046247676840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20425] ppid=20415 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 19053 0 -1 4202560 329 0 0 0 17 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046246623528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20426] ppid=20415 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 19053 0 -1 4202560 472 0 0 0 18 5 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046245570728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20418/tid=20427] ppid=20415 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 19053 0 -1 4202560 227 0 0 0 15 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046244518440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20428] ppid=20415 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 19053 0 -1 4202560 241 0 0 0 15 3 0 0 20 0 19 0 28250148 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046243465640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20429] ppid=20415 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 19053 0 -1 4202560 80 0 0 0 2 0 0 0 20 0 19 0 28250149 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046231055080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20418/tid=20430] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046230001144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20431] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28250149 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046228948744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20432] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046227897232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20433] ppid=20415 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 19053 0 -1 4202560 1808 0 0 0 36 1 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046226843832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20434] ppid=20415 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20418/task/20434/stat : 20434 (java) S 20415 20418 19053 0 -1 4202560 3253 0 0 0 47 0 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046225791032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20435] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20435/stat : 20435 (java) S 20415 20418 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046224738936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20418/tid=20436] ppid=20415 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/20418/task/20436/stat : 20436 (java) S 20415 20418 19053 0 -1 4202560 104 0 0 0 33 41 0 0 20 0 19 0 28250152 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046223686344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20418/tid=20437] ppid=20415 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20437/stat : 20437 (java) S 20415 20418 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28250187 9856040960 107570 33554432000 1073741824 1073778376 140736255871824 140046222534056 260193695657 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 20418 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.63
CPU time (s): 1800.59
CPU user time (s): 1799.43
CPU system time (s): 1.16182
CPU usage (%): 100.164
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 1.16182
maximum resident set size= 435736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11107
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38420
involuntary context switches= 9882

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4913 second user time and 13.065 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 16:41:50
IDJOB=4117113
IDBENCH=109554
IDSOLVER=2546
FILE ID=node123/4117113-1466952110
RUNJOBID= node123-1466943595-19070
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round21-8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117113-1466952110/watcher-4117113-1466952110 -o /tmp/evaluation-result-4117113-1466952110/solver-4117113-1466952110 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117113-1466952110.opb

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

MD5SUM BENCH= 0c05803813c74c650aa462c87efe1694
RANDOM SEED=435874814

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
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.56
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.608
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.608
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29953176 kB
Buffers:           13940 kB
Cached:           108956 kB
SwapCached:         1776 kB
Active:           321628 kB
Inactive:          99604 kB
Active(anon):     299640 kB
Inactive(anon):      924 kB
Active(file):      21988 kB
Inactive(file):    98680 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       2192204 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565180 kB
SReclaimable:       9188 kB
SUnreclaim:       555992 kB
KernelStack:        1760 kB
PageTables:         8600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2559308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node123 at 2016-06-26 17:11:48