Trace number 4105566

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 PB16? (TO) 1800.08 1800.4

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_2.opb
MD5SUM4618b6422bdc12197131d1d37f567363
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3589
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
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-4105566-1466253939.opb
0.00/0.00	c File size is 3356 bytes.
1800.07/1800.40	c Sum of soft weights:            1
1800.07/1800.40	c |                                                                                                       |
1800.07/1800.40	c ========================================[ Problem Statistics ]===========================================
1800.07/1800.40	c |                                                                                                       |
1800.07/1800.40	c |  Problem Type:           Unweighted                                                                   |
1800.07/1800.40	c |  Number of variables:            41                                                                   |
1800.07/1800.40	c |  Number of hard clauses:          1                                                                   |
1800.07/1800.40	c |  Number of soft clauses:          1                                                                   |
1800.07/1800.40	c |  Number of cardinality:           0                                                                   |
1800.07/1800.40	c |  Number of PB :                  10                                                                   |
1800.07/1800.40	c |  Parse time:                   0.00 s                                                                 |
1800.07/1800.40	c |                                                                                                       |
1800.07/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-4105566-1466253939/watcher-4105566-1466253939 -o /tmp/evaluation-result-4105566-1466253939/solver-4105566-1466253939 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466240246-11963 --watchdog 1960 open-wbo HOME/instance-4105566-1466253939.opb 

pid=14299
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.22 2.25 2.20 3/176 14302
/proc/meminfo: memFree=29953908/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=7404 CPUtime=0 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 639 0 0 0 0 0 0 0 20 0 1 0 27442186 7581696 514 33554432000 4194304 6059633 140734722746880 140736952653768 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 1851 515 162 456 0 1387 0

[startup+0.100165 s]
/proc/loadavg: 2.22 2.25 2.20 3/176 14302
/proc/meminfo: memFree=29953908/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=24348 CPUtime=0.09 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 4145 0 0 0 9 0 0 0 20 0 1 0 27442186 24932352 5355 33554432000 4194304 6059633 140734722746880 140736952653768 5047405 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 6087 5356 162 456 0 5623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24348

[startup+0.200363 s]
/proc/loadavg: 2.22 2.25 2.20 3/176 14302
/proc/meminfo: memFree=29953908/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=55468 CPUtime=0.19 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 8299 0 0 0 18 1 0 0 20 0 1 0 27442186 56799232 10752 33554432000 4194304 6059633 140734722746880 140736952653768 4294824 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 13867 10754 162 456 0 13403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 55468

[startup+0.300354 s]
/proc/loadavg: 2.22 2.25 2.20 3/176 14302
/proc/meminfo: memFree=29953908/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=66248 CPUtime=0.29 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 11359 0 0 0 27 2 0 0 20 0 1 0 27442186 67837952 15784 33554432000 4194304 6059633 140734722746880 140736952653768 4294824 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 16562 15785 162 456 0 16098 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66248

[startup+0.700294 s]
/proc/loadavg: 2.22 2.25 2.20 3/176 14302
/proc/meminfo: memFree=29953908/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=156044 CPUtime=0.68 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 21793 0 0 0 65 3 0 0 20 0 1 0 27442186 159789056 35927 33554432000 4194304 6059633 140734722746880 140736952653768 5489404 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 39011 35927 162 456 0 38547 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 156044

[startup+1.5003 s]
/proc/loadavg: 2.22 2.25 2.20 3/177 14303
/proc/meminfo: memFree=29721164/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=374592 CPUtime=1.49 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 41872 0 0 0 141 8 0 0 20 0 1 0 27442186 383582208 73204 33554432000 4194304 6059633 140734722746880 140734722744664 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 93648 73204 167 456 0 93184 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 374592

[startup+3.10031 s]
/proc/loadavg: 2.22 2.25 2.20 3/177 14303
/proc/meminfo: memFree=29642336/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=392484 CPUtime=3.09 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 46373 0 0 0 300 9 0 0 20 0 1 0 27442186 401903616 77705 33554432000 4194304 6059633 140734722746880 140734722745256 4277900 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 98121 77705 180 456 0 97657 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 392484

[startup+6.30031 s]
/proc/loadavg: 2.20 2.24 2.20 3/177 14303
/proc/meminfo: memFree=29679152/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=396184 CPUtime=6.29 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 47303 0 0 0 619 10 0 0 20 0 1 0 27442186 405692416 78635 33554432000 4194304 6059633 140734722746880 140734722745256 4277832 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 99046 78635 181 456 0 98582 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 396184

[startup+12.7003 s]
/proc/loadavg: 2.19 2.24 2.20 3/177 14303
/proc/meminfo: memFree=29672180/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=400432 CPUtime=12.69 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 48355 0 0 0 1259 10 0 0 20 0 1 0 27442186 410042368 80198 33554432000 4194304 6059633 140734722746880 140734722745256 4277864 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 100108 80198 181 456 0 99644 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 400432

[startup+25.5004 s]
/proc/loadavg: 2.30 2.26 2.21 4/177 14304
/proc/meminfo: memFree=29634584/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=404552 CPUtime=25.49 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 49374 0 0 0 2539 10 0 0 20 0 1 0 27442186 414261248 81217 33554432000 4194304 6059633 140734722746880 140734722745256 4277900 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 101138 81217 181 456 0 100674 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 404552

[startup+51.1004 s]
/proc/loadavg: 2.26 2.25 2.21 4/177 14304
/proc/meminfo: memFree=29666172/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=404552 CPUtime=51.08 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 49396 0 0 0 5098 10 0 0 20 0 1 0 27442186 414261248 81750 33554432000 4194304 6059633 140734722746880 140734722745256 4277882 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 101138 81750 181 456 0 100674 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 404552

[startup+102.3 s]
/proc/loadavg: 2.24 2.24 2.20 4/177 14305
/proc/meminfo: memFree=29661332/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=405496 CPUtime=102.28 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 49621 0 0 0 10218 10 0 0 20 0 1 0 27442186 415227904 82997 33554432000 4194304 6059633 140734722746880 140734722745256 4277900 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 101374 82997 181 456 0 100910 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 405496

[startup+162.3 s]
/proc/loadavg: 2.28 2.24 2.20 3/177 14306
/proc/meminfo: memFree=29656240/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=406380 CPUtime=162.26 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 49828 0 0 0 16216 10 0 0 20 0 1 0 27442186 416133120 84226 33554432000 4194304 6059633 140734722746880 140734722745256 4278457 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 101595 84226 181 456 0 101131 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 406380

[startup+222.307 s]
/proc/loadavg: 2.29 2.24 2.20 3/177 14307
/proc/meminfo: memFree=29617408/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=407052 CPUtime=222.26 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 50017 0 0 0 22216 10 0 0 20 0 1 0 27442186 416821248 85437 33554432000 4194304 6059633 140734722746880 140734722745256 4277570 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 101763 85437 181 456 0 101299 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 407052

[startup+282.3 s]
/proc/loadavg: 2.21 2.23 2.19 3/178 14311
/proc/meminfo: memFree=29612784/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=407648 CPUtime=282.25 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 50138 0 0 0 28214 11 0 0 20 0 1 0 27442186 417431552 86069 33554432000 4194304 6059633 140734722746880 140734722745256 4277855 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 101912 86069 181 456 0 101448 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 407648

[startup+342.3 s]
/proc/loadavg: 2.24 2.23 2.19 3/177 14313
/proc/meminfo: memFree=29603424/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=408688 CPUtime=342.24 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 50390 0 0 0 34213 11 0 0 20 0 1 0 27442186 418496512 87854 33554432000 4194304 6059633 140734722746880 140734722745256 4278447 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 102172 87854 181 456 0 101708 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 408688

[startup+402.3 s]
/proc/loadavg: 2.20 2.22 2.18 3/177 14314
/proc/meminfo: memFree=29598596/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=409368 CPUtime=402.23 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 50554 0 0 0 40212 11 0 0 20 0 1 0 27442186 419192832 89040 33554432000 4194304 6059633 140734722746880 140734722745256 4277570 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 102342 89040 181 456 0 101878 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 409368

[startup+462.3 s]
/proc/loadavg: 2.34 2.25 2.19 4/177 14315
/proc/meminfo: memFree=29593648/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=409916 CPUtime=462.22 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 50701 0 0 0 46211 11 0 0 20 0 1 0 27442186 419753984 90720 33554432000 4194304 6059633 140734722746880 140734722745256 4246304 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 102479 90720 181 456 0 102015 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 409916

[startup+522.3 s]
/proc/loadavg: 2.21 2.23 2.19 3/177 14316
/proc/meminfo: memFree=29590984/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=410604 CPUtime=522.21 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 50876 0 0 0 52210 11 0 0 20 0 1 0 27442186 420458496 91917 33554432000 4194304 6059633 140734722746880 140734722745256 4278373 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 102651 91917 181 456 0 102187 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 410604

[startup+582.3 s]
/proc/loadavg: 2.37 2.26 2.20 4/177 14317
/proc/meminfo: memFree=29655540/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=411432 CPUtime=582.2 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 51366 0 0 0 58206 14 0 0 20 0 1 0 27442186 421306368 84070 33554432000 4194304 6059633 140734722746880 140734722745256 4277855 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 102858 84070 182 456 0 102394 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 411432


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


[startup+882.307 s]
/proc/loadavg: 2.23 2.23 2.18 4/178 14372
/proc/meminfo: memFree=27961408/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=414228 CPUtime=882.15 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 52103 0 0 0 88200 15 0 0 20 0 1 0 27442186 424169472 92969 33554432000 4194304 6059633 140734722746880 140734722745256 4277900 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 103557 92969 182 456 0 103093 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 414228

[startup+942.3 s]
/proc/loadavg: 2.20 2.22 2.18 3/178 14397
/proc/meminfo: memFree=27980356/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=414800 CPUtime=942.11 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 52412 0 0 0 94194 17 0 0 20 0 1 0 27442186 424755200 84751 33554432000 4194304 6059633 140734722746880 140734722745704 4277900 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 103700 84751 182 456 0 103236 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 414800

[startup+1002.3 s]
/proc/loadavg: 2.17 2.21 2.18 4/177 14398
/proc/meminfo: memFree=27965908/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=415496 CPUtime=1002.09 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 52600 0 0 0 100192 17 0 0 20 0 1 0 27442186 425467904 86490 33554432000 4194304 6059633 140734722746880 140734722745256 4278479 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 103874 86490 182 456 0 103410 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 415496

[startup+1062.3 s]
/proc/loadavg: 2.11 2.18 2.17 3/177 14399
/proc/meminfo: memFree=27954016/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=415628 CPUtime=1062.08 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 52658 0 0 0 106190 18 0 0 20 0 1 0 27442186 425603072 87570 33554432000 4194304 6059633 140734722746880 140734722745256 4277900 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 103907 87570 182 456 0 103443 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 415628

[startup+1122.3 s]
/proc/loadavg: 2.21 2.19 2.18 4/177 14400
/proc/meminfo: memFree=27939532/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=416268 CPUtime=1122.07 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 52772 0 0 0 112189 18 0 0 20 0 1 0 27442186 426258432 89217 33554432000 4194304 6059633 140734722746880 140734722745672 4278035 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 104067 89217 182 456 0 103603 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 416268

[startup+1182.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/177 14401
/proc/meminfo: memFree=27925616/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=417480 CPUtime=1182.06 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 53061 0 0 0 118188 18 0 0 20 0 1 0 27442186 427499520 91039 33554432000 4194304 6059633 140734722746880 140734722745256 4277900 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 104370 91039 182 456 0 103906 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 417480

[startup+1242.3 s]
/proc/loadavg: 2.17 2.18 2.17 3/176 14402
/proc/meminfo: memFree=27910872/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=417956 CPUtime=1242.05 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 53194 0 0 0 124187 18 0 0 20 0 1 0 27442186 427986944 92705 33554432000 4194304 6059633 140734722746880 140734722745256 4278035 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 104489 92705 182 456 0 104025 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 417956

[startup+1302.3 s]
/proc/loadavg: 2.30 2.21 2.18 3/177 14404
/proc/meminfo: memFree=27903744/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=418636 CPUtime=1302.04 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 53333 0 0 0 130186 18 0 0 20 0 1 0 27442186 428683264 93355 33554432000 4194304 6059633 140734722746880 140734722745256 4278389 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 104659 93355 182 456 0 104195 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 418636

[startup+1362.3 s]
/proc/loadavg: 2.27 2.21 2.18 3/177 14405
/proc/meminfo: memFree=27889784/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=418920 CPUtime=1362.03 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 53406 0 0 0 136185 18 0 0 20 0 1 0 27442186 428974080 94450 33554432000 4194304 6059633 140734722746880 140734722745256 4277900 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 104730 94450 182 456 0 104266 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 418920

[startup+1422.3 s]
/proc/loadavg: 2.22 2.21 2.18 4/177 14406
/proc/meminfo: memFree=27916856/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=419372 CPUtime=1422.03 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 53820 0 0 0 142183 20 0 0 20 0 1 0 27442186 429436928 86030 33554432000 4194304 6059633 140734722746880 140734722745704 4277855 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 104843 86030 182 456 0 104379 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 419372

[startup+1482.3 s]
/proc/loadavg: 2.39 2.26 2.20 3/178 14410
/proc/meminfo: memFree=27907960/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=419652 CPUtime=1482.02 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 53895 0 0 0 148182 20 0 0 20 0 1 0 27442186 429723648 87127 33554432000 4194304 6059633 140734722746880 140734722745256 4277832 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 104913 87127 182 456 0 104449 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 419652

[startup+1542.31 s]
/proc/loadavg: 2.36 2.27 2.20 4/177 14411
/proc/meminfo: memFree=27897816/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=420376 CPUtime=1542.01 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 54068 0 0 0 154181 20 0 0 20 0 1 0 27442186 430465024 89344 33554432000 4194304 6059633 140734722746880 140734722745256 4278382 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 105094 89344 182 456 0 104630 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 420376

[startup+1602.3 s]
/proc/loadavg: 2.31 2.27 2.20 3/177 14413
/proc/meminfo: memFree=27886312/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=421360 CPUtime=1602 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 54326 0 0 0 160179 21 0 0 20 0 1 0 27442186 431472640 91646 33554432000 4194304 6059633 140734722746880 140734722745256 4277855 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 105340 91646 182 456 0 104876 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 421360

[startup+1662.3 s]
/proc/loadavg: 2.23 2.25 2.19 3/177 14414
/proc/meminfo: memFree=27879708/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=421492 CPUtime=1661.99 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 54372 0 0 0 166178 21 0 0 20 0 1 0 27442186 431607808 92714 33554432000 4194304 6059633 140734722746880 140734722745256 4277586 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 105373 92714 182 456 0 104909 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 421492

[startup+1722.3 s]
/proc/loadavg: 2.32 2.26 2.20 3/176 14415
/proc/meminfo: memFree=27873672/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=421952 CPUtime=1721.98 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 54478 0 0 0 172177 21 0 0 20 0 1 0 27442186 432078848 93842 33554432000 4194304 6059633 140734722746880 140734722745256 4277864 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 105488 93842 182 456 0 105024 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 421952

[startup+1782.3 s]
/proc/loadavg: 2.16 2.23 2.19 4/177 14417
/proc/meminfo: memFree=27863904/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=422084 CPUtime=1781.97 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 54536 0 0 0 178176 21 0 0 20 0 1 0 27442186 432214016 95433 33554432000 4194304 6059633 140734722746880 140734722745256 4277847 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 105521 95433 182 456 0 105057 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 422084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.25 2.24 2.19 3/177 14417
/proc/meminfo: memFree=27861964/32872528 swapFree=1590032/1720848
[pid=14302] ppid=14299 vsize=422216 CPUtime=1800.07 cores=0,2,4,6
/proc/14302/stat : 14302 (open-wbo) R 14299 14302 11947 0 -1 4202496 54554 0 0 0 179986 21 0 0 20 0 1 0 27442186 432349184 95962 33554432000 4194304 6059633 140734722746880 140734722745256 4277570 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/14302/statm: 105554 95962 182 456 0 105090 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 422216

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 14302 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.08
CPU user time (s): 1799.86
CPU system time (s): 0.217966
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 630988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.217966
maximum resident set size= 522488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54557
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= 78
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.64929 second user time and 6.81096 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 14:45:39
IDJOB=4105566
IDBENCH=2903
IDSOLVER=2547
FILE ID=node120/4105566-1466253939
RUNJOBID= node120-1466240246-11963
PBS_JOBID= 19918172
Free space on /tmp= 71724 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_2.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105566-1466253939/watcher-4105566-1466253939 -o /tmp/evaluation-result-4105566-1466253939/solver-4105566-1466253939 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466240246-11963 --watchdog 1960  open-wbo HOME/instance-4105566-1466253939.opb

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

MD5SUM BENCH= 4618b6422bdc12197131d1d37f567363
RANDOM SEED=2064672987

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29954304 kB
Buffers:          118372 kB
Cached:           195716 kB
SwapCached:         1748 kB
Active:           195784 kB
Inactive:         236804 kB
Active(anon):     118112 kB
Inactive(anon):     2720 kB
Active(file):      77672 kB
Inactive(file):   234084 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099492 kB
Dirty:              4644 kB
Writeback:             0 kB
AnonPages:       1855124 kB
Mapped:             7904 kB
Shmem:                 0 kB
Slab:             615012 kB
SReclaimable:      58992 kB
SUnreclaim:       556020 kB
KernelStack:        1456 kB
PageTables:         7940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1974136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 71720 MiB
End job on node120 at 2016-06-18 15:15:39