Trace number 4116993

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.6 1797.83

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-0.opb
MD5SUM4afa13d1f672d029d1dc624e017e47fc
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 constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
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-4116993-1466975018.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.67/0.42	c ... done. Wall clock time 0.304s.
0.67/0.42	c declared #vars     4288
0.67/0.42	c #constraints  10816
0.67/0.42	c constraints type 
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.67/0.42	c org.sat4j.specs.Constr$1 => 904
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.67/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.67/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.67/0.42	c 10816 constraints processed.
1.68/1.09	c cleaning 2489 clauses out of 4999 with flag 16194/5000
2.45/1.75	c cleaning 4247 clauses out of 8509 with flag 38958/11000
3.15/2.49	c cleaning 5592 clauses out of 11263 with flag 67363/18001
4.18/3.41	c cleaning 6830 clauses out of 13670 with flag 100553/26000
5.09/4.40	c cleaning 7894 clauses out of 15840 with flag 142720/35000
6.29/5.55	c cleaning 8969 clauses out of 17947 with flag 188778/45001
7.49/6.78	c cleaning 9968 clauses out of 19977 with flag 243307/56000
8.99/8.23	c cleaning 11000 clauses out of 22009 with flag 304983/68000
10.49/9.79	c cleaning 11984 clauses out of 24009 with flag 371131/81000
12.29/11.54	c cleaning 13001 clauses out of 26025 with flag 446117/95000
14.19/13.49	c cleaning 13999 clauses out of 28024 with flag 527273/110000
16.30/15.51	c cleaning 14963 clauses out of 30025 with flag 613367/126000
18.50/17.74	c cleaning 15968 clauses out of 32062 with flag 707876/143000
20.90/20.13	c cleaning 17044 clauses out of 34094 with flag 806023/161000
23.40/22.69	c cleaning 17996 clauses out of 36050 with flag 914865/180000
26.30/25.50	c cleaning 19018 clauses out of 38054 with flag 1026859/200000
29.19/28.49	c cleaning 19990 clauses out of 40036 with flag 1150044/221000
32.49/31.73	c cleaning 21004 clauses out of 42047 with flag 1277561/243001
36.01/35.23	c cleaning 22007 clauses out of 44042 with flag 1409477/266000
39.60/38.82	c cleaning 22949 clauses out of 46036 with flag 1548860/290001
43.60/42.89	c cleaning 24020 clauses out of 48087 with flag 1695671/315001
47.80/47.03	c cleaning 25022 clauses out of 50066 with flag 1845590/341000
52.10/51.31	c cleaning 25977 clauses out of 52044 with flag 2001817/368000
56.45/55.66	c cleaning 27008 clauses out of 54068 with flag 2166520/396001
60.85/60.05	c cleaning 28012 clauses out of 56059 with flag 2342973/425000
65.45/64.60	c cleaning 29021 clauses out of 58050 with flag 2524298/455003
70.15/69.31	c cleaning 29993 clauses out of 60028 with flag 2711105/486002
75.05/74.28	c cleaning 30983 clauses out of 62033 with flag 2904478/518000
80.35/79.57	c cleaning 32022 clauses out of 64050 with flag 3101541/551000
86.05/85.21	c cleaning 32997 clauses out of 66029 with flag 3310444/585001
91.75/90.99	c cleaning 34002 clauses out of 68031 with flag 3524414/620000
97.75/96.99	c cleaning 34951 clauses out of 70030 with flag 3744846/656001
104.06/103.28	c cleaning 36023 clauses out of 72078 with flag 3970936/693000
110.76/109.92	c cleaning 37021 clauses out of 74055 with flag 4200963/731000
117.76/116.92	c cleaning 37987 clauses out of 76037 with flag 4437190/770003
124.96/124.15	c cleaning 38986 clauses out of 78047 with flag 4680842/810000
132.46/131.67	c cleaning 39960 clauses out of 80062 with flag 4933452/851001
140.42/139.60	c cleaning 41014 clauses out of 82102 with flag 5191523/893001
148.12/147.28	c cleaning 42020 clauses out of 84087 with flag 5454680/936000
156.02/155.14	c cleaning 42999 clauses out of 86067 with flag 5725584/980000
164.41/163.56	c cleaning 44005 clauses out of 88068 with flag 5997957/1025000
173.11/172.25	c cleaning 45007 clauses out of 90064 with flag 6275459/1071001
182.32/181.48	c cleaning 46013 clauses out of 92056 with flag 6562766/1118000
191.72/190.80	c cleaning 47002 clauses out of 94045 with flag 6858099/1166002
201.02/200.13	c cleaning 47939 clauses out of 96041 with flag 7157408/1215000
210.92/210.04	c cleaning 49024 clauses out of 98102 with flag 7460661/1265000
221.13/220.20	c cleaning 50029 clauses out of 100078 with flag 7772195/1316000
232.04/231.17	c cleaning 51013 clauses out of 102049 with flag 8091481/1368000
243.08/242.13	c cleaning 51989 clauses out of 104036 with flag 8413556/1421000
254.08/253.19	c cleaning 52995 clauses out of 106047 with flag 8738734/1475000
265.68/264.71	c cleaning 53986 clauses out of 108052 with flag 9073094/1530000
277.69/276.76	c cleaning 54998 clauses out of 110066 with flag 9409326/1586000
289.99/289.04	c cleaning 55973 clauses out of 112069 with flag 9757369/1643001
302.59/301.67	c cleaning 57037 clauses out of 114096 with flag 10105147/1701001
315.70/314.74	c cleaning 58005 clauses out of 116058 with flag 10462425/1760000
328.80/327.84	c cleaning 59007 clauses out of 118053 with flag 10822280/1820000
342.59/341.63	c cleaning 60022 clauses out of 120046 with flag 11189577/1881000
356.22/355.29	c cleaning 60987 clauses out of 122025 with flag 11568165/1943001
370.53/369.55	c cleaning 61962 clauses out of 124038 with flag 11948567/2006001
384.95/383.93	c cleaning 62990 clauses out of 126076 with flag 12332496/2070001
399.84/398.85	c cleaning 64003 clauses out of 128085 with flag 12727886/2135000
415.67/414.63	c cleaning 65023 clauses out of 130082 with flag 13128223/2201000
431.57/430.50	c cleaning 66017 clauses out of 132061 with flag 13538211/2268002
447.78/446.76	c cleaning 67000 clauses out of 134043 with flag 13951758/2336001
464.75/463.66	c cleaning 68000 clauses out of 136042 with flag 14364230/2405000
481.86/480.77	c cleaning 69009 clauses out of 138042 with flag 14785245/2475000
499.46/498.36	c cleaning 69969 clauses out of 140033 with flag 15215916/2546000
517.55/516.45	c cleaning 70997 clauses out of 142064 with flag 15648728/2618000
536.46/535.38	c cleaning 72021 clauses out of 144067 with flag 16083807/2691000
555.77/554.66	c cleaning 73010 clauses out of 146046 with flag 16530340/2765000
575.58/574.47	c cleaning 73970 clauses out of 148037 with flag 16979280/2840001
595.57/594.32	c cleaning 74984 clauses out of 150066 with flag 17436258/2916000
615.97/614.73	c cleaning 76019 clauses out of 152083 with flag 17900430/2993001
636.98/635.79	c cleaning 77019 clauses out of 154066 with flag 18368161/3071003
658.89/657.68	c cleaning 77975 clauses out of 156044 with flag 18844549/3150000
681.21/679.92	c cleaning 78998 clauses out of 158069 with flag 19324358/3230000
704.31/703.03	c cleaning 79988 clauses out of 160071 with flag 19811761/3311000
727.00/725.63	c cleaning 81010 clauses out of 162083 with flag 20303663/3393000
750.10/748.77	c cleaning 82000 clauses out of 164073 with flag 20803788/3476000
774.10/772.79	c cleaning 83000 clauses out of 166073 with flag 21309341/3560000
798.70/797.36	c cleaning 84026 clauses out of 168075 with flag 21823092/3645002
824.22/822.82	c cleaning 84984 clauses out of 170047 with flag 22339796/3731000
850.03/848.57	c cleaning 85975 clauses out of 172065 with flag 22864418/3818002
876.63/875.10	c cleaning 87020 clauses out of 174089 with flag 23392491/3906001
903.83/902.33	c cleaning 88019 clauses out of 176070 with flag 23925664/3995002
931.15/929.65	c cleaning 88997 clauses out of 178049 with flag 24466355/4085000
959.45/957.92	c cleaning 89985 clauses out of 180052 with flag 25007528/4176000
987.95/986.35	c cleaning 91030 clauses out of 182067 with flag 25557517/4268000
1017.44/1015.88	c cleaning 91977 clauses out of 184037 with flag 26113140/4361000
1047.26/1045.61	c cleaning 93012 clauses out of 186061 with flag 26678267/4455001
1077.97/1076.32	c cleaning 94014 clauses out of 188048 with flag 27251672/4550000
1109.37/1107.62	c cleaning 94974 clauses out of 190034 with flag 27822333/4646000
1141.37/1139.64	c cleaning 95986 clauses out of 192060 with flag 28401963/4743000
1174.57/1172.84	c cleaning 96992 clauses out of 194075 with flag 28985985/4841001
1207.89/1206.19	c cleaning 98002 clauses out of 196082 with flag 29568980/4940000
1241.70/1239.80	c cleaning 99027 clauses out of 198081 with flag 30160941/5040001
1275.90/1274.09	c cleaning 100027 clauses out of 200054 with flag 30760943/5141001
1311.40/1309.51	c cleaning 100995 clauses out of 202027 with flag 31365408/5243001
1347.81/1345.92	c cleaning 101990 clauses out of 204031 with flag 31973338/5346000
1384.23/1382.28	c cleaning 102936 clauses out of 206041 with flag 32592113/5450000
1421.63/1419.63	c cleaning 104043 clauses out of 208107 with flag 33223203/5555002
1459.22/1457.25	c cleaning 104995 clauses out of 210063 with flag 33849143/5661001
1498.33/1496.23	c cleaning 105997 clauses out of 212068 with flag 34480273/5768001
1537.62/1535.60	c cleaning 106991 clauses out of 214070 with flag 35121514/5876000
1577.71/1575.66	c cleaning 108008 clauses out of 216081 with flag 35764714/5985002
1618.51/1616.42	c cleaning 109006 clauses out of 218072 with flag 36417393/6095001
1660.17/1658.06	c cleaning 110019 clauses out of 220065 with flag 37074193/6206000
1702.66/1700.57	c cleaning 110999 clauses out of 222046 with flag 37729089/6318000
1745.55/1743.49	c cleaning 111955 clauses out of 224047 with flag 38392730/6431000
1789.73/1787.60	c cleaning 113044 clauses out of 226096 with flag 39070017/6545004
1800.02/1797.80	c starts		: 51089
1800.02/1797.80	c conflicts		: 6578684
1800.02/1797.80	c decisions		: 57675951
1800.02/1797.80	c propagations		: 871215395
1800.02/1797.80	c inspects		: 24199955845
1800.02/1797.80	c shortcuts		: 0
1800.02/1797.80	c learnt literals	: 2
1800.02/1797.80	c learnt binary clauses	: 58
1800.02/1797.80	c learnt ternary clauses	: 812
1800.02/1797.80	c learnt constraints	: 6578682
1800.02/1797.80	c ignored constraints	: 0
1800.02/1797.80	c root simplifications	: 0
1800.02/1797.80	c removed literals (reason simplification)	: 0
1800.02/1797.80	c reason swapping (by a shorter reason)	: 0
1800.02/1797.80	c Calls to reduceDB	: 110
1800.02/1797.80	c Number of update (reduction) of LBD	: 1414308
1800.02/1797.80	c Imported unit clauses	: 0
1800.02/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.80	c number of learned constraints concerned by reduction	: 0
1800.02/1797.80	c number of learning phase by resolution	: 0
1800.02/1797.80	c number of learning phase by cutting planes	: 0
1800.02/1797.80	c speed (assignments/second)	: 484714.89008705463
1800.02/1797.80	c non guided choices	25798
1800.02/1797.80	c timeout
1800.02/1797.83	c learnt constraints type 
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 58
1800.02/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146674
1800.02/1797.83	s UNKNOWN
1800.02/1797.83	c Total wall clock time (in seconds): 1797.714

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

pid=22853
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.34 2.28 2.21 4/194 22856
/proc/meminfo: memFree=29997488/32872528 swapFree=1643088/1798432
[pid=22856] ppid=22853 vsize=9212 CPUtime=0 cores=1,3,5,7
/proc/22856/stat : 22856 (java) R 22853 22856 19053 0 -1 4202496 394 0 0 0 0 0 0 0 20 0 1 0 30540897 9433088 65 33554432000 1073741824 1073778376 140735659448240 140735659445368 260181128942 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22856/statm: 2306 77 60 9 0 38 0

[startup+0.100063 s]
/proc/loadavg: 2.34 2.28 2.21 4/194 22856
/proc/meminfo: memFree=29997488/32872528 swapFree=1643088/1798432
[pid=22856] ppid=22853 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22856/stat : 22856 (java) S 22853 22856 19053 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 30540897 9787879424 6029 33554432000 1073741824 1073778376 140735659448240 140735659439376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22856/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.34 2.28 2.21 4/194 22856
/proc/meminfo: memFree=29997488/32872528 swapFree=1643088/1798432
[pid=22856] ppid=22853 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/22856/stat : 22856 (java) S 22853 22856 19053 0 -1 4202496 4922 0 1 0 24 1 0 0 20 0 18 0 30540897 9787879424 6968 33554432000 1073741824 1073778376 140735659448240 140735659439376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22856/statm: 2389619 6968 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300245 s]
/proc/loadavg: 2.34 2.28 2.21 4/194 22856
/proc/meminfo: memFree=29997488/32872528 swapFree=1643088/1798432
[pid=22856] ppid=22853 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/22856/stat : 22856 (java) S 22853 22856 19053 0 -1 4202496 5818 0 1 0 46 2 0 0 20 0 18 0 30540897 9787879424 8984 33554432000 1073741824 1073778376 140735659448240 140735659439376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22856/statm: 2389619 8984 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700308 s]
/proc/loadavg: 2.34 2.28 2.21 4/194 22856
/proc/meminfo: memFree=29997488/32872528 swapFree=1643088/1798432
[pid=22856] ppid=22853 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/22856/stat : 22856 (java) S 22853 22856 19053 0 -1 4202496 9236 0 1 0 132 3 0 0 20 0 19 0 30540897 9856040960 16047 33554432000 1073741824 1073778376 140735659448240 140735659439376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22856/statm: 2406260 16047 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.34 2.28 2.21 5/213 22875
/proc/meminfo: memFree=29940284/32872528 swapFree=1643088/1798432
[pid=22856] ppid=22853 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/22856/stat : 22856 (java) S 22853 22856 19053 0 -1 4202496 9379 0 1 0 219 3 0 0 20 0 19 0 30540897 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140735659439376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22856/statm: 2406260 16249 2270 9 0 2396937 0
[pid=22856/tid=22858] ppid=22853 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/22856/task/22858/stat : 22858 (java) R 22853 22856 19053 0 -1 4202560 2438 0 1 0 145 2 0 0 20 0 19 0 30540898 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270923194920 140270763634561 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22859] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22859/stat : 22859 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270884686888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22860] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22860/stat : 22860 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270883634088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22861] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22861/stat : 22861 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270882581288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22862] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22862/stat : 22862 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270881528488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22863] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22863/stat : 22863 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270762977832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22864] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22864/stat : 22864 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270761925032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22865] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22865/stat : 22865 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270760872232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22866] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22866/stat : 22866 (java) S 22853 22856 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270759819432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22867] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22867/stat : 22867 (java) S 22853 22856 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270747409384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22868] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22868/stat : 22868 (java) S 22853 22856 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270142220024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22869] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22869/stat : 22869 (java) S 22853 22856 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270141167112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22870] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22870/stat : 22870 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270140115600 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22871] ppid=22853 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/22856/task/22871/stat : 22871 (java) S 22853 22856 19053 0 -1 4202560 2147 0 0 0 33 0 0 0 20 0 19 0 30540903 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270139062712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22872] ppid=22853 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/22856/task/22872/stat : 22872 (java) S 22853 22856 19053 0 -1 4202560 3522 0 0 0 38 2 0 0 20 0 19 0 30540903 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270138009912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22873] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22873/stat : 22873 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270136957304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22874] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22874/stat : 22874 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270135904712 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22875] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22875/stat : 22875 (java) S 22853 22856 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30540940 9856040960 16249 33554432000 1073741824 1073778376 140735659448240 140270134851240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.31 2.27 2.20 4/213 22875
/proc/meminfo: memFree=29938236/32872528 swapFree=1643088/1798432
[pid=22856] ppid=22853 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/22856/stat : 22856 (java) S 22853 22856 19053 0 -1 4202496 9382 0 1 0 383 4 0 0 20 0 19 0 30540897 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140735659439376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22856/statm: 2406260 17273 2270 9 0 2396937 0
[pid=22856/tid=22858] ppid=22853 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/22856/task/22858/stat : 22858 (java) R 22853 22856 19053 0 -1 4202560 2441 0 1 0 304 2 0 0 20 0 19 0 30540898 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270923185872 140270763684547 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22859] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22859/stat : 22859 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270884686888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22860] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22860/stat : 22860 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270883634088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22861] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22861/stat : 22861 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270882581288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22862] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22862/stat : 22862 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270881528488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22863] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22863/stat : 22863 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270762977832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22864] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22864/stat : 22864 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270761925032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22865] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22865/stat : 22865 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270760872232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22866] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22866/stat : 22866 (java) S 22853 22856 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270759819432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22867] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22867/stat : 22867 (java) S 22853 22856 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270747409384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22868] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22868/stat : 22868 (java) S 22853 22856 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270142220024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22869] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22869/stat : 22869 (java) S 22853 22856 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270141167112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22870] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22870/stat : 22870 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270140115600 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22871] ppid=22853 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/22856/task/22871/stat : 22871 (java) S 22853 22856 19053 0 -1 4202560 2147 0 0 0 35 0 0 0 20 0 19 0 30540903 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270139062712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22872] ppid=22853 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/22856/task/22872/stat : 22872 (java) S 22853 22856 19053 0 -1 4202560 3522 0 0 0 40 2 0 0 20 0 19 0 30540903 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270138009912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22873] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22873/stat : 22873 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270136957304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22874] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22874/stat : 22874 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270135904712 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22875] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22875/stat : 22875 (java) S 22853 22856 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30540940 9856040960 17273 33554432000 1073741824 1073778376 140735659448240 140270134851240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.31 2.27 2.20 3/213 22875
/proc/meminfo: memFree=29930344/32872528 swapFree=1643088/1798432
[pid=22856] ppid=22853 vsize=9625040 CPUtime=7.09 cores=1,3,5,7
/proc/22856/stat : 22856 (java) S 22853 22856 19053 0 -1 4202496 9388 0 1 0 705 4 0 0 20 0 19 0 30540897 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140735659439376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22856/statm: 2406260 19175 2271 9 0 2396937 0
[pid=22856/tid=22858] ppid=22853 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/22856/task/22858/stat : 22858 (java) R 22853 22856 19053 0 -1 4202560 2446 0 1 0 624 2 0 0 20 0 19 0 30540898 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270923194792 140270763607424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22859] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22859/stat : 22859 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270884686888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22860] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22860/stat : 22860 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270883634088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22861] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22861/stat : 22861 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270882581288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22862] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22862/stat : 22862 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270881528488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22863] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22863/stat : 22863 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270762977832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22864] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22864/stat : 22864 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270761925032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22865] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22865/stat : 22865 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270760872232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22866] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22866/stat : 22866 (java) S 22853 22856 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30540899 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270759819432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22867] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22867/stat : 22867 (java) S 22853 22856 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270747409384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22868] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22868/stat : 22868 (java) S 22853 22856 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270142220024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22869] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22869/stat : 22869 (java) S 22853 22856 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270141167112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22870] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22870/stat : 22870 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270140115600 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22871] ppid=22853 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/22856/task/22871/stat : 22871 (java) S 22853 22856 19053 0 -1 4202560 2147 0 0 0 36 0 0 0 20 0 19 0 30540903 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270139062712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22872] ppid=22853 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22856/task/22872/stat : 22872 (java) S 22853 22856 19053 0 -1 4202560 3522 0 0 0 42 2 0 0 20 0 19 0 30540903 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270138009912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22873] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22873/stat : 22873 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270136957304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22874] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22874/stat : 22874 (java) S 22853 22856 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270135904712 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22875] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22875/stat : 22875 (java) S 22853 22856 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30540940 9856040960 19175 33554432000 1073741824 1073778376 140735659448240 140270134851240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9625040


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

[pid=22856/tid=22868] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22868/stat : 22868 (java) S 22853 22856 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270142220024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22869] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22869/stat : 22869 (java) S 22853 22856 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270141167112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22870] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22870/stat : 22870 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270140115600 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22871] ppid=22853 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/22856/task/22871/stat : 22871 (java) S 22853 22856 19053 0 -1 4202560 2147 0 0 0 36 0 0 0 20 0 19 0 30540903 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270139062712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22872] ppid=22853 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/22856/task/22872/stat : 22872 (java) S 22853 22856 19053 0 -1 4202560 3792 0 0 0 45 2 0 0 20 0 19 0 30540903 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270138009912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22873] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22873/stat : 22873 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270136957304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22874] ppid=22853 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/22856/task/22874/stat : 22874 (java) S 22853 22856 19053 0 -1 4202560 98 0 0 0 28 38 0 0 20 0 19 0 30540903 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270135904712 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22875] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22875/stat : 22875 (java) S 22853 22856 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30540940 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270134851240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.47
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.19 2.18 3/213 22985
/proc/meminfo: memFree=29651700/32872528 swapFree=1643088/1798432
[pid=22856] ppid=22853 vsize=9625040 CPUtime=1724.46 cores=1,3,5,7
/proc/22856/stat : 22856 (java) S 22853 22856 19053 0 -1 4202496 11149 0 1 0 172378 68 0 0 20 0 19 0 30540897 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140735659439376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22856/statm: 2406260 90947 2285 9 0 2396937 0
[pid=22856/tid=22858] ppid=22853 vsize=9625040 CPUtime=1721.74 cores=1,3,5,7
/proc/22856/task/22858/stat : 22858 (java) R 22853 22856 19053 0 -1 4202560 2503 0 1 0 172138 36 0 0 20 0 19 0 30540898 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270923185952 140270763684669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22859] ppid=22853 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/22856/task/22859/stat : 22859 (java) S 22853 22856 19053 0 -1 4202560 203 0 0 0 13 2 0 0 20 0 19 0 30540899 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270884686888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22860] ppid=22853 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22856/task/22860/stat : 22860 (java) S 22853 22856 19053 0 -1 4202560 161 0 0 0 19 2 0 0 20 0 19 0 30540899 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270883634088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22861] ppid=22853 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22856/task/22861/stat : 22861 (java) S 22853 22856 19053 0 -1 4202560 147 0 0 0 16 4 0 0 20 0 19 0 30540899 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270882581288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22862] ppid=22853 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/22856/task/22862/stat : 22862 (java) S 22853 22856 19053 0 -1 4202560 187 0 0 0 16 3 0 0 20 0 19 0 30540899 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270881528488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22863] ppid=22853 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22856/task/22863/stat : 22863 (java) S 22853 22856 19053 0 -1 4202560 244 0 0 0 18 3 0 0 20 0 19 0 30540899 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270762977832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22864] ppid=22853 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22856/task/22864/stat : 22864 (java) S 22853 22856 19053 0 -1 4202560 116 0 0 0 15 2 0 0 20 0 19 0 30540899 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270761925032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22865] ppid=22853 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22856/task/22865/stat : 22865 (java) S 22853 22856 19053 0 -1 4202560 57 0 0 0 13 3 0 0 20 0 19 0 30540899 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270760872232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22866] ppid=22853 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22856/task/22866/stat : 22866 (java) S 22853 22856 19053 0 -1 4202560 173 0 0 0 14 2 0 0 20 0 19 0 30540899 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270759819432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22867] ppid=22853 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22856/task/22867/stat : 22867 (java) S 22853 22856 19053 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 30540901 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270747409384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22868] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22868/stat : 22868 (java) S 22853 22856 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270142220024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22869] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22869/stat : 22869 (java) S 22853 22856 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270141167112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22870] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22870/stat : 22870 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270140115600 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22871] ppid=22853 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/22856/task/22871/stat : 22871 (java) S 22853 22856 19053 0 -1 4202560 2147 0 0 0 36 0 0 0 20 0 19 0 30540903 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270139062712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22872] ppid=22853 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/22856/task/22872/stat : 22872 (java) S 22853 22856 19053 0 -1 4202560 3792 0 0 0 45 2 0 0 20 0 19 0 30540903 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270138009912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22873] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22873/stat : 22873 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270136957304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22874] ppid=22853 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/22856/task/22874/stat : 22874 (java) S 22853 22856 19053 0 -1 4202560 100 0 0 0 29 39 0 0 20 0 19 0 30540903 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270135904712 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22875] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22875/stat : 22875 (java) S 22853 22856 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30540940 9856040960 90947 33554432000 1073741824 1073778376 140735659448240 140270134851240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.46
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/213 22986
/proc/meminfo: memFree=29625224/32872528 swapFree=1643088/1798432
[pid=22856] ppid=22853 vsize=9625040 CPUtime=1784.51 cores=1,3,5,7
/proc/22856/stat : 22856 (java) S 22853 22856 19053 0 -1 4202496 11173 0 1 0 178381 70 0 0 20 0 19 0 30540897 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140735659439376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22856/statm: 2406260 92706 2285 9 0 2396937 0
[pid=22856/tid=22858] ppid=22853 vsize=9625040 CPUtime=1781.69 cores=1,3,5,7
/proc/22856/task/22858/stat : 22858 (java) R 22853 22856 19053 0 -1 4202560 2504 0 1 0 178132 37 0 0 20 0 19 0 30540898 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270923193664 140270763625996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22859] ppid=22853 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22856/task/22859/stat : 22859 (java) S 22853 22856 19053 0 -1 4202560 204 0 0 0 14 2 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270884686888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22860] ppid=22853 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/22856/task/22860/stat : 22860 (java) S 22853 22856 19053 0 -1 4202560 164 0 0 0 20 3 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270883634088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22861] ppid=22853 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22856/task/22861/stat : 22861 (java) S 22853 22856 19053 0 -1 4202560 148 0 0 0 17 4 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270882581288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22862] ppid=22853 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22856/task/22862/stat : 22862 (java) S 22853 22856 19053 0 -1 4202560 187 0 0 0 17 3 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270881528488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22863] ppid=22853 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/22856/task/22863/stat : 22863 (java) S 22853 22856 19053 0 -1 4202560 248 0 0 0 20 3 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270762977832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22864] ppid=22853 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22856/task/22864/stat : 22864 (java) S 22853 22856 19053 0 -1 4202560 119 0 0 0 15 2 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270761925032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22865] ppid=22853 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22856/task/22865/stat : 22865 (java) S 22853 22856 19053 0 -1 4202560 60 0 0 0 14 3 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270760872232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22866] ppid=22853 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22856/task/22866/stat : 22866 (java) S 22853 22856 19053 0 -1 4202560 175 0 0 0 15 2 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270759819432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22867] ppid=22853 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22856/task/22867/stat : 22867 (java) S 22853 22856 19053 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 30540901 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270747409384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22868] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22868/stat : 22868 (java) S 22853 22856 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270142220024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22869] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22869/stat : 22869 (java) S 22853 22856 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270141167112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22870] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22870/stat : 22870 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270140115600 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22871] ppid=22853 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/22856/task/22871/stat : 22871 (java) S 22853 22856 19053 0 -1 4202560 2147 0 0 0 36 0 0 0 20 0 19 0 30540903 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270139062712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22872] ppid=22853 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/22856/task/22872/stat : 22872 (java) S 22853 22856 19053 0 -1 4202560 3792 0 0 0 45 2 0 0 20 0 19 0 30540903 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270138009912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22873] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22873/stat : 22873 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270136957304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22874] ppid=22853 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/22856/task/22874/stat : 22874 (java) S 22853 22856 19053 0 -1 4202560 104 0 0 0 30 40 0 0 20 0 19 0 30540903 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270135904712 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22875] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22875/stat : 22875 (java) S 22853 22856 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30540940 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270134851240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.51
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.16 2.19 2.18 4/213 22986
/proc/meminfo: memFree=29625276/32872528 swapFree=1643088/1798432
[pid=22856] ppid=22853 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/22856/stat : 22856 (java) S 22853 22856 19053 0 -1 4202496 11173 0 1 0 179931 71 0 0 20 0 19 0 30540897 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140735659439376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22856/statm: 2406260 92706 2285 9 0 2396937 0
[pid=22856/tid=22858] ppid=22853 vsize=9625040 CPUtime=1797.19 cores=1,3,5,7
/proc/22856/task/22858/stat : 22858 (java) R 22853 22856 19053 0 -1 4202560 2504 0 1 0 179682 37 0 0 20 0 19 0 30540898 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270923185952 140270763607290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22859] ppid=22853 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22856/task/22859/stat : 22859 (java) S 22853 22856 19053 0 -1 4202560 204 0 0 0 14 2 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270884686888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22860] ppid=22853 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/22856/task/22860/stat : 22860 (java) S 22853 22856 19053 0 -1 4202560 164 0 0 0 20 3 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270883634088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22861] ppid=22853 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22856/task/22861/stat : 22861 (java) S 22853 22856 19053 0 -1 4202560 148 0 0 0 17 4 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270882581288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22862] ppid=22853 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22856/task/22862/stat : 22862 (java) S 22853 22856 19053 0 -1 4202560 187 0 0 0 17 3 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270881528488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22863] ppid=22853 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/22856/task/22863/stat : 22863 (java) S 22853 22856 19053 0 -1 4202560 248 0 0 0 20 3 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270762977832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22864] ppid=22853 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22856/task/22864/stat : 22864 (java) S 22853 22856 19053 0 -1 4202560 119 0 0 0 15 2 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270761925032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22865] ppid=22853 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22856/task/22865/stat : 22865 (java) S 22853 22856 19053 0 -1 4202560 60 0 0 0 14 3 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270760872232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22856/tid=22866] ppid=22853 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22856/task/22866/stat : 22866 (java) S 22853 22856 19053 0 -1 4202560 175 0 0 0 15 2 0 0 20 0 19 0 30540899 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270759819432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22867] ppid=22853 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22856/task/22867/stat : 22867 (java) S 22853 22856 19053 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 30540901 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270747409384 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22868] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22868/stat : 22868 (java) S 22853 22856 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270142220024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22869] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22869/stat : 22869 (java) S 22853 22856 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30540901 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270141167112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22870] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22870/stat : 22870 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270140115600 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22856/tid=22871] ppid=22853 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/22856/task/22871/stat : 22871 (java) S 22853 22856 19053 0 -1 4202560 2147 0 0 0 36 0 0 0 20 0 19 0 30540903 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270139062712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22856/tid=22872] ppid=22853 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/22856/task/22872/stat : 22872 (java) S 22853 22856 19053 0 -1 4202560 3792 0 0 0 45 2 0 0 20 0 19 0 30540903 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270138009912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22873] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22873/stat : 22873 (java) S 22853 22856 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30540903 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270136957304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22874] ppid=22853 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/22856/task/22874/stat : 22874 (java) S 22853 22856 19053 0 -1 4202560 104 0 0 0 30 41 0 0 20 0 19 0 30540903 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270135904712 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22856/tid=22875] ppid=22853 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22856/task/22875/stat : 22875 (java) S 22853 22856 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30540940 9856040960 92706 33554432000 1073741824 1073778376 140735659448240 140270134851240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22856 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.83
CPU time (s): 1800.6
CPU user time (s): 1799.42
CPU system time (s): 1.18182
CPU usage (%): 100.154
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 1.18182
maximum resident set size= 374028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11303
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38395
involuntary context switches= 12531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4834 second user time and 14.2328 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 4afa13d1f672d029d1dc624e017e47fc
RANDOM SEED=1045488891

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:        29998124 kB
Buffers:           39040 kB
Cached:           117288 kB
SwapCached:         1768 kB
Active:           240584 kB
Inactive:         129832 kB
Active(anon):     215436 kB
Inactive(anon):      924 kB
Active(file):      25148 kB
Inactive(file):   128908 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098708 kB
Dirty:              1280 kB
Writeback:             4 kB
AnonPages:       2161212 kB
Mapped:            15532 kB
Shmem:                 0 kB
Slab:             566164 kB
SReclaimable:      10088 kB
SUnreclaim:       556076 kB
KernelStack:        1664 kB
PageTables:         8260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2496120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 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 23:33:36