Trace number 4083934

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Open-WBO-LSU PB16UNSAT 743.737 743.886

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.1931
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
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 constraints8
Minimum length of a constraint1
Maximum length of a constraint30
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 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c
0.00/0.00	c Open-WBO:	 a Modular MaxSAT Solver -- based on Glucose4.0 (core version)
0.00/0.00	c Version:	 Pseudo-Boolean Evaluation 2016 -- LSU
0.00/0.00	c Authors:	 Ruben Martins, Vasco Manquinho, Ines Lynce
0.00/0.00	c Contributors:	 Miguel Neves, Saurabh Joshi, Mikolas Janota
0.00/0.00	c Contact:	 open-wbo@sat.inesc-id.pt -- http://sat.inesc-id.pt/open-wbo/
0.00/0.00	c
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Instance file HOME/instance-4083934-1465346505.opb
0.00/0.00	c File size is 2096 bytes.
743.64/743.88	c Sum of soft weights:            1
743.64/743.88	c |                                                                                                       |
743.64/743.88	c ========================================[ Problem Statistics ]===========================================
743.64/743.88	c |                                                                                                       |
743.64/743.88	c |  Problem Type:           Unweighted                                                                   |
743.64/743.88	c |  Number of variables:            31                                                                   |
743.64/743.88	c |  Number of hard clauses:          1                                                                   |
743.64/743.88	c |  Number of soft clauses:          1                                                                   |
743.64/743.88	c |  Number of cardinality:           0                                                                   |
743.64/743.88	c |  Number of PB :                   8                                                                   |
743.64/743.88	c |  Parse time:                   0.00 s                                                                 |
743.64/743.88	c |                                                                                                       |
743.64/743.88	c ==========================================[ Solver Settings ]============================================
743.64/743.88	c |                                                                                                       |
743.64/743.88	c |  Algorithm:                LinearSU                                                                   |
743.64/743.88	c |  Cardinality Encoding:       Modulo Totalizer                                                         |
743.64/743.88	c |                                                                                                       |
743.64/743.88	s UNSATISFIABLE

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-4083934-1465346505/watcher-4083934-1465346505 -o /tmp/evaluation-result-4083934-1465346505/solver-4083934-1465346505 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465339263-4344 --watchdog 1960 open-wbo-lsu HOME/instance-4083934-1465346505.opb 

pid=5468
running on 4 cores: 1,3,5,7

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.08 2.04 2.17 3/178 5471
/proc/meminfo: memFree=30965212/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=7304 CPUtime=0 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 116582532 7479296 923 33554432000 4194304 6058637 140733614991632 140733614989384 5042435 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/5471/statm: 1826 923 161 456 0 1362 0

[startup+0.100125 s]
/proc/loadavg: 2.08 2.04 2.17 3/178 5471
/proc/meminfo: memFree=30965212/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=26096 CPUtime=0.09 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 3707 0 0 0 9 0 0 0 20 0 1 0 116582532 26722304 5619 33554432000 4194304 6058637 140733614991632 140733614989384 4294863 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/5471/statm: 6524 5619 161 456 0 6060 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26096

[startup+0.200337 s]
/proc/loadavg: 2.08 2.04 2.17 3/178 5471
/proc/meminfo: memFree=30965212/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=55664 CPUtime=0.18 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 7824 0 0 0 18 0 0 0 20 0 1 0 116582532 56999936 11081 33554432000 4194304 6058637 140733614991632 140733614989384 5130283 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/5471/statm: 13916 11081 161 456 0 13452 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 55664

[startup+0.300317 s]
/proc/loadavg: 2.08 2.04 2.17 3/178 5471
/proc/meminfo: memFree=30965212/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=85648 CPUtime=0.28 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 10847 0 0 0 27 1 0 0 20 0 1 0 116582532 87703552 16148 33554432000 4194304 6058637 140733614991632 140733614989384 4294739 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/5471/statm: 21412 16150 161 456 0 20948 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 85648

[startup+0.700262 s]
/proc/loadavg: 2.08 2.04 2.17 3/178 5471
/proc/meminfo: memFree=30965212/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=112692 CPUtime=0.69 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 17371 0 0 0 66 3 0 0 20 0 1 0 116582532 115396608 26760 33554432000 4194304 6058637 140733614991632 140733614989896 5042435 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/5471/statm: 28173 26760 178 456 0 27709 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112692

[startup+1.50028 s]
/proc/loadavg: 2.08 2.04 2.17 3/179 5472
/proc/meminfo: memFree=30858232/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=113884 CPUtime=1.49 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 17685 0 0 0 146 3 0 0 20 0 1 0 116582532 116617216 27074 33554432000 4194304 6058637 140733614991632 140733614990248 4277708 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/5471/statm: 28471 27074 178 456 0 28007 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 113884

[startup+3.10027 s]
/proc/loadavg: 2.08 2.04 2.17 3/179 5472
/proc/meminfo: memFree=30854936/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=114016 CPUtime=3.09 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 17722 0 0 0 306 3 0 0 20 0 1 0 116582532 116752384 27111 33554432000 4194304 6058637 140733614991632 140733614990248 4277708 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/5471/statm: 28504 27111 179 456 0 28040 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114016

[startup+6.30027 s]
/proc/loadavg: 2.08 2.04 2.17 3/179 5472
/proc/meminfo: memFree=30852536/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=114016 CPUtime=6.28 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 17729 0 0 0 625 3 0 0 20 0 1 0 116582532 116752384 27118 33554432000 4194304 6058637 140733614991632 140733614990248 4246190 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 28504 27118 179 456 0 28040 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 114016

[startup+12.7003 s]
/proc/loadavg: 2.07 2.04 2.16 3/179 5472
/proc/meminfo: memFree=30843912/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=114184 CPUtime=12.68 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 17754 0 0 0 1265 3 0 0 20 0 1 0 116582532 116924416 27654 33554432000 4194304 6058637 140733614991632 140733614990360 4277682 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 28546 27654 179 456 0 28082 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 114184

[startup+25.5004 s]
/proc/loadavg: 2.05 2.04 2.16 3/179 5472
/proc/meminfo: memFree=30835488/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=114524 CPUtime=25.48 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 17859 0 0 0 2545 3 0 0 20 0 1 0 116582532 117272576 27759 33554432000 4194304 6058637 140733614991632 140733614990360 4277357 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 28631 27759 179 456 0 28167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 114524

[startup+51.1004 s]
/proc/loadavg: 2.03 2.03 2.16 3/179 5472
/proc/meminfo: memFree=30853500/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=145772 CPUtime=51.08 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 18557 0 0 0 5104 4 0 0 20 0 1 0 116582532 149270528 28938 33554432000 4194304 6058637 140733614991632 140733614990248 4277589 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 36443 28938 179 456 0 35979 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 145772

[startup+102.3 s]
/proc/loadavg: 2.01 2.03 2.15 3/179 5473
/proc/meminfo: memFree=30845940/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=146748 CPUtime=102.26 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 18799 0 0 0 10222 4 0 0 20 0 1 0 116582532 150269952 30696 33554432000 4194304 6058637 140733614991632 140733614990248 4277708 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 36687 30696 179 456 0 36223 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 146748

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.14 3/179 5474
/proc/meminfo: memFree=30845696/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=147808 CPUtime=162.24 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 19153 0 0 0 16219 5 0 0 20 0 1 0 116582532 151355392 29788 33554432000 4194304 6058637 140733614991632 140733614990248 4277378 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 36952 29788 180 456 0 36488 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 147808

[startup+222.307 s]
/proc/loadavg: 2.01 2.02 2.13 3/179 5475
/proc/meminfo: memFree=30828252/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=148700 CPUtime=222.24 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 19384 0 0 0 22218 6 0 0 20 0 1 0 116582532 152268800 31552 33554432000 4194304 6058637 140733614991632 140733614990248 4277687 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 37175 31552 180 456 0 36711 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 148700

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.12 3/179 5522
/proc/meminfo: memFree=30329400/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=149176 CPUtime=282.22 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 20698 0 0 0 28214 8 0 0 20 0 1 0 116582532 152756224 30081 33554432000 4194304 6058637 140733614991632 140733614990664 4277729 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 37294 30081 180 456 0 36830 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 149176

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/179 5524
/proc/meminfo: memFree=30311852/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=149900 CPUtime=342.2 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 20870 0 0 0 34212 8 0 0 20 0 1 0 116582532 153497600 32288 33554432000 4194304 6058637 140733614991632 140733614990296 4277672 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 37475 32288 180 456 0 37011 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 149900

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/179 5525
/proc/meminfo: memFree=30314860/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=150548 CPUtime=402.2 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 22190 0 0 0 40209 11 0 0 20 0 1 0 116582532 154161152 30405 33554432000 4194304 6058637 140733614991632 140733614990248 4277843 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 37637 30405 180 456 0 37173 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 150548

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 5526
/proc/meminfo: memFree=30300736/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=151124 CPUtime=462.18 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 22320 0 0 0 46207 11 0 0 20 0 1 0 116582532 154750976 32579 33554432000 4194304 6058637 140733614991632 140733614990248 4277832 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 37781 32579 180 456 0 37317 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 151124

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 2.09 3/180 5530
/proc/meminfo: memFree=30303256/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=151840 CPUtime=522.18 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 23647 0 0 0 52205 13 0 0 20 0 1 0 116582532 155484160 31227 33554432000 4194304 6058637 140733614991632 140733614990296 4277708 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 37960 31227 180 456 0 37496 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 151840

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.08 3/179 5531
/proc/meminfo: memFree=30287360/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=152332 CPUtime=582.17 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 23764 0 0 0 58204 13 0 0 20 0 1 0 116582532 155987968 32877 33554432000 4194304 6058637 140733614991632 140733614990456 4278181 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 38083 32877 180 456 0 37619 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 152332

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 5533
/proc/meminfo: memFree=30295960/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=152712 CPUtime=642.16 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 24776 0 0 0 64201 15 0 0 20 0 1 0 116582532 156377088 30186 33554432000 4194304 6058637 140733614991632 140733614990664 4277708 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 38178 30186 180 456 0 37714 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 152712

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 5534
/proc/meminfo: memFree=30284172/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=153152 CPUtime=702.15 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 25100 0 0 0 70200 15 0 0 20 0 1 0 116582532 156827648 32031 33554432000 4194304 6058637 140733614991632 140733614990552 4278255 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 38288 32031 180 456 0 37824 0
Current children cumulated CPU time (s) 702.15
Current children cumulated vsize (KiB) 153152

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5471 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+716.8 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 5534
/proc/meminfo: memFree=30281876/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=153152 CPUtime=716.65 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 25106 0 0 0 71650 15 0 0 20 0 1 0 116582532 156827648 32548 33554432000 4194304 6058637 140733614991632 140733614990552 4277655 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 38288 32548 180 456 0 37824 0
Current children cumulated CPU time (s) 716.65
Current children cumulated vsize (KiB) 153152

[startup+729.6 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 5534
/proc/meminfo: memFree=30281192/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=153676 CPUtime=729.44 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 25169 0 0 0 72929 15 0 0 20 0 1 0 116582532 157364224 32611 33554432000 4194304 6058637 140733614991632 140733614990296 4277708 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 38419 32611 180 456 0 37955 0
Current children cumulated CPU time (s) 729.44
Current children cumulated vsize (KiB) 153676

[startup+736.007 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 5534
/proc/meminfo: memFree=30277096/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=153676 CPUtime=735.85 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 25175 0 0 0 73570 15 0 0 20 0 1 0 116582532 157364224 33128 33554432000 4194304 6058637 140733614991632 140733614990296 4277708 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 38419 33128 180 456 0 37955 0
Current children cumulated CPU time (s) 735.85
Current children cumulated vsize (KiB) 153676

[startup+739.2 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 5535
/proc/meminfo: memFree=30290996/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=122856 CPUtime=739.05 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 25741 0 0 0 73889 16 0 0 20 0 1 0 116582532 125804544 29477 33554432000 4194304 6058637 140733614991632 140733614990696 4277663 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 30714 29477 180 456 0 30250 0
Current children cumulated CPU time (s) 739.05
Current children cumulated vsize (KiB) 122856

[startup+742.4 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 5535
/proc/meminfo: memFree=30290744/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=122856 CPUtime=742.24 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 25741 0 0 0 74208 16 0 0 20 0 1 0 116582532 125804544 29477 33554432000 4194304 6058637 140733614991632 140733614990696 4277357 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 30714 29477 180 456 0 30250 0
Current children cumulated CPU time (s) 742.24
Current children cumulated vsize (KiB) 122856

[startup+743.2 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 5535
/proc/meminfo: memFree=30290744/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=122856 CPUtime=743.04 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 25741 0 0 0 74288 16 0 0 20 0 1 0 116582532 125804544 29477 33554432000 4194304 6058637 140733614991632 140733614990696 4277708 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 30714 29477 180 456 0 30250 0
Current children cumulated CPU time (s) 743.04
Current children cumulated vsize (KiB) 122856

[startup+743.6 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 5535
/proc/meminfo: memFree=30290620/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=122856 CPUtime=743.45 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 25741 0 0 0 74329 16 0 0 20 0 1 0 116582532 125804544 29477 33554432000 4194304 6058637 140733614991632 140733614990696 4278162 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 30714 29477 180 456 0 30250 0
Current children cumulated CPU time (s) 743.45
Current children cumulated vsize (KiB) 122856

[startup+743.8 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 5535
/proc/meminfo: memFree=30290620/32872528 swapFree=8144/8144
[pid=5471] ppid=5468 vsize=122856 CPUtime=743.64 cores=1,3,5,7
/proc/5471/stat : 5471 (open-wbo-lsu) R 5468 5471 4327 0 -1 4202496 25741 0 0 0 74348 16 0 0 20 0 1 0 116582532 125804544 29477 33554432000 4194304 6058637 140733614991632 140733614990696 4278190 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/5471/statm: 30714 29477 180 456 0 30250 0
Current children cumulated CPU time (s) 743.64
Current children cumulated vsize (KiB) 122856

Child status: 20
Real time (s): 743.886
CPU time (s): 743.737
CPU user time (s): 743.571
CPU system time (s): 0.165974
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 202996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 743.571
system time used= 0.165974
maximum resident set size= 184908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25744
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= 58
involuntary context switches= 772

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.01869 second user time and 2.72259 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-08 02:41:45
IDJOB=4083934
IDBENCH=2907
IDSOLVER=2545
FILE ID=node133/4083934-1465346505
RUNJOBID= node133-1465339263-4344
PBS_JOBID= 19853400
Free space on /tmp= 71744 MiB

SOLVER NAME= Open-WBO-LSU PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.opb
COMMAND LINE= open-wbo-lsu BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4083934-1465346505/watcher-4083934-1465346505 -o /tmp/evaluation-result-4083934-1465346505/solver-4083934-1465346505 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465339263-4344 --watchdog 1960  open-wbo-lsu HOME/instance-4083934-1465346505.opb

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=418245089

node133.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		: 2667.065
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	: 5334.13
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		: 2667.065
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	: 7358.89
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:        30965764 kB
Buffers:          139140 kB
Cached:           873208 kB
SwapCached:         2080 kB
Active:           227156 kB
Inactive:         913284 kB
Active(anon):     128980 kB
Inactive(anon):     1460 kB
Active(file):      98176 kB
Inactive(file):   911824 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098284 kB
Dirty:              4676 kB
Writeback:             0 kB
AnonPages:        155772 kB
Mapped:             7916 kB
Shmem:                 0 kB
Slab:             605588 kB
SReclaimable:      48796 kB
SUnreclaim:       556792 kB
KernelStack:        1440 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     281212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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 node133 at 2016-06-08 02:54:09