Trace number 4117351

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 NameAnswerobjective functionCPU timeWall clock time
Open-WBO-LSU PB16? (TO) 1800.05 1800.4

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
EmployeeScheduling/normalized-aug4.5.opb
MD5SUM4388f70cc0fac0165a49b338c248bcae
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27552
Number of constraints which are cardinality constraints (but not clauses)248
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 200
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2110
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 200
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 2110
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.04	c
0.00/0.04	c Open-WBO:	 a Modular MaxSAT Solver -- based on Glucose4.0 (core version)
0.00/0.04	c Version:	 Pseudo-Boolean Evaluation 2016 -- LSU
0.00/0.04	c Authors:	 Ruben Martins, Vasco Manquinho, Ines Lynce
0.00/0.04	c Contributors:	 Miguel Neves, Saurabh Joshi, Mikolas Janota
0.00/0.04	c Contact:	 open-wbo@sat.inesc-id.pt -- http://sat.inesc-id.pt/open-wbo/
0.00/0.04	c
0.00/0.04	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.04	c Instance file HOME/instance-4117351-1467209241.opb
0.00/0.04	c File size is 1144709 bytes.
1800.04/1800.40	c Sum of soft weights:         2110
1800.04/1800.40	c |                                                                                                       |
1800.04/1800.40	c ========================================[ Problem Statistics ]===========================================
1800.04/1800.40	c |                                                                                                       |
1800.04/1800.40	c |  Problem Type:             Weighted                                                                   |
1800.04/1800.40	c |  Number of variables:          9632                                                                   |
1800.04/1800.40	c |  Number of hard clauses:      27552                                                                   |
1800.04/1800.40	c |  Number of soft clauses:         26                                                                   |
1800.04/1800.40	c |  Number of cardinality:         304                                                                   |
1800.04/1800.40	c |  Number of PB :                1764                                                                   |
1800.04/1800.40	c |  Parse time:                   0.13 s                                                                 |
1800.04/1800.40	c |                                                                                                       |
1800.04/1800.40	c ==========================================[ Solver Settings ]============================================
1800.04/1800.40	c |                                                                                                       |
1800.04/1800.40	c |  Algorithm:                LinearSU                                                                   |
1800.04/1800.40	c |  BMO strategy:                   On                                                                   |
1800.04/1800.40	c |  BMO search:                     No                                                                   |
1800.04/1800.40	c |  PB Encoding:                   GTE                                                                   |
1800.04/1800.40	c |                                                                                                       |
1800.04/1800.40	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-4117351-1467209241/watcher-4117351-1467209241 -o /tmp/evaluation-result-4117351-1467209241/solver-4117351-1467209241 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467209131-4318 --watchdog 1960 open-wbo-lsu HOME/instance-4117351-1467209241.opb 

pid=4392
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: 4.13 3.02 2.51 4/180 4395
/proc/meminfo: memFree=19189848/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/4395/stat : 4395 (runsolver) D 4392 4395 4301 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 1892901 24911872 151 33554432000 4194304 4338465 140734938908784 140734938906424 219513965751 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/4395/statm: 6082 151 105 36 0 2655 0

[startup+0.100208 s]
/proc/loadavg: 4.13 3.02 2.51 4/180 4395
/proc/meminfo: memFree=19189848/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=5616 CPUtime=0.05 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 1138 0 0 0 5 0 0 0 20 0 1 0 1892901 5750784 1013 33554432000 4194304 6058637 140735381764880 140734938905976 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 1404 1013 415 456 0 660 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5616

[startup+0.200302 s]
/proc/loadavg: 4.13 3.02 2.51 4/180 4395
/proc/meminfo: memFree=19189848/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=16616 CPUtime=0.15 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 3289 0 0 0 15 0 0 0 20 0 1 0 1892901 17014784 3312 33554432000 4194304 6058637 140735381764880 140734938905976 5042188 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 4154 3313 165 456 0 3690 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 16616

[startup+0.300327 s]
/proc/loadavg: 4.13 3.02 2.51 4/180 4395
/proc/meminfo: memFree=19189848/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=48044 CPUtime=0.25 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 8559 0 0 0 24 1 0 0 20 0 1 0 1892901 49197056 9854 33554432000 4194304 6058637 140735381764880 140734938905976 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 12011 9856 165 456 0 11547 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 48044

[startup+0.700282 s]
/proc/loadavg: 4.13 3.02 2.51 4/180 4395
/proc/meminfo: memFree=19189848/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=99296 CPUtime=0.65 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 18335 0 0 0 62 3 0 0 20 0 1 0 1892901 101679104 21926 33554432000 4194304 6058637 140735381764880 140735381763496 4277378 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 24824 21926 184 456 0 24360 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 99296

[startup+1.50028 s]
/proc/loadavg: 4.13 3.02 2.51 4/181 4396
/proc/meminfo: memFree=19101492/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=102724 CPUtime=1.45 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 19062 0 0 0 141 4 0 0 20 0 1 0 1892901 105189376 22653 33554432000 4194304 6058637 140735381764880 140735381763496 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 25681 22653 184 456 0 25217 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 102724

[startup+3.10025 s]
/proc/loadavg: 4.13 3.02 2.51 4/181 4396
/proc/meminfo: memFree=19099344/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=102856 CPUtime=3.05 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 19284 0 0 0 301 4 0 0 20 0 1 0 1892901 105324544 22875 33554432000 4194304 6058637 140735381764880 140735381763480 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 25714 22875 184 456 0 25250 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 102856

[startup+6.30025 s]
/proc/loadavg: 4.12 3.04 2.52 3/181 4396
/proc/meminfo: memFree=19097076/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=103780 CPUtime=6.25 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 19498 0 0 0 620 5 0 0 20 0 1 0 1892901 106270720 23600 33554432000 4194304 6058637 140735381764880 140735381763496 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 25945 23600 184 456 0 25481 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 103780

[startup+12.7002 s]
/proc/loadavg: 4.19 3.07 2.53 4/181 4396
/proc/meminfo: memFree=19092916/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=104572 CPUtime=12.65 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 19706 0 0 0 1259 6 0 0 20 0 1 0 1892901 107081728 23808 33554432000 4194304 6058637 140735381764880 140735381763496 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 26143 23808 184 456 0 25679 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 104572

[startup+25.5004 s]
/proc/loadavg: 4.15 3.11 2.56 4/181 4396
/proc/meminfo: memFree=19092200/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=106804 CPUtime=25.45 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 20112 0 0 0 2539 6 0 0 20 0 1 0 1892901 109367296 24725 33554432000 4194304 6058637 140735381764880 140735381763480 4277495 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 26701 24725 184 456 0 26237 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 106804

[startup+51.1004 s]
/proc/loadavg: 4.31 3.23 2.61 3/182 4397
/proc/meminfo: memFree=19089476/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=107068 CPUtime=51.04 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 20942 0 0 0 5097 7 0 0 20 0 1 0 1892901 109637632 24081 33554432000 4194304 6058637 140735381764880 140735381763496 4246519 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 26767 24081 185 456 0 26303 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 107068

[startup+102.3 s]
/proc/loadavg: 4.40 3.42 2.71 3/181 4397
/proc/meminfo: memFree=19086796/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=109616 CPUtime=102.24 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 22239 0 0 0 10215 9 0 0 20 0 1 0 1892901 112246784 25279 33554432000 4194304 6058637 140735381764880 140735381763496 4246524 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 27404 25279 185 456 0 26940 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 109616

[startup+162.3 s]
/proc/loadavg: 4.25 3.56 2.80 3/182 4401
/proc/meminfo: memFree=19085688/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=113124 CPUtime=162.22 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 24219 0 0 0 16206 16 0 0 20 0 1 0 1892901 115838976 26049 33554432000 4194304 6058637 140735381764880 140735381763480 4277589 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 28281 26049 185 456 0 27817 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 113124

[startup+222.307 s]
/proc/loadavg: 4.44 3.73 2.90 3/181 4403
/proc/meminfo: memFree=19075808/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=114780 CPUtime=222.22 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 26120 0 0 0 22202 20 0 0 20 0 1 0 1892901 117534720 26728 33554432000 4194304 6058637 140735381764880 140735381763944 4277687 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 28695 26728 185 456 0 28231 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 114780

[startup+282.3 s]
/proc/loadavg: 4.61 3.91 3.01 4/181 4404
/proc/meminfo: memFree=19105616/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=135736 CPUtime=282.21 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 28145 0 0 0 28194 27 0 0 20 0 1 0 1892901 138993664 28038 33554432000 4194304 6058637 140735381764880 140735381763912 4278268 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 33934 28038 185 456 0 33470 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 135736

[startup+342.3 s]
/proc/loadavg: 4.38 3.97 3.09 3/181 4405
/proc/meminfo: memFree=19115456/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=138384 CPUtime=342.2 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 29939 0 0 0 34181 39 0 0 20 0 1 0 1892901 141705216 28620 33554432000 4194304 6058637 140735381764880 140735381763912 4246099 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 34596 28620 185 456 0 34132 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 138384

[startup+402.3 s]
/proc/loadavg: 4.29 4.02 3.16 3/182 4406
/proc/meminfo: memFree=19110068/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=139864 CPUtime=402.19 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 31646 0 0 0 40173 46 0 0 20 0 1 0 1892901 143220736 28596 33554432000 4194304 6058637 140735381764880 140735381763912 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 34966 28596 185 456 0 34502 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 139864

[startup+462.3 s]
/proc/loadavg: 4.68 4.19 3.27 4/181 4406
/proc/meminfo: memFree=19126152/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=142304 CPUtime=462.18 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 35075 0 0 0 46158 60 0 0 20 0 1 0 1892901 145719296 30386 33554432000 4194304 6058637 140735381764880 140735381763912 4277497 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 35576 30386 185 456 0 35112 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 142304

[startup+522.3 s]
/proc/loadavg: 4.43 4.20 3.33 3/181 4407
/proc/meminfo: memFree=19128164/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=144016 CPUtime=522.17 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 38326 0 0 0 52145 72 0 0 20 0 1 0 1892901 147472384 31380 33554432000 4194304 6058637 140735381764880 140735381763912 4254138 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 36004 31380 185 456 0 35540 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 144016

[startup+582.3 s]
/proc/loadavg: 4.52 4.25 3.40 3/181 4408
/proc/meminfo: memFree=19119872/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=145108 CPUtime=582.16 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 41340 0 0 0 58132 84 0 0 20 0 1 0 1892901 148590592 31654 33554432000 4194304 6058637 140735381764880 140735381763496 4277643 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 36277 31654 185 456 0 35813 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 145108


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


[startup+882.307 s]
/proc/loadavg: 2.18 2.99 3.08 3/177 4417
/proc/meminfo: memFree=24825296/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=152312 CPUtime=882.09 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 52228 0 0 0 88109 100 0 0 20 0 1 0 1892901 155967488 34463 33554432000 4194304 6058637 140735381764880 140735381763496 4277589 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 38078 34463 185 456 0 37614 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 152312

[startup+942.3 s]
/proc/loadavg: 2.13 2.83 3.02 3/177 4418
/proc/meminfo: memFree=24830232/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=154040 CPUtime=942.07 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 53318 0 0 0 94105 102 0 0 20 0 1 0 1892901 157736960 33909 33554432000 4194304 6058637 140735381764880 140735381763496 4277378 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 38510 33909 185 456 0 38046 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 154040

[startup+1002.3 s]
/proc/loadavg: 2.08 2.69 2.96 3/177 4419
/proc/meminfo: memFree=24825808/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=155348 CPUtime=1002.07 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 54086 0 0 0 100103 104 0 0 20 0 1 0 1892901 159076352 35776 33554432000 4194304 6058637 140735381764880 140735381763496 4277663 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 38837 35776 185 456 0 38373 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 155348

[startup+1062.3 s]
/proc/loadavg: 2.03 2.56 2.89 3/177 4420
/proc/meminfo: memFree=24825348/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=156772 CPUtime=1062.05 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 55052 0 0 0 106099 106 0 0 20 0 1 0 1892901 160534528 34045 33554432000 4194304 6058637 140735381764880 140735381763944 4277589 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 39193 34045 185 456 0 38729 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 156772

[startup+1122.3 s]
/proc/loadavg: 2.09 2.48 2.85 3/177 4421
/proc/meminfo: memFree=24823136/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=158580 CPUtime=1122.05 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 55797 0 0 0 112096 109 0 0 20 0 1 0 1892901 162385920 35387 33554432000 4194304 6058637 140735381764880 140735381763944 4277663 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 39645 35387 185 456 0 39181 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 158580

[startup+1182.3 s]
/proc/loadavg: 2.25 2.45 2.81 3/177 4422
/proc/meminfo: memFree=24814900/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=158864 CPUtime=1182.04 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 56479 0 0 0 118093 111 0 0 20 0 1 0 1892901 162676736 36648 33554432000 4194304 6058637 140735381764880 140735381763496 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 39716 36648 185 456 0 39252 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 158864

[startup+1242.3 s]
/proc/loadavg: 2.09 2.37 2.76 3/177 4424
/proc/meminfo: memFree=24806036/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=160588 CPUtime=1242.03 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 57439 0 0 0 124091 112 0 0 20 0 1 0 1892901 164442112 36921 33554432000 4194304 6058637 140735381764880 140735381763944 4277672 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 40147 36921 185 456 0 39683 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 160588

[startup+1302.3 s]
/proc/loadavg: 2.21 2.35 2.72 3/177 4425
/proc/meminfo: memFree=24803008/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=161144 CPUtime=1302.02 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 58765 0 0 0 130089 113 0 0 20 0 1 0 1892901 165011456 37715 33554432000 4194304 6058637 140735381764880 140735381763496 4277663 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 40286 37715 185 456 0 39822 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 161144

[startup+1362.3 s]
/proc/loadavg: 2.26 2.34 2.70 3/178 4429
/proc/meminfo: memFree=24800992/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=161844 CPUtime=1362.01 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 60392 0 0 0 136085 116 0 0 20 0 1 0 1892901 165728256 37892 33554432000 4194304 6058637 140735381764880 140735381763496 4277663 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 40461 37892 185 456 0 39997 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 161844

[startup+1422.3 s]
/proc/loadavg: 2.24 2.32 2.67 3/177 4430
/proc/meminfo: memFree=24801856/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=162704 CPUtime=1422.01 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 62197 0 0 0 142081 120 0 0 20 0 1 0 1892901 166608896 38121 33554432000 4194304 6058637 140735381764880 140735381763496 4277643 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 40676 38121 185 456 0 40212 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 162704

[startup+1482.3 s]
/proc/loadavg: 2.12 2.27 2.63 3/177 4431
/proc/meminfo: memFree=24806548/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=163672 CPUtime=1481.99 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 64004 0 0 0 148076 123 0 0 20 0 1 0 1892901 167600128 37322 33554432000 4194304 6058637 140735381764880 140735381763496 4277682 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 40918 37322 185 456 0 40454 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 163672

[startup+1542.31 s]
/proc/loadavg: 2.12 2.24 2.59 3/177 4433
/proc/meminfo: memFree=24807388/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=165192 CPUtime=1541.99 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 65793 0 0 0 154073 126 0 0 20 0 1 0 1892901 169156608 37523 33554432000 4194304 6058637 140735381764880 140735381763944 4277640 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 41298 37523 185 456 0 40834 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 165192

[startup+1602.3 s]
/proc/loadavg: 2.08 2.21 2.56 3/177 4434
/proc/meminfo: memFree=24798624/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=166020 CPUtime=1601.98 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 67566 0 0 0 160068 130 0 0 20 0 1 0 1892901 170004480 36191 33554432000 4194304 6058637 140735381764880 140735381763944 4277589 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 41505 36191 185 456 0 41041 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 166020

[startup+1662.3 s]
/proc/loadavg: 2.09 2.18 2.52 3/177 4435
/proc/meminfo: memFree=24789560/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=197388 CPUtime=1661.96 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 69105 0 0 0 166064 132 0 0 20 0 1 0 1892901 202125312 40087 33554432000 4194304 6058637 140735381764880 140735381763912 4254574 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 49347 40087 185 456 0 48883 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 197388

[startup+1722.3 s]
/proc/loadavg: 2.15 2.18 2.50 3/177 4482
/proc/meminfo: memFree=24941380/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=167304 CPUtime=1721.95 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 70289 0 0 0 172060 135 0 0 20 0 1 0 1892901 171319296 39708 33554432000 4194304 6058637 140735381764880 140735381763944 4277378 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 41826 39708 185 456 0 41362 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 167304

[startup+1782.3 s]
/proc/loadavg: 2.05 2.14 2.46 5/177 4483
/proc/meminfo: memFree=24935608/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=168176 CPUtime=1781.94 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 72055 0 0 0 178056 138 0 0 20 0 1 0 1892901 172212224 37865 33554432000 4194304 6058637 140735381764880 140735381763944 4277378 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 42044 37865 185 456 0 41580 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 168176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.13 2.46 4/177 4484
/proc/meminfo: memFree=24921080/32872528 swapFree=12440/1155036
[pid=4395] ppid=4392 vsize=168328 CPUtime=1800.04 cores=0,2,4,6
/proc/4395/stat : 4395 (open-wbo-lsu) R 4392 4395 4301 0 -1 4202496 72418 0 0 0 179866 138 0 0 20 0 1 0 1892901 172367872 40264 33554432000 4194304 6058637 140735381764880 140735381763944 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 2 0 0
/proc/4395/statm: 42082 40264 185 456 0 41618 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 168328

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

Child status: 40
Real time (s): 1800.4
CPU time (s): 1800.05
CPU user time (s): 1798.66
CPU system time (s): 1.38579
CPU usage (%): 99.9805
Max. virtual memory (cumulated for all children) (KiB): 248316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.38579
maximum resident set size= 203484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72420
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= 57
involuntary context switches= 1989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.50631 second user time and 7.07892 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-29 16:07:26
IDJOB=4117351
IDBENCH=111565
IDSOLVER=2545
FILE ID=node114/4117351-1467209241
RUNJOBID= node114-1467209131-4318
PBS_JOBID= 19997585
Free space on /tmp= 71664 MiB

SOLVER NAME= Open-WBO-LSU PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/EmployeeScheduling/normalized-aug4.5.opb
COMMAND LINE= open-wbo-lsu BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117351-1467209241/watcher-4117351-1467209241 -o /tmp/evaluation-result-4117351-1467209241/solver-4117351-1467209241 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467209131-4318 --watchdog 1960  open-wbo-lsu HOME/instance-4117351-1467209241.opb

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

MD5SUM BENCH= 4388f70cc0fac0165a49b338c248bcae
RANDOM SEED=1846488165

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.56
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.752
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:        19190640 kB
Buffers:           69052 kB
Cached:          5768716 kB
SwapCached:            0 kB
Active:          5902608 kB
Inactive:        5746188 kB
Active(anon):    5813596 kB
Inactive(anon):        0 kB
Active(file):      89012 kB
Inactive(file):  5746188 kB
Unevictable:     1155036 kB
Mlocked:           12440 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5900 kB
Writeback:       1513724 kB
AnonPages:       6966108 kB
Mapped:            26112 kB
Shmem:               204 kB
Slab:             735372 kB
SReclaimable:      67628 kB
SUnreclaim:       667744 kB
KernelStack:        1464 kB
PageTables:        18548 kB
NFS_Unstable:     767716 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    8270356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6733824 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= 71660 MiB
End job on node114 at 2016-06-29 16:37:35