Trace number 4106879

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) 1801 1788.96

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
MD5SUMd27101fec2f8e3dc322d79bbc996c69e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74920
Sum of products size (including duplicates)149840
Number of different products37460
Sum of products size74920

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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106879-1466280346.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
2.59/1.01	c ... done. Wall clock time 0.891s.
2.59/1.01	c declared #vars     1000
2.59/1.01	c internal #vars     38460
2.59/1.01	c #constraints  76423
2.59/1.01	c constraints type 
2.59/1.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37460
2.59/1.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.59/1.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.59/1.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37460
2.59/1.01	c 76423 constraints processed.
6.37/4.06	c cleaning 2498 clauses out of 5000 with flag 10236/5000
9.25/6.73	c cleaning 4250 clauses out of 8502 with flag 22842/11000
10.84/8.39	c cleaning 5574 clauses out of 11252 with flag 41222/18000
13.36/10.85	c cleaning 6764 clauses out of 13678 with flag 58267/26000
17.61/15.02	c cleaning 7956 clauses out of 15914 with flag 77133/35000
24.01/21.44	c cleaning 8934 clauses out of 17959 with flag 98013/45001
29.53/26.71	c cleaning 9974 clauses out of 20024 with flag 121894/56000
33.33/30.52	c cleaning 11024 clauses out of 22050 with flag 151247/68000
40.62/37.81	c cleaning 12012 clauses out of 24026 with flag 178502/81000
44.92/42.13	c cleaning 12962 clauses out of 26015 with flag 211720/95001
50.62/47.89	c cleaning 13984 clauses out of 28052 with flag 244240/110000
57.77/54.55	c cleaning 14983 clauses out of 30069 with flag 279515/126001
63.47/60.30	c cleaning 16061 clauses out of 32123 with flag 318687/143038
69.67/66.41	c cleaning 16969 clauses out of 34024 with flag 359763/161000
76.07/72.82	c cleaning 18000 clauses out of 36064 with flag 403466/180009
83.27/80.01	c cleaning 19005 clauses out of 38065 with flag 448159/200010
90.47/87.26	c cleaning 20012 clauses out of 40065 with flag 496012/221015
98.47/95.29	c cleaning 20993 clauses out of 42038 with flag 545576/243000
107.48/104.24	c cleaning 22008 clauses out of 44055 with flag 597783/266010
116.65/113.01	c cleaning 22930 clauses out of 46038 with flag 657136/290001
126.45/122.87	c cleaning 23989 clauses out of 48107 with flag 714179/315000
135.66/132.04	c cleaning 24997 clauses out of 50118 with flag 777384/341000
146.05/142.47	c cleaning 26001 clauses out of 52124 with flag 840049/368003
157.16/153.51	c cleaning 26985 clauses out of 54121 with flag 909295/396001
167.76/164.17	c cleaning 27991 clauses out of 56135 with flag 984465/425000
181.02/176.88	c cleaning 29019 clauses out of 58144 with flag 1058307/455000
193.63/189.49	c cleaning 30020 clauses out of 60125 with flag 1137592/486000
207.13/202.92	c cleaning 30962 clauses out of 62105 with flag 1218173/518000
220.43/216.23	c cleaning 32014 clauses out of 64144 with flag 1307983/551001
234.43/230.22	c cleaning 32984 clauses out of 66130 with flag 1408763/585001
245.73/241.54	c cleaning 34022 clauses out of 68145 with flag 1534399/620000
252.94/248.75	c cleaning 35014 clauses out of 70123 with flag 1664458/656000
267.24/263.08	c cleaning 36014 clauses out of 72109 with flag 1797385/693000
284.26/279.05	c cleaning 36999 clauses out of 74095 with flag 1910130/731000
301.66/296.49	c cleaning 37994 clauses out of 76097 with flag 2021608/770001
319.76/314.53	c cleaning 38998 clauses out of 78102 with flag 2131548/810000
339.56/334.35	c cleaning 39986 clauses out of 80105 with flag 2241081/851001
360.47/355.29	c cleaning 40966 clauses out of 82119 with flag 2349228/893001
382.17/376.98	c cleaning 42060 clauses out of 84166 with flag 2459072/936014
406.37/400.19	c cleaning 42940 clauses out of 86092 with flag 2569382/980000
432.58/426.30	c cleaning 43976 clauses out of 88153 with flag 2675929/1025001
457.78/451.57	c cleaning 44987 clauses out of 90176 with flag 2789400/1071000
485.49/479.29	c cleaning 46013 clauses out of 92190 with flag 2901326/1118001
514.19/507.90	c cleaning 47031 clauses out of 94176 with flag 3013813/1166000
544.20/537.99	c cleaning 48019 clauses out of 96145 with flag 3127536/1215000
575.29/569.03	c cleaning 48984 clauses out of 98127 with flag 3244447/1265001
609.08/601.74	c cleaning 49951 clauses out of 100143 with flag 3359006/1316001
641.88/634.54	c cleaning 51048 clauses out of 102191 with flag 3480265/1368000
675.69/668.36	c cleaning 51940 clauses out of 104144 with flag 3602358/1421001
714.39/707.02	c cleaning 52984 clauses out of 106203 with flag 3722484/1475000
751.80/744.49	c cleaning 54055 clauses out of 108237 with flag 3850219/1530018
828.03/820.09	c cleaning 54981 clauses out of 110164 with flag 3970666/1586000
868.04/860.03	c cleaning 56077 clauses out of 112191 with flag 4099621/1643008
909.05/901.09	c cleaning 56963 clauses out of 114106 with flag 4226595/1701000
949.55/941.57	c cleaning 58069 clauses out of 116195 with flag 4360313/1760052
990.86/982.82	c cleaning 59009 clauses out of 118080 with flag 4495752/1820006
1035.34/1026.52	c cleaning 59962 clauses out of 120069 with flag 4631995/1881004
1076.86/1068.02	c cleaning 61006 clauses out of 122105 with flag 4781612/1943002
1116.36/1107.56	c cleaning 62038 clauses out of 124108 with flag 4950094/2006011
1151.36/1142.50	c cleaning 62962 clauses out of 126060 with flag 5140645/2070001
1175.97/1166.63	c cleaning 64006 clauses out of 128097 with flag 5369638/2135000
1217.31/1207.93	c cleaning 65014 clauses out of 130091 with flag 5568073/2201000
1263.41/1254.08	c cleaning 65987 clauses out of 132079 with flag 5751822/2268002
1318.32/1308.91	c cleaning 67021 clauses out of 134099 with flag 5926711/2336009
1374.68/1364.29	c cleaning 68029 clauses out of 136093 with flag 6102266/2405024
1429.59/1419.18	c cleaning 69019 clauses out of 138057 with flag 6273921/2475017
1490.50/1480.07	c cleaning 69921 clauses out of 140022 with flag 6446540/2546001
1554.01/1543.55	c cleaning 70971 clauses out of 142101 with flag 6613069/2618001
1619.12/1608.11	c cleaning 71946 clauses out of 144130 with flag 6785379/2691001
1680.93/1669.93	c cleaning 73089 clauses out of 146225 with flag 6957369/2765042
1746.84/1735.89	c cleaning 73927 clauses out of 148094 with flag 7126016/2840000
1801.00/1788.91	c starts		: 1
1801.00/1788.91	c conflicts		: 2904003
1801.00/1788.91	c decisions		: 24115440
1801.00/1788.91	c propagations		: 56681222
1801.00/1788.91	c inspects		: 20385530217
1801.00/1788.91	c shortcuts		: 0
1801.00/1788.91	c learnt literals	: 0
1801.00/1788.91	c learnt binary clauses	: 0
1801.00/1788.91	c learnt ternary clauses	: 0
1801.00/1788.91	c learnt constraints	: 2904003
1801.00/1788.91	c ignored constraints	: 0
1801.00/1788.91	c root simplifications	: 0
1801.00/1788.91	c removed literals (reason simplification)	: 0
1801.00/1788.91	c reason swapping (by a shorter reason)	: 0
1801.00/1788.91	c Calls to reduceDB	: 71
1801.00/1788.91	c Number of update (reduction) of LBD	: 363161
1801.00/1788.91	c Imported unit clauses	: 0
1801.00/1788.91	c number of reductions to clauses (during analyze)	: 0
1801.00/1788.91	c number of learned constraints concerned by reduction	: 0
1801.00/1788.91	c number of learning phase by resolution	: 0
1801.00/1788.91	c number of learning phase by cutting planes	: 0
1801.00/1788.91	c speed (assignments/second)	: 31703.424992365166
1801.00/1788.91	c non guided choices	37864
1801.00/1788.91	c timeout
1801.00/1788.93	c learnt constraints type 
1801.00/1788.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138170
1801.00/1788.93	s UNKNOWN
1801.00/1788.93	c Total wall clock time (in seconds): 1788.813

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-4106879-1466280346/watcher-4106879-1466280346 -o /tmp/evaluation-result-4106879-1466280346/solver-4106879-1466280346 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466275999-22550 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106879-1466280346.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.15 2.13 3/194 23078
/proc/meminfo: memFree=29919356/32872528 swapFree=1103996/1183712
[pid=23078] ppid=23075 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23078/stat : 23078 (java) R 23075 23078 22534 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 30083573 9515008 183 33554432000 1073741824 1073778376 140734447144464 140734447127192 271787572917 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23078/statm: 2323 183 140 9 0 71 0

[startup+0.100117 s]
/proc/loadavg: 2.10 2.15 2.13 3/194 23078
/proc/meminfo: memFree=29919356/32872528 swapFree=1103996/1183712
[pid=23078] ppid=23075 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23078/stat : 23078 (java) S 23075 23078 22534 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 30083573 9787879424 5514 33554432000 1073741824 1073778376 140735121867952 140735121859088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23078/statm: 2389619 5514 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.10 2.15 2.13 3/194 23078
/proc/meminfo: memFree=29919356/32872528 swapFree=1103996/1183712
[pid=23078] ppid=23075 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/23078/stat : 23078 (java) S 23075 23078 22534 0 -1 4202496 4662 0 1 0 22 1 0 0 20 0 18 0 30083573 9787879424 6777 33554432000 1073741824 1073778376 140735121867952 140735121859088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23078/statm: 2389619 6777 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 2.10 2.15 2.13 3/194 23078
/proc/meminfo: memFree=29919356/32872528 swapFree=1103996/1183712
[pid=23078] ppid=23075 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/23078/stat : 23078 (java) S 23075 23078 22534 0 -1 4202496 6036 0 1 0 42 1 0 0 20 0 18 0 30083573 9787879424 8224 33554432000 1073741824 1073778376 140735121867952 140735121859088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23078/statm: 2389619 8224 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700236 s]
/proc/loadavg: 2.10 2.15 2.13 3/194 23078
/proc/meminfo: memFree=29919356/32872528 swapFree=1103996/1183712
[pid=23078] ppid=23075 vsize=9558476 CPUtime=1.63 cores=0,2,4,6
/proc/23078/stat : 23078 (java) S 23075 23078 22534 0 -1 4202496 24636 0 1 0 157 6 0 0 20 0 18 0 30083573 9787879424 38604 33554432000 1073741824 1073778376 140735121867952 140735121859088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23078/statm: 2389619 38604 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.10 2.15 2.13 5/213 23097
/proc/meminfo: memFree=29663292/32872528 swapFree=1103996/1183712
[pid=23078] ppid=23075 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/23078/stat : 23078 (java) S 23075 23078 22534 0 -1 4202496 30189 0 1 0 370 13 0 0 20 0 19 0 30083573 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140735121859088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23078/statm: 2406260 66182 2281 9 0 2396937 0
[pid=23078/tid=23080] ppid=23075 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/23078/task/23080/stat : 23080 (java) R 23075 23078 22534 0 -1 4202560 2483 0 1 0 136 3 0 0 20 0 19 0 30083574 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220662844648 140220499593360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23081] ppid=23075 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23078/task/23081/stat : 23081 (java) S 23075 23078 22534 0 -1 4202560 120 0 0 0 2 1 0 0 20 0 19 0 30083575 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220624337192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23082] ppid=23075 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/23078/task/23082/stat : 23082 (java) S 23075 23078 22534 0 -1 4202560 142 0 0 0 3 1 0 0 20 0 19 0 30083575 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220623284392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23083] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23083/stat : 23083 (java) S 23075 23078 22534 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220622232104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23084] ppid=23075 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23078/task/23084/stat : 23084 (java) S 23075 23078 22534 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 30083575 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220621179304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23085] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23085/stat : 23085 (java) S 23075 23078 22534 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220620127016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23086] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23086/stat : 23086 (java) S 23075 23078 22534 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220619074216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23087] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23087/stat : 23087 (java) S 23075 23078 22534 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220618021928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23088] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23088/stat : 23088 (java) S 23075 23078 22534 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 19 0 30083575 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220616969128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23089] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23089/stat : 23089 (java) S 23075 23078 22534 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220487080168 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23090] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23090/stat : 23090 (java) S 23075 23078 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220486026232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23091] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23091/stat : 23091 (java) S 23075 23078 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220484973832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23092] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23092/stat : 23092 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083579 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220483922320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23093] ppid=23075 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/23078/task/23093/stat : 23093 (java) S 23075 23078 22534 0 -1 4202560 17546 0 0 0 100 3 0 0 20 0 19 0 30083579 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140220482869944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23094] ppid=23075 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/23078/task/23094/stat : 23094 (java) S 23075 23078 22534 0 -1 4202560 8360 0 0 0 109 1 0 0 20 0 19 0 30083579 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140219609246264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23095] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23095/stat : 23095 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083580 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140219608194168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23096] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23096/stat : 23096 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083580 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140219607141576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23097] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23097/stat : 23097 (java) S 23075 23078 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30083678 9856040960 66182 33554432000 1073741824 1073778376 140735121867952 140219606086568 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.10 2.15 2.13 3/213 23097
/proc/meminfo: memFree=29663036/32872528 swapFree=1103996/1183712
[pid=23078] ppid=23075 vsize=9625040 CPUtime=5.46 cores=0,2,4,6
/proc/23078/stat : 23078 (java) S 23075 23078 22534 0 -1 4202496 30191 0 1 0 533 13 0 0 20 0 19 0 30083573 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140735121859088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23078/statm: 2406260 66183 2282 9 0 2396937 0
[pid=23078/tid=23080] ppid=23075 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/23078/task/23080/stat : 23080 (java) R 23075 23078 22534 0 -1 4202560 2484 0 1 0 296 3 0 0 20 0 19 0 30083574 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220662845960 140220499644091 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23081] ppid=23075 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23078/task/23081/stat : 23081 (java) S 23075 23078 22534 0 -1 4202560 120 0 0 0 2 1 0 0 20 0 19 0 30083575 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220624337192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23082] ppid=23075 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/23078/task/23082/stat : 23082 (java) S 23075 23078 22534 0 -1 4202560 142 0 0 0 3 1 0 0 20 0 19 0 30083575 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220623284392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23083] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23083/stat : 23083 (java) S 23075 23078 22534 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220622232104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23084] ppid=23075 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23078/task/23084/stat : 23084 (java) S 23075 23078 22534 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 30083575 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220621179304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23085] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23085/stat : 23085 (java) S 23075 23078 22534 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220620127016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23086] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23086/stat : 23086 (java) S 23075 23078 22534 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220619074216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23087] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23087/stat : 23087 (java) S 23075 23078 22534 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220618021928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23088] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23088/stat : 23088 (java) S 23075 23078 22534 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 19 0 30083575 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220616969128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23089] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23089/stat : 23089 (java) S 23075 23078 22534 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220487080168 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23090] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23090/stat : 23090 (java) S 23075 23078 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220486026232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23091] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23091/stat : 23091 (java) S 23075 23078 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220484973832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23092] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23092/stat : 23092 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083579 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220483922320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23093] ppid=23075 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/23078/task/23093/stat : 23093 (java) S 23075 23078 22534 0 -1 4202560 17546 0 0 0 100 3 0 0 20 0 19 0 30083579 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140220482869944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23094] ppid=23075 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/23078/task/23094/stat : 23094 (java) S 23075 23078 22534 0 -1 4202560 8361 0 0 0 112 1 0 0 20 0 19 0 30083579 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140219609246264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23095] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23095/stat : 23095 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083580 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140219608194168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23096] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23096/stat : 23096 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083580 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140219607141576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23097] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23097/stat : 23097 (java) S 23075 23078 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30083678 9856040960 66183 33554432000 1073741824 1073778376 140735121867952 140219606086568 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.09 2.15 2.12 3/213 23097
/proc/meminfo: memFree=29665124/32872528 swapFree=1103996/1183712
[pid=23078] ppid=23075 vsize=9625040 CPUtime=8.84 cores=0,2,4,6
/proc/23078/stat : 23078 (java) S 23075 23078 22534 0 -1 4202496 32149 0 1 0 870 14 0 0 20 0 19 0 30083573 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140735121859088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23078/statm: 2406260 65295 2290 9 0 2396937 0
[pid=23078/tid=23080] ppid=23075 vsize=9625040 CPUtime=6.17 cores=0,2,4,6
/proc/23078/task/23080/stat : 23080 (java) R 23075 23078 22534 0 -1 4202560 2486 0 1 0 614 3 0 0 20 0 19 0 30083574 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220662844776 140220499665974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23081] ppid=23075 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23078/task/23081/stat : 23081 (java) S 23075 23078 22534 0 -1 4202560 120 0 0 0 2 1 0 0 20 0 19 0 30083575 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220624337192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23082] ppid=23075 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/23078/task/23082/stat : 23082 (java) S 23075 23078 22534 0 -1 4202560 142 0 0 0 3 1 0 0 20 0 19 0 30083575 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220623284392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23083] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23083/stat : 23083 (java) S 23075 23078 22534 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220622232104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23084] ppid=23075 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23078/task/23084/stat : 23084 (java) S 23075 23078 22534 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 30083575 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220621179304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23085] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23085/stat : 23085 (java) S 23075 23078 22534 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220620127016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23086] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23086/stat : 23086 (java) S 23075 23078 22534 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220619074216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23087] ppid=23075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23078/task/23087/stat : 23087 (java) S 23075 23078 22534 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 30083575 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220618021928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23088] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23088/stat : 23088 (java) S 23075 23078 22534 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 19 0 30083575 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220616969128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23089] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23089/stat : 23089 (java) S 23075 23078 22534 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220487080168 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23090] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23090/stat : 23090 (java) S 23075 23078 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220486026232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23091] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23091/stat : 23091 (java) S 23075 23078 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220484973832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23092] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23092/stat : 23092 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083579 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220483922320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23093] ppid=23075 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/23078/task/23093/stat : 23093 (java) S 23075 23078 22534 0 -1 4202560 17553 0 0 0 102 3 0 0 20 0 19 0 30083579 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140220482869944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23094] ppid=23075 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/23078/task/23094/stat : 23094 (java) S 23075 23078 22534 0 -1 4202560 10310 0 0 0 128 2 0 0 20 0 19 0 30083579 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140219609246264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23095] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23095/stat : 23095 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083580 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140219608194168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23096] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23096/stat : 23096 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083580 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140219607141576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23097] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23097/stat : 23097 (java) S 23075 23078 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30083678 9856040960 65295 33554432000 1073741824 1073778376 140735121867952 140219606086568 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 9625040


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

[pid=23078/tid=23097] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23097/stat : 23097 (java) S 23075 23078 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30083678 9856040960 972360 33554432000 1073741824 1073778376 140735121867952 140219606086568 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1793.34
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.4 s]
/proc/loadavg: 2.15 2.14 2.09 3/213 23272
/proc/meminfo: memFree=26210700/32872528 swapFree=1103996/1183712
[pid=23078] ppid=23075 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/23078/stat : 23078 (java) S 23075 23078 22534 0 -1 4202496 50820 0 1 0 179625 381 0 0 20 0 19 0 30083573 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140735121859088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23078/statm: 2406260 972709 2299 9 0 2396937 0
[pid=23078/tid=23080] ppid=23075 vsize=9625040 CPUtime=1779.12 cores=0,2,4,6
/proc/23078/task/23080/stat : 23080 (java) S 23075 23078 22534 0 -1 4202560 3485 0 1 0 177870 42 0 0 20 0 19 0 30083574 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220662844456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23081] ppid=23075 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/23078/task/23081/stat : 23081 (java) R 23075 23078 22534 0 -1 4202560 2336 0 0 0 94 38 0 0 20 0 19 0 30083575 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220624337368 140220665317107 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23082] ppid=23075 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/23078/task/23082/stat : 23082 (java) R 23075 23078 22534 0 -1 4202560 2261 0 0 0 92 36 0 0 20 0 19 0 30083575 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220623284568 140220665317107 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23083] ppid=23075 vsize=9625040 CPUtime=1.61 cores=0,2,4,6
/proc/23078/task/23083/stat : 23083 (java) R 23075 23078 22534 0 -1 4202560 1406 0 0 0 115 46 0 0 20 0 19 0 30083575 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220622232280 140220665317107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23084] ppid=23075 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/23078/task/23084/stat : 23084 (java) R 23075 23078 22534 0 -1 4202560 1875 0 0 0 109 42 0 0 20 0 19 0 30083575 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220621179184 140220665317107 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23085] ppid=23075 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/23078/task/23085/stat : 23085 (java) R 23075 23078 22534 0 -1 4202560 1897 0 0 0 116 49 0 0 20 0 19 0 30083575 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220620127192 140220669741996 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23086] ppid=23075 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/23078/task/23086/stat : 23086 (java) R 23075 23078 22534 0 -1 4202560 2553 0 0 0 102 38 0 0 20 0 19 0 30083575 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220619074392 140220665317107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23087] ppid=23075 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/23078/task/23087/stat : 23087 (java) R 23075 23078 22534 0 -1 4202560 1726 0 0 0 102 38 0 0 20 0 19 0 30083575 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220618022104 140220665317107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23088] ppid=23075 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/23078/task/23088/stat : 23088 (java) R 23075 23078 22534 0 -1 4202560 1575 0 0 0 128 47 0 0 20 0 19 0 30083575 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220616969304 140220669741996 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23089] ppid=23075 vsize=9625040 CPUtime=1.56 cores=0,2,4,6
/proc/23078/task/23089/stat : 23089 (java) S 23075 23078 22534 0 -1 4202560 2431 0 0 0 154 2 0 0 20 0 19 0 30083577 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220487079048 271790945340 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23090] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23090/stat : 23090 (java) S 23075 23078 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220486026232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23091] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23091/stat : 23091 (java) S 23075 23078 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220484973832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23092] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23092/stat : 23092 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083579 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220483922320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23093] ppid=23075 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/23078/task/23093/stat : 23093 (java) S 23075 23078 22534 0 -1 4202560 17598 0 0 0 113 3 0 0 20 0 19 0 30083579 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140220482869944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23094] ppid=23075 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/23078/task/23094/stat : 23094 (java) S 23075 23078 22534 0 -1 4202560 10310 0 0 0 128 2 0 0 20 0 19 0 30083579 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140219609246264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23095] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23095/stat : 23095 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083580 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140219608194168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23096] ppid=23075 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/23078/task/23096/stat : 23096 (java) S 23075 23078 22534 0 -1 4202560 103 0 0 0 35 36 0 0 20 0 19 0 30083580 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140219607141576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23097] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23097/stat : 23097 (java) S 23075 23078 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30083678 9856040960 972709 33554432000 1073741824 1073778376 140735121867952 140219606086568 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 23078 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1788.8 s]
/proc/loadavg: 2.15 2.14 2.09 3/213 23272
/proc/meminfo: memFree=26051640/32872528 swapFree=1103996/1183712
[pid=23078] ppid=23075 vsize=9625040 CPUtime=1800.9 cores=0,2,4,6
/proc/23078/stat : 23078 (java) S 23075 23078 22534 0 -1 4202496 51069 0 1 0 179693 397 0 0 20 0 19 0 30083573 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140735121859088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23078/statm: 2406260 1012115 2299 9 0 2396937 0
[pid=23078/tid=23080] ppid=23075 vsize=9625040 CPUtime=1779.12 cores=0,2,4,6
/proc/23078/task/23080/stat : 23080 (java) S 23075 23078 22534 0 -1 4202560 3485 0 1 0 177870 42 0 0 20 0 19 0 30083574 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220662844456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23081] ppid=23075 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/23078/task/23081/stat : 23081 (java) S 23075 23078 22534 0 -1 4202560 2348 0 0 0 97 39 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220624337192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23082] ppid=23075 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/23078/task/23082/stat : 23082 (java) S 23075 23078 22534 0 -1 4202560 2269 0 0 0 96 37 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220623284392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23083] ppid=23075 vsize=9625040 CPUtime=1.68 cores=0,2,4,6
/proc/23078/task/23083/stat : 23083 (java) S 23075 23078 22534 0 -1 4202560 1447 0 0 0 120 48 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220622232104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23084] ppid=23075 vsize=9625040 CPUtime=1.62 cores=0,2,4,6
/proc/23078/task/23084/stat : 23084 (java) S 23075 23078 22534 0 -1 4202560 1943 0 0 0 116 46 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220621179304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23085] ppid=23075 vsize=9625040 CPUtime=1.73 cores=0,2,4,6
/proc/23078/task/23085/stat : 23085 (java) S 23075 23078 22534 0 -1 4202560 1925 0 0 0 123 50 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220620127016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23086] ppid=23075 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/23078/task/23086/stat : 23086 (java) S 23075 23078 22534 0 -1 4202560 2567 0 0 0 108 39 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220619074216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23087] ppid=23075 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/23078/task/23087/stat : 23087 (java) S 23075 23078 22534 0 -1 4202560 1766 0 0 0 108 39 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220618021928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23088] ppid=23075 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/23078/task/23088/stat : 23088 (java) S 23075 23078 22534 0 -1 4202560 1613 0 0 0 132 49 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220616969128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23089] ppid=23075 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/23078/task/23089/stat : 23089 (java) R 23075 23078 22534 0 -1 4202560 2431 0 0 0 179 3 0 0 20 0 19 0 30083577 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220487079048 271787245916 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23090] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23090/stat : 23090 (java) S 23075 23078 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220486026232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23091] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23091/stat : 23091 (java) S 23075 23078 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220484973832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23092] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23092/stat : 23092 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083579 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220483921864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23093] ppid=23075 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/23078/task/23093/stat : 23093 (java) S 23075 23078 22534 0 -1 4202560 17598 0 0 0 113 3 0 0 20 0 19 0 30083579 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220482869944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23094] ppid=23075 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/23078/task/23094/stat : 23094 (java) S 23075 23078 22534 0 -1 4202560 10310 0 0 0 128 2 0 0 20 0 19 0 30083579 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140219609246264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23095] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23095/stat : 23095 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083580 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140219608194168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23096] ppid=23075 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/23078/task/23096/stat : 23096 (java) S 23075 23078 22534 0 -1 4202560 103 0 0 0 35 36 0 0 20 0 19 0 30083580 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140219607141576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23097] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23097/stat : 23097 (java) S 23075 23078 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30083678 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140219606086568 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (KiB) 9625040

[startup+1788.9 s]
/proc/loadavg: 2.15 2.14 2.09 3/213 23272
/proc/meminfo: memFree=26051640/32872528 swapFree=1103996/1183712
[pid=23078] ppid=23075 vsize=9625040 CPUtime=1801 cores=0,2,4,6
/proc/23078/stat : 23078 (java) S 23075 23078 22534 0 -1 4202496 51069 0 1 0 179703 397 0 0 20 0 19 0 30083573 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140735121859088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23078/statm: 2406260 1012115 2299 9 0 2396937 0
[pid=23078/tid=23080] ppid=23075 vsize=9625040 CPUtime=1779.12 cores=0,2,4,6
/proc/23078/task/23080/stat : 23080 (java) S 23075 23078 22534 0 -1 4202560 3485 0 1 0 177870 42 0 0 20 0 19 0 30083574 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220662844456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23081] ppid=23075 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/23078/task/23081/stat : 23081 (java) S 23075 23078 22534 0 -1 4202560 2348 0 0 0 97 39 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220624337192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23082] ppid=23075 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/23078/task/23082/stat : 23082 (java) S 23075 23078 22534 0 -1 4202560 2269 0 0 0 96 37 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220623284392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23083] ppid=23075 vsize=9625040 CPUtime=1.68 cores=0,2,4,6
/proc/23078/task/23083/stat : 23083 (java) S 23075 23078 22534 0 -1 4202560 1447 0 0 0 120 48 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220622232104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23084] ppid=23075 vsize=9625040 CPUtime=1.62 cores=0,2,4,6
/proc/23078/task/23084/stat : 23084 (java) S 23075 23078 22534 0 -1 4202560 1943 0 0 0 116 46 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220621179304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23085] ppid=23075 vsize=9625040 CPUtime=1.73 cores=0,2,4,6
/proc/23078/task/23085/stat : 23085 (java) S 23075 23078 22534 0 -1 4202560 1925 0 0 0 123 50 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220620127016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23086] ppid=23075 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/23078/task/23086/stat : 23086 (java) S 23075 23078 22534 0 -1 4202560 2567 0 0 0 108 39 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220619074216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23087] ppid=23075 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/23078/task/23087/stat : 23087 (java) S 23075 23078 22534 0 -1 4202560 1766 0 0 0 108 39 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220618021928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23088] ppid=23075 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/23078/task/23088/stat : 23088 (java) S 23075 23078 22534 0 -1 4202560 1613 0 0 0 132 49 0 0 20 0 19 0 30083575 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220616969128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23089] ppid=23075 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/23078/task/23089/stat : 23089 (java) R 23075 23078 22534 0 -1 4202560 2431 0 0 0 189 3 0 0 20 0 19 0 30083577 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220487079048 140220668970385 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23090] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23090/stat : 23090 (java) S 23075 23078 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220486026232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23091] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23091/stat : 23091 (java) S 23075 23078 22534 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30083577 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220484973832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23078/tid=23092] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23092/stat : 23092 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083579 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220483921864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23093] ppid=23075 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/23078/task/23093/stat : 23093 (java) S 23075 23078 22534 0 -1 4202560 17598 0 0 0 113 3 0 0 20 0 19 0 30083579 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140220482869944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23078/tid=23094] ppid=23075 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/23078/task/23094/stat : 23094 (java) S 23075 23078 22534 0 -1 4202560 10310 0 0 0 128 2 0 0 20 0 19 0 30083579 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140219609246264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23095] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23095/stat : 23095 (java) S 23075 23078 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30083580 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140219608194168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23078/tid=23096] ppid=23075 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/23078/task/23096/stat : 23096 (java) S 23075 23078 22534 0 -1 4202560 103 0 0 0 35 36 0 0 20 0 19 0 30083580 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140219607141576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23078/tid=23097] ppid=23075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23078/task/23097/stat : 23097 (java) S 23075 23078 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30083678 9856040960 1012115 33554432000 1073741824 1073778376 140735121867952 140219606086568 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23078 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=528494
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=483318
# CPU time returned by wait4() is 1797.01
# while last known CPU time is 1801
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1788.96
CPU time (s): 1801
CPU user time (s): 1797.03
CPU system time (s): 3.97
CPU usage (%): 100.673
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.53
system time used= 4.48332
maximum resident set size= 4049564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51348
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38706
involuntary context switches= 4762

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3433 second user time and 12.5521 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-18 22:05:46
IDJOB=4106879
IDBENCH=48303
IDSOLVER=2546
FILE ID=node115/4106879-1466280346
RUNJOBID= node115-1466275999-22550
PBS_JOBID= 19918252
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106879-1466280346/watcher-4106879-1466280346 -o /tmp/evaluation-result-4106879-1466280346/solver-4106879-1466280346 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466275999-22550 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106879-1466280346.opb

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

MD5SUM BENCH= d27101fec2f8e3dc322d79bbc996c69e
RANDOM SEED=97738503

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.103
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:        29919884 kB
Buffers:          165192 kB
Cached:           206236 kB
SwapCached:         2472 kB
Active:           740980 kB
Inactive:         279412 kB
Active(anon):     647788 kB
Inactive(anon):     3856 kB
Active(file):      93192 kB
Inactive(file):   275556 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099632 kB
Dirty:              1692 kB
Writeback:             0 kB
AnonPages:       1858768 kB
Mapped:            16728 kB
Shmem:                 0 kB
Slab:             613256 kB
SReclaimable:      56892 kB
SUnreclaim:       556364 kB
KernelStack:        1648 kB
PageTables:         8028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1942856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    681984 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= 71740 MiB
End job on node115 at 2016-06-18 22:35:35