Trace number 4116417

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.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-9.opb
MD5SUM9d4f91b6c8c0bac3b279c8b87cf01cc5
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 variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
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.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116417-1466976816.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.306s.
0.69/0.42	c declared #vars     4288
0.69/0.42	c #constraints  10848
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.69/0.42	c org.sat4j.specs.Constr$1 => 920
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.69/0.42	c 10848 constraints processed.
1.72/1.10	c cleaning 2489 clauses out of 4997 with flag 16554/5001
2.50/1.72	c cleaning 4229 clauses out of 8512 with flag 40040/11005
3.20/2.45	c cleaning 5619 clauses out of 11279 with flag 69826/18001
4.01/3.25	c cleaning 6818 clauses out of 13659 with flag 104635/26000
5.03/4.21	c cleaning 7918 clauses out of 15843 with flag 145768/35002
6.14/5.30	c cleaning 8945 clauses out of 17923 with flag 195339/45000
7.33/6.53	c cleaning 9989 clauses out of 19978 with flag 249577/56000
8.64/7.90	c cleaning 10977 clauses out of 21989 with flag 313176/68000
10.24/9.40	c cleaning 11995 clauses out of 24012 with flag 382895/81000
11.84/11.03	c cleaning 12962 clauses out of 26017 with flag 455680/95000
13.64/12.84	c cleaning 14004 clauses out of 28055 with flag 537374/110000
15.65/14.85	c cleaning 14995 clauses out of 30052 with flag 625500/126001
17.84/17.01	c cleaning 16027 clauses out of 32057 with flag 720306/143001
20.15/19.33	c cleaning 17003 clauses out of 34029 with flag 823424/161000
22.55/21.79	c cleaning 17995 clauses out of 36026 with flag 933741/180000
25.35/24.51	c cleaning 19000 clauses out of 38031 with flag 1048004/200000
28.25/27.44	c cleaning 19986 clauses out of 40031 with flag 1169249/221000
31.35/30.51	c cleaning 20994 clauses out of 42045 with flag 1296482/243000
34.65/33.86	c cleaning 21986 clauses out of 44051 with flag 1434071/266000
38.26/37.43	c cleaning 22974 clauses out of 46066 with flag 1576542/290001
42.06/41.26	c cleaning 23981 clauses out of 48091 with flag 1721073/315000
46.16/45.39	c cleaning 25026 clauses out of 50110 with flag 1875545/341000
50.47/49.68	c cleaning 26011 clauses out of 52085 with flag 2035345/368001
54.91/54.03	c cleaning 27010 clauses out of 54074 with flag 2202790/396001
59.10/58.23	c cleaning 27983 clauses out of 56063 with flag 2373194/425000
63.50/62.63	c cleaning 28990 clauses out of 58081 with flag 2549403/455001
68.20/67.36	c cleaning 29981 clauses out of 60090 with flag 2733565/486000
73.00/72.19	c cleaning 31026 clauses out of 62109 with flag 2927360/518000
78.21/77.30	c cleaning 32012 clauses out of 64084 with flag 3126808/551001
83.52/82.69	c cleaning 32979 clauses out of 66072 with flag 3331426/585001
89.31/88.42	c cleaning 34019 clauses out of 68092 with flag 3543056/620000
95.11/94.26	c cleaning 35037 clauses out of 70074 with flag 3761841/656001
101.41/100.58	c cleaning 36006 clauses out of 72036 with flag 3988603/693000
107.91/107.08	c cleaning 36979 clauses out of 74030 with flag 4215992/731000
114.71/113.82	c cleaning 38009 clauses out of 76052 with flag 4454232/770001
121.92/121.03	c cleaning 38995 clauses out of 78042 with flag 4698559/810000
129.41/128.52	c cleaning 40015 clauses out of 80048 with flag 4945606/851001
137.11/136.30	c cleaning 40998 clauses out of 82032 with flag 5199668/893000
144.64/143.72	c cleaning 42011 clauses out of 84034 with flag 5458565/936000
152.44/151.57	c cleaning 42999 clauses out of 86024 with flag 5719739/980001
160.64/159.76	c cleaning 44004 clauses out of 88024 with flag 5988445/1025000
169.05/168.19	c cleaning 44980 clauses out of 90021 with flag 6272360/1071001
177.65/176.76	c cleaning 46010 clauses out of 92040 with flag 6558304/1118000
186.86/185.93	c cleaning 46979 clauses out of 94030 with flag 6850508/1166000
196.35/195.41	c cleaning 47996 clauses out of 96051 with flag 7146142/1215000
206.06/205.14	c cleaning 49022 clauses out of 98056 with flag 7452469/1265001
216.06/215.15	c cleaning 50009 clauses out of 100034 with flag 7760639/1316001
226.66/225.72	c cleaning 50980 clauses out of 102024 with flag 8071504/1368000
237.43/236.47	c cleaning 51984 clauses out of 104044 with flag 8387992/1421000
248.23/247.23	c cleaning 53009 clauses out of 106060 with flag 8716568/1475000
259.43/258.41	c cleaning 53998 clauses out of 108051 with flag 9044875/1530000
271.23/270.28	c cleaning 55003 clauses out of 110054 with flag 9384284/1586001
283.33/282.30	c cleaning 56001 clauses out of 112050 with flag 9724228/1643000
295.74/294.74	c cleaning 56997 clauses out of 114050 with flag 10077580/1701001
308.74/307.74	c cleaning 57981 clauses out of 116053 with flag 10434360/1760001
322.34/321.38	c cleaning 59036 clauses out of 118071 with flag 10791743/1820000
336.24/335.23	c cleaning 59977 clauses out of 120039 with flag 11162591/1881004
350.10/349.07	c cleaning 61022 clauses out of 122059 with flag 11535000/1943001
364.41/363.34	c cleaning 61999 clauses out of 124036 with flag 11910431/2006000
379.21/378.17	c cleaning 62969 clauses out of 126038 with flag 12291348/2070001
393.93/392.81	c cleaning 63996 clauses out of 128068 with flag 12681790/2135000
409.35/408.22	c cleaning 65019 clauses out of 130072 with flag 13077556/2201000
425.25/424.13	c cleaning 66007 clauses out of 132054 with flag 13471710/2268001
441.35/440.26	c cleaning 67015 clauses out of 134046 with flag 13876266/2336000
457.96/456.90	c cleaning 68003 clauses out of 136032 with flag 14287748/2405001
474.60/473.45	c cleaning 68963 clauses out of 138028 with flag 14707621/2475000
491.71/490.52	c cleaning 69974 clauses out of 140065 with flag 15123291/2546000
509.42/508.30	c cleaning 71034 clauses out of 142092 with flag 15550558/2618001
527.62/526.46	c cleaning 72003 clauses out of 144057 with flag 15979616/2691000
545.92/544.74	c cleaning 73007 clauses out of 146054 with flag 16414260/2765000
565.22/564.04	c cleaning 73991 clauses out of 148048 with flag 16858357/2840001
584.88/583.69	c cleaning 75028 clauses out of 150056 with flag 17305903/2916000
604.68/603.45	c cleaning 76001 clauses out of 152028 with flag 17762056/2993000
624.78/623.59	c cleaning 76989 clauses out of 154028 with flag 18220564/3071001
645.49/644.20	c cleaning 77984 clauses out of 156039 with flag 18687223/3150001
666.91/665.65	c cleaning 79009 clauses out of 158055 with flag 19158899/3230001
689.20/687.94	c cleaning 79970 clauses out of 160045 with flag 19637314/3311000
711.35/710.02	c cleaning 81039 clauses out of 162078 with flag 20130611/3393003
733.96/732.69	c cleaning 81958 clauses out of 164036 with flag 20624369/3476000
757.44/756.14	c cleaning 83029 clauses out of 166078 with flag 21118987/3560000
781.54/780.25	c cleaning 83976 clauses out of 168049 with flag 21624114/3645000
805.84/804.58	c cleaning 84987 clauses out of 170075 with flag 22135955/3731002
831.13/829.71	c cleaning 86015 clauses out of 172086 with flag 22651163/3818000
857.35/855.92	c cleaning 86993 clauses out of 174071 with flag 23172184/3906000
883.84/882.48	c cleaning 88036 clauses out of 176079 with flag 23695450/3995001
910.65/909.26	c cleaning 89008 clauses out of 178042 with flag 24228565/4085000
938.56/937.16	c cleaning 90006 clauses out of 180034 with flag 24762334/4176000
966.52/965.06	c cleaning 90963 clauses out of 182029 with flag 25303924/4268001
994.84/993.37	c cleaning 92022 clauses out of 184068 with flag 25854608/4361003
1023.73/1022.26	c cleaning 92989 clauses out of 186045 with flag 26405977/4455002
1053.25/1051.78	c cleaning 94012 clauses out of 188055 with flag 26960512/4550001
1083.73/1082.14	c cleaning 94998 clauses out of 190042 with flag 27523458/4646000
1114.74/1113.20	c cleaning 95977 clauses out of 192044 with flag 28092722/4743000
1146.76/1145.14	c cleaning 97016 clauses out of 194067 with flag 28662364/4841000
1178.85/1177.29	c cleaning 97946 clauses out of 196051 with flag 29242983/4940000
1211.86/1210.16	c cleaning 99041 clauses out of 198106 with flag 29829769/5040001
1244.97/1243.27	c cleaning 100005 clauses out of 200064 with flag 30422111/5141000
1279.39/1277.64	c cleaning 101022 clauses out of 202059 with flag 31022343/5243000
1314.30/1312.51	c cleaning 102011 clauses out of 204037 with flag 31627267/5346000
1349.74/1347.80	c cleaning 102975 clauses out of 206026 with flag 32235328/5450000
1385.96/1384.04	c cleaning 104016 clauses out of 208051 with flag 32849143/5555000
1422.36/1420.49	c cleaning 104965 clauses out of 210035 with flag 33468747/5661000
1459.18/1457.12	c cleaning 106023 clauses out of 212071 with flag 34093768/5768001
1497.39/1495.33	c cleaning 107006 clauses out of 214051 with flag 34722518/5876004
1536.29/1534.24	c cleaning 108003 clauses out of 216041 with flag 35353525/5985000
1575.90/1573.81	c cleaning 109010 clauses out of 218039 with flag 35995924/6095001
1616.32/1614.19	c cleaning 109987 clauses out of 220029 with flag 36641044/6206001
1658.13/1655.99	c cleaning 110979 clauses out of 222041 with flag 37288757/6318000
1700.04/1697.87	c cleaning 112013 clauses out of 224064 with flag 37948844/6431002
1742.61/1740.37	c cleaning 113018 clauses out of 226050 with flag 38612732/6545001
1786.01/1783.75	c cleaning 113997 clauses out of 228031 with flag 39284036/6660000
1800.02/1797.70	c starts		: 52818
1800.02/1797.70	c conflicts		: 6705408
1800.02/1797.70	c decisions		: 56300959
1800.02/1797.70	c propagations		: 868371850
1800.02/1797.70	c inspects		: 24772223973
1800.02/1797.70	c shortcuts		: 0
1800.02/1797.70	c learnt literals	: 4
1800.02/1797.70	c learnt binary clauses	: 60
1800.02/1797.70	c learnt ternary clauses	: 891
1800.02/1797.70	c learnt constraints	: 6705404
1800.02/1797.70	c ignored constraints	: 0
1800.02/1797.70	c root simplifications	: 0
1800.02/1797.70	c removed literals (reason simplification)	: 0
1800.02/1797.70	c reason swapping (by a shorter reason)	: 0
1800.02/1797.70	c Calls to reduceDB	: 111
1800.02/1797.70	c Number of update (reduction) of LBD	: 1445601
1800.02/1797.70	c Imported unit clauses	: 0
1800.02/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.70	c number of learned constraints concerned by reduction	: 0
1800.02/1797.70	c number of learning phase by resolution	: 0
1800.02/1797.70	c number of learning phase by cutting planes	: 0
1800.02/1797.70	c speed (assignments/second)	: 483160.2564994227
1800.02/1797.70	c non guided choices	27318
1800.02/1797.70	c timeout
1800.02/1797.73	c learnt constraints type 
1800.02/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 60
1800.02/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159382
1800.02/1797.73	s UNKNOWN
1800.02/1797.73	c Total wall clock time (in seconds): 1797.615

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

pid=23030
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.23 2.20 2.18 4/194 23033
/proc/meminfo: memFree=29989704/32872528 swapFree=1643088/1798432
[pid=23033] ppid=23030 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/23033/stat : 23033 (java) D 23030 23033 19053 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 30720729 2560000 47 33554432000 1073741824 1073778376 140734664339632 140734664336760 260181159207 0 0 4096 0 18446744072100556068 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 625 47 37 9 0 29 0

[startup+0.100166 s]
/proc/loadavg: 2.23 2.20 2.18 4/194 23033
/proc/meminfo: memFree=29989704/32872528 swapFree=1643088/1798432
[pid=23033] ppid=23030 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23033/stat : 23033 (java) S 23030 23033 19053 0 -1 4202496 4387 0 1 0 8 1 0 0 20 0 18 0 30720729 9787879424 6021 33554432000 1073741824 1073778376 140734664339632 140734664330768 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200249 s]
/proc/loadavg: 2.23 2.20 2.18 4/194 23033
/proc/meminfo: memFree=29989704/32872528 swapFree=1643088/1798432
[pid=23033] ppid=23030 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23033/stat : 23033 (java) S 23030 23033 19053 0 -1 4202496 4856 0 1 0 25 1 0 0 20 0 18 0 30720729 9787879424 6915 33554432000 1073741824 1073778376 140734664339632 140734664330768 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 2389619 6915 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 2.23 2.20 2.18 4/194 23033
/proc/meminfo: memFree=29989704/32872528 swapFree=1643088/1798432
[pid=23033] ppid=23030 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/23033/stat : 23033 (java) S 23030 23033 19053 0 -1 4202496 5729 0 1 0 47 2 0 0 20 0 18 0 30720729 9787879424 8915 33554432000 1073741824 1073778376 140734664339632 140734664330768 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 2389619 8915 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700308 s]
/proc/loadavg: 2.23 2.20 2.18 4/194 23033
/proc/meminfo: memFree=29989704/32872528 swapFree=1643088/1798432
[pid=23033] ppid=23030 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/23033/stat : 23033 (java) S 23030 23033 19053 0 -1 4202496 9442 0 1 0 136 2 0 0 20 0 19 0 30720729 9856040960 16822 33554432000 1073741824 1073778376 140734664339632 140734664330768 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 2406260 16822 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50089 s]
/proc/loadavg: 2.23 2.20 2.18 6/213 23052
/proc/meminfo: memFree=29928828/32872528 swapFree=1643088/1798432
[pid=23033] ppid=23030 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/23033/stat : 23033 (java) S 23030 23033 19053 0 -1 4202496 9701 0 1 0 225 2 0 0 20 0 19 0 30720729 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140734664330768 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 2406260 17355 2270 9 0 2396937 0
[pid=23033/tid=23035] ppid=23030 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23033/task/23035/stat : 23035 (java) R 23030 23033 19053 0 -1 4202560 2441 0 1 0 145 2 0 0 20 0 19 0 30720730 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140083611717896 140083462745601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23036] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23036/stat : 23036 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140083584170920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23037] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23037/stat : 23037 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140083583118376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23038] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23038/stat : 23038 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140083582065320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23039] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23039/stat : 23039 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140083581012776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23040] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23040/stat : 23040 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140083451177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23041] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23041/stat : 23041 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140083450124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23042] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23042/stat : 23042 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140083449071784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23043] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23043/stat : 23043 (java) S 23030 23033 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140083448019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23044] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23044/stat : 23044 (java) S 23030 23033 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140082965506920 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23045] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23045/stat : 23045 (java) S 23030 23033 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140082964453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23046] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23046/stat : 23046 (java) S 23030 23033 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140082963400072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23047] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23047/stat : 23047 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140082962348816 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23048] ppid=23030 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/23033/task/23048/stat : 23048 (java) S 23030 23033 19053 0 -1 4202560 2168 0 0 0 35 0 0 0 20 0 19 0 30720735 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140082961295672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23049] ppid=23030 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23033/task/23049/stat : 23049 (java) S 23030 23033 19053 0 -1 4202560 3815 0 0 0 42 0 0 0 20 0 19 0 30720735 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140082960243128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23050] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23050/stat : 23050 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140082959190264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23051] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23051/stat : 23051 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140082958137928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23052] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23052/stat : 23052 (java) S 23030 23033 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30720773 9856040960 17355 33554432000 1073741824 1073778376 140734664339632 140082957084200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.23 2.20 2.18 3/213 23052
/proc/meminfo: memFree=29926036/32872528 swapFree=1643088/1798432
[pid=23033] ppid=23030 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/23033/stat : 23033 (java) S 23030 23033 19053 0 -1 4202496 9704 0 1 0 389 2 0 0 20 0 19 0 30720729 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140734664330768 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 2406260 18379 2270 9 0 2396937 0
[pid=23033/tid=23035] ppid=23030 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/23033/task/23035/stat : 23035 (java) R 23030 23033 19053 0 -1 4202560 2444 0 1 0 305 2 0 0 20 0 19 0 30720730 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140083611709136 140083462870156 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23036] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23036/stat : 23036 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140083584170920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23037] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23037/stat : 23037 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140083583118376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23038] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23038/stat : 23038 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140083582065320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23039] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23039/stat : 23039 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140083581012776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23040] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23040/stat : 23040 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140083451177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23041] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23041/stat : 23041 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140083450124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23042] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23042/stat : 23042 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140083449071784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23043] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23043/stat : 23043 (java) S 23030 23033 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140083448019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23044] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23044/stat : 23044 (java) S 23030 23033 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140082965506920 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23045] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23045/stat : 23045 (java) S 23030 23033 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140082964453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23046] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23046/stat : 23046 (java) S 23030 23033 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140082963400072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23047] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23047/stat : 23047 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140082962348816 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23048] ppid=23030 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/23033/task/23048/stat : 23048 (java) S 23030 23033 19053 0 -1 4202560 2168 0 0 0 37 0 0 0 20 0 19 0 30720735 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140082961295672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23049] ppid=23030 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23033/task/23049/stat : 23049 (java) S 23030 23033 19053 0 -1 4202560 3815 0 0 0 44 0 0 0 20 0 19 0 30720735 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140082960243128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23050] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23050/stat : 23050 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140082959190264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23051] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23051/stat : 23051 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140082958137928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23052] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23052/stat : 23052 (java) S 23030 23033 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30720773 9856040960 18379 33554432000 1073741824 1073778376 140734664339632 140082957084200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.21 2.20 2.18 3/213 23052
/proc/meminfo: memFree=29917776/32872528 swapFree=1643088/1798432
[pid=23033] ppid=23030 vsize=9625040 CPUtime=7.13 cores=1,3,5,7
/proc/23033/stat : 23033 (java) S 23030 23033 19053 0 -1 4202496 9744 0 1 0 710 3 0 0 20 0 19 0 30720729 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140734664330768 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 2406260 20380 2271 9 0 2396937 0
[pid=23033/tid=23035] ppid=23030 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/23033/task/23035/stat : 23035 (java) R 23030 23033 19053 0 -1 4202560 2449 0 1 0 624 2 0 0 20 0 19 0 30720730 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140083611709120 140083462870024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23036] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23036/stat : 23036 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140083584170920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23037] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23037/stat : 23037 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140083583118376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23038] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23038/stat : 23038 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140083582065320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23039] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23039/stat : 23039 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140083581012776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23040] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23040/stat : 23040 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140083451177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23041] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23041/stat : 23041 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140083450124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23042] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23042/stat : 23042 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140083449071784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23043] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23043/stat : 23043 (java) S 23030 23033 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30720731 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140083448019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23044] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23044/stat : 23044 (java) S 23030 23033 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140082965506920 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23045] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23045/stat : 23045 (java) S 23030 23033 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140082964453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23046] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23046/stat : 23046 (java) S 23030 23033 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140082963400072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23047] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23047/stat : 23047 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140082962348816 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23048] ppid=23030 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23033/task/23048/stat : 23048 (java) S 23030 23033 19053 0 -1 4202560 2202 0 0 0 38 0 0 0 20 0 19 0 30720735 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140082961295672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23049] ppid=23030 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23033/task/23049/stat : 23049 (java) S 23030 23033 19053 0 -1 4202560 3815 0 0 0 44 0 0 0 20 0 19 0 30720735 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140082960243128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23050] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23050/stat : 23050 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140082959190264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23051] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23051/stat : 23051 (java) S 23030 23033 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140082958137928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23052] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23052/stat : 23052 (java) S 23030 23033 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30720773 9856040960 20380 33554432000 1073741824 1073778376 140734664339632 140082957084200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 9625040


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

[pid=23033/tid=23045] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23045/stat : 23045 (java) S 23030 23033 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082964453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23046] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23046/stat : 23046 (java) S 23030 23033 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082963400072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23047] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23047/stat : 23047 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082962348816 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23048] ppid=23030 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23033/task/23048/stat : 23048 (java) S 23030 23033 19053 0 -1 4202560 2456 0 0 0 42 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082961295672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23049] ppid=23030 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23033/task/23049/stat : 23049 (java) S 23030 23033 19053 0 -1 4202560 3815 0 0 0 44 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082960243128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23050] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23050/stat : 23050 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082959190264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23051] ppid=23030 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/23033/task/23051/stat : 23051 (java) S 23030 23033 19053 0 -1 4202560 100 0 0 0 31 42 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082958137928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23052] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23052/stat : 23052 (java) S 23030 23033 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30720773 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082957084200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.6
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.25 1.38 1.72 2/188 23162
/proc/meminfo: memFree=29860004/32872528 swapFree=1643088/1798432
[pid=23033] ppid=23030 vsize=9625040 CPUtime=1784.61 cores=1,3,5,7
/proc/23033/stat : 23033 (java) S 23030 23033 19053 0 -1 4202496 11099 0 1 0 178393 68 0 0 20 0 19 0 30720729 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140734664330768 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 2406260 89087 2285 9 0 2396937 0
[pid=23033/tid=23035] ppid=23030 vsize=9625040 CPUtime=1781.85 cores=1,3,5,7
/proc/23033/task/23035/stat : 23035 (java) R 23030 23033 19053 0 -1 4202560 2508 0 1 0 178152 33 0 0 20 0 19 0 30720730 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083611709216 140083462869969 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23036] ppid=23030 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23033/task/23036/stat : 23036 (java) S 23030 23033 19053 0 -1 4202560 148 0 0 0 15 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083584170920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23037] ppid=23030 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23033/task/23037/stat : 23037 (java) S 23030 23033 19053 0 -1 4202560 150 0 0 0 16 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083583118376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23038] ppid=23030 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23033/task/23038/stat : 23038 (java) S 23030 23033 19053 0 -1 4202560 93 0 0 0 16 4 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083582065320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23039] ppid=23030 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23033/task/23039/stat : 23039 (java) S 23030 23033 19053 0 -1 4202560 170 0 0 0 16 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083581012776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23040] ppid=23030 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23033/task/23040/stat : 23040 (java) S 23030 23033 19053 0 -1 4202560 122 0 0 0 13 2 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083451177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23041] ppid=23030 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23033/task/23041/stat : 23041 (java) S 23030 23033 19053 0 -1 4202560 48 0 0 0 14 2 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083450124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23042] ppid=23030 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23033/task/23042/stat : 23042 (java) S 23030 23033 19053 0 -1 4202560 82 0 0 0 13 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083449071784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23043] ppid=23030 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23033/task/23043/stat : 23043 (java) S 23030 23033 19053 0 -1 4202560 87 0 0 0 12 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083448019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23044] ppid=23030 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23033/task/23044/stat : 23044 (java) S 23030 23033 19053 0 -1 4202560 53 0 0 0 2 0 0 0 20 0 19 0 30720733 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082965506920 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23045] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23045/stat : 23045 (java) S 23030 23033 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082964453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23046] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23046/stat : 23046 (java) S 23030 23033 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082963400072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23047] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23047/stat : 23047 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082962348816 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23048] ppid=23030 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23033/task/23048/stat : 23048 (java) S 23030 23033 19053 0 -1 4202560 2456 0 0 0 42 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082961295672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23049] ppid=23030 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23033/task/23049/stat : 23049 (java) S 23030 23033 19053 0 -1 4202560 3815 0 0 0 44 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082960243128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23050] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23050/stat : 23050 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082959190264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23051] ppid=23030 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/23033/task/23051/stat : 23051 (java) S 23030 23033 19053 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082958137928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23052] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23052/stat : 23052 (java) S 23030 23033 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30720773 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082957084200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.61
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 1.20 1.36 1.71 3/188 23162
/proc/meminfo: memFree=29860012/32872528 swapFree=1643088/1798432
[pid=23033] ppid=23030 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/23033/stat : 23033 (java) S 23030 23033 19053 0 -1 4202496 11099 0 1 0 179934 68 0 0 20 0 19 0 30720729 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140734664330768 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 2406260 89087 2285 9 0 2396937 0
[pid=23033/tid=23035] ppid=23030 vsize=9625040 CPUtime=1797.25 cores=1,3,5,7
/proc/23033/task/23035/stat : 23035 (java) R 23030 23033 19053 0 -1 4202560 2508 0 1 0 179692 33 0 0 20 0 19 0 30720730 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083611709216 140083462870024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23036] ppid=23030 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23033/task/23036/stat : 23036 (java) S 23030 23033 19053 0 -1 4202560 148 0 0 0 15 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083584170920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23037] ppid=23030 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23033/task/23037/stat : 23037 (java) S 23030 23033 19053 0 -1 4202560 150 0 0 0 16 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083583118376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23038] ppid=23030 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23033/task/23038/stat : 23038 (java) S 23030 23033 19053 0 -1 4202560 93 0 0 0 16 4 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083582065320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23039] ppid=23030 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23033/task/23039/stat : 23039 (java) S 23030 23033 19053 0 -1 4202560 170 0 0 0 16 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083581012776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23040] ppid=23030 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23033/task/23040/stat : 23040 (java) S 23030 23033 19053 0 -1 4202560 122 0 0 0 13 2 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083451177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23041] ppid=23030 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23033/task/23041/stat : 23041 (java) S 23030 23033 19053 0 -1 4202560 48 0 0 0 14 2 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083450124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23042] ppid=23030 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23033/task/23042/stat : 23042 (java) S 23030 23033 19053 0 -1 4202560 82 0 0 0 13 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083449071784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23043] ppid=23030 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23033/task/23043/stat : 23043 (java) S 23030 23033 19053 0 -1 4202560 87 0 0 0 12 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083448019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23044] ppid=23030 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23033/task/23044/stat : 23044 (java) S 23030 23033 19053 0 -1 4202560 53 0 0 0 2 0 0 0 20 0 19 0 30720733 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082965506920 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23045] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23045/stat : 23045 (java) S 23030 23033 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082964453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23046] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23046/stat : 23046 (java) S 23030 23033 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082963400072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23047] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23047/stat : 23047 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082962348816 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23048] ppid=23030 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23033/task/23048/stat : 23048 (java) S 23030 23033 19053 0 -1 4202560 2456 0 0 0 42 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082961295672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23049] ppid=23030 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23033/task/23049/stat : 23049 (java) S 23030 23033 19053 0 -1 4202560 3815 0 0 0 44 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082960243128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23050] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23050/stat : 23050 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082959190264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23051] ppid=23030 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/23033/task/23051/stat : 23051 (java) S 23030 23033 19053 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082958137928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23052] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23052/stat : 23052 (java) S 23030 23033 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30720773 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082957084200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 23033 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 1.20 1.36 1.71 3/188 23162
/proc/meminfo: memFree=29860012/32872528 swapFree=1643088/1798432
[pid=23033] ppid=23030 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/23033/stat : 23033 (java) S 23030 23033 19053 0 -1 4202496 11099 0 1 0 179934 68 0 0 20 0 19 0 30720729 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140734664330768 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23033/statm: 2406260 89087 2285 9 0 2396937 0
[pid=23033/tid=23035] ppid=23030 vsize=9625040 CPUtime=1797.25 cores=1,3,5,7
/proc/23033/task/23035/stat : 23035 (java) R 23030 23033 19053 0 -1 4202560 2508 0 1 0 179692 33 0 0 20 0 19 0 30720730 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083611709216 140083462870024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23036] ppid=23030 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23033/task/23036/stat : 23036 (java) S 23030 23033 19053 0 -1 4202560 148 0 0 0 15 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083584170920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23037] ppid=23030 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23033/task/23037/stat : 23037 (java) S 23030 23033 19053 0 -1 4202560 150 0 0 0 16 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083583118376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23038] ppid=23030 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23033/task/23038/stat : 23038 (java) S 23030 23033 19053 0 -1 4202560 93 0 0 0 16 4 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083582065320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23039] ppid=23030 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23033/task/23039/stat : 23039 (java) S 23030 23033 19053 0 -1 4202560 170 0 0 0 16 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083581012776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23040] ppid=23030 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23033/task/23040/stat : 23040 (java) S 23030 23033 19053 0 -1 4202560 122 0 0 0 13 2 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083451177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23033/tid=23041] ppid=23030 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23033/task/23041/stat : 23041 (java) S 23030 23033 19053 0 -1 4202560 48 0 0 0 14 2 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083450124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23033/tid=23042] ppid=23030 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23033/task/23042/stat : 23042 (java) S 23030 23033 19053 0 -1 4202560 82 0 0 0 13 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083449071784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23043] ppid=23030 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23033/task/23043/stat : 23043 (java) S 23030 23033 19053 0 -1 4202560 87 0 0 0 12 3 0 0 20 0 19 0 30720731 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140083448019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23044] ppid=23030 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23033/task/23044/stat : 23044 (java) S 23030 23033 19053 0 -1 4202560 53 0 0 0 2 0 0 0 20 0 19 0 30720733 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082965506920 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23045] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23045/stat : 23045 (java) S 23030 23033 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082964453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23046] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23046/stat : 23046 (java) S 23030 23033 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30720733 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082963400072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23047] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23047/stat : 23047 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082962348816 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23033/tid=23048] ppid=23030 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23033/task/23048/stat : 23048 (java) S 23030 23033 19053 0 -1 4202560 2456 0 0 0 42 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082961295672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23049] ppid=23030 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23033/task/23049/stat : 23049 (java) S 23030 23033 19053 0 -1 4202560 3815 0 0 0 44 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082960243128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23050] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23050/stat : 23050 (java) S 23030 23033 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082959190264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23051] ppid=23030 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/23033/task/23051/stat : 23051 (java) S 23030 23033 19053 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 30720735 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082958137928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23033/tid=23052] ppid=23030 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23033/task/23052/stat : 23052 (java) S 23030 23033 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30720773 9856040960 89087 33554432000 1073741824 1073778376 140734664339632 140082957084200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.74
CPU time (s): 1800.59
CPU user time (s): 1799.46
CPU system time (s): 1.13283
CPU usage (%): 100.159
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 1.13283
maximum resident set size= 358916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11133
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38396
involuntary context switches= 7353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9032 second user time and 12.5841 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 23:33:36
IDJOB=4116417
IDBENCH=109467
IDSOLVER=2546
FILE ID=node123/4116417-1466976816
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-round23-9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116417-1466976816/watcher-4116417-1466976816 -o /tmp/evaluation-result-4116417-1466976816/solver-4116417-1466976816 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116417-1466976816.opb

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

MD5SUM BENCH= 9d4f91b6c8c0bac3b279c8b87cf01cc5
RANDOM SEED=847048332

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:        29989860 kB
Buffers:           40992 kB
Cached:           118368 kB
SwapCached:         1768 kB
Active:           250080 kB
Inactive:         131960 kB
Active(anon):     224892 kB
Inactive(anon):      924 kB
Active(file):      25188 kB
Inactive(file):   131036 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098708 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       1978404 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             566088 kB
SReclaimable:      10156 kB
SUnreclaim:       555932 kB
KernelStack:        1760 kB
PageTables:         8576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2510112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    313344 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= 71732 MiB
End job on node123 at 2016-06-27 00:03:34