Trace number 4095845

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 NameAnswerCPU timeWall clock time
Open-WBO PB16UNSAT 795.226 795.357

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-fixedbandwidth-75.opb
MD5SUM4c8a81d4e99bbca85303365615d325e4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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-4095845-1466097303.opb
0.00/0.00	c File size is 5774 bytes.
795.17/795.35	c Sum of soft weights:            0
795.17/795.35	c |                                                                                                       |
795.17/795.35	c ========================================[ Problem Statistics ]===========================================
795.17/795.35	c |                                                                                                       |
795.17/795.35	c |  Problem Type:           Unweighted                                                                   |
795.17/795.35	c |  Number of variables:           301                                                                   |
795.17/795.35	c |  Number of hard clauses:          0                                                                   |
795.17/795.35	c |  Number of soft clauses:          0                                                                   |
795.17/795.35	c |  Number of cardinality:         300                                                                   |
795.17/795.35	c |  Number of PB :                   0                                                                   |
795.17/795.35	c |  Parse time:                   0.00 s                                                                 |
795.17/795.35	c |                                                                                                       |
795.17/795.35	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-4095845-1466097303/watcher-4095845-1466097303 -o /tmp/evaluation-result-4095845-1466097303/solver-4095845-1466097303 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466097094-29220 --watchdog 1960 open-wbo HOME/instance-4095845-1466097303.opb 

pid=29389
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.09 1.90 2.00 3/176 29392
/proc/meminfo: memFree=30634652/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=7476 CPUtime=0 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 574 0 0 0 0 0 0 0 20 0 1 0 11776909 7655424 444 33554432000 4194304 6059633 140736951424848 140735005302312 4277477 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 1869 444 165 456 0 1405 0

[startup+0.100162 s]
/proc/loadavg: 2.09 1.90 2.00 3/176 29392
/proc/meminfo: memFree=30634652/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=3492 CPUtime=0.09 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 715 0 0 0 9 0 0 0 20 0 1 0 11776909 3575808 523 33554432000 4194304 6059633 140736951424848 140735005302312 4280118 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 873 523 180 456 0 409 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3492

[startup+0.200279 s]
/proc/loadavg: 2.09 1.90 2.00 3/176 29392
/proc/meminfo: memFree=30634652/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=4144 CPUtime=0.19 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 854 0 0 0 19 0 0 0 20 0 1 0 11776909 4243456 654 33554432000 4194304 6059633 140736951424848 140735005302312 5043132 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 1036 654 180 456 0 572 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4144

[startup+0.300271 s]
/proc/loadavg: 2.09 1.90 2.00 3/176 29392
/proc/meminfo: memFree=30634652/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=4600 CPUtime=0.29 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 1135 0 0 0 29 0 0 0 20 0 1 0 11776909 4710400 763 33554432000 4194304 6059633 140736951424848 140735005302312 4280227 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 1150 763 180 456 0 686 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4600

[startup+0.700236 s]
/proc/loadavg: 2.09 1.90 2.00 3/176 29392
/proc/meminfo: memFree=30634652/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=5616 CPUtime=0.69 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 1459 0 0 0 69 0 0 0 20 0 1 0 11776909 5750784 1073 33554432000 4194304 6059633 140736951424848 140736951423336 4262327 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 1404 1073 180 456 0 940 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5616

[startup+1.50027 s]
/proc/loadavg: 2.09 1.90 2.00 3/177 29393
/proc/meminfo: memFree=30629080/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=10168 CPUtime=1.49 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 1990 0 0 0 149 0 0 0 20 0 1 0 11776909 10412032 1582 33554432000 4194304 6059633 140736951424848 140736951423336 4278373 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 2542 1582 180 456 0 2078 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10168

[startup+3.10024 s]
/proc/loadavg: 2.09 1.90 2.00 3/177 29393
/proc/meminfo: memFree=30626040/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=11980 CPUtime=3.09 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 3098 0 0 0 309 0 0 0 20 0 1 0 11776909 12267520 2620 33554432000 4194304 6059633 140736951424848 140736951423336 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 2995 2620 180 456 0 2531 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11980

[startup+6.3002 s]
/proc/loadavg: 2.08 1.90 2.00 3/177 29393
/proc/meminfo: memFree=30621760/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=17444 CPUtime=6.29 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 3989 0 0 0 628 1 0 0 20 0 1 0 11776909 17862656 3973 33554432000 4194304 6059633 140736951424848 140736951423336 4277925 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 4361 3973 180 456 0 3897 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17444

[startup+12.7003 s]
/proc/loadavg: 2.08 1.90 2.00 3/177 29393
/proc/meminfo: memFree=30615832/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=20164 CPUtime=12.69 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 4734 0 0 0 1268 1 0 0 20 0 1 0 11776909 20647936 4673 33554432000 4194304 6059633 140736951424848 140736951423368 4277570 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 5041 4673 180 456 0 4577 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20164

[startup+25.5003 s]
/proc/loadavg: 2.06 1.91 2.00 4/177 29393
/proc/meminfo: memFree=30608136/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=33460 CPUtime=25.48 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 6614 0 0 0 2547 1 0 0 20 0 1 0 11776909 34263040 6559 33554432000 4194304 6059633 140736951424848 140736951423336 4278352 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 8365 6559 180 456 0 7901 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33460

[startup+51.1004 s]
/proc/loadavg: 2.04 1.91 2.00 3/177 29393
/proc/meminfo: memFree=30602312/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=33460 CPUtime=51.08 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 6849 0 0 0 5107 1 0 0 20 0 1 0 11776909 34263040 7807 33554432000 4194304 6059633 140736951424848 140736951423336 4277910 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 8365 7807 180 456 0 7901 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33460

[startup+102.3 s]
/proc/loadavg: 2.09 1.94 2.00 3/177 29394
/proc/meminfo: memFree=30586384/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=47736 CPUtime=102.28 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 9012 0 0 0 10226 2 0 0 20 0 1 0 11776909 48881664 11175 33554432000 4194304 6059633 140736951424848 140736951423368 4277847 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 11934 11175 180 456 0 11470 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 47736

[startup+162.3 s]
/proc/loadavg: 2.15 1.98 2.01 4/177 29395
/proc/meminfo: memFree=30578604/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=48324 CPUtime=162.27 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 9753 0 0 0 16224 3 0 0 20 0 1 0 11776909 49483776 11714 33554432000 4194304 6059633 140736951424848 140736951423672 4277864 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 12081 11714 180 456 0 11617 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 48324

[startup+222.307 s]
/proc/loadavg: 2.38 2.07 2.04 3/177 29396
/proc/meminfo: memFree=30562312/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=72192 CPUtime=222.26 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 10025 0 0 0 22223 3 0 0 20 0 1 0 11776909 73924608 15563 33554432000 4194304 6059633 140736951424848 140736951423336 4254688 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 18048 15563 180 456 0 17584 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 72192

[startup+282.3 s]
/proc/loadavg: 2.41 2.13 2.06 3/177 29397
/proc/meminfo: memFree=30550812/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=72192 CPUtime=282.25 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 10030 0 0 0 28222 3 0 0 20 0 1 0 11776909 73924608 16079 33554432000 4194304 6059633 140736951424848 140736951423336 4277847 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 18048 16079 180 456 0 17584 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 72192

[startup+342.3 s]
/proc/loadavg: 2.26 2.14 2.06 4/178 29402
/proc/meminfo: memFree=30548992/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=72192 CPUtime=342.24 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 10031 0 0 0 34221 3 0 0 20 0 1 0 11776909 73924608 16591 33554432000 4194304 6059633 140736951424848 140736951423336 4278024 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 18048 16591 180 456 0 17584 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 72192

[startup+402.3 s]
/proc/loadavg: 2.25 2.14 2.07 3/177 29403
/proc/meminfo: memFree=30533204/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=83684 CPUtime=402.23 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 10905 0 0 0 40220 3 0 0 20 0 1 0 11776909 85692416 19976 33554432000 4194304 6059633 140736951424848 140736951423368 4277921 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 20921 19976 180 456 0 20457 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 83684

[startup+462.3 s]
/proc/loadavg: 2.09 2.11 2.06 3/177 29404
/proc/meminfo: memFree=30530760/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=83684 CPUtime=462.22 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 10906 0 0 0 46219 3 0 0 20 0 1 0 11776909 85692416 20488 33554432000 4194304 6059633 140736951424848 140736951423368 4277832 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 20921 20488 180 456 0 20457 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 83684

[startup+522.3 s]
/proc/loadavg: 2.14 2.12 2.07 4/177 29405
/proc/meminfo: memFree=30530484/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=83684 CPUtime=522.21 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 10906 0 0 0 52218 3 0 0 20 0 1 0 11776909 85692416 20488 33554432000 4194304 6059633 140736951424848 140736951423368 4278523 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 20921 20488 180 456 0 20457 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 83684

[startup+582.3 s]
/proc/loadavg: 2.15 2.13 2.07 3/177 29406
/proc/meminfo: memFree=30522416/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=90868 CPUtime=582.2 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 11569 0 0 0 58216 4 0 0 20 0 1 0 11776909 93048832 22358 33554432000 4194304 6059633 140736951424848 140736951423672 4278520 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 22717 22358 180 456 0 22253 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 90868

[startup+642.3 s]
/proc/loadavg: 2.25 2.15 2.08 3/177 29408
/proc/meminfo: memFree=30519556/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=90868 CPUtime=642.18 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 12199 0 0 0 64213 5 0 0 20 0 1 0 11776909 93048832 22364 33554432000 4194304 6059633 140736951424848 140736951423672 4278035 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 22717 22364 180 456 0 22253 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 90868

[startup+702.3 s]
/proc/loadavg: 2.31 2.18 2.10 4/177 29409
/proc/meminfo: memFree=30520444/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=90868 CPUtime=702.18 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 13129 0 0 0 70211 7 0 0 20 0 1 0 11776909 93048832 22364 33554432000 4194304 6059633 140736951424848 140736951423672 4278292 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 22717 22364 180 456 0 22253 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 90868

[startup+762.3 s]
/proc/loadavg: 2.33 2.20 2.10 3/177 29410
/proc/meminfo: memFree=30497248/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=102728 CPUtime=762.17 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 14175 0 0 0 76209 8 0 0 20 0 1 0 11776909 105193472 25329 33554432000 4194304 6059633 140736951424848 140736951423672 4277940 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 25682 25329 180 456 0 25218 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 102728

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

[startup+768 s]
/proc/loadavg: 2.30 2.20 2.10 3/177 29410
/proc/meminfo: memFree=30465784/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=152048 CPUtime=767.86 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 14485 0 0 0 76777 9 0 0 20 0 1 0 11776909 155697152 33304 33554432000 4194304 6059633 140736951424848 140736951423384 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 38012 33304 180 456 0 37548 0
Current children cumulated CPU time (s) 767.86
Current children cumulated vsize (KiB) 152048

[startup+780.8 s]
/proc/loadavg: 2.23 2.19 2.10 3/177 29410
/proc/meminfo: memFree=30497372/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=102728 CPUtime=780.66 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 14486 0 0 0 78057 9 0 0 20 0 1 0 11776909 105193472 25329 33554432000 4194304 6059633 140736951424848 140736951423672 4278443 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 25682 25329 180 456 0 25218 0
Current children cumulated CPU time (s) 780.66
Current children cumulated vsize (KiB) 102728

[startup+787.2 s]
/proc/loadavg: 2.21 2.19 2.10 4/177 29411
/proc/meminfo: memFree=30496752/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=102728 CPUtime=787.06 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 14486 0 0 0 78697 9 0 0 20 0 1 0 11776909 105193472 25329 33554432000 4194304 6059633 140736951424848 140736951423672 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 25682 25329 180 456 0 25218 0
Current children cumulated CPU time (s) 787.06
Current children cumulated vsize (KiB) 102728

[startup+790.4 s]
/proc/loadavg: 2.20 2.18 2.10 4/177 29411
/proc/meminfo: memFree=30496756/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=102728 CPUtime=790.26 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 14486 0 0 0 79017 9 0 0 20 0 1 0 11776909 105193472 25329 33554432000 4194304 6059633 140736951424848 140736951423672 4277864 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 25682 25329 180 456 0 25218 0
Current children cumulated CPU time (s) 790.26
Current children cumulated vsize (KiB) 102728

[startup+793.6 s]
/proc/loadavg: 2.20 2.18 2.10 4/177 29411
/proc/meminfo: memFree=30496756/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=102728 CPUtime=793.46 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 14486 0 0 0 79337 9 0 0 20 0 1 0 11776909 105193472 25329 33554432000 4194304 6059633 140736951424848 140736951423672 4278031 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 25682 25329 180 456 0 25218 0
Current children cumulated CPU time (s) 793.46
Current children cumulated vsize (KiB) 102728

[startup+794.4 s]
/proc/loadavg: 2.20 2.18 2.10 3/177 29411
/proc/meminfo: memFree=30496968/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=102728 CPUtime=794.26 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 14486 0 0 0 79417 9 0 0 20 0 1 0 11776909 105193472 25329 33554432000 4194304 6059633 140736951424848 140736951423672 4277864 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 25682 25329 180 456 0 25218 0
Current children cumulated CPU time (s) 794.26
Current children cumulated vsize (KiB) 102728

[startup+794.8 s]
/proc/loadavg: 2.20 2.18 2.10 3/177 29411
/proc/meminfo: memFree=30496968/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=102728 CPUtime=794.66 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 14486 0 0 0 79457 9 0 0 20 0 1 0 11776909 105193472 25329 33554432000 4194304 6059633 140736951424848 140736951423672 4278523 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 25682 25329 180 456 0 25218 0
Current children cumulated CPU time (s) 794.66
Current children cumulated vsize (KiB) 102728

[startup+795.2 s]
/proc/loadavg: 2.20 2.18 2.10 3/177 29411
/proc/meminfo: memFree=30496968/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=102728 CPUtime=795.06 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 14486 0 0 0 79497 9 0 0 20 0 1 0 11776909 105193472 25329 33554432000 4194304 6059633 140736951424848 140736951423672 4278429 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 25682 25329 180 456 0 25218 0
Current children cumulated CPU time (s) 795.06
Current children cumulated vsize (KiB) 102728

[startup+795.3 s]
/proc/loadavg: 2.18 2.18 2.10 3/177 29411
/proc/meminfo: memFree=30496968/32872528 swapFree=1190796/1305260
[pid=29392] ppid=29389 vsize=102728 CPUtime=795.17 cores=0,2,4,6
/proc/29392/stat : 29392 (open-wbo) R 29389 29392 29204 0 -1 4202496 14486 0 0 0 79508 9 0 0 20 0 1 0 11776909 105193472 25329 33554432000 4194304 6059633 140736951424848 140736951423672 4277900 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/29392/statm: 25682 25329 180 456 0 25218 0
Current children cumulated CPU time (s) 795.17
Current children cumulated vsize (KiB) 102728

Child status: 20
Real time (s): 795.357
CPU time (s): 795.226
CPU user time (s): 795.131
CPU system time (s): 0.094985
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 152048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 795.131
system time used= 0.094985
maximum resident set size= 135264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14490
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= 13
involuntary context switches= 819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.04269 second user time and 3.02654 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-16 19:15:03
IDJOB=4095845
IDBENCH=107529
IDSOLVER=2547
FILE ID=node127/4095845-1466097303
RUNJOBID= node127-1466097094-29220
PBS_JOBID= 19904036
Free space on /tmp= 71736 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-fixedbandwidth-75.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4095845-1466097303/watcher-4095845-1466097303 -o /tmp/evaluation-result-4095845-1466097303/solver-4095845-1466097303 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466097094-29220 --watchdog 1960  open-wbo HOME/instance-4095845-1466097303.opb

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

MD5SUM BENCH= 4c8a81d4e99bbca85303365615d325e4
RANDOM SEED=219595835

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.769
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.769
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.769
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:        30635436 kB
Buffers:           48292 kB
Cached:           103924 kB
SwapCached:        34656 kB
Active:           112612 kB
Inactive:         119500 kB
Active(anon):      46652 kB
Inactive(anon):    35592 kB
Active(file):      65960 kB
Inactive(file):    83908 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066092 kB
Dirty:              4792 kB
Writeback:             0 kB
AnonPages:       1351980 kB
Mapped:             7692 kB
Shmem:                 0 kB
Slab:             569000 kB
SReclaimable:      13156 kB
SUnreclaim:       555844 kB
KernelStack:        1472 kB
PageTables:         6848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1467076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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 node127 at 2016-06-16 19:28:18