Trace number 4086573

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.06 1800.4

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1078.99
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 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
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-4086573-1465259486.opb
0.00/0.00	c File size is 3384 bytes.
1800.05/1800.40	c Sum of soft weights:            1
1800.05/1800.40	c |                                                                                                       |
1800.05/1800.40	c ========================================[ Problem Statistics ]===========================================
1800.05/1800.40	c |                                                                                                       |
1800.05/1800.40	c |  Problem Type:           Unweighted                                                                   |
1800.05/1800.40	c |  Number of variables:            41                                                                   |
1800.05/1800.40	c |  Number of hard clauses:          1                                                                   |
1800.05/1800.40	c |  Number of soft clauses:          1                                                                   |
1800.05/1800.40	c |  Number of cardinality:           0                                                                   |
1800.05/1800.40	c |  Number of PB :                  10                                                                   |
1800.05/1800.40	c |  Parse time:                   0.00 s                                                                 |
1800.05/1800.40	c |                                                                                                       |
1800.05/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-4086573-1465259486/watcher-4086573-1465259486 -o /tmp/evaluation-result-4086573-1465259486/solver-4086573-1465259486 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465239588-2439 --watchdog 1960 open-wbo HOME/instance-4086573-1465259486.opb 

pid=4763
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.13 2.04 3/176 4766
/proc/meminfo: memFree=30023876/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=6988 CPUtime=0 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 480 0 0 0 0 0 0 0 20 0 1 0 107880335 7155712 352 33554432000 4194304 6059633 140735125038368 140733372809256 4294931 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/4766/statm: 1747 354 162 456 0 1283 0

[startup+0.100124 s]
/proc/loadavg: 2.22 2.13 2.04 3/176 4766
/proc/meminfo: memFree=30023876/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=23716 CPUtime=0.09 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 4089 0 0 0 9 0 0 0 20 0 1 0 107880335 24285184 4982 33554432000 4194304 6059633 140735125038368 140733372809256 4295055 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/4766/statm: 5929 4982 162 456 0 5465 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23716

[startup+0.200321 s]
/proc/loadavg: 2.22 2.13 2.04 3/176 4766
/proc/meminfo: memFree=30023876/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=41176 CPUtime=0.18 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 7296 0 0 0 18 0 0 0 20 0 1 0 107880335 42164224 9679 33554432000 4194304 6059633 140735125038368 140733372809256 5043379 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/4766/statm: 10294 9680 162 456 0 9830 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 41176

[startup+0.300299 s]
/proc/loadavg: 2.22 2.13 2.04 3/176 4766
/proc/meminfo: memFree=30023876/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=63064 CPUtime=0.29 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 10349 0 0 0 28 1 0 0 20 0 1 0 107880335 64577536 14649 33554432000 4194304 6059633 140735125038368 140733372809256 5043379 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/4766/statm: 15766 14650 162 456 0 15302 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63064

[startup+0.700243 s]
/proc/loadavg: 2.22 2.13 2.04 3/176 4766
/proc/meminfo: memFree=30023876/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=153888 CPUtime=0.69 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 21133 0 0 0 65 4 0 0 20 0 1 0 107880335 157581312 34765 33554432000 4194304 6059633 140735125038368 140735125036424 4313248 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/4766/statm: 38472 34766 162 456 0 38008 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 153888

[startup+1.50027 s]
/proc/loadavg: 2.22 2.13 2.04 3/177 4767
/proc/meminfo: memFree=29807952/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=286508 CPUtime=1.48 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 39433 0 0 0 140 8 0 0 20 0 1 0 107880335 293384192 69755 33554432000 4194304 6059633 140735125038368 140735125036424 4277900 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/4766/statm: 71627 69758 167 456 0 71163 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 286508

[startup+3.10026 s]
/proc/loadavg: 2.22 2.13 2.04 3/177 4767
/proc/meminfo: memFree=29721380/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=311400 CPUtime=3.08 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 45681 0 0 0 299 9 0 0 20 0 1 0 107880335 318873600 76003 33554432000 4194304 6059633 140735125038368 140735125036744 4277900 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/4766/statm: 77850 76003 180 456 0 77386 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 311400

[startup+6.30025 s]
/proc/loadavg: 2.20 2.13 2.04 3/177 4813
/proc/meminfo: memFree=31063788/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=312196 CPUtime=6.29 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 45892 0 0 0 619 10 0 0 20 0 1 0 107880335 319688704 76214 33554432000 4194304 6059633 140735125038368 140735125036744 4277570 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/4766/statm: 78049 76214 181 456 0 77585 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 312196

[startup+12.7003 s]
/proc/loadavg: 2.18 2.13 2.04 3/177 4813
/proc/meminfo: memFree=30556044/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=313008 CPUtime=12.68 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 46231 0 0 0 1258 10 0 0 20 0 1 0 107880335 320520192 76546 33554432000 4194304 6059633 140735125038368 140735125036744 4277855 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/4766/statm: 78252 76546 181 456 0 77788 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 313008

[startup+25.5003 s]
/proc/loadavg: 2.14 2.12 2.03 3/177 4813
/proc/meminfo: memFree=30549656/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=394924 CPUtime=25.47 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 46683 0 0 0 2536 11 0 0 20 0 1 0 107880335 404402176 77486 33554432000 4194304 6059633 140735125038368 140735125036744 4278457 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/4766/statm: 98731 77486 181 456 0 98267 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 394924

[startup+51.1004 s]
/proc/loadavg: 2.09 2.11 2.03 3/177 4813
/proc/meminfo: memFree=30545784/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=395600 CPUtime=51.05 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 46868 0 0 0 5094 11 0 0 20 0 1 0 107880335 405094400 78167 33554432000 4194304 6059633 140735125038368 140735125036744 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 98900 78167 181 456 0 98436 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 395600

[startup+102.3 s]
/proc/loadavg: 2.09 2.11 2.03 3/177 4814
/proc/meminfo: memFree=30535804/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=397376 CPUtime=102.23 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 47327 0 0 0 10211 12 0 0 20 0 1 0 107880335 406913024 80127 33554432000 4194304 6059633 140735125038368 140735125036744 4277832 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 99344 80127 181 456 0 98880 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 397376

[startup+162.3 s]
/proc/loadavg: 2.07 2.10 2.03 3/177 4815
/proc/meminfo: memFree=30525280/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=399216 CPUtime=162.2 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 47813 0 0 0 16207 13 0 0 20 0 1 0 107880335 408797184 82119 33554432000 4194304 6059633 140735125038368 140735125036744 4278329 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 99804 82119 181 456 0 99340 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 399216

[startup+222.307 s]
/proc/loadavg: 2.06 2.09 2.03 3/177 4816
/proc/meminfo: memFree=30513644/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=400256 CPUtime=222.19 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 48070 0 0 0 22206 13 0 0 20 0 1 0 107880335 409862144 83899 33554432000 4194304 6059633 140735125038368 140735125036744 4277586 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 100064 83899 181 456 0 99600 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 400256

[startup+282.3 s]
/proc/loadavg: 2.09 2.10 2.04 3/177 4818
/proc/meminfo: memFree=30503536/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=401476 CPUtime=282.17 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 48374 0 0 0 28204 13 0 0 20 0 1 0 107880335 411111424 85736 33554432000 4194304 6059633 140735125038368 140735125036744 4246291 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 100369 85736 181 456 0 99905 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 401476

[startup+342.3 s]
/proc/loadavg: 2.06 2.09 2.04 3/177 4819
/proc/meminfo: memFree=30491436/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=402556 CPUtime=342.17 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 48648 0 0 0 34203 14 0 0 20 0 1 0 107880335 412217344 87543 33554432000 4194304 6059633 140735125038368 140735125036744 4277904 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 100639 87543 181 456 0 100175 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 402556

[startup+402.3 s]
/proc/loadavg: 2.06 2.09 2.03 3/177 4820
/proc/meminfo: memFree=30515308/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=403512 CPUtime=402.16 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 49038 0 0 0 40201 15 0 0 20 0 1 0 107880335 413196288 80286 33554432000 4194304 6059633 140735125038368 140735125036744 4277855 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 100878 80286 182 456 0 100414 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 403512

[startup+462.3 s]
/proc/loadavg: 2.12 2.10 2.04 3/177 4821
/proc/meminfo: memFree=30505604/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=404532 CPUtime=462.15 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 49253 0 0 0 46200 15 0 0 20 0 1 0 107880335 414240768 82034 33554432000 4194304 6059633 140735125038368 140735125036712 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 101133 82034 182 456 0 100669 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 404532

[startup+522.3 s]
/proc/loadavg: 2.08 2.09 2.04 3/178 4825
/proc/meminfo: memFree=30493884/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=405064 CPUtime=522.14 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 49398 0 0 0 52198 16 0 0 20 0 1 0 107880335 414785536 84223 33554432000 4194304 6059633 140735125038368 140735125036744 4277570 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 101266 84223 182 456 0 100802 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 405064

[startup+582.3 s]
/proc/loadavg: 2.03 2.07 2.03 3/177 4827
/proc/meminfo: memFree=30485556/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=405464 CPUtime=582.13 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 49504 0 0 0 58197 16 0 0 20 0 1 0 107880335 415195136 85351 33554432000 4194304 6059633 140735125038368 140735125036744 4277832 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 101366 85351 182 456 0 100902 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 405464


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


[startup+882.307 s]
/proc/loadavg: 2.05 2.05 2.02 4/177 4832
/proc/meminfo: memFree=30472368/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=408660 CPUtime=882.1 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 50638 0 0 0 88190 20 0 0 20 0 1 0 107880335 418467840 83759 33554432000 4194304 6059633 140735125038368 140735125036744 4277916 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 102165 83759 182 456 0 101701 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 408660

[startup+942.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/177 4834
/proc/meminfo: memFree=30462324/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=410000 CPUtime=942.08 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 50927 0 0 0 94188 20 0 0 20 0 1 0 107880335 419840000 85581 33554432000 4194304 6059633 140735125038368 140735125037160 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 102500 85581 182 456 0 102036 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 410000

[startup+1002.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/177 4835
/proc/meminfo: memFree=30454004/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=410268 CPUtime=1002.07 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 50990 0 0 0 100187 20 0 0 20 0 1 0 107880335 420114432 87177 33554432000 4194304 6059633 140735125038368 140735125036744 4277874 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 102567 87177 182 456 0 102103 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 410268

[startup+1062.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/177 4836
/proc/meminfo: memFree=30442644/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=410536 CPUtime=1062.06 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 51063 0 0 0 106186 20 0 0 20 0 1 0 107880335 420388864 88783 33554432000 4194304 6059633 140735125038368 140735125036744 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 102634 88783 182 456 0 102170 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 410536

[startup+1122.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/178 4840
/proc/meminfo: memFree=30434760/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=410936 CPUtime=1122.04 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 51170 0 0 0 112184 20 0 0 20 0 1 0 107880335 420798464 89938 33554432000 4194304 6059633 140735125038368 140735125036744 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 102734 89938 182 456 0 102270 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 410936

[startup+1182.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/177 4841
/proc/meminfo: memFree=30461888/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=411632 CPUtime=1182.03 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 51874 0 0 0 118181 22 0 0 20 0 1 0 107880335 421511168 82109 33554432000 4194304 6059633 140735125038368 140735125037192 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 102908 82109 182 456 0 102444 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 411632

[startup+1242.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/177 4843
/proc/meminfo: memFree=30452324/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=412176 CPUtime=1242.03 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 52005 0 0 0 124180 23 0 0 20 0 1 0 107880335 422068224 84284 33554432000 4194304 6059633 140735125038368 140735125036744 4277855 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 103044 84284 182 456 0 102580 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 412176

[startup+1302.3 s]
/proc/loadavg: 2.12 2.07 2.02 3/177 4844
/proc/meminfo: memFree=30438536/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=412460 CPUtime=1302.02 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 52102 0 0 0 130179 23 0 0 20 0 1 0 107880335 422359040 86425 33554432000 4194304 6059633 140735125038368 140735125036744 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 103115 86425 182 456 0 102651 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 412460

[startup+1362.3 s]
/proc/loadavg: 2.28 2.12 2.03 3/177 4845
/proc/meminfo: memFree=30432088/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=412864 CPUtime=1362.01 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 52200 0 0 0 136178 23 0 0 20 0 1 0 107880335 422772736 87545 33554432000 4194304 6059633 140735125038368 140735125036744 4277847 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 103216 87545 182 456 0 102752 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 412864

[startup+1422.3 s]
/proc/loadavg: 2.18 2.11 2.03 3/177 4846
/proc/meminfo: memFree=30423024/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=413428 CPUtime=1422.01 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 52333 0 0 0 142177 24 0 0 20 0 1 0 107880335 423350272 88700 33554432000 4194304 6059633 140735125038368 140735125036744 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 103357 88700 182 456 0 102893 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 413428

[startup+1482.3 s]
/proc/loadavg: 2.11 2.10 2.03 3/177 4847
/proc/meminfo: memFree=30413960/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=413832 CPUtime=1481.99 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 52447 0 0 0 148175 24 0 0 20 0 1 0 107880335 423763968 90858 33554432000 4194304 6059633 140735125038368 140735125036744 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 103458 90858 182 456 0 102994 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 413832

[startup+1542.31 s]
/proc/loadavg: 2.04 2.08 2.03 3/177 4849
/proc/meminfo: memFree=30439392/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=414644 CPUtime=1541.99 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 52776 0 0 0 154173 26 0 0 20 0 1 0 107880335 424595456 83026 33554432000 4194304 6059633 140735125038368 140735125037192 4277549 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 103661 83026 182 456 0 103197 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 414644

[startup+1602.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/177 4850
/proc/meminfo: memFree=30431052/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=415524 CPUtime=1601.98 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 52998 0 0 0 160171 27 0 0 20 0 1 0 107880335 425496576 84781 33554432000 4194304 6059633 140735125038368 140735125036744 4277847 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 103881 84781 182 456 0 103417 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 415524

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/177 4851
/proc/meminfo: memFree=30493960/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=415788 CPUtime=1661.96 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 53087 0 0 0 166169 27 0 0 20 0 1 0 107880335 425766912 86914 33554432000 4194304 6059633 140735125038368 140735125036744 4277855 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 103947 86914 182 456 0 103483 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 415788

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/178 4855
/proc/meminfo: memFree=30482336/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=416464 CPUtime=1721.95 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 53228 0 0 0 172168 27 0 0 20 0 1 0 107880335 426459136 88588 33554432000 4194304 6059633 140735125038368 140735125036712 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 104116 88588 182 456 0 103652 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 416464

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/179 4878
/proc/meminfo: memFree=30468744/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=416760 CPUtime=1781.95 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 53331 0 0 0 178167 28 0 0 20 0 1 0 107880335 426762240 90735 33554432000 4194304 6059633 140735125038368 140735125036744 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 104190 90735 182 456 0 103726 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 416760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.06 2.01 3/179 4878
/proc/meminfo: memFree=30465988/32872528 swapFree=11252/530428
[pid=4766] ppid=4763 vsize=416912 CPUtime=1800.05 cores=0,2,4,6
/proc/4766/stat : 4766 (open-wbo) R 4763 4766 2423 0 -1 4202496 53375 0 0 0 179977 28 0 0 20 0 1 0 107880335 426917888 91290 33554432000 4194304 6059633 140735125038368 140735125036744 4278447 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/4766/statm: 104228 91290 182 456 0 103764 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 416912

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 4766 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.06
CPU user time (s): 1799.77
CPU system time (s): 0.284956
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 626260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.284956
maximum resident set size= 505752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53378
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= 110
involuntary context switches= 1993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.21636 second user time and 7.2429 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-07 02:31:26
IDJOB=4086573
IDBENCH=2913
IDSOLVER=2547
FILE ID=node141/4086573-1465259486
RUNJOBID= node141-1465239588-2439
PBS_JOBID= 19843243
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=918781501

node141.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.876
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.75
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.876
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.876
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.876
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.876
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.876
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.876
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.876
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:        30024760 kB
Buffers:           37432 kB
Cached:            81980 kB
SwapCached:         1760 kB
Active:          1538480 kB
Inactive:          77376 kB
Active(anon):    1496652 kB
Inactive(anon):     2404 kB
Active(file):      41828 kB
Inactive(file):    74972 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098128 kB
Dirty:              4672 kB
Writeback:             0 kB
AnonPages:       2247784 kB
Mapped:             7772 kB
Shmem:                 0 kB
Slab:             567612 kB
SReclaimable:      11568 kB
SUnreclaim:       556044 kB
KernelStack:        1472 kB
PageTables:         7732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2421848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2187264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node141 at 2016-06-07 03:01:26