Trace number 4116321

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.05 1797.54

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round22-0.opb
MD5SUM21a0e500ca727a88f38c5e532822f09b
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 variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116321-1466966692.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.295s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  10048
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 936
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 10048 constraints processed.
1.70/1.10	c cleaning 2497 clauses out of 4996 with flag 16386/5000
2.85/1.74	c cleaning 4245 clauses out of 8499 with flag 38809/11000
3.55/2.48	c cleaning 5618 clauses out of 11254 with flag 67632/18000
4.47/3.34	c cleaning 6806 clauses out of 13636 with flag 100792/26000
5.48/4.33	c cleaning 7899 clauses out of 15830 with flag 141091/35000
6.57/5.46	c cleaning 8958 clauses out of 17932 with flag 186102/45001
7.89/6.74	c cleaning 9975 clauses out of 19973 with flag 239516/56000
9.28/8.20	c cleaning 10991 clauses out of 21998 with flag 299513/68000
10.88/9.78	c cleaning 11982 clauses out of 24007 with flag 367079/81000
12.69/11.57	c cleaning 12985 clauses out of 26027 with flag 440125/95002
14.69/13.55	c cleaning 14008 clauses out of 28042 with flag 518289/110002
16.78/15.63	c cleaning 15010 clauses out of 30033 with flag 604556/126001
19.08/17.97	c cleaning 15990 clauses out of 32022 with flag 697998/143000
21.58/20.44	c cleaning 17004 clauses out of 34032 with flag 796557/161000
24.18/23.05	c cleaning 18010 clauses out of 36028 with flag 904568/180000
27.09/25.91	c cleaning 18969 clauses out of 38018 with flag 1015081/200000
30.08/28.95	c cleaning 20013 clauses out of 40050 with flag 1133225/221001
33.28/32.15	c cleaning 21002 clauses out of 42036 with flag 1263063/243000
36.78/35.69	c cleaning 22001 clauses out of 44034 with flag 1395626/266000
40.58/39.46	c cleaning 23014 clauses out of 46034 with flag 1534944/290001
44.58/43.40	c cleaning 23986 clauses out of 48019 with flag 1682989/315000
48.78/47.60	c cleaning 24987 clauses out of 50033 with flag 1833908/341000
53.28/52.10	c cleaning 26004 clauses out of 52049 with flag 1993549/368003
57.88/56.78	c cleaning 26991 clauses out of 54042 with flag 2156300/396000
62.70/61.54	c cleaning 28012 clauses out of 56051 with flag 2326981/425000
67.40/66.26	c cleaning 28996 clauses out of 58039 with flag 2503488/455000
72.40/71.21	c cleaning 30012 clauses out of 60043 with flag 2692439/486000
77.60/76.47	c cleaning 30998 clauses out of 62031 with flag 2883011/518000
83.10/81.98	c cleaning 32015 clauses out of 64033 with flag 3081212/551000
88.90/87.70	c cleaning 32996 clauses out of 66019 with flag 3286037/585001
94.80/93.68	c cleaning 34002 clauses out of 68022 with flag 3497329/620000
100.99/99.89	c cleaning 34963 clauses out of 70020 with flag 3717214/656000
107.69/106.54	c cleaning 36017 clauses out of 72058 with flag 3941601/693001
114.60/113.48	c cleaning 37010 clauses out of 74040 with flag 4166752/731000
121.90/120.78	c cleaning 38000 clauses out of 76030 with flag 4404024/770000
129.49/128.39	c cleaning 38990 clauses out of 78032 with flag 4646410/810002
137.49/136.34	c cleaning 40002 clauses out of 80043 with flag 4889652/851003
145.59/144.47	c cleaning 40999 clauses out of 82038 with flag 5146380/893000
154.05/152.89	c cleaning 42004 clauses out of 84039 with flag 5410448/936000
162.55/161.32	c cleaning 42984 clauses out of 86035 with flag 5679726/980000
171.25/170.06	c cleaning 44010 clauses out of 88052 with flag 5956595/1025001
180.35/179.19	c cleaning 45013 clauses out of 90041 with flag 6240818/1071000
189.64/188.45	c cleaning 45956 clauses out of 92028 with flag 6528578/1118000
199.45/198.20	c cleaning 47028 clauses out of 94073 with flag 6820813/1166001
209.65/208.44	c cleaning 48012 clauses out of 96046 with flag 7119529/1215002
220.25/219.04	c cleaning 48987 clauses out of 98034 with flag 7428705/1265002
230.95/229.76	c cleaning 49981 clauses out of 100045 with flag 7743183/1316000
242.25/241.03	c cleaning 51009 clauses out of 102065 with flag 8063310/1368001
253.94/252.71	c cleaning 52009 clauses out of 104056 with flag 8388285/1421001
265.98/264.72	c cleaning 53010 clauses out of 106047 with flag 8720410/1475001
277.78/276.54	c cleaning 53983 clauses out of 108037 with flag 9055998/1530001
290.19/288.92	c cleaning 55002 clauses out of 110053 with flag 9397251/1586000
303.09/301.87	c cleaning 56014 clauses out of 112051 with flag 9746970/1643000
316.39/315.17	c cleaning 56996 clauses out of 114038 with flag 10105869/1701001
330.30/329.05	c cleaning 57993 clauses out of 116041 with flag 10466365/1760000
344.10/342.89	c cleaning 59019 clauses out of 118048 with flag 10831206/1820000
358.40/357.19	c cleaning 59985 clauses out of 120029 with flag 11205176/1881000
373.21/371.96	c cleaning 61013 clauses out of 122044 with flag 11586062/1943000
388.23/386.90	c cleaning 61996 clauses out of 124033 with flag 11970033/2006002
403.73/402.44	c cleaning 62995 clauses out of 126037 with flag 12364655/2070002
419.64/418.30	c cleaning 64016 clauses out of 128041 with flag 12758117/2135001
435.76/434.46	c cleaning 64993 clauses out of 130024 with flag 13160229/2201000
452.47/451.19	c cleaning 65998 clauses out of 132031 with flag 13570757/2268000
469.36/468.06	c cleaning 67002 clauses out of 134034 with flag 13983084/2336001
486.97/485.69	c cleaning 67973 clauses out of 136031 with flag 14398453/2405000
504.95/503.55	c cleaning 69008 clauses out of 138058 with flag 14825680/2475000
523.36/521.92	c cleaning 69996 clauses out of 140051 with flag 15262140/2546001
542.16/540.70	c cleaning 71015 clauses out of 142055 with flag 15699985/2618001
561.56/560.17	c cleaning 71998 clauses out of 144039 with flag 16140480/2691000
581.67/580.25	c cleaning 73001 clauses out of 146041 with flag 16586939/2765000
602.18/600.75	c cleaning 74016 clauses out of 148042 with flag 17041500/2840002
623.37/621.98	c cleaning 74967 clauses out of 150024 with flag 17498079/2916000
644.60/643.11	c cleaning 75992 clauses out of 152057 with flag 17966196/2993000
666.21/664.79	c cleaning 76998 clauses out of 154066 with flag 18437757/3071001
688.41/686.92	c cleaning 78012 clauses out of 156067 with flag 18911658/3150000
711.62/710.10	c cleaning 78987 clauses out of 158056 with flag 19395609/3230001
734.72/733.24	c cleaning 80021 clauses out of 160068 with flag 19883551/3311000
758.93/757.49	c cleaning 81014 clauses out of 162047 with flag 20374249/3393000
783.39/781.81	c cleaning 81987 clauses out of 164033 with flag 20876273/3476000
808.29/806.77	c cleaning 82960 clauses out of 166047 with flag 21379590/3560001
834.00/832.44	c cleaning 84040 clauses out of 168086 with flag 21892619/3645000
860.20/858.61	c cleaning 85012 clauses out of 170046 with flag 22409655/3731000
887.12/885.58	c cleaning 85987 clauses out of 172035 with flag 22929811/3818001
914.87/913.26	c cleaning 87019 clauses out of 174047 with flag 23454939/3906000
942.78/941.18	c cleaning 87978 clauses out of 176028 with flag 23989031/3995000
971.29/969.68	c cleaning 89010 clauses out of 178050 with flag 24529408/4085000
1000.20/998.53	c cleaning 89989 clauses out of 180040 with flag 25076537/4176000
1030.50/1028.71	c cleaning 91023 clauses out of 182053 with flag 25629863/4268002
1060.62/1058.85	c cleaning 91991 clauses out of 184028 with flag 26191039/4361000
1092.51/1090.72	c cleaning 93005 clauses out of 186037 with flag 26754237/4455000
1124.93/1123.17	c cleaning 93983 clauses out of 188033 with flag 27326496/4550001
1157.93/1156.11	c cleaning 94986 clauses out of 190049 with flag 27904012/4646000
1191.24/1189.36	c cleaning 95977 clauses out of 192063 with flag 28482594/4743000
1225.05/1223.12	c cleaning 96962 clauses out of 194087 with flag 29069818/4841001
1260.36/1258.44	c cleaning 98032 clauses out of 196124 with flag 29657938/4940000
1296.06/1294.16	c cleaning 99023 clauses out of 198092 with flag 30255729/5040000
1332.03/1329.96	c cleaning 99973 clauses out of 200071 with flag 30855741/5141002
1368.73/1366.64	c cleaning 101026 clauses out of 202097 with flag 31473329/5243001
1406.24/1404.19	c cleaning 102004 clauses out of 204072 with flag 32092170/5346002
1444.76/1442.62	c cleaning 103010 clauses out of 206066 with flag 32717552/5450000
1483.02/1480.72	c cleaning 104013 clauses out of 208057 with flag 33347862/5555001
1522.52/1520.25	c cleaning 105011 clauses out of 210043 with flag 33982710/5661000
1563.13/1560.84	c cleaning 105984 clauses out of 212032 with flag 34621226/5768000
1603.40/1601.04	c cleaning 106982 clauses out of 214049 with flag 35271128/5876001
1645.22/1642.82	c cleaning 108020 clauses out of 216066 with flag 35918454/5985000
1687.63/1685.28	c cleaning 108998 clauses out of 218048 with flag 36568366/6095002
1731.53/1729.08	c cleaning 110000 clauses out of 220048 with flag 37231527/6206000
1776.14/1773.64	c cleaning 110982 clauses out of 222048 with flag 37902706/6318000
1800.05/1797.51	c starts		: 56654
1800.05/1797.51	c conflicts		: 6386542
1800.05/1797.51	c decisions		: 53040653
1800.05/1797.51	c propagations		: 819012275
1800.05/1797.51	c inspects		: 24735652236
1800.05/1797.51	c shortcuts		: 0
1800.05/1797.51	c learnt literals	: 4
1800.05/1797.51	c learnt binary clauses	: 78
1800.05/1797.51	c learnt ternary clauses	: 866
1800.05/1797.51	c learnt constraints	: 6386539
1800.05/1797.51	c ignored constraints	: 0
1800.05/1797.51	c root simplifications	: 0
1800.05/1797.51	c removed literals (reason simplification)	: 0
1800.05/1797.51	c reason swapping (by a shorter reason)	: 0
1800.05/1797.51	c Calls to reduceDB	: 108
1800.05/1797.51	c Number of update (reduction) of LBD	: 1361527
1800.05/1797.51	c Imported unit clauses	: 0
1800.05/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.51	c number of learned constraints concerned by reduction	: 0
1800.05/1797.51	c number of learning phase by resolution	: 0
1800.05/1797.51	c number of learning phase by cutting planes	: 0
1800.05/1797.51	c speed (assignments/second)	: 455743.35133835743
1800.05/1797.51	c non guided choices	14123
1800.05/1797.51	c timeout
1800.05/1797.54	c learnt constraints type 
1800.05/1797.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 78
1800.05/1797.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 179531
1800.05/1797.54	s UNKNOWN
1800.05/1797.54	c Total wall clock time (in seconds): 1797.422

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-4116321-1466966692/watcher-4116321-1466966692 -o /tmp/evaluation-result-4116321-1466966692/solver-4116321-1466966692 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116321-1466966692.opb 

pid=23050
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.28 2.22 2.19 4/196 23053
/proc/meminfo: memFree=30052088/32872528 swapFree=1491540/1663236
[pid=23053] ppid=23050 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/23053/stat : 23053 (java) R 23050 23053 19710 0 -1 4202496 569 0 0 0 0 0 0 0 20 0 1 0 29707512 23793664 220 33554432000 1073741824 1073778376 140735936039472 140735936028536 273896477115 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23053/statm: 5809 228 180 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 2.28 2.22 2.19 4/196 23053
/proc/meminfo: memFree=30052088/32872528 swapFree=1491540/1663236
[pid=23053] ppid=23050 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23053/stat : 23053 (java) S 23050 23053 19710 0 -1 4202496 4422 0 1 0 8 1 0 0 20 0 18 0 29707512 9787879424 6045 33554432000 1073741824 1073778376 140735936039472 140735936030608 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23053/statm: 2389619 6045 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.28 2.22 2.19 4/196 23053
/proc/meminfo: memFree=30052088/32872528 swapFree=1491540/1663236
[pid=23053] ppid=23050 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/23053/stat : 23053 (java) S 23050 23053 19710 0 -1 4202496 4847 0 1 0 24 1 0 0 20 0 18 0 29707512 9787879424 6897 33554432000 1073741824 1073778376 140735936039472 140735936030608 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23053/statm: 2389619 6922 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 2.28 2.22 2.19 4/196 23053
/proc/meminfo: memFree=30052088/32872528 swapFree=1491540/1663236
[pid=23053] ppid=23050 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/23053/stat : 23053 (java) S 23050 23053 19710 0 -1 4202496 5795 0 1 0 47 1 0 0 20 0 18 0 29707512 9787879424 8989 33554432000 1073741824 1073778376 140735936039472 140735936030608 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23053/statm: 2389619 8989 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 2.28 2.22 2.19 4/196 23053
/proc/meminfo: memFree=30052088/32872528 swapFree=1491540/1663236
[pid=23053] ppid=23050 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/23053/stat : 23053 (java) S 23050 23053 19710 0 -1 4202496 9105 0 1 0 133 2 0 0 20 0 19 0 29707512 9856040960 15259 33554432000 1073741824 1073778376 140735936039472 140735936030608 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23053/statm: 2406260 15259 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.28 2.22 2.19 6/215 23072
/proc/meminfo: memFree=29998744/32872528 swapFree=1491540/1663236
[pid=23053] ppid=23050 vsize=9625040 CPUtime=2.63 cores=1,3,5,7
/proc/23053/stat : 23053 (java) S 23050 23053 19710 0 -1 4202496 16582 0 1 0 259 4 0 0 20 0 19 0 29707512 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140735936030608 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23053/statm: 2406260 20148 2270 9 0 2396937 0
[pid=23053/tid=23055] ppid=23050 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/23053/task/23055/stat : 23055 (java) R 23050 23053 19710 0 -1 4202560 2431 0 1 0 144 1 0 0 20 0 19 0 29707513 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372441018600 140372299353545 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23056] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23056/stat : 23056 (java) S 23050 23053 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372419119528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23057] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23057/stat : 23057 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372418066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23058] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23058/stat : 23058 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372214802600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23059] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23059/stat : 23059 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372213750056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23060] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23060/stat : 23060 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372212698024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23061] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23061/stat : 23061 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372211645480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23062] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23062/stat : 23062 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372210592424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23063] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23063/stat : 23063 (java) S 23050 23053 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372209539880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23064] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23064/stat : 23064 (java) S 23050 23053 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372197341544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23065] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23065/stat : 23065 (java) S 23050 23053 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372196287864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23066] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23066/stat : 23066 (java) S 23050 23053 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372195234696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23067] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23067/stat : 23067 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372194183440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23068] ppid=23050 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23053/task/23068/stat : 23068 (java) S 23050 23053 19710 0 -1 4202560 3725 0 0 0 39 0 0 0 20 0 19 0 29707518 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372193131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23069] ppid=23050 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/23053/task/23069/stat : 23069 (java) S 23050 23053 19710 0 -1 4202560 9149 0 0 0 72 2 0 0 20 0 19 0 29707518 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372192078776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23070] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23070/stat : 23070 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372191025912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23071] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23071/stat : 23071 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372189973576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23072] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23072/stat : 23072 (java) S 23050 23053 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29707555 9856040960 20148 33554432000 1073741824 1073778376 140735936039472 140372188918824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.28 2.22 2.19 4/215 23072
/proc/meminfo: memFree=29978840/32872528 swapFree=1491540/1663236
[pid=23053] ppid=23050 vsize=9625040 CPUtime=4.26 cores=1,3,5,7
/proc/23053/stat : 23053 (java) S 23050 23053 19710 0 -1 4202496 16585 0 1 0 422 4 0 0 20 0 19 0 29707512 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140735936030608 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23053/statm: 2406260 21172 2270 9 0 2396937 0
[pid=23053/tid=23055] ppid=23050 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/23053/task/23055/stat : 23055 (java) R 23050 23053 19710 0 -1 4202560 2434 0 1 0 303 2 0 0 20 0 19 0 29707513 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372441018696 140372299301712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23056] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23056/stat : 23056 (java) S 23050 23053 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372419119528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23057] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23057/stat : 23057 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372418066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23058] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23058/stat : 23058 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372214802600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23059] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23059/stat : 23059 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372213750056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23060] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23060/stat : 23060 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372212698024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23061] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23061/stat : 23061 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372211645480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23062] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23062/stat : 23062 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372210592424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23063] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23063/stat : 23063 (java) S 23050 23053 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372209539880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23064] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23064/stat : 23064 (java) S 23050 23053 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372197341544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23065] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23065/stat : 23065 (java) S 23050 23053 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372196287864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23066] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23066/stat : 23066 (java) S 23050 23053 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372195234696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23067] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23067/stat : 23067 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372194183440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23068] ppid=23050 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23053/task/23068/stat : 23068 (java) S 23050 23053 19710 0 -1 4202560 3725 0 0 0 41 0 0 0 20 0 19 0 29707518 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372193131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23069] ppid=23050 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/23053/task/23069/stat : 23069 (java) S 23050 23053 19710 0 -1 4202560 9149 0 0 0 74 2 0 0 20 0 19 0 29707518 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372192078776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23070] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23070/stat : 23070 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372191025912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23071] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23071/stat : 23071 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372189973576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23072] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23072/stat : 23072 (java) S 23050 23053 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29707555 9856040960 21172 33554432000 1073741824 1073778376 140735936039472 140372188918824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.26 2.21 2.18 3/215 23072
/proc/meminfo: memFree=29972688/32872528 swapFree=1491540/1663236
[pid=23053] ppid=23050 vsize=9625040 CPUtime=7.48 cores=1,3,5,7
/proc/23053/stat : 23053 (java) S 23050 23053 19710 0 -1 4202496 16590 0 1 0 743 5 0 0 20 0 19 0 29707512 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140735936030608 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23053/statm: 2406260 22134 2271 9 0 2396937 0
[pid=23053/tid=23055] ppid=23050 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/23053/task/23055/stat : 23055 (java) R 23050 23053 19710 0 -1 4202560 2438 0 1 0 621 2 0 0 20 0 19 0 29707513 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372441018792 140372299389972 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23056] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23056/stat : 23056 (java) S 23050 23053 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372419119528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23057] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23057/stat : 23057 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372418066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23058] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23058/stat : 23058 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372214802600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23059] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23059/stat : 23059 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372213750056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23060] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23060/stat : 23060 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372212698024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23061] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23061/stat : 23061 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372211645480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23062] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23062/stat : 23062 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372210592424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23063] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23063/stat : 23063 (java) S 23050 23053 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29707514 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372209539880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23064] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23064/stat : 23064 (java) S 23050 23053 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372197341544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23065] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23065/stat : 23065 (java) S 23050 23053 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372196287864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23066] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23066/stat : 23066 (java) S 23050 23053 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372195234696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23067] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23067/stat : 23067 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372194183440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23068] ppid=23050 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23053/task/23068/stat : 23068 (java) S 23050 23053 19710 0 -1 4202560 3725 0 0 0 41 0 0 0 20 0 19 0 29707518 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372193131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23069] ppid=23050 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/23053/task/23069/stat : 23069 (java) S 23050 23053 19710 0 -1 4202560 9149 0 0 0 76 2 0 0 20 0 19 0 29707518 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372192078776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23070] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23070/stat : 23070 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372191025912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23071] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23071/stat : 23071 (java) S 23050 23053 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372189973576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23072] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23072/stat : 23072 (java) S 23050 23053 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29707555 9856040960 22134 33554432000 1073741824 1073778376 140735936039472 140372188918824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9625040


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

[pid=23053/tid=23072] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23072/stat : 23072 (java) S 23050 23053 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29707555 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372188918824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.83
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.25 2.19 3/215 23206
/proc/meminfo: memFree=29701488/32872528 swapFree=1491540/1663236
[pid=23053] ppid=23050 vsize=9625040 CPUtime=1784.84 cores=1,3,5,7
/proc/23053/stat : 23053 (java) S 23050 23053 19710 0 -1 4202496 17687 0 1 0 178421 63 0 0 20 0 19 0 29707512 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140735936030608 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23053/statm: 2406260 93008 2285 9 0 2396937 0
[pid=23053/tid=23055] ppid=23050 vsize=9625040 CPUtime=1777.12 cores=1,3,5,7
/proc/23053/task/23055/stat : 23055 (java) R 23050 23053 19710 0 -1 4202560 2496 0 1 0 177679 33 0 0 20 0 19 0 29707513 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372441009952 140372299341511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23056] ppid=23050 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/23053/task/23056/stat : 23056 (java) S 23050 23053 19710 0 -1 4202560 150 0 0 0 9 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372419119528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23057] ppid=23050 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23053/task/23057/stat : 23057 (java) S 23050 23053 19710 0 -1 4202560 113 0 0 0 16 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372418066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23058] ppid=23050 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23053/task/23058/stat : 23058 (java) S 23050 23053 19710 0 -1 4202560 203 0 0 0 15 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372214802600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23059] ppid=23050 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23053/task/23059/stat : 23059 (java) S 23050 23053 19710 0 -1 4202560 126 0 0 0 14 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372213750056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23060] ppid=23050 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23053/task/23060/stat : 23060 (java) S 23050 23053 19710 0 -1 4202560 111 0 0 0 17 2 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372212698024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23061] ppid=23050 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23053/task/23061/stat : 23061 (java) S 23050 23053 19710 0 -1 4202560 44 0 0 0 13 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372211645480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23062] ppid=23050 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/23053/task/23062/stat : 23062 (java) S 23050 23053 19710 0 -1 4202560 83 0 0 0 11 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372210592424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23063] ppid=23050 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23053/task/23063/stat : 23063 (java) S 23050 23053 19710 0 -1 4202560 57 0 0 0 11 2 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372209539880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23064] ppid=23050 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23053/task/23064/stat : 23064 (java) S 23050 23053 19710 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 29707516 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372197341544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23065] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23065/stat : 23065 (java) S 23050 23053 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372196287864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23066] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23066/stat : 23066 (java) S 23050 23053 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372195234696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23067] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23067/stat : 23067 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372194183440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23068] ppid=23050 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23053/task/23068/stat : 23068 (java) S 23050 23053 19710 0 -1 4202560 3725 0 0 0 41 0 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372193131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23069] ppid=23050 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/23053/task/23069/stat : 23069 (java) S 23050 23053 19710 0 -1 4202560 9154 0 0 0 79 2 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372192078776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23070] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23070/stat : 23070 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372191025912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23071] ppid=23050 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/23053/task/23071/stat : 23071 (java) S 23050 23053 19710 0 -1 4202560 104 0 0 0 38 38 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372189973576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23072] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23072/stat : 23072 (java) S 23050 23053 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29707555 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372188918824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.84
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 2.26 2.25 2.19 3/215 23206
/proc/meminfo: memFree=29701488/32872528 swapFree=1491540/1663236
[pid=23053] ppid=23050 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/23053/stat : 23053 (java) S 23050 23053 19710 0 -1 4202496 17687 0 1 0 179942 63 0 0 20 0 19 0 29707512 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140735936030608 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23053/statm: 2406260 93008 2285 9 0 2396937 0
[pid=23053/tid=23055] ppid=23050 vsize=9625040 CPUtime=1792.28 cores=1,3,5,7
/proc/23053/task/23055/stat : 23055 (java) R 23050 23053 19710 0 -1 4202560 2496 0 1 0 179195 33 0 0 20 0 19 0 29707513 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372441009952 140372299397284 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23056] ppid=23050 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/23053/task/23056/stat : 23056 (java) S 23050 23053 19710 0 -1 4202560 150 0 0 0 9 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372419119528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23057] ppid=23050 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23053/task/23057/stat : 23057 (java) S 23050 23053 19710 0 -1 4202560 113 0 0 0 16 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372418066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23058] ppid=23050 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23053/task/23058/stat : 23058 (java) S 23050 23053 19710 0 -1 4202560 203 0 0 0 15 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372214802600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23059] ppid=23050 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23053/task/23059/stat : 23059 (java) S 23050 23053 19710 0 -1 4202560 126 0 0 0 14 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372213750056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23060] ppid=23050 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23053/task/23060/stat : 23060 (java) S 23050 23053 19710 0 -1 4202560 111 0 0 0 17 2 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372212698024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23061] ppid=23050 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23053/task/23061/stat : 23061 (java) S 23050 23053 19710 0 -1 4202560 44 0 0 0 13 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372211645480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23062] ppid=23050 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/23053/task/23062/stat : 23062 (java) S 23050 23053 19710 0 -1 4202560 83 0 0 0 11 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372210592424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23063] ppid=23050 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23053/task/23063/stat : 23063 (java) S 23050 23053 19710 0 -1 4202560 57 0 0 0 11 2 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372209539880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23064] ppid=23050 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23053/task/23064/stat : 23064 (java) S 23050 23053 19710 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 29707516 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372197341544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23065] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23065/stat : 23065 (java) S 23050 23053 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372196287864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23066] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23066/stat : 23066 (java) S 23050 23053 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372195234696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23067] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23067/stat : 23067 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372194183440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23068] ppid=23050 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23053/task/23068/stat : 23068 (java) S 23050 23053 19710 0 -1 4202560 3725 0 0 0 41 0 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372193131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23069] ppid=23050 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/23053/task/23069/stat : 23069 (java) S 23050 23053 19710 0 -1 4202560 9154 0 0 0 79 2 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372192078776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23070] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23070/stat : 23070 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372191025912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23071] ppid=23050 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/23053/task/23071/stat : 23071 (java) S 23050 23053 19710 0 -1 4202560 104 0 0 0 39 38 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372189973576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23072] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23072/stat : 23072 (java) S 23050 23053 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29707555 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372188918824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 23053 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.51 s]
/proc/loadavg: 2.26 2.25 2.19 3/215 23206
/proc/meminfo: memFree=29701488/32872528 swapFree=1491540/1663236
[pid=23053] ppid=23050 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/23053/stat : 23053 (java) S 23050 23053 19710 0 -1 4202496 17687 0 1 0 179942 63 0 0 20 0 19 0 29707512 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140735936030608 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23053/statm: 2406260 93008 2285 9 0 2396937 0
[pid=23053/tid=23055] ppid=23050 vsize=9625040 CPUtime=1792.28 cores=1,3,5,7
/proc/23053/task/23055/stat : 23055 (java) R 23050 23053 19710 0 -1 4202560 2496 0 1 0 179195 33 0 0 20 0 19 0 29707513 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372441009952 140372299397284 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23056] ppid=23050 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/23053/task/23056/stat : 23056 (java) S 23050 23053 19710 0 -1 4202560 150 0 0 0 9 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372419119528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23057] ppid=23050 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23053/task/23057/stat : 23057 (java) S 23050 23053 19710 0 -1 4202560 113 0 0 0 16 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372418066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23058] ppid=23050 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23053/task/23058/stat : 23058 (java) S 23050 23053 19710 0 -1 4202560 203 0 0 0 15 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372214802600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23059] ppid=23050 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23053/task/23059/stat : 23059 (java) S 23050 23053 19710 0 -1 4202560 126 0 0 0 14 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372213750056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23060] ppid=23050 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23053/task/23060/stat : 23060 (java) S 23050 23053 19710 0 -1 4202560 111 0 0 0 17 2 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372212698024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23061] ppid=23050 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23053/task/23061/stat : 23061 (java) S 23050 23053 19710 0 -1 4202560 44 0 0 0 13 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372211645480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23062] ppid=23050 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/23053/task/23062/stat : 23062 (java) S 23050 23053 19710 0 -1 4202560 83 0 0 0 11 3 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372210592424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23063] ppid=23050 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23053/task/23063/stat : 23063 (java) S 23050 23053 19710 0 -1 4202560 57 0 0 0 11 2 0 0 20 0 19 0 29707514 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372209539880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23064] ppid=23050 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23053/task/23064/stat : 23064 (java) S 23050 23053 19710 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 29707516 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372197341544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23065] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23065/stat : 23065 (java) S 23050 23053 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372196287864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23066] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23066/stat : 23066 (java) S 23050 23053 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29707516 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372195234696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23053/tid=23067] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23067/stat : 23067 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372194183440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23053/tid=23068] ppid=23050 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23053/task/23068/stat : 23068 (java) S 23050 23053 19710 0 -1 4202560 3725 0 0 0 41 0 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372193131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23069] ppid=23050 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/23053/task/23069/stat : 23069 (java) S 23050 23053 19710 0 -1 4202560 9154 0 0 0 79 2 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372192078776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23053/tid=23070] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23070/stat : 23070 (java) S 23050 23053 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372191025912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23071] ppid=23050 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/23053/task/23071/stat : 23071 (java) S 23050 23053 19710 0 -1 4202560 104 0 0 0 39 38 0 0 20 0 19 0 29707518 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372189973576 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23053/tid=23072] ppid=23050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23053/task/23072/stat : 23072 (java) S 23050 23053 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29707555 9856040960 93008 33554432000 1073741824 1073778376 140735936039472 140372188918824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23053 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=789150
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=102832
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.54
CPU time (s): 1800.05
CPU user time (s): 1799.42
CPU system time (s): 0.63
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 1.10283
maximum resident set size= 372148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17721
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38440
involuntary context switches= 10434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9113 second user time and 13.6559 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 20:44:52
IDJOB=4116321
IDBENCH=109455
IDSOLVER=2546
FILE ID=node134/4116321-1466966692
RUNJOBID= node134-1466945036-19727
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round22-0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116321-1466966692/watcher-4116321-1466966692 -o /tmp/evaluation-result-4116321-1466966692/solver-4116321-1466966692 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116321-1466966692.opb

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

MD5SUM BENCH= 21a0e500ca727a88f38c5e532822f09b
RANDOM SEED=1071787852

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30052352 kB
Buffers:           29432 kB
Cached:           114384 kB
SwapCached:         1316 kB
Active:           335380 kB
Inactive:         120196 kB
Active(anon):     312152 kB
Inactive(anon):     2488 kB
Active(file):      23228 kB
Inactive(file):   117708 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1252 kB
Writeback:             0 kB
AnonPages:       1976264 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             565624 kB
SReclaimable:       9256 kB
SUnreclaim:       556368 kB
KernelStack:        1624 kB
PageTables:         8124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2405780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 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= 71692 MiB
End job on node134 at 2016-06-26 21:14:50