Trace number 4109012

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
Open-WBO-LSU PB16? (TO) 1800.17 1800.6

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-181.opb
MD5SUM5f261e01a77e00c07db405ec3b956be4
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 variables335161
Total number of constraints7866877
Number of constraints which are clauses7067313
Number of constraints which are cardinality constraints (but not clauses)24643
Number of constraints which are nor clauses,nor cardinality constraints774921
Minimum length of a constraint2
Maximum length of a constraint2580
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2581
Number of bits of the biggest sum of numbers12
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.00	c
0.00/0.00	c Open-WBO:	 a Modular MaxSAT Solver -- based on Glucose4.0 (core version)
0.00/0.00	c Version:	 Pseudo-Boolean Evaluation 2016 -- LSU
0.00/0.00	c Authors:	 Ruben Martins, Vasco Manquinho, Ines Lynce
0.00/0.00	c Contributors:	 Miguel Neves, Saurabh Joshi, Mikolas Janota
0.00/0.00	c Contact:	 open-wbo@sat.inesc-id.pt -- http://sat.inesc-id.pt/open-wbo/
0.00/0.00	c
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Instance file HOME/instance-4109012-1466265559.opb
0.00/0.00	c File size is 383937989 bytes.
1800.06/1800.50	c Sum of soft weights:            0
1800.06/1800.50	c |                                                                                                       |
1800.06/1800.50	c ========================================[ Problem Statistics ]===========================================
1800.06/1800.50	c |                                                                                                       |
1800.06/1800.50	c |  Problem Type:           Unweighted                                                                   |
1800.06/1800.50	c |  Number of variables:        335161                                                                   |
1800.06/1800.50	c |  Number of hard clauses:    7079655                                                                   |
1800.06/1800.50	c |  Number of soft clauses:          0                                                                   |
1800.06/1800.50	c |  Number of cardinality:       24644                                                                   |
1800.06/1800.50	c |  Number of PB :              774921                                                                   |
1800.06/1800.50	c |  Parse time:                  39.87 s                                                                 |
1800.06/1800.50	c |                                                                                                       |
1800.06/1800.50	c ==========================================[ Solver Settings ]============================================
1800.06/1800.50	c |                                                                                                       |
1800.06/1800.50	c |  Algorithm:                LinearSU                                                                   |
1800.06/1800.50	c |  Cardinality Encoding:       Modulo Totalizer                                                         |
1800.06/1800.50	c |                                                                                                       |
1800.06/1800.50	s UNKNOWN

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-4109012-1466265559/watcher-4109012-1466265559 -o /tmp/evaluation-result-4109012-1466265559/solver-4109012-1466265559 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466240825-17558 --watchdog 1960 open-wbo-lsu HOME/instance-4109012-1466265559.opb 

pid=28612
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.25 2.20 2.14 3/176 28615
/proc/meminfo: memFree=29997364/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=377144 CPUtime=0 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 5246 0 0 0 0 0 0 0 20 0 1 0 28606020 386195456 5122 33554432000 4194304 6058637 140735558548672 140735058236936 5068842 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/28615/statm: 94286 5139 5120 456 0 87 0

[startup+0.100167 s]
/proc/loadavg: 2.25 2.20 2.14 3/176 28615
/proc/meminfo: memFree=29997364/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=377144 CPUtime=0.09 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 94035 0 0 0 5 4 0 0 20 0 1 0 28606020 386195456 93911 33554432000 4194304 6058637 140735558548672 140735058236936 4692836 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/28615/statm: 94286 93911 93870 456 0 87 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 377144

[startup+0.200347 s]
/proc/loadavg: 2.25 2.20 2.14 3/176 28615
/proc/meminfo: memFree=29997364/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=378984 CPUtime=0.19 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 94479 0 0 0 15 4 0 0 20 0 1 0 28606020 388079616 94355 33554432000 4194304 6058637 140735558548672 140735058236936 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/28615/statm: 94746 94355 93870 456 0 547 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 378984

[startup+0.30026 s]
/proc/loadavg: 2.25 2.20 2.14 3/176 28615
/proc/meminfo: memFree=29997364/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=380780 CPUtime=0.29 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 94894 0 0 0 25 4 0 0 20 0 1 0 28606020 389918720 94770 33554432000 4194304 6058637 140735558548672 140735058236936 5046461 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/28615/statm: 95195 94770 93870 456 0 996 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 380780

[startup+0.700239 s]
/proc/loadavg: 2.25 2.20 2.14 3/176 28615
/proc/meminfo: memFree=29997364/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=388032 CPUtime=0.69 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 96500 0 0 0 65 4 0 0 20 0 1 0 28606020 397344768 96376 33554432000 4194304 6058637 140735558548672 140735558547112 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/28615/statm: 97008 96376 93870 456 0 2809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 388032

[startup+1.50023 s]
/proc/loadavg: 2.25 2.20 2.14 3/177 28616
/proc/meminfo: memFree=29971304/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=401688 CPUtime=1.49 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 99626 0 0 0 144 5 0 0 20 0 1 0 28606020 411328512 99502 33554432000 4194304 6058637 140735558548672 140735558547032 4630400 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/28615/statm: 100422 99502 93870 456 0 6223 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 401688

[startup+3.10031 s]
/proc/loadavg: 2.31 2.22 2.14 3/177 28616
/proc/meminfo: memFree=29954632/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=424420 CPUtime=3.09 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 105192 0 0 0 303 6 0 0 20 0 1 0 28606020 434606080 105579 33554432000 4194304 6058637 140735558548672 140735558547016 4213958 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/28615/statm: 106105 105579 93870 456 0 11906 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 424420

[startup+6.30023 s]
/proc/loadavg: 2.31 2.22 2.14 3/177 28616
/proc/meminfo: memFree=29910668/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=474332 CPUtime=6.29 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 115663 0 0 0 621 8 0 0 20 0 1 0 28606020 485715968 117583 33554432000 4194304 6058637 140735558548672 140735558547000 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/28615/statm: 118583 117583 93870 456 0 24384 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 474332

[startup+12.7003 s]
/proc/loadavg: 2.35 2.22 2.14 3/177 28616
/proc/meminfo: memFree=29811044/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=573548 CPUtime=12.68 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 134754 0 0 0 1258 10 0 0 20 0 1 0 28606020 587313152 140251 33554432000 4194304 6058637 140735558548672 140735558547000 4699984 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/28615/statm: 143387 140251 93870 456 0 49188 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 573548

[startup+25.5002 s]
/proc/loadavg: 2.29 2.22 2.14 3/177 28616
/proc/meminfo: memFree=29667720/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=740416 CPUtime=25.48 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 170669 0 0 0 2532 16 0 0 20 0 1 0 28606020 758185984 184342 33554432000 4194304 6058637 140735558548672 140735558547032 5042435 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 185104 184342 93870 456 0 90905 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 740416

[startup+51.1072 s]
/proc/loadavg: 2.26 2.21 2.14 3/178 28620
/proc/meminfo: memFree=26042696/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=4996944 CPUtime=51.09 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 548427 0 0 0 4983 126 0 0 20 0 1 0 28606020 5116870656 986756 33554432000 4194304 6058637 140735558548672 140735558547288 4260938 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1249236 986756 169 456 0 1248772 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4996944

[startup+102.3 s]
/proc/loadavg: 2.23 2.21 2.14 3/178 28643
/proc/meminfo: memFree=25902796/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5079624 CPUtime=102.27 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 570808 0 0 0 10097 130 0 0 20 0 1 0 28606020 5201534976 1020379 33554432000 4194304 6058637 140735558548672 140735558547288 4277663 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1269906 1020379 180 456 0 1269442 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5079624

[startup+162.3 s]
/proc/loadavg: 2.19 2.20 2.14 3/177 28645
/proc/meminfo: memFree=25915328/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5087312 CPUtime=162.26 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 572745 0 0 0 16095 131 0 0 20 0 1 0 28606020 5209407488 1024360 33554432000 4194304 6058637 140735558548672 140735558547288 4277708 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1271828 1024360 180 456 0 1271364 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 5087312

[startup+222.3 s]
/proc/loadavg: 2.20 2.19 2.14 3/177 28646
/proc/meminfo: memFree=25853952/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5130084 CPUtime=222.25 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 584221 0 0 0 22092 133 0 0 20 0 1 0 28606020 5253206016 1037880 33554432000 4194304 6058637 140735558548672 140735558547288 4277708 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1282521 1037880 180 456 0 1282057 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5130084

[startup+282.3 s]
/proc/loadavg: 2.22 2.19 2.14 3/177 28647
/proc/meminfo: memFree=25799864/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5134968 CPUtime=282.24 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 585443 0 0 0 28090 134 0 0 20 0 1 0 28606020 5258207232 1048300 33554432000 4194304 6058637 140735558548672 140735558547288 4277708 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1283742 1048300 180 456 0 1283278 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5134968

[startup+342.3 s]
/proc/loadavg: 2.20 2.18 2.14 3/177 28648
/proc/meminfo: memFree=25758236/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5137088 CPUtime=342.23 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 585974 0 0 0 34088 135 0 0 20 0 1 0 28606020 5260378112 1057007 33554432000 4194304 6058637 140735558548672 140735558547288 4246099 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1284272 1057007 180 456 0 1283808 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 5137088

[startup+402.3 s]
/proc/loadavg: 2.12 2.16 2.13 3/177 28649
/proc/meminfo: memFree=25745720/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5140792 CPUtime=402.22 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 586901 0 0 0 40087 135 0 0 20 0 1 0 28606020 5264171008 1058956 33554432000 4194304 6058637 140735558548672 140735558547288 4277378 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1285198 1058956 180 456 0 1284734 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 5140792

[startup+462.3 s]
/proc/loadavg: 2.08 2.14 2.13 3/177 28651
/proc/meminfo: memFree=25723148/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5150560 CPUtime=462.21 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 589357 0 0 0 46085 136 0 0 20 0 1 0 28606020 5274173440 1063456 33554432000 4194304 6058637 140735558548672 140735558547288 4277357 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1287640 1063456 180 456 0 1287176 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 5150560

[startup+522.3 s]
/proc/loadavg: 2.13 2.15 2.13 4/177 28697
/proc/meminfo: memFree=25936392/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5151624 CPUtime=522.2 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 589603 0 0 0 52084 136 0 0 20 0 1 0 28606020 5275262976 1064724 33554432000 4194304 6058637 140735558548672 140735558547288 4277589 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1287906 1064724 180 456 0 1287442 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 5151624

[startup+582.3 s]
/proc/loadavg: 2.29 2.19 2.14 3/177 28698
/proc/meminfo: memFree=25911388/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5152508 CPUtime=582.2 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 589831 0 0 0 58084 136 0 0 20 0 1 0 28606020 5276168192 1068018 33554432000 4194304 6058637 140735558548672 140735558547400 4277357 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1288127 1068018 180 456 0 1287663 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 5152508


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


[startup+942.3 s]
/proc/loadavg: 2.22 2.22 2.17 3/177 28708
/proc/meminfo: memFree=25993980/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5169884 CPUtime=942.13 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 594739 0 0 0 94062 151 0 0 20 0 1 0 28606020 5293961216 1038464 33554432000 4194304 6058637 140735558548672 140735558547288 4277589 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1292471 1038464 181 456 0 1292007 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 5169884

[startup+1002.3 s]
/proc/loadavg: 2.24 2.22 2.17 3/177 28709
/proc/meminfo: memFree=25979980/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5170944 CPUtime=1002.11 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 595041 0 0 0 100060 151 0 0 20 0 1 0 28606020 5295046656 1041754 33554432000 4194304 6058637 140735558548672 140735558547288 4278328 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1292736 1041754 181 456 0 1292272 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 5170944

[startup+1062.3 s]
/proc/loadavg: 2.36 2.26 2.19 3/177 28710
/proc/meminfo: memFree=25974420/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5172004 CPUtime=1062.09 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 595318 0 0 0 106058 151 0 0 20 0 1 0 28606020 5296132096 1043087 33554432000 4194304 6058637 140735558548672 140735558547288 4277378 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1293001 1043087 181 456 0 1292537 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 5172004

[startup+1122.3 s]
/proc/loadavg: 2.33 2.27 2.19 3/177 28712
/proc/meminfo: memFree=25959300/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5172536 CPUtime=1122.06 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 595480 0 0 0 112055 151 0 0 20 0 1 0 28606020 5296676864 1043831 33554432000 4194304 6058637 140735558548672 140735558547224 4277548 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1293134 1043831 181 456 0 1292670 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 5172536

[startup+1182.3 s]
/proc/loadavg: 2.23 2.25 2.18 3/177 28713
/proc/meminfo: memFree=25951536/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5173512 CPUtime=1182.04 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 595732 0 0 0 118053 151 0 0 20 0 1 0 28606020 5297676288 1045804 33554432000 4194304 6058637 140735558548672 140735558547288 4277663 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1293378 1045804 181 456 0 1292914 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 5173512

[startup+1242.3 s]
/proc/loadavg: 2.17 2.22 2.18 3/178 28717
/proc/meminfo: memFree=25940480/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5174832 CPUtime=1242.02 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 596113 0 0 0 124051 151 0 0 20 0 1 0 28606020 5299027968 1048331 33554432000 4194304 6058637 140735558548672 140735558547288 4277378 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1293708 1048331 181 456 0 1293244 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 5174832

[startup+1302.3 s]
/proc/loadavg: 2.14 2.21 2.18 3/177 28718
/proc/meminfo: memFree=25929248/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5175364 CPUtime=1301.99 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 596277 0 0 0 130047 152 0 0 20 0 1 0 28606020 5299572736 1051237 33554432000 4194304 6058637 140735558548672 140735558547288 4277708 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1293841 1051237 181 456 0 1293377 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 5175364

[startup+1362.31 s]
/proc/loadavg: 2.20 2.22 2.18 4/177 28719
/proc/meminfo: memFree=25922132/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5175900 CPUtime=1361.98 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 596414 0 0 0 136046 152 0 0 20 0 1 0 28606020 5300121600 1053042 33554432000 4194304 6058637 140735558548672 140735558547288 4277343 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1293975 1053042 181 456 0 1293511 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 5175900

[startup+1422.3 s]
/proc/loadavg: 2.16 2.20 2.18 3/177 28721
/proc/meminfo: memFree=25911988/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5177608 CPUtime=1421.95 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 596836 0 0 0 142042 153 0 0 20 0 1 0 28606020 5301870592 1055511 33554432000 4194304 6058637 140735558548672 140735558547288 4277335 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1294402 1055511 181 456 0 1293938 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 5177608

[startup+1482.3 s]
/proc/loadavg: 2.16 2.19 2.18 3/177 28722
/proc/meminfo: memFree=25873676/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5177608 CPUtime=1481.93 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 596872 0 0 0 148040 153 0 0 20 0 1 0 28606020 5301870592 1056589 33554432000 4194304 6058637 140735558548672 140735558547288 4254552 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1294402 1056589 181 456 0 1293938 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 5177608

[startup+1542.3 s]
/proc/loadavg: 2.22 2.20 2.18 3/177 28723
/proc/meminfo: memFree=25901452/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5177748 CPUtime=1541.91 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 596933 0 0 0 154038 153 0 0 20 0 1 0 28606020 5302013952 1058213 33554432000 4194304 6058637 140735558548672 140735558547288 4246519 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1294437 1058213 181 456 0 1293973 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 5177748

[startup+1602.3 s]
/proc/loadavg: 2.13 2.18 2.17 4/177 28724
/proc/meminfo: memFree=25859284/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5177884 CPUtime=1601.89 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 597009 0 0 0 160036 153 0 0 20 0 1 0 28606020 5302153216 1059844 33554432000 4194304 6058637 140735558548672 140735558547288 4277357 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1294471 1059844 181 456 0 1294007 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 5177884

[startup+1662.3 s]
/proc/loadavg: 2.15 2.17 2.17 3/177 28725
/proc/meminfo: memFree=25890616/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5178552 CPUtime=1661.87 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 597164 0 0 0 166034 153 0 0 20 0 1 0 28606020 5302837248 1061107 33554432000 4194304 6058637 140735558548672 140735558547288 4277471 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1294638 1061107 181 456 0 1294174 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 5178552

[startup+1722.3 s]
/proc/loadavg: 2.16 2.17 2.17 3/177 28727
/proc/meminfo: memFree=25881880/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5178956 CPUtime=1721.86 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 597283 0 0 0 172033 153 0 0 20 0 1 0 28606020 5303250944 1063270 33554432000 4194304 6058637 140735558548672 140735558547288 4261600 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1294739 1063270 181 456 0 1294275 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 5178956

[startup+1782.3 s]
/proc/loadavg: 2.15 2.17 2.17 3/177 28728
/proc/meminfo: memFree=25874496/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5179616 CPUtime=1781.86 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 597454 0 0 0 178032 154 0 0 20 0 1 0 28606020 5303926784 1064974 33554432000 4194304 6058637 140735558548672 140735558547288 4277798 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1294904 1064974 181 456 0 1294440 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 5179616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.10 2.15 2.17 4/177 28729
/proc/meminfo: memFree=25832120/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=5179888 CPUtime=1800.06 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202496 597505 0 0 0 179852 154 0 0 20 0 1 0 28606020 5304205312 1066047 33554432000 4194304 6058637 140735558548672 140735558547288 4246099 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 1294972 1066047 181 456 0 1294508 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 5179888

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 28615 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.6 s]
/proc/loadavg: 2.10 2.15 2.17 4/177 28729
/proc/meminfo: memFree=25832120/32872528 swapFree=1074772/1156532
[pid=28615] ppid=28612 vsize=0 CPUtime=1800.16 cores=0,2,4,6
/proc/28615/stat : 28615 (open-wbo-lsu) R 28612 28615 17542 0 -1 4202500 597508 0 0 0 179852 164 0 0 20 0 1 0 28606020 0 0 33554432000 0 0 0 0 0 0 16384 4096 8404992 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28615/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 40
Real time (s): 1800.6
CPU time (s): 1800.17
CPU user time (s): 1798.52
CPU system time (s): 1.64575
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 6067572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.64575
maximum resident set size= 4953556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 597508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 285
involuntary context switches= 1880

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.73428 second user time and 6.72598 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-18 17:59:28
IDJOB=4109012
IDBENCH=89817
IDSOLVER=2545
FILE ID=node114/4109012-1466265559
RUNJOBID= node114-1466240825-17558
PBS_JOBID= 19918199
Free space on /tmp= 71352 MiB

SOLVER NAME= Open-WBO-LSU PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-181.opb
COMMAND LINE= open-wbo-lsu BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109012-1466265559/watcher-4109012-1466265559 -o /tmp/evaluation-result-4109012-1466265559/solver-4109012-1466265559 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466240825-17558 --watchdog 1960  open-wbo-lsu HOME/instance-4109012-1466265559.opb

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

MD5SUM BENCH= 5f261e01a77e00c07db405ec3b956be4
RANDOM SEED=1987522257

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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:        29998272 kB
Buffers:          129944 kB
Cached:           599616 kB
SwapCached:          808 kB
Active:           698996 kB
Inactive:         258684 kB
Active(anon):     229264 kB
Inactive(anon):     1176 kB
Active(file):     469732 kB
Inactive(file):   257508 kB
Unevictable:     1156532 kB
Mlocked:         1074772 kB
SwapTotal:      67108856 kB
SwapFree:       67100508 kB
Dirty:            379924 kB
Writeback:             0 kB
AnonPages:       1384032 kB
Mapped:             8872 kB
Shmem:                 0 kB
Slab:             624496 kB
SReclaimable:      67884 kB
SUnreclaim:       556612 kB
KernelStack:        1424 kB
PageTables:         6684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1524644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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= 71356 MiB
End job on node114 at 2016-06-18 18:29:29