Trace number 4116857

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.07 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-7.opb
MD5SUMafbba44e292de6fa1d5b34ad1b8fef9b
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 benchmark165.251
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 constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
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.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116857-1466955068.opb
0.09/0.11	c reading problem ... 
0.09/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  9216
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 => 936
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.69/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.69/0.40	c 9216 constraints processed.
1.63/1.08	c cleaning 2497 clauses out of 4997 with flag 15309/5001
2.41/1.72	c cleaning 4247 clauses out of 8500 with flag 37511/11001
3.20/2.52	c cleaning 5621 clauses out of 11252 with flag 66535/18000
4.13/3.45	c cleaning 6806 clauses out of 13633 with flag 100697/26002
5.23/4.52	c cleaning 7900 clauses out of 15825 with flag 141095/35000
6.43/5.70	c cleaning 8946 clauses out of 17925 with flag 188863/45000
7.73/7.07	c cleaning 9988 clauses out of 19979 with flag 242297/56000
9.23/8.55	c cleaning 10967 clauses out of 21991 with flag 302956/68000
10.83/10.18	c cleaning 11994 clauses out of 24024 with flag 372063/81000
12.73/12.04	c cleaning 12987 clauses out of 26030 with flag 448107/95000
14.73/14.07	c cleaning 14006 clauses out of 28043 with flag 528781/110000
16.93/16.28	c cleaning 15012 clauses out of 30037 with flag 618262/126000
19.34/18.63	c cleaning 15997 clauses out of 32026 with flag 713583/143001
21.94/21.20	c cleaning 17010 clauses out of 34028 with flag 815987/161000
24.63/23.96	c cleaning 17988 clauses out of 36019 with flag 923308/180001
27.63/26.98	c cleaning 18987 clauses out of 38032 with flag 1038294/200002
30.94/30.23	c cleaning 19996 clauses out of 40044 with flag 1162251/221001
34.24/33.59	c cleaning 21005 clauses out of 42047 with flag 1293521/243000
37.94/37.21	c cleaning 22004 clauses out of 44042 with flag 1430074/266000
41.84/41.17	c cleaning 23010 clauses out of 46038 with flag 1574077/290000
46.04/45.37	c cleaning 24000 clauses out of 48028 with flag 1725418/315000
50.53/49.81	c cleaning 24998 clauses out of 50030 with flag 1884527/341002
55.13/54.46	c cleaning 25995 clauses out of 52030 with flag 2048871/368000
59.99/59.25	c cleaning 26983 clauses out of 54037 with flag 2221929/396002
64.69/63.97	c cleaning 28012 clauses out of 56052 with flag 2400459/425000
69.60/68.89	c cleaning 28999 clauses out of 58040 with flag 2584127/455000
74.80/74.08	c cleaning 29996 clauses out of 60041 with flag 2776148/486000
80.20/79.48	c cleaning 31014 clauses out of 62045 with flag 2975285/518000
86.00/85.23	c cleaning 31984 clauses out of 64031 with flag 3180950/551000
91.90/91.19	c cleaning 33010 clauses out of 66047 with flag 3394491/585000
98.30/97.55	c cleaning 33992 clauses out of 68037 with flag 3613730/620000
105.00/104.21	c cleaning 35008 clauses out of 70045 with flag 3837979/656000
112.01/111.25	c cleaning 36001 clauses out of 72037 with flag 4073984/693000
119.10/118.39	c cleaning 37013 clauses out of 74036 with flag 4315031/731000
126.80/126.06	c cleaning 37991 clauses out of 76023 with flag 4562048/770000
134.90/134.18	c cleaning 39006 clauses out of 78032 with flag 4815693/810000
143.20/142.47	c cleaning 40001 clauses out of 80028 with flag 5077062/851002
151.75/150.92	c cleaning 40981 clauses out of 82025 with flag 5342229/893000
160.36/159.56	c cleaning 41994 clauses out of 84045 with flag 5618635/936001
169.17/168.32	c cleaning 43014 clauses out of 86050 with flag 5898311/980000
178.26/177.48	c cleaning 44004 clauses out of 88036 with flag 6186937/1025000
187.77/187.00	c cleaning 45011 clauses out of 90032 with flag 6483972/1071000
197.78/196.91	c cleaning 45990 clauses out of 92022 with flag 6787480/1118001
207.97/207.16	c cleaning 46998 clauses out of 94031 with flag 7097293/1166000
218.68/217.81	c cleaning 48003 clauses out of 96033 with flag 7411829/1215000
229.87/229.08	c cleaning 48990 clauses out of 98030 with flag 7734654/1265000
241.47/240.63	c cleaning 50018 clauses out of 100041 with flag 8060873/1316001
253.11/252.30	c cleaning 50983 clauses out of 102023 with flag 8395047/1368001
265.11/264.29	c cleaning 51989 clauses out of 104039 with flag 8743069/1421000
277.12/276.28	c cleaning 52985 clauses out of 106050 with flag 9095517/1475000
289.82/288.91	c cleaning 54012 clauses out of 108067 with flag 9456217/1530002
302.92/302.08	c cleaning 54993 clauses out of 110056 with flag 9819629/1586003
316.64/315.75	c cleaning 55996 clauses out of 112061 with flag 10192815/1643001
330.53/329.67	c cleaning 57017 clauses out of 114065 with flag 10571584/1701001
345.43/344.50	c cleaning 57993 clauses out of 116047 with flag 10958221/1760000
360.08/359.15	c cleaning 59003 clauses out of 118056 with flag 11350452/1820002
374.88/373.98	c cleaning 60018 clauses out of 120052 with flag 11749832/1881001
390.48/389.54	c cleaning 61001 clauses out of 122034 with flag 12151713/1943001
406.49/405.54	c cleaning 62002 clauses out of 124033 with flag 12564791/2006001
422.89/421.94	c cleaning 62992 clauses out of 126030 with flag 12983412/2070000
439.79/438.83	c cleaning 63988 clauses out of 128039 with flag 13403542/2135001
457.30/456.33	c cleaning 64979 clauses out of 130050 with flag 13841119/2201000
475.58/474.52	c cleaning 66013 clauses out of 132071 with flag 14279981/2268000
493.89/492.88	c cleaning 67021 clauses out of 134058 with flag 14723186/2336000
512.60/511.57	c cleaning 67987 clauses out of 136037 with flag 15172820/2405000
532.29/531.25	c cleaning 68961 clauses out of 138050 with flag 15625330/2475000
551.89/550.80	c cleaning 70044 clauses out of 140089 with flag 16089903/2546000
572.30/571.20	c cleaning 71014 clauses out of 142045 with flag 16560307/2618000
593.40/592.21	c cleaning 71993 clauses out of 144033 with flag 17039865/2691002
614.90/613.71	c cleaning 72999 clauses out of 146038 with flag 17521540/2765000
637.01/635.90	c cleaning 73986 clauses out of 148041 with flag 18008752/2840002
659.51/658.32	c cleaning 75007 clauses out of 150053 with flag 18502765/2916000
682.80/681.66	c cleaning 75995 clauses out of 152046 with flag 19005373/2993000
707.11/705.94	c cleaning 77015 clauses out of 154051 with flag 19514284/3071000
730.88/729.69	c cleaning 78000 clauses out of 156036 with flag 20032383/3150000
755.48/754.22	c cleaning 78982 clauses out of 158036 with flag 20552163/3230000
781.09/779.81	c cleaning 80012 clauses out of 160056 with flag 21077341/3311002
806.80/805.54	c cleaning 80990 clauses out of 162043 with flag 21611326/3393001
833.71/832.32	c cleaning 81976 clauses out of 164054 with flag 22148461/3476002
861.21/859.86	c cleaning 83020 clauses out of 166076 with flag 22695622/3560000
889.31/887.91	c cleaning 83992 clauses out of 168057 with flag 23248788/3645001
917.91/916.54	c cleaning 85018 clauses out of 170064 with flag 23808731/3731000
947.20/945.75	c cleaning 85995 clauses out of 172046 with flag 24375355/3818000
978.00/976.50	c cleaning 87011 clauses out of 174053 with flag 24947103/3906002
1008.49/1007.01	c cleaning 88007 clauses out of 176040 with flag 25523236/3995000
1039.40/1037.93	c cleaning 89005 clauses out of 178035 with flag 26103369/4085002
1071.19/1069.64	c cleaning 90004 clauses out of 180030 with flag 26692119/4176002
1103.10/1101.56	c cleaning 91002 clauses out of 182025 with flag 27286786/4268001
1135.99/1134.44	c cleaning 91969 clauses out of 184022 with flag 27886360/4361000
1169.63/1167.90	c cleaning 92999 clauses out of 186053 with flag 28493634/4455000
1203.94/1202.20	c cleaning 94009 clauses out of 188054 with flag 29103205/4550000
1238.64/1236.93	c cleaning 94990 clauses out of 190045 with flag 29726515/4646000
1274.45/1272.77	c cleaning 95994 clauses out of 192055 with flag 30363559/4743000
1310.71/1308.91	c cleaning 97002 clauses out of 194061 with flag 30997226/4841000
1347.51/1345.72	c cleaning 98013 clauses out of 196060 with flag 31637492/4940001
1385.11/1383.39	c cleaning 99012 clauses out of 198047 with flag 32282883/5040001
1423.60/1421.79	c cleaning 99988 clauses out of 200034 with flag 32933453/5141000
1462.51/1460.63	c cleaning 101013 clauses out of 202046 with flag 33587768/5243000
1502.86/1500.90	c cleaning 101992 clauses out of 204035 with flag 34256659/5346002
1543.97/1541.92	c cleaning 103012 clauses out of 206041 with flag 34924349/5450000
1585.87/1583.86	c cleaning 103966 clauses out of 208030 with flag 35603693/5555001
1628.77/1626.66	c cleaning 105012 clauses out of 210063 with flag 36285779/5661000
1671.79/1669.69	c cleaning 106012 clauses out of 212051 with flag 36975271/5768000
1715.58/1713.44	c cleaning 107020 clauses out of 214040 with flag 37671414/5876001
1760.97/1758.78	c cleaning 107993 clauses out of 216022 with flag 38373964/5985003
1800.07/1797.80	c starts		: 58397
1800.07/1797.80	c conflicts		: 6082398
1800.07/1797.80	c decisions		: 49650808
1800.07/1797.80	c propagations		: 797120582
1800.07/1797.80	c inspects		: 25297602456
1800.07/1797.80	c shortcuts		: 0
1800.07/1797.80	c learnt literals	: 4
1800.07/1797.80	c learnt binary clauses	: 68
1800.07/1797.80	c learnt ternary clauses	: 947
1800.07/1797.80	c learnt constraints	: 6082395
1800.07/1797.80	c ignored constraints	: 0
1800.07/1797.80	c root simplifications	: 0
1800.07/1797.80	c removed literals (reason simplification)	: 0
1800.07/1797.80	c reason swapping (by a shorter reason)	: 0
1800.07/1797.80	c Calls to reduceDB	: 105
1800.07/1797.80	c Number of update (reduction) of LBD	: 1298318
1800.07/1797.80	c Imported unit clauses	: 0
1800.07/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.80	c number of learned constraints concerned by reduction	: 0
1800.07/1797.80	c number of learning phase by resolution	: 0
1800.07/1797.80	c number of learning phase by cutting planes	: 0
1800.07/1797.80	c speed (assignments/second)	: 443486.34468976234
1800.07/1797.80	c non guided choices	8367
1800.07/1797.80	c timeout
1800.07/1797.83	c learnt constraints type 
1800.07/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 68
1800.07/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 205357
1800.07/1797.83	s UNKNOWN
1800.07/1797.83	c Total wall clock time (in seconds): 1797.715

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-4116857-1466955068/watcher-4116857-1466955068 -o /tmp/evaluation-result-4116857-1466955068/solver-4116857-1466955068 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116857-1466955068.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.11 2.09 3/194 28348
/proc/meminfo: memFree=31174936/32872528 swapFree=552864/567172
[pid=28348] ppid=28345 vsize=2504 CPUtime=0 cores=0,2,4,6
/proc/28348/stat : 28348 (java) R 28345 28348 26442 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 28544694 2564096 47 33554432000 1073741824 1073778376 140733943641600 140733943638728 206619897076 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 892 49 38 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.06 2.11 2.09 3/194 28348
/proc/meminfo: memFree=31174936/32872528 swapFree=552864/567172
[pid=28348] ppid=28345 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/28348/stat : 28348 (java) S 28345 28348 26442 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 28544694 9787879424 6020 33554432000 1073741824 1073778376 140733943641600 140733943632736 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 2389619 6020 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.06 2.11 2.09 3/194 28348
/proc/meminfo: memFree=31174936/32872528 swapFree=552864/567172
[pid=28348] ppid=28345 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/28348/stat : 28348 (java) S 28345 28348 26442 0 -1 4202496 4797 0 1 0 24 1 0 0 20 0 18 0 28544694 9787879424 6848 33554432000 1073741824 1073778376 140733943641600 140733943632736 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 2389619 6848 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.06 2.11 2.09 3/194 28348
/proc/meminfo: memFree=31174936/32872528 swapFree=552864/567172
[pid=28348] ppid=28345 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/28348/stat : 28348 (java) S 28345 28348 26442 0 -1 4202496 5750 0 1 0 47 1 0 0 20 0 18 0 28544694 9787879424 8950 33554432000 1073741824 1073778376 140733943641600 140733943632736 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 2389619 8956 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 2.06 2.11 2.09 3/194 28348
/proc/meminfo: memFree=31174936/32872528 swapFree=552864/567172
[pid=28348] ppid=28345 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/28348/stat : 28348 (java) S 28345 28348 26442 0 -1 4202496 8846 0 1 0 130 2 0 0 20 0 19 0 28544694 9856040960 14670 33554432000 1073741824 1073778376 140733943641600 140733943632736 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 2406260 14670 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.06 2.11 2.09 4/213 28367
/proc/meminfo: memFree=31124056/32872528 swapFree=552864/567172
[pid=28348] ppid=28345 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/28348/stat : 28348 (java) S 28345 28348 26442 0 -1 4202496 8920 0 1 0 216 2 0 0 20 0 19 0 28544694 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140733943632736 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 2406260 15189 2270 9 0 2396937 0
[pid=28348/tid=28350] ppid=28345 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/28348/task/28350/stat : 28350 (java) R 28345 28348 26442 0 -1 4202560 2423 0 1 0 144 2 0 0 20 0 19 0 28544695 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140564647886544 140564499093280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28351] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28351/stat : 28351 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140564620347944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28352] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28352/stat : 28352 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140564619295144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28353] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28353/stat : 28353 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140564618242344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28354] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28354/stat : 28354 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140564617189544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28355] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28355/stat : 28355 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140564487515176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28356] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28356/stat : 28356 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140564486462376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28357] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28357/stat : 28357 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140564485409576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28358] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28358/stat : 28358 (java) S 28345 28348 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140564484356776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28359] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28359/stat : 28359 (java) S 28345 28348 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28544697 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140564001843688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28360] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28360/stat : 28360 (java) S 28345 28348 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140564000789752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28361] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28361/stat : 28361 (java) S 28345 28348 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140563999736840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28362] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28362/stat : 28362 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140563998685328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28363] ppid=28345 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/28348/task/28363/stat : 28363 (java) S 28345 28348 26442 0 -1 4202560 3316 0 0 0 41 0 0 0 20 0 19 0 28544700 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140563997633464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28364] ppid=28345 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28348/task/28364/stat : 28364 (java) S 28345 28348 26442 0 -1 4202560 1904 0 0 0 29 0 0 0 20 0 19 0 28544700 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140563996580664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28365] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28365/stat : 28365 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140563995528056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28366] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28366/stat : 28366 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140563994475464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28367] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28367/stat : 28367 (java) S 28345 28348 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28544735 9856040960 15189 33554432000 1073741824 1073778376 140733943641600 140563993420968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.06 2.11 2.09 3/213 28367
/proc/meminfo: memFree=31121264/32872528 swapFree=552864/567172
[pid=28348] ppid=28345 vsize=9625040 CPUtime=3.81 cores=0,2,4,6
/proc/28348/stat : 28348 (java) S 28345 28348 26442 0 -1 4202496 8922 0 1 0 379 2 0 0 20 0 19 0 28544694 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140733943632736 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 2406260 15701 2270 9 0 2396937 0
[pid=28348/tid=28350] ppid=28345 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/28348/task/28350/stat : 28350 (java) R 28345 28348 26442 0 -1 4202560 2425 0 1 0 303 2 0 0 20 0 19 0 28544695 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140564647895368 140564499065861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28351] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28351/stat : 28351 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140564620347944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28352] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28352/stat : 28352 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140564619295144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28353] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28353/stat : 28353 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140564618242344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28354] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28354/stat : 28354 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140564617189544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28355] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28355/stat : 28355 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140564487515176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28356] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28356/stat : 28356 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140564486462376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28357] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28357/stat : 28357 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140564485409576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28358] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28358/stat : 28358 (java) S 28345 28348 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140564484356776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28359] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28359/stat : 28359 (java) S 28345 28348 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28544697 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140564001843688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28360] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28360/stat : 28360 (java) S 28345 28348 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140564000789752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28361] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28361/stat : 28361 (java) S 28345 28348 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140563999736840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28362] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28362/stat : 28362 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140563998685328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28363] ppid=28345 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28348/task/28363/stat : 28363 (java) S 28345 28348 26442 0 -1 4202560 3316 0 0 0 43 0 0 0 20 0 19 0 28544700 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140563997633464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28364] ppid=28345 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/28348/task/28364/stat : 28364 (java) S 28345 28348 26442 0 -1 4202560 1904 0 0 0 31 0 0 0 20 0 19 0 28544700 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140563996580664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28365] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28365/stat : 28365 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140563995528056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28366] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28366/stat : 28366 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140563994475464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28367] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28367/stat : 28367 (java) S 28345 28348 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28544735 9856040960 15701 33554432000 1073741824 1073778376 140733943641600 140563993420968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.05 2.10 2.09 3/213 28367
/proc/meminfo: memFree=31104032/32872528 swapFree=552864/567172
[pid=28348] ppid=28345 vsize=9625040 CPUtime=7.03 cores=0,2,4,6
/proc/28348/stat : 28348 (java) S 28345 28348 26442 0 -1 4202496 8938 0 1 0 700 3 0 0 20 0 19 0 28544694 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140733943632736 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 2406260 17335 2271 9 0 2396937 0
[pid=28348/tid=28350] ppid=28345 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/28348/task/28350/stat : 28350 (java) R 28345 28348 26442 0 -1 4202560 2430 0 1 0 621 2 0 0 20 0 19 0 28544695 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140564647886528 140564499071618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28351] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28351/stat : 28351 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140564620347944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28352] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28352/stat : 28352 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140564619295144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28353] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28353/stat : 28353 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140564618242344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28354] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28354/stat : 28354 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140564617189544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28355] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28355/stat : 28355 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140564487515176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28356] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28356/stat : 28356 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140564486462376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28357] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28357/stat : 28357 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140564485409576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28358] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28358/stat : 28358 (java) S 28345 28348 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28544696 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140564484356776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28359] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28359/stat : 28359 (java) S 28345 28348 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28544697 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140564001843688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28360] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28360/stat : 28360 (java) S 28345 28348 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140564000789752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28361] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28361/stat : 28361 (java) S 28345 28348 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140563999736840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28362] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28362/stat : 28362 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140563998685328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28363] ppid=28345 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28348/task/28363/stat : 28363 (java) S 28345 28348 26442 0 -1 4202560 3316 0 0 0 43 0 0 0 20 0 19 0 28544700 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140563997633464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28364] ppid=28345 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28348/task/28364/stat : 28364 (java) S 28345 28348 26442 0 -1 4202560 1914 0 0 0 33 0 0 0 20 0 19 0 28544700 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140563996580664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28365] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28365/stat : 28365 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140563995528056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28366] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28366/stat : 28366 (java) S 28345 28348 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140563994475464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28367] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28367/stat : 28367 (java) S 28345 28348 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28544735 9856040960 17335 33554432000 1073741824 1073778376 140733943641600 140563993420968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 9625040


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

[pid=28348/tid=28367] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28367/stat : 28367 (java) S 28345 28348 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28544735 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140563993420968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.49
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.14 2.09 3/213 28473
/proc/meminfo: memFree=30764940/32872528 swapFree=552864/567172
[pid=28348] ppid=28345 vsize=9625040 CPUtime=1724.48 cores=0,2,4,6
/proc/28348/stat : 28348 (java) S 28345 28348 26442 0 -1 4202496 11753 0 1 0 172395 53 0 0 20 0 19 0 28544694 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140733943632736 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 2406260 98378 2285 9 0 2396937 0
[pid=28348/tid=28350] ppid=28345 vsize=9625040 CPUtime=1717.37 cores=0,2,4,6
/proc/28348/task/28350/stat : 28350 (java) R 28345 28348 26442 0 -1 4202560 2492 0 1 0 171708 29 0 0 20 0 19 0 28544695 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140564647886624 140564499110268 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28351] ppid=28345 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28348/task/28351/stat : 28351 (java) S 28345 28348 26442 0 -1 4202560 462 0 0 0 17 4 0 0 20 0 19 0 28544696 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140564620347944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28352] ppid=28345 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28348/task/28352/stat : 28352 (java) S 28345 28348 26442 0 -1 4202560 387 0 0 0 16 2 0 0 20 0 19 0 28544696 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140564619295144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28353] ppid=28345 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28348/task/28353/stat : 28353 (java) S 28345 28348 26442 0 -1 4202560 103 0 0 0 22 4 0 0 20 0 19 0 28544696 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140564618242344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28354] ppid=28345 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28348/task/28354/stat : 28354 (java) S 28345 28348 26442 0 -1 4202560 363 0 0 0 15 3 0 0 20 0 19 0 28544696 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140564617189544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28355] ppid=28345 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28348/task/28355/stat : 28355 (java) S 28345 28348 26442 0 -1 4202560 57 0 0 0 15 3 0 0 20 0 19 0 28544696 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140564487515176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28356] ppid=28345 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/28348/task/28356/stat : 28356 (java) S 28345 28348 26442 0 -1 4202560 216 0 0 0 16 3 0 0 20 0 19 0 28544696 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140564486462376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28357] ppid=28345 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/28348/task/28357/stat : 28357 (java) S 28345 28348 26442 0 -1 4202560 248 0 0 0 13 3 0 0 20 0 19 0 28544696 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140564485409576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28358] ppid=28345 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/28348/task/28358/stat : 28358 (java) S 28345 28348 26442 0 -1 4202560 169 0 0 0 18 3 0 0 20 0 19 0 28544696 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140564484356776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28359] ppid=28345 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28348/task/28359/stat : 28359 (java) S 28345 28348 26442 0 -1 4202560 67 0 0 0 0 2 0 0 20 0 19 0 28544697 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140564001843688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28360] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28360/stat : 28360 (java) S 28345 28348 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140564000789752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28361] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28361/stat : 28361 (java) S 28345 28348 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140563999736840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28362] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28362/stat : 28362 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140563998685328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28363] ppid=28345 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/28348/task/28363/stat : 28363 (java) S 28345 28348 26442 0 -1 4202560 3912 0 0 0 47 0 0 0 20 0 19 0 28544700 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140563997633464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28364] ppid=28345 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28348/task/28364/stat : 28364 (java) S 28345 28348 26442 0 -1 4202560 1914 0 0 0 33 0 0 0 20 0 19 0 28544700 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140563996580664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28365] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28365/stat : 28365 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140563995528056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28366] ppid=28345 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28348/task/28366/stat : 28366 (java) S 28345 28348 26442 0 -1 4202560 100 0 0 0 33 34 0 0 20 0 19 0 28544700 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140563994475464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28367] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28367/stat : 28367 (java) S 28345 28348 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28544735 9856040960 98378 33554432000 1073741824 1073778376 140733943641600 140563993420968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.48
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.14 2.09 3/214 28477
/proc/meminfo: memFree=30742364/32872528 swapFree=552864/567172
[pid=28348] ppid=28345 vsize=9625040 CPUtime=1784.57 cores=0,2,4,6
/proc/28348/stat : 28348 (java) S 28345 28348 26442 0 -1 4202496 11791 0 1 0 178402 55 0 0 20 0 19 0 28544694 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140733943632736 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 2406260 100441 2285 9 0 2396937 0
[pid=28348/tid=28350] ppid=28345 vsize=9625040 CPUtime=1777.18 cores=0,2,4,6
/proc/28348/task/28350/stat : 28350 (java) R 28345 28348 26442 0 -1 4202560 2493 0 1 0 177688 30 0 0 20 0 19 0 28544695 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564647886624 140564499110288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28351] ppid=28345 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/28348/task/28351/stat : 28351 (java) S 28345 28348 26442 0 -1 4202560 480 0 0 0 18 4 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564620347944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28352] ppid=28345 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/28348/task/28352/stat : 28352 (java) S 28345 28348 26442 0 -1 4202560 387 0 0 0 17 2 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564619295144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28353] ppid=28345 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28348/task/28353/stat : 28353 (java) S 28345 28348 26442 0 -1 4202560 106 0 0 0 23 4 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564618242344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28354] ppid=28345 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/28348/task/28354/stat : 28354 (java) S 28345 28348 26442 0 -1 4202560 364 0 0 0 16 3 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564617189544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28355] ppid=28345 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/28348/task/28355/stat : 28355 (java) S 28345 28348 26442 0 -1 4202560 58 0 0 0 16 3 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564487515176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28356] ppid=28345 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/28348/task/28356/stat : 28356 (java) S 28345 28348 26442 0 -1 4202560 216 0 0 0 17 3 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564486462376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28357] ppid=28345 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28348/task/28357/stat : 28357 (java) S 28345 28348 26442 0 -1 4202560 252 0 0 0 15 3 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564485409576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28358] ppid=28345 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/28348/task/28358/stat : 28358 (java) S 28345 28348 26442 0 -1 4202560 173 0 0 0 20 3 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564484356776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28359] ppid=28345 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28348/task/28359/stat : 28359 (java) S 28345 28348 26442 0 -1 4202560 69 0 0 0 0 2 0 0 20 0 19 0 28544697 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564001843688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28360] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28360/stat : 28360 (java) S 28345 28348 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564000789752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28361] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28361/stat : 28361 (java) S 28345 28348 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563999736840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28362] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28362/stat : 28362 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563998685328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28363] ppid=28345 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/28348/task/28363/stat : 28363 (java) S 28345 28348 26442 0 -1 4202560 3912 0 0 0 47 0 0 0 20 0 19 0 28544700 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563997633464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28364] ppid=28345 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28348/task/28364/stat : 28364 (java) S 28345 28348 26442 0 -1 4202560 1914 0 0 0 33 0 0 0 20 0 19 0 28544700 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563996580664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28365] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28365/stat : 28365 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563995528056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28366] ppid=28345 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/28348/task/28366/stat : 28366 (java) S 28345 28348 26442 0 -1 4202560 104 0 0 0 34 36 0 0 20 0 19 0 28544700 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563994475464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28367] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28367/stat : 28367 (java) S 28345 28348 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28544735 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563993420968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.57
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.11 2.13 2.09 3/214 28500
/proc/meminfo: memFree=30740812/32872528 swapFree=552864/567172
[pid=28348] ppid=28345 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/28348/stat : 28348 (java) S 28345 28348 26442 0 -1 4202496 11793 0 1 0 179952 55 0 0 20 0 19 0 28544694 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140733943632736 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 2406260 100441 2285 9 0 2396937 0
[pid=28348/tid=28350] ppid=28345 vsize=9625040 CPUtime=1792.64 cores=0,2,4,6
/proc/28348/task/28350/stat : 28350 (java) R 28345 28348 26442 0 -1 4202560 2493 0 1 0 179234 30 0 0 20 0 19 0 28544695 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564647886624 140564499119362 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28351] ppid=28345 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/28348/task/28351/stat : 28351 (java) S 28345 28348 26442 0 -1 4202560 480 0 0 0 18 4 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564620347944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28352] ppid=28345 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/28348/task/28352/stat : 28352 (java) S 28345 28348 26442 0 -1 4202560 387 0 0 0 17 2 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564619295144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28353] ppid=28345 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28348/task/28353/stat : 28353 (java) S 28345 28348 26442 0 -1 4202560 106 0 0 0 23 4 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564618242344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28354] ppid=28345 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/28348/task/28354/stat : 28354 (java) S 28345 28348 26442 0 -1 4202560 364 0 0 0 16 3 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564617189544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28355] ppid=28345 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/28348/task/28355/stat : 28355 (java) S 28345 28348 26442 0 -1 4202560 58 0 0 0 16 3 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564487515176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28356] ppid=28345 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/28348/task/28356/stat : 28356 (java) S 28345 28348 26442 0 -1 4202560 216 0 0 0 17 3 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564486462376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28357] ppid=28345 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/28348/task/28357/stat : 28357 (java) S 28345 28348 26442 0 -1 4202560 252 0 0 0 15 3 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564485409576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28358] ppid=28345 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/28348/task/28358/stat : 28358 (java) S 28345 28348 26442 0 -1 4202560 173 0 0 0 20 3 0 0 20 0 19 0 28544696 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564484356776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28348/tid=28359] ppid=28345 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28348/task/28359/stat : 28359 (java) S 28345 28348 26442 0 -1 4202560 69 0 0 0 0 2 0 0 20 0 19 0 28544697 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564001843688 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28360] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28360/stat : 28360 (java) S 28345 28348 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140564000789752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28361] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28361/stat : 28361 (java) S 28345 28348 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28544698 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563999736840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28362] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28362/stat : 28362 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563998685328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28363] ppid=28345 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/28348/task/28363/stat : 28363 (java) S 28345 28348 26442 0 -1 4202560 3912 0 0 0 47 0 0 0 20 0 19 0 28544700 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563997633464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28364] ppid=28345 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28348/task/28364/stat : 28364 (java) S 28345 28348 26442 0 -1 4202560 1914 0 0 0 33 0 0 0 20 0 19 0 28544700 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563996580664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28348/tid=28365] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28365/stat : 28365 (java) S 28345 28348 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28544700 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563995528056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28348/tid=28366] ppid=28345 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/28348/task/28366/stat : 28366 (java) S 28345 28348 26442 0 -1 4202560 106 0 0 0 34 36 0 0 20 0 19 0 28544700 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563994475464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28348/tid=28367] ppid=28345 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28348/task/28367/stat : 28367 (java) S 28345 28348 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28544735 9856040960 100441 33554432000 1073741824 1073778376 140733943641600 140563993420968 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 28348 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28348 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=69108
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=72836
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.84
CPU time (s): 1800.07
CPU user time (s): 1799.52
CPU system time (s): 0.55
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.07
system time used= 1.07284
maximum resident set size= 402016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11872
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38487
involuntary context switches= 4083

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4394 second user time and 13.9559 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 17:31:08
IDJOB=4116857
IDBENCH=109522
IDSOLVER=2546
FILE ID=node138/4116857-1466955068
RUNJOBID= node138-1466940040-26458
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round21-7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116857-1466955068/watcher-4116857-1466955068 -o /tmp/evaluation-result-4116857-1466955068/solver-4116857-1466955068 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116857-1466955068.opb

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

MD5SUM BENCH= afbba44e292de6fa1d5b34ad1b8fef9b
RANDOM SEED=427581767

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31175100 kB
Buffers:           19160 kB
Cached:           221432 kB
SwapCached:         3788 kB
Active:           205556 kB
Inactive:         219940 kB
Active(anon):     182836 kB
Inactive(anon):     4564 kB
Active(file):      22720 kB
Inactive(file):   215376 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:        775616 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566728 kB
SReclaimable:      10240 kB
SUnreclaim:       556488 kB
KernelStack:        1752 kB
PageTables:         5564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1245832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node138 at 2016-06-26 18:01:06