Trace number 4116881

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.65 1797.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round23-2.opb
MD5SUM8720edcebb4d35aaf36c8e6b8be5ec36
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 constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
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-4116881-1466971421.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.309s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10752
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 872
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10752 constraints processed.
1.86/1.11	c cleaning 2490 clauses out of 4998 with flag 15759/5000
2.51/1.70	c cleaning 4215 clauses out of 8510 with flag 37599/11002
3.12/2.39	c cleaning 5626 clauses out of 11293 with flag 66785/18000
4.02/3.26	c cleaning 6823 clauses out of 13667 with flag 100612/26000
5.04/4.27	c cleaning 7915 clauses out of 15844 with flag 139078/35000
6.24/5.40	c cleaning 8940 clauses out of 17929 with flag 184612/45000
7.34/6.60	c cleaning 9979 clauses out of 19989 with flag 237507/56000
8.74/7.99	c cleaning 10989 clauses out of 22010 with flag 295572/68000
10.43/9.64	c cleaning 12002 clauses out of 24021 with flag 360398/81000
12.05/11.27	c cleaning 12991 clauses out of 26019 with flag 431909/95000
13.85/13.04	c cleaning 13961 clauses out of 28029 with flag 511596/110001
15.85/15.03	c cleaning 15014 clauses out of 30067 with flag 597756/126000
18.06/17.25	c cleaning 16000 clauses out of 32055 with flag 688374/143002
20.45/19.66	c cleaning 17003 clauses out of 34053 with flag 787872/161000
23.16/22.33	c cleaning 18008 clauses out of 36050 with flag 891462/180000
25.86/25.04	c cleaning 18997 clauses out of 38042 with flag 1003302/200000
28.85/28.01	c cleaning 20013 clauses out of 40046 with flag 1120247/221001
31.85/31.10	c cleaning 21005 clauses out of 42033 with flag 1245929/243001
35.35/34.55	c cleaning 22005 clauses out of 44028 with flag 1379098/266001
39.05/38.26	c cleaning 22986 clauses out of 46024 with flag 1519834/290002
42.96/42.13	c cleaning 23965 clauses out of 48036 with flag 1665144/315000
46.96/46.18	c cleaning 25023 clauses out of 50073 with flag 1818076/341002
51.26/50.45	c cleaning 25999 clauses out of 52048 with flag 1981764/368000
55.48/54.66	c cleaning 27015 clauses out of 54049 with flag 2146439/396000
59.78/58.91	c cleaning 27986 clauses out of 56035 with flag 2317457/425001
64.18/63.38	c cleaning 29011 clauses out of 58049 with flag 2492797/455001
68.97/68.13	c cleaning 29983 clauses out of 60038 with flag 2679134/486001
73.97/73.11	c cleaning 30995 clauses out of 62054 with flag 2871443/518000
79.17/78.37	c cleaning 32004 clauses out of 64061 with flag 3067985/551002
84.87/84.06	c cleaning 32984 clauses out of 66055 with flag 3271504/585000
90.77/89.97	c cleaning 34011 clauses out of 68071 with flag 3480997/620000
96.67/95.88	c cleaning 34966 clauses out of 70060 with flag 3698705/656000
102.97/102.11	c cleaning 36033 clauses out of 72094 with flag 3919960/693000
109.47/108.62	c cleaning 37003 clauses out of 74062 with flag 4149564/731001
116.27/115.42	c cleaning 38015 clauses out of 76059 with flag 4386306/770001
123.56/122.75	c cleaning 39007 clauses out of 78043 with flag 4632425/810000
131.26/130.40	c cleaning 39980 clauses out of 80037 with flag 4882112/851001
138.86/138.02	c cleaning 40977 clauses out of 82056 with flag 5138899/893000
146.51/145.67	c cleaning 42003 clauses out of 84079 with flag 5401101/936000
154.31/153.49	c cleaning 43016 clauses out of 86076 with flag 5667801/980000
162.51/161.67	c cleaning 43998 clauses out of 88060 with flag 5940604/1025000
170.92/170.03	c cleaning 44981 clauses out of 90062 with flag 6222184/1071000
179.91/179.00	c cleaning 46029 clauses out of 92081 with flag 6511014/1118000
188.91/188.10	c cleaning 46997 clauses out of 94053 with flag 6808532/1166001
198.41/197.55	c cleaning 47968 clauses out of 96056 with flag 7110254/1215001
208.21/207.32	c cleaning 48983 clauses out of 98087 with flag 7420159/1265000
218.42/217.53	c cleaning 50028 clauses out of 100104 with flag 7733037/1316000
229.02/228.18	c cleaning 50982 clauses out of 102076 with flag 8055474/1368000
240.08/239.17	c cleaning 52018 clauses out of 104095 with flag 8384532/1421001
251.18/250.22	c cleaning 53013 clauses out of 106076 with flag 8714518/1475000
262.68/261.72	c cleaning 54007 clauses out of 108064 with flag 9053783/1530001
274.48/273.51	c cleaning 55007 clauses out of 110057 with flag 9399835/1586001
286.48/285.56	c cleaning 55985 clauses out of 112049 with flag 9752215/1643000
298.89/297.98	c cleaning 57025 clauses out of 114064 with flag 10109377/1701000
311.69/310.72	c cleaning 57968 clauses out of 116041 with flag 10475876/1760002
324.69/323.74	c cleaning 58981 clauses out of 118073 with flag 10842515/1820002
338.40/337.49	c cleaning 60027 clauses out of 120091 with flag 11218291/1881001
352.36/351.36	c cleaning 61016 clauses out of 122064 with flag 11599345/1943001
366.28/365.30	c cleaning 61948 clauses out of 124047 with flag 11988360/2006000
380.58/379.59	c cleaning 63012 clauses out of 126100 with flag 12382169/2070001
395.58/394.52	c cleaning 63998 clauses out of 128087 with flag 12784124/2135000
410.90/409.88	c cleaning 65009 clauses out of 130089 with flag 13190888/2201000
426.80/425.75	c cleaning 66014 clauses out of 132080 with flag 13604459/2268000
442.91/441.87	c cleaning 67011 clauses out of 134067 with flag 14024690/2336001
459.71/458.66	c cleaning 67982 clauses out of 136055 with flag 14450492/2405000
476.68/475.54	c cleaning 69000 clauses out of 138074 with flag 14881881/2475001
494.17/493.04	c cleaning 70011 clauses out of 140073 with flag 15325822/2546000
512.18/511.07	c cleaning 71020 clauses out of 142064 with flag 15768688/2618002
530.68/529.57	c cleaning 71993 clauses out of 144044 with flag 16219950/2691002
549.98/548.84	c cleaning 73019 clauses out of 146049 with flag 16677002/2765000
569.29/568.17	c cleaning 73970 clauses out of 148030 with flag 17138921/2840000
589.70/588.56	c cleaning 75017 clauses out of 150061 with flag 17604097/2916001
609.97/608.76	c cleaning 76016 clauses out of 152044 with flag 18079538/2993001
630.68/629.48	c cleaning 77004 clauses out of 154028 with flag 18562360/3071001
651.78/650.58	c cleaning 77958 clauses out of 156024 with flag 19043006/3150001
673.39/672.20	c cleaning 79017 clauses out of 158065 with flag 19534599/3230000
695.79/694.55	c cleaning 80017 clauses out of 160048 with flag 20029655/3311000
719.00/717.71	c cleaning 81002 clauses out of 162033 with flag 20535181/3393002
741.92/740.55	c cleaning 81965 clauses out of 164029 with flag 21039038/3476000
765.82/764.43	c cleaning 83022 clauses out of 166064 with flag 21553810/3560000
790.02/788.69	c cleaning 83992 clauses out of 168042 with flag 22079310/3645000
815.45/814.09	c cleaning 85001 clauses out of 170050 with flag 22611211/3731000
841.04/839.63	c cleaning 85988 clauses out of 172051 with flag 23144671/3818002
867.13/865.64	c cleaning 87003 clauses out of 174061 with flag 23686636/3906000
893.64/892.11	c cleaning 87993 clauses out of 176058 with flag 24234753/3995000
920.53/919.01	c cleaning 89008 clauses out of 178066 with flag 24782592/4085001
948.42/946.95	c cleaning 90011 clauses out of 180058 with flag 25349890/4176001
976.13/974.69	c cleaning 90994 clauses out of 182048 with flag 25913820/4268002
1004.62/1003.06	c cleaning 91983 clauses out of 184052 with flag 26478938/4361000
1034.03/1032.46	c cleaning 92972 clauses out of 186070 with flag 27053382/4455001
1064.04/1062.45	c cleaning 94032 clauses out of 188099 with flag 27634673/4550002
1094.86/1093.27	c cleaning 94993 clauses out of 190065 with flag 28223495/4646000
1126.05/1124.33	c cleaning 96037 clauses out of 192073 with flag 28820395/4743001
1157.56/1155.81	c cleaning 97003 clauses out of 194035 with flag 29421609/4841000
1190.36/1188.63	c cleaning 97995 clauses out of 196032 with flag 30027344/4940000
1224.38/1222.65	c cleaning 99002 clauses out of 198038 with flag 30635555/5040001
1257.92/1256.09	c cleaning 100012 clauses out of 200037 with flag 31256839/5141002
1292.43/1290.58	c cleaning 100999 clauses out of 202023 with flag 31878521/5243000
1327.34/1325.50	c cleaning 101993 clauses out of 204024 with flag 32509680/5346000
1363.05/1361.15	c cleaning 102972 clauses out of 206031 with flag 33142371/5450000
1399.43/1397.34	c cleaning 104023 clauses out of 208059 with flag 33781070/5555000
1436.74/1434.66	c cleaning 105010 clauses out of 210037 with flag 34428501/5661001
1474.85/1472.70	c cleaning 105989 clauses out of 212026 with flag 35078645/5768000
1513.77/1511.58	c cleaning 106957 clauses out of 214037 with flag 35732723/5876000
1553.37/1551.18	c cleaning 108008 clauses out of 216080 with flag 36388769/5985000
1593.37/1591.11	c cleaning 109019 clauses out of 218072 with flag 37057185/6095000
1634.28/1632.01	c cleaning 109995 clauses out of 220053 with flag 37728801/6206000
1675.55/1673.25	c cleaning 111019 clauses out of 222058 with flag 38406155/6318000
1717.65/1715.37	c cleaning 111999 clauses out of 224039 with flag 39096359/6431000
1760.75/1758.46	c cleaning 112978 clauses out of 226040 with flag 39779479/6545000
1800.04/1797.60	c starts		: 48460
1800.04/1797.60	c conflicts		: 6649237
1800.04/1797.60	c decisions		: 62617433
1800.04/1797.60	c propagations		: 898323682
1800.04/1797.60	c inspects		: 24239395869
1800.04/1797.60	c shortcuts		: 0
1800.04/1797.60	c learnt literals	: 2
1800.04/1797.60	c learnt binary clauses	: 42
1800.04/1797.60	c learnt ternary clauses	: 558
1800.04/1797.60	c learnt constraints	: 6649236
1800.04/1797.60	c ignored constraints	: 0
1800.04/1797.60	c root simplifications	: 0
1800.04/1797.60	c removed literals (reason simplification)	: 0
1800.04/1797.60	c reason swapping (by a shorter reason)	: 0
1800.04/1797.60	c Calls to reduceDB	: 110
1800.04/1797.60	c Number of update (reduction) of LBD	: 1410534
1800.04/1797.60	c Imported unit clauses	: 0
1800.04/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.60	c number of learned constraints concerned by reduction	: 0
1800.04/1797.60	c number of learning phase by resolution	: 0
1800.04/1797.60	c number of learning phase by cutting planes	: 0
1800.04/1797.60	c speed (assignments/second)	: 499853.760322462
1800.04/1797.60	c non guided choices	30689
1800.04/1797.60	c timeout
1800.04/1797.63	c learnt constraints type 
1800.04/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42
1800.04/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 217258
1800.04/1797.63	s UNKNOWN
1800.04/1797.63	c Total wall clock time (in seconds): 1797.517

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

pid=22478
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.31 2.27 2.20 3/194 22481
/proc/meminfo: memFree=30022356/32872528 swapFree=1643088/1798432
[pid=22481] ppid=22478 vsize=2504 CPUtime=0 cores=1,3,5,7
/proc/22481/stat : 22481 (java) R 22478 22481 19053 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 30181231 2564096 46 33554432000 1073741824 1073778376 140736392296112 140736392293240 260181164497 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22481/statm: 892 49 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.31 2.27 2.20 3/194 22481
/proc/meminfo: memFree=30022356/32872528 swapFree=1643088/1798432
[pid=22481] ppid=22478 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22478 22481 19053 0 -1 4202496 4454 0 1 0 8 1 0 0 20 0 18 0 30181231 9787879424 5569 33554432000 1073741824 1073778376 140736392296112 140736392287248 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22481/statm: 2389619 5569 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.31 2.27 2.20 3/194 22481
/proc/meminfo: memFree=30022356/32872528 swapFree=1643088/1798432
[pid=22481] ppid=22478 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22478 22481 19053 0 -1 4202496 4994 0 1 0 24 1 0 0 20 0 18 0 30181231 9787879424 6535 33554432000 1073741824 1073778376 140736392296112 140736392287248 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22481/statm: 2389619 6535 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 2.31 2.27 2.20 3/194 22481
/proc/meminfo: memFree=30022356/32872528 swapFree=1643088/1798432
[pid=22481] ppid=22478 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22478 22481 19053 0 -1 4202496 5974 0 1 0 47 2 0 0 20 0 18 0 30181231 9787879424 8507 33554432000 1073741824 1073778376 140736392296112 140736392287248 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22481/statm: 2389619 8507 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700191 s]
/proc/loadavg: 2.31 2.27 2.20 3/194 22481
/proc/meminfo: memFree=30022356/32872528 swapFree=1643088/1798432
[pid=22481] ppid=22478 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22478 22481 19053 0 -1 4202496 10247 0 1 0 137 4 0 0 20 0 19 0 30181231 9856040960 16381 33554432000 1073741824 1073778376 140736392296112 140736392287248 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22481/statm: 2406260 16381 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.31 2.27 2.20 5/213 22500
/proc/meminfo: memFree=29965704/32872528 swapFree=1643088/1798432
[pid=22481] ppid=22478 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22478 22481 19053 0 -1 4202496 10673 0 1 0 224 4 0 0 20 0 19 0 30181231 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 140736392287248 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22481/statm: 2406260 16919 2270 9 0 2396937 0
[pid=22481/tid=22483] ppid=22478 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) R 22478 22481 19053 0 -1 4202560 2492 0 1 0 144 2 0 0 20 0 19 0 30181232 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652264657176 139652205009472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22484] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652108336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22485] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652107283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22486] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652106230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22487] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652105177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22488] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652104124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22489] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652103072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22490] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652102019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22491] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) S 22478 22481 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652100966696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22492] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22478 22481 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652088769384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22493] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) S 22478 22481 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652087715704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22494] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22478 22481 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652086662536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22495] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652085611280 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22496] ppid=22478 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/22481/task/22496/stat : 22496 (java) S 22478 22481 19053 0 -1 4202560 2637 0 0 0 38 0 0 0 20 0 19 0 30181238 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652084558136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22497] ppid=22478 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/22481/task/22497/stat : 22497 (java) S 22478 22481 19053 0 -1 4202560 4271 0 0 0 39 2 0 0 20 0 19 0 30181238 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652083505592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22498] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22498/stat : 22498 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652082452728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22499] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22499/stat : 22499 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652081400392 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22500] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22500/stat : 22500 (java) S 22478 22481 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30181275 9856040960 16919 33554432000 1073741824 1073778376 140736392296112 139652080346664 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.31 2.27 2.20 3/213 22500
/proc/meminfo: memFree=29960244/32872528 swapFree=1643088/1798432
[pid=22481] ppid=22478 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22478 22481 19053 0 -1 4202496 10708 0 1 0 388 4 0 0 20 0 19 0 30181231 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 140736392287248 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22481/statm: 2406260 17949 2270 9 0 2396937 0
[pid=22481/tid=22483] ppid=22478 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) R 22478 22481 19053 0 -1 4202560 2495 0 1 0 304 2 0 0 20 0 19 0 30181232 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652264657400 139652204962391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22484] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652108336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22485] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652107283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22486] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652106230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22487] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652105177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22488] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652104124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22489] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652103072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22490] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652102019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22491] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) S 22478 22481 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652100966696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22492] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22478 22481 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652088769384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22493] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) S 22478 22481 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652087715704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22494] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22478 22481 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652086662536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22495] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652085611280 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22496] ppid=22478 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/22481/task/22496/stat : 22496 (java) S 22478 22481 19053 0 -1 4202560 2668 0 0 0 40 0 0 0 20 0 19 0 30181238 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652084558136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22497] ppid=22478 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/22481/task/22497/stat : 22497 (java) S 22478 22481 19053 0 -1 4202560 4272 0 0 0 41 2 0 0 20 0 19 0 30181238 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652083505592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22498] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22498/stat : 22498 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652082452728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22499] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22499/stat : 22499 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652081400392 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22500] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22500/stat : 22500 (java) S 22478 22481 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30181275 9856040960 17949 33554432000 1073741824 1073778376 140736392296112 139652080346664 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.28 2.26 2.19 3/213 22500
/proc/meminfo: memFree=29952468/32872528 swapFree=1643088/1798432
[pid=22481] ppid=22478 vsize=9625040 CPUtime=7.14 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22478 22481 19053 0 -1 4202496 10797 0 1 0 710 4 0 0 20 0 19 0 30181231 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 140736392287248 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22481/statm: 2406260 19421 2271 9 0 2396937 0
[pid=22481/tid=22483] ppid=22478 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) R 22478 22481 19053 0 -1 4202560 2499 0 1 0 624 2 0 0 20 0 19 0 30181232 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652264648384 139652205038560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22484] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652108336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22485] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652107283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22486] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652106230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22487] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652105177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22488] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652104124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22489] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652103072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22490] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652102019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22491] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) S 22478 22481 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30181234 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652100966696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22492] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22478 22481 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652088769384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22493] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) S 22478 22481 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652087715704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22494] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22478 22481 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652086662536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22495] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652085611280 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22496] ppid=22478 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/22481/task/22496/stat : 22496 (java) S 22478 22481 19053 0 -1 4202560 2752 0 0 0 41 0 0 0 20 0 19 0 30181238 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652084558136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22497] ppid=22478 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/22481/task/22497/stat : 22497 (java) S 22478 22481 19053 0 -1 4202560 4272 0 0 0 41 2 0 0 20 0 19 0 30181238 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652083505592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22498] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22498/stat : 22498 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652082452728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22499] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22499/stat : 22499 (java) S 22478 22481 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652081400392 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22500] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22500/stat : 22500 (java) S 22478 22481 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30181275 9856040960 19421 33554432000 1073741824 1073778376 140736392296112 139652080346664 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 9625040


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

[pid=22481/tid=22493] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) S 22478 22481 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652087715704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22494] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22478 22481 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652086662536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22495] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652085611280 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22496] ppid=22478 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/22481/task/22496/stat : 22496 (java) S 22478 22481 19053 0 -1 4202560 3035 0 0 0 45 0 0 0 20 0 19 0 30181238 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652084558136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22497] ppid=22478 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/22481/task/22497/stat : 22497 (java) S 22478 22481 19053 0 -1 4202560 4272 0 0 0 41 2 0 0 20 0 19 0 30181238 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652083505592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22498] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22498/stat : 22498 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652082452728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22499] ppid=22478 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/22481/task/22499/stat : 22499 (java) S 22478 22481 19053 0 -1 4202560 98 0 0 0 31 37 0 0 20 0 19 0 30181238 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652081400392 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22500] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22500/stat : 22500 (java) S 22478 22481 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30181275 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652080346664 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664.65
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.35 2.27 2.20 3/213 22609
/proc/meminfo: memFree=29621132/32872528 swapFree=1643088/1798432
[pid=22481] ppid=22478 vsize=9625040 CPUtime=1724.65 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22478 22481 19053 0 -1 4202496 12839 0 1 0 172398 67 0 0 20 0 19 0 30181231 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 140736392287248 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22481/statm: 2406260 95694 2285 9 0 2396937 0
[pid=22481/tid=22483] ppid=22478 vsize=9625040 CPUtime=1721.79 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) R 22478 22481 19053 0 -1 4202560 2557 0 1 0 172144 35 0 0 20 0 19 0 30181232 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652264648480 139652205038525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22484] ppid=22478 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22478 22481 19053 0 -1 4202560 97 0 0 0 13 3 0 0 20 0 19 0 30181234 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652108336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22485] ppid=22478 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22478 22481 19053 0 -1 4202560 173 0 0 0 22 3 0 0 20 0 19 0 30181234 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652107283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22486] ppid=22478 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22478 22481 19053 0 -1 4202560 173 0 0 0 15 2 0 0 20 0 19 0 30181234 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652106230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22487] ppid=22478 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22478 22481 19053 0 -1 4202560 267 0 0 0 18 3 0 0 20 0 19 0 30181234 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652105177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22488] ppid=22478 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22478 22481 19053 0 -1 4202560 251 0 0 0 14 2 0 0 20 0 19 0 30181234 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652104124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22489] ppid=22478 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22478 22481 19053 0 -1 4202560 172 0 0 0 13 5 0 0 20 0 19 0 30181234 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652103072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22490] ppid=22478 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22478 22481 19053 0 -1 4202560 206 0 0 0 12 2 0 0 20 0 19 0 30181234 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652102019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22491] ppid=22478 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) S 22478 22481 19053 0 -1 4202560 209 0 0 0 21 4 0 0 20 0 19 0 30181234 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652100966696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22492] ppid=22478 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22478 22481 19053 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 19 0 30181235 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652088769384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22493] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) S 22478 22481 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652087715704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22494] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22478 22481 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652086662536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22495] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652085611280 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22496] ppid=22478 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/22481/task/22496/stat : 22496 (java) S 22478 22481 19053 0 -1 4202560 3035 0 0 0 45 0 0 0 20 0 19 0 30181238 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652084558136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22497] ppid=22478 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/22481/task/22497/stat : 22497 (java) S 22478 22481 19053 0 -1 4202560 4272 0 0 0 41 2 0 0 20 0 19 0 30181238 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652083505592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22498] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22498/stat : 22498 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652082452728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22499] ppid=22478 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/22481/task/22499/stat : 22499 (java) S 22478 22481 19053 0 -1 4202560 100 0 0 0 31 39 0 0 20 0 19 0 30181238 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652081400392 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22500] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22500/stat : 22500 (java) S 22478 22481 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30181275 9856040960 95694 33554432000 1073741824 1073778376 140736392296112 139652080346664 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.25 2.19 4/213 22610
/proc/meminfo: memFree=29602972/32872528 swapFree=1643088/1798432
[pid=22481] ppid=22478 vsize=9625040 CPUtime=1784.74 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22478 22481 19053 0 -1 4202496 12871 0 1 0 178403 71 0 0 20 0 19 0 30181231 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 140736392287248 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22481/statm: 2406260 97139 2285 9 0 2396937 0
[pid=22481/tid=22483] ppid=22478 vsize=9625040 CPUtime=1781.77 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) R 22478 22481 19053 0 -1 4202560 2558 0 1 0 178141 36 0 0 20 0 19 0 30181232 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652264656176 139652205038525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22484] ppid=22478 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22478 22481 19053 0 -1 4202560 106 0 0 0 14 3 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652108336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22485] ppid=22478 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22478 22481 19053 0 -1 4202560 176 0 0 0 24 3 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652107283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22486] ppid=22478 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22478 22481 19053 0 -1 4202560 176 0 0 0 17 2 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652106230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22487] ppid=22478 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22478 22481 19053 0 -1 4202560 268 0 0 0 18 4 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652105177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22488] ppid=22478 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22478 22481 19053 0 -1 4202560 255 0 0 0 15 2 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652104124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22489] ppid=22478 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22478 22481 19053 0 -1 4202560 174 0 0 0 14 5 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652103072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22490] ppid=22478 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22478 22481 19053 0 -1 4202560 208 0 0 0 13 2 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652102019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22491] ppid=22478 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) S 22478 22481 19053 0 -1 4202560 210 0 0 0 22 4 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652100966696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22492] ppid=22478 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22478 22481 19053 0 -1 4202560 70 0 0 0 1 1 0 0 20 0 19 0 30181235 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652088769384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22493] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) S 22478 22481 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652087715704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22494] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22478 22481 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652086662536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22495] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652085611280 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22496] ppid=22478 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/22481/task/22496/stat : 22496 (java) S 22478 22481 19053 0 -1 4202560 3035 0 0 0 45 0 0 0 20 0 19 0 30181238 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652084558136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22497] ppid=22478 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/22481/task/22497/stat : 22497 (java) S 22478 22481 19053 0 -1 4202560 4272 0 0 0 41 2 0 0 20 0 19 0 30181238 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652083505592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22498] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22498/stat : 22498 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652082452728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22499] ppid=22478 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/22481/task/22499/stat : 22499 (java) S 22478 22481 19053 0 -1 4202560 104 0 0 0 32 41 0 0 20 0 19 0 30181238 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652081400392 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22500] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22500/stat : 22500 (java) S 22478 22481 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30181275 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652080346664 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.24 2.25 2.19 4/213 22610
/proc/meminfo: memFree=29602892/32872528 swapFree=1643088/1798432
[pid=22481] ppid=22478 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22478 22481 19053 0 -1 4202496 12871 0 1 0 179933 71 0 0 20 0 19 0 30181231 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 140736392287248 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22481/statm: 2406260 97139 2285 9 0 2396937 0
[pid=22481/tid=22483] ppid=22478 vsize=9625040 CPUtime=1797.07 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) R 22478 22481 19053 0 -1 4202560 2558 0 1 0 179671 36 0 0 20 0 19 0 30181232 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652264656176 139652205095912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22484] ppid=22478 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22478 22481 19053 0 -1 4202560 106 0 0 0 14 3 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652108336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22485] ppid=22478 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22478 22481 19053 0 -1 4202560 176 0 0 0 24 3 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652107283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22486] ppid=22478 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22478 22481 19053 0 -1 4202560 176 0 0 0 17 2 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652106230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22487] ppid=22478 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22478 22481 19053 0 -1 4202560 268 0 0 0 18 4 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652105177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22488] ppid=22478 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22478 22481 19053 0 -1 4202560 255 0 0 0 15 2 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652104124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22489] ppid=22478 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22478 22481 19053 0 -1 4202560 174 0 0 0 14 5 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652103072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22490] ppid=22478 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22478 22481 19053 0 -1 4202560 208 0 0 0 13 2 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652102019240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22491] ppid=22478 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) S 22478 22481 19053 0 -1 4202560 210 0 0 0 22 4 0 0 20 0 19 0 30181234 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652100966696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22481/tid=22492] ppid=22478 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22478 22481 19053 0 -1 4202560 70 0 0 0 1 1 0 0 20 0 19 0 30181235 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652088769384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22493] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) S 22478 22481 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652087715704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22494] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22478 22481 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30181235 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652086662536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22495] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652085611280 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22496] ppid=22478 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/22481/task/22496/stat : 22496 (java) S 22478 22481 19053 0 -1 4202560 3035 0 0 0 45 0 0 0 20 0 19 0 30181238 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652084558136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22497] ppid=22478 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/22481/task/22497/stat : 22497 (java) S 22478 22481 19053 0 -1 4202560 4272 0 0 0 41 2 0 0 20 0 19 0 30181238 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652083505592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22481/tid=22498] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22498/stat : 22498 (java) S 22478 22481 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30181238 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652082452728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22481/tid=22499] ppid=22478 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/22481/task/22499/stat : 22499 (java) S 22478 22481 19053 0 -1 4202560 104 0 0 0 32 42 0 0 20 0 19 0 30181238 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652081400392 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22481/tid=22500] ppid=22478 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22500/stat : 22500 (java) S 22478 22481 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30181275 9856040960 97139 33554432000 1073741824 1073778376 140736392296112 139652080346664 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 22481 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.64
CPU time (s): 1800.65
CPU user time (s): 1799.45
CPU system time (s): 1.20282
CPU usage (%): 100.168
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 1.20282
maximum resident set size= 393044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12906
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38452
involuntary context switches= 8457

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4451 second user time and 11.9812 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 8720edcebb4d35aaf36c8e6b8be5ec36
RANDOM SEED=1347745822

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:        30023084 kB
Buffers:           35044 kB
Cached:           116032 kB
SwapCached:         1768 kB
Active:           222064 kB
Inactive:         125648 kB
Active(anon):     197176 kB
Inactive(anon):     1688 kB
Active(file):      24888 kB
Inactive(file):   123960 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098708 kB
Dirty:              1264 kB
Writeback:             4 kB
AnonPages:       1996368 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             566020 kB
SReclaimable:       9944 kB
SUnreclaim:       556076 kB
KernelStack:        1592 kB
PageTables:         8000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2489560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node123 at 2016-06-26 22:33:39