Trace number 4105606

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.12 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMd78f5121f87a7bad7fc74d5d3eacc32f
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 variables71
Total number of constraints17
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 constraints16
Minimum length of a constraint1
Maximum length of a constraint70
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 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
Number of bits of the biggest sum of numbers13
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-4105606-1466255422.opb
0.00/0.00	c File size is 9055 bytes.
1800.09/1800.50	c Sum of soft weights:            1
1800.09/1800.50	c |                                                                                                       |
1800.09/1800.50	c ========================================[ Problem Statistics ]===========================================
1800.09/1800.50	c |                                                                                                       |
1800.09/1800.50	c |  Problem Type:           Unweighted                                                                   |
1800.09/1800.50	c |  Number of variables:            71                                                                   |
1800.09/1800.50	c |  Number of hard clauses:          1                                                                   |
1800.09/1800.50	c |  Number of soft clauses:          1                                                                   |
1800.09/1800.50	c |  Number of cardinality:           0                                                                   |
1800.09/1800.50	c |  Number of PB :                  16                                                                   |
1800.09/1800.50	c |  Parse time:                   0.00 s                                                                 |
1800.09/1800.50	c |                                                                                                       |
1800.09/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4105606-1466255422/watcher-4105606-1466255422 -o /tmp/evaluation-result-4105606-1466255422/solver-4105606-1466255422 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466240166-29916 --watchdog 1960 open-wbo HOME/instance-4105606-1466255422.opb 

pid=1690
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.35 2.24 2.19 3/177 1694
/proc/meminfo: memFree=27070268/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=7136 CPUtime=0 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 568 0 0 0 0 0 0 0 20 0 1 0 27587421 7307264 425 33554432000 4194304 6059633 140733999266864 140736090122024 4294854 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 1784 425 163 456 0 1320 0

[startup+0.100211 s]
/proc/loadavg: 2.35 2.24 2.19 3/177 1694
/proc/meminfo: memFree=27070268/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=25040 CPUtime=0.09 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 4278 0 0 0 8 1 0 0 20 0 1 0 27587421 25640960 5468 33554432000 4194304 6059633 140733999266864 140736090122024 5047405 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 6260 5469 163 456 0 5796 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25040

[startup+0.200368 s]
/proc/loadavg: 2.35 2.24 2.19 3/177 1694
/proc/meminfo: memFree=27070268/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=53320 CPUtime=0.19 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 7643 0 0 0 17 2 0 0 20 0 1 0 27587421 54599680 10091 33554432000 4194304 6059633 140733999266864 140736090122024 4295055 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 13330 10092 163 456 0 12866 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 53320

[startup+0.300346 s]
/proc/loadavg: 2.35 2.24 2.19 3/177 1694
/proc/meminfo: memFree=27070268/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=64640 CPUtime=0.29 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 10983 0 0 0 27 2 0 0 20 0 1 0 27587421 66191360 15338 33554432000 4194304 6059633 140733999266864 140736090122024 4294854 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 16160 15340 163 456 0 15696 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64640

[startup+0.700244 s]
/proc/loadavg: 2.35 2.24 2.19 3/177 1694
/proc/meminfo: memFree=27070268/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=154808 CPUtime=0.69 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 20961 0 0 0 64 5 0 0 20 0 1 0 27587421 158523392 35379 33554432000 4194304 6059633 140733999266864 140733999264920 5043379 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 38702 35381 163 456 0 38238 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 154808

[startup+1.50024 s]
/proc/loadavg: 2.32 2.23 2.19 3/178 1695
/proc/meminfo: memFree=26847944/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=371536 CPUtime=1.49 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 40480 0 0 0 140 9 0 0 20 0 1 0 27587421 380452864 75677 33554432000 4194304 6059633 140733999266864 140733999264920 5043132 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 92882 75677 163 456 0 92418 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 371536

[startup+3.1003 s]
/proc/loadavg: 2.32 2.23 2.19 3/178 1695
/proc/meminfo: memFree=26625992/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=674116 CPUtime=3.09 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 75781 0 0 0 291 18 0 0 20 0 1 0 27587421 690294784 155291 33554432000 4194304 6059633 140733999266864 140733999264920 5047405 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 168529 155292 163 456 0 168065 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 674116

[startup+6.30029 s]
/proc/loadavg: 2.32 2.23 2.19 3/178 1695
/proc/meminfo: memFree=25971020/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=1580044 CPUtime=6.29 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 144229 0 0 0 594 35 0 0 20 0 1 0 27587421 1617965056 313165 33554432000 4194304 6059633 140733999266864 140733999264648 5047405 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 395011 313165 163 456 0 394547 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1580044

[startup+12.7003 s]
/proc/loadavg: 2.27 2.22 2.19 3/178 1695
/proc/meminfo: memFree=24943964/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2730700 CPUtime=12.69 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 273832 0 0 0 1208 61 0 0 20 0 1 0 27587421 2796236800 531806 33554432000 4194304 6059633 140733999266864 140733999265240 4278402 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 682675 531806 181 456 0 682211 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2730700

[startup+25.5004 s]
/proc/loadavg: 2.31 2.23 2.19 3/178 1695
/proc/meminfo: memFree=24890504/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2777348 CPUtime=25.49 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 285513 0 0 0 2486 63 0 0 20 0 1 0 27587421 2844004352 543487 33554432000 4194304 6059633 140733999266864 140733999265240 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 694337 543487 182 456 0 693873 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2777348

[startup+51.1004 s]
/proc/loadavg: 2.28 2.23 2.19 4/177 1695
/proc/meminfo: memFree=24880072/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2787632 CPUtime=51.08 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 288080 0 0 0 5045 63 0 0 20 0 1 0 27587421 2854535168 546054 33554432000 4194304 6059633 140733999266864 140733999265240 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 696908 546054 182 456 0 696444 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2787632

[startup+102.3 s]
/proc/loadavg: 2.22 2.22 2.18 4/177 1697
/proc/meminfo: memFree=24871848/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2790856 CPUtime=102.28 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 288893 0 0 0 10164 64 0 0 20 0 1 0 27587421 2857836544 547378 33554432000 4194304 6059633 140733999266864 140733999265240 4278354 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 697714 547378 182 456 0 697250 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2790856

[startup+162.3 s]
/proc/loadavg: 2.18 2.21 2.18 3/177 1698
/proc/meminfo: memFree=24869332/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2792056 CPUtime=162.27 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 289199 0 0 0 16163 64 0 0 20 0 1 0 27587421 2859065344 547684 33554432000 4194304 6059633 140733999266864 140733999265240 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 698014 547684 182 456 0 697550 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2792056

[startup+222.307 s]
/proc/loadavg: 2.25 2.21 2.18 4/174 1739
/proc/meminfo: memFree=28050656/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2792880 CPUtime=222.26 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 289397 0 0 0 22162 64 0 0 20 0 1 0 27587421 2859909120 548393 33554432000 4194304 6059633 140733999266864 140733999265240 4278329 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 698220 548393 182 456 0 697756 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2792880

[startup+282.3 s]
/proc/loadavg: 2.31 2.23 2.19 4/177 1745
/proc/meminfo: memFree=27775304/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2794212 CPUtime=282.24 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 289736 0 0 0 28160 64 0 0 20 0 1 0 27587421 2861273088 548905 33554432000 4194304 6059633 140733999266864 140733999265240 4277855 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 698553 548905 182 456 0 698089 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2794212

[startup+342.3 s]
/proc/loadavg: 2.23 2.23 2.19 3/176 1746
/proc/meminfo: memFree=27765188/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2794536 CPUtime=342.22 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 289855 0 0 0 34158 64 0 0 20 0 1 0 27587421 2861604864 549831 33554432000 4194304 6059633 140733999266864 140733999265240 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 698634 549831 182 456 0 698170 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 2794536

[startup+402.3 s]
/proc/loadavg: 2.29 2.25 2.19 4/177 1749
/proc/meminfo: memFree=27749452/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2794928 CPUtime=402.19 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 289973 0 0 0 40155 64 0 0 20 0 1 0 27587421 2862006272 550953 33554432000 4194304 6059633 140733999266864 140733999265240 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 698732 550953 182 456 0 698268 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 2794928

[startup+462.3 s]
/proc/loadavg: 2.17 2.21 2.18 4/177 1750
/proc/meminfo: memFree=27742352/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2795460 CPUtime=462.18 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 290107 0 0 0 46154 64 0 0 20 0 1 0 27587421 2862551040 551074 33554432000 4194304 6059633 140733999266864 140733999265240 4277855 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 698865 551074 182 456 0 698401 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 2795460

[startup+522.3 s]
/proc/loadavg: 2.14 2.20 2.18 3/177 1751
/proc/meminfo: memFree=27759988/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2796468 CPUtime=522.17 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 290385 0 0 0 52152 65 0 0 20 0 1 0 27587421 2863583232 552357 33554432000 4194304 6059633 140733999266864 140733999265240 4278035 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 699117 552357 182 456 0 698653 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 2796468

[startup+582.3 s]
/proc/loadavg: 2.26 2.22 2.18 4/178 1755
/proc/meminfo: memFree=27745732/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2797100 CPUtime=582.15 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 290563 0 0 0 58150 65 0 0 20 0 1 0 27587421 2864230400 553628 33554432000 4194304 6059633 140733999266864 140733999265240 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 699275 553628 182 456 0 698811 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 2797100


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


[startup+942.3 s]
/proc/loadavg: 2.22 2.19 2.18 4/177 1762
/proc/meminfo: memFree=27719484/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2798608 CPUtime=942.04 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 290998 0 0 0 94139 65 0 0 20 0 1 0 27587421 2865774592 556175 33554432000 4194304 6059633 140733999266864 140733999265240 4277570 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 699652 556175 182 456 0 699188 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 2798608

[startup+1002.3 s]
/proc/loadavg: 2.21 2.20 2.18 4/177 1764
/proc/meminfo: memFree=27710512/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2798740 CPUtime=1002.02 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291043 0 0 0 100137 65 0 0 20 0 1 0 27587421 2865909760 556212 33554432000 4194304 6059633 140733999266864 140733999265240 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 699685 556212 182 456 0 699221 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 2798740

[startup+1062.3 s]
/proc/loadavg: 2.19 2.19 2.18 3/177 1765
/proc/meminfo: memFree=27732736/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2799140 CPUtime=1062.01 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291139 0 0 0 106136 65 0 0 20 0 1 0 27587421 2866319360 556815 33554432000 4194304 6059633 140733999266864 140733999265240 4278035 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 699785 556815 182 456 0 699321 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 2799140

[startup+1122.3 s]
/proc/loadavg: 2.25 2.20 2.18 4/177 1766
/proc/meminfo: memFree=27721656/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2799420 CPUtime=1122.01 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291219 0 0 0 112135 66 0 0 20 0 1 0 27587421 2866606080 557399 33554432000 4194304 6059633 140733999266864 140733999265240 4277855 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 699855 557399 182 456 0 699391 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 2799420

[startup+1182.3 s]
/proc/loadavg: 2.15 2.18 2.18 3/178 1771
/proc/meminfo: memFree=27714280/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2799820 CPUtime=1182 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291320 0 0 0 118134 66 0 0 20 0 1 0 27587421 2867015680 557494 33554432000 4194304 6059633 140733999266864 140733999265240 4277549 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 699955 557494 182 456 0 699491 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 2799820

[startup+1242.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/177 1772
/proc/meminfo: memFree=27703276/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2800356 CPUtime=1241.99 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291470 0 0 0 124133 66 0 0 20 0 1 0 27587421 2867564544 558153 33554432000 4194304 6059633 140733999266864 140733999265240 4277832 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700089 558153 182 456 0 699625 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 2800356

[startup+1302.3 s]
/proc/loadavg: 2.27 2.21 2.19 4/177 1774
/proc/meminfo: memFree=27719436/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2800648 CPUtime=1301.98 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291539 0 0 0 130132 66 0 0 20 0 1 0 27587421 2867863552 558727 33554432000 4194304 6059633 140733999266864 140733999265240 4277855 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700162 558727 182 456 0 699698 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 2800648

[startup+1362.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/177 1776
/proc/meminfo: memFree=27709336/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2800648 CPUtime=1361.97 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291563 0 0 0 136131 66 0 0 20 0 1 0 27587421 2867863552 559258 33554432000 4194304 6059633 140733999266864 140733999265240 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700162 559258 182 456 0 699698 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 2800648

[startup+1422.3 s]
/proc/loadavg: 2.16 2.19 2.18 4/177 1777
/proc/meminfo: memFree=27697296/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2800780 CPUtime=1421.96 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291604 0 0 0 142130 66 0 0 20 0 1 0 27587421 2867998720 559295 33554432000 4194304 6059633 140733999266864 140733999265240 4277570 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700195 559295 182 456 0 699731 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 2800780

[startup+1482.3 s]
/proc/loadavg: 2.28 2.21 2.18 4/177 1778
/proc/meminfo: memFree=27685764/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2800912 CPUtime=1481.94 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291640 0 0 0 148128 66 0 0 20 0 1 0 27587421 2868133888 559840 33554432000 4194304 6059633 140733999266864 140733999265240 4278369 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700228 559840 182 456 0 699764 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 2800912

[startup+1542.31 s]
/proc/loadavg: 2.20 2.20 2.18 4/177 1780
/proc/meminfo: memFree=27710484/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2801044 CPUtime=1541.94 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291663 0 0 0 154128 66 0 0 20 0 1 0 27587421 2868269056 560374 33554432000 4194304 6059633 140733999266864 140733999265240 4277855 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700261 560374 182 456 0 699797 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 2801044

[startup+1602.3 s]
/proc/loadavg: 2.23 2.21 2.18 4/176 1781
/proc/meminfo: memFree=27699308/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2801572 CPUtime=1601.92 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291793 0 0 0 160126 66 0 0 20 0 1 0 27587421 2868809728 560504 33554432000 4194304 6059633 140733999266864 140733999265240 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700393 560504 182 456 0 699929 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 2801572

[startup+1662.3 s]
/proc/loadavg: 2.20 2.20 2.18 4/177 1783
/proc/meminfo: memFree=27688796/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2801572 CPUtime=1661.91 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291813 0 0 0 166125 66 0 0 20 0 1 0 27587421 2868809728 561035 33554432000 4194304 6059633 140733999266864 140733999265240 4278369 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700393 561035 182 456 0 699929 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 2801572

[startup+1722.3 s]
/proc/loadavg: 2.13 2.17 2.17 4/177 1784
/proc/meminfo: memFree=27678008/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2801572 CPUtime=1721.91 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291825 0 0 0 172125 66 0 0 20 0 1 0 27587421 2868809728 561558 33554432000 4194304 6059633 140733999266864 140733999265240 4277549 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700393 561558 182 456 0 699929 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 2801572

[startup+1782.3 s]
/proc/loadavg: 2.24 2.20 2.18 4/178 1789
/proc/meminfo: memFree=27707600/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2801848 CPUtime=1781.9 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291873 0 0 0 178124 66 0 0 20 0 1 0 27587421 2869092352 562117 33554432000 4194304 6059633 140733999266864 140733999265240 4277832 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700462 562117 182 456 0 699998 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 2801848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.35 2.22 2.19 4/178 1790
/proc/meminfo: memFree=27706124/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2801848 CPUtime=1800.09 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291873 0 0 0 179943 66 0 0 20 0 1 0 27587421 2869092352 562117 33554432000 4194304 6059633 140733999266864 140733999265240 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700462 562117 182 456 0 699998 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2801848

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

[startup+1800.5 s]
/proc/loadavg: 2.35 2.22 2.19 4/178 1790
/proc/meminfo: memFree=27706124/32872528 swapFree=1400172/1569824
[pid=1694] ppid=1690 vsize=2801848 CPUtime=1800.09 cores=0,2,4,6
/proc/1694/stat : 1694 (open-wbo) R 1690 1694 29900 0 -1 4202496 291873 0 0 0 179943 66 0 0 20 0 1 0 27587421 2869092352 562117 33554432000 4194304 6059633 140733999266864 140733999265240 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/1694/statm: 700462 562117 182 456 0 699998 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2801848

Child status: 40
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1799.44
CPU system time (s): 0.676897
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 2801848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.676897
maximum resident set size= 2248480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291876
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= 244
involuntary context switches= 1829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6153 second user time and 6.84296 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 15:10:22
IDJOB=4105606
IDBENCH=2922
IDSOLVER=2547
FILE ID=node140/4105606-1466255422
RUNJOBID= node140-1466240166-29916
PBS_JOBID= 19918185
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= d78f5121f87a7bad7fc74d5d3eacc32f
RANDOM SEED=2096510631

node140.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.714
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.42
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.714
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.714
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.714
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.714
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.714
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.714
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.54
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.714
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:        27070796 kB
Buffers:          125208 kB
Cached:           186972 kB
SwapCached:         2476 kB
Active:          3252932 kB
Inactive:         233632 kB
Active(anon):    3174400 kB
Inactive(anon):     2472 kB
Active(file):      78532 kB
Inactive(file):   231160 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:              4764 kB
Writeback:             0 kB
AnonPages:       4745528 kB
Mapped:             8268 kB
Shmem:                 0 kB
Slab:             604780 kB
SReclaimable:      48732 kB
SUnreclaim:       556048 kB
KernelStack:        1456 kB
PageTables:        13456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5040712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3051520 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= 71732 MiB
End job on node140 at 2016-06-18 15:40:23