Trace number 3461274

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
wbo 1.6UNSAT 458.821 458.82

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_15_pb.cnf.cr.opb
MD5SUM40f14c006496c25f6960a32528cf1e51
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.002999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables300
Total number of constraints50
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
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 wbo 1.6 beta - 20110321
0.00/0.00	c Parsing opb file format. File HOME/instance-3461274-1307070885.opb.
0.00/0.00	c Instance file HOME/instance-3461274-1307070885.opb
0.00/0.00	c File size is 5154 bytes.
0.00/0.00	c Highest Coefficient sum: 16
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      300                                                 |
0.00/0.00	c |  Number Clauses:        30                                                  |
0.00/0.00	c |  Number Cardinality:    20                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     300       50      600 |     5000        0   -nan |  0.000 % |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     300       50      600 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       103 |     300       50      600 |     5500      103     36 |  0.001 % |
0.00/0.00	c |       253 |     300       50      600 |     6050      253     37 |  0.001 % |
0.00/0.01	c |       479 |     300       50      600 |     6655      479     39 |  0.001 % |
0.00/0.02	c |       818 |     300       50      600 |     7320      818     39 |  0.001 % |
0.00/0.03	c |      1325 |     300       50      600 |     8052     1325     39 |  0.001 % |
0.00/0.08	c |      2085 |     300       50      600 |     8857     2085     40 |  0.001 % |
0.09/0.17	c |      3226 |     300       50      600 |     9743     3226     40 |  0.001 % |
0.29/0.32	c |      4935 |     300       50      600 |    10717     4935     40 |  0.001 % |
0.69/0.78	c |      7497 |     300       50      600 |    11789     7497     41 |  0.001 % |
1.59/1.65	c |     11346 |     300       50      600 |    12968    11346     41 |  0.001 % |
2.29/2.37	c |     17112 |     300       50      600 |    14265    10605     38 |  0.001 % |
4.19/4.26	c |     25765 |     300       50      600 |    15692    12097     37 |  0.001 % |
6.19/6.26	c |     38740 |     300       50      600 |    17261     9307     41 |  0.001 % |
9.69/9.71	c |     58201 |     300       50      600 |    18987    11431     43 |  0.001 % |
16.40/16.50	c |     87393 |     300       50      600 |    20886    12031     38 |  0.001 % |
27.09/27.17	c |    131182 |     300       50      600 |    22974    13919     42 |  0.001 % |
40.29/40.32	c |    196867 |     300       50      600 |    25272    21838     45 |  0.001 % |
62.99/63.01	c |    295396 |     300       50      600 |    27799    18431     47 |  0.001 % |
98.49/98.59	c |    443188 |     300       50      600 |    30579    19986     50 |  0.001 % |
155.40/155.46	c |    664872 |     300       50      600 |    33637    20574     45 |  0.001 % |
243.89/243.92	c |    997397 |     300       50      600 |    37001    21382     53 |  0.001 % |
381.50/381.50	c |   1496187 |     299       50      600 |    40701    35049     47 |  0.334 % |
458.80/458.80	c ===============================================================================
458.80/458.80	c core #1
458.80/458.80	c 
458.80/458.80	c 
458.80/458.80	c Core size: 5	Core Weight: 2147483647	Total Weight: 2147483647
458.80/458.80	c Current CPU time: 457.128 s
458.80/458.80	c
458.80/458.80	s UNSATISFIABLE
458.80/458.80	c Total CPU time: 457.128 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3461274-1307070885/watcher-3461274-1307070885 -o /tmp/evaluation-result-3461274-1307070885/solver-3461274-1307070885 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3461274-1307070885.opb 

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.11 2.05 1.91 2/473 22997
/proc/meminfo: memFree=19945836/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=2240 CPUtime=0.01 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 356 0 0 0 1 0 0 0 25 0 1 0 818688125 2293760 307 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 560 307 180 372 0 185 0

[startup+0.0869521 s]
/proc/loadavg: 2.11 2.05 1.91 2/473 22997
/proc/meminfo: memFree=19945836/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=2900 CPUtime=0.08 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 512 0 0 0 8 0 0 0 25 0 1 0 818688125 2969600 463 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 725 463 180 372 0 350 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2900

[startup+0.100952 s]
/proc/loadavg: 2.11 2.05 1.91 2/473 22997
/proc/meminfo: memFree=19945836/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=2900 CPUtime=0.09 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 529 0 0 0 9 0 0 0 25 0 1 0 818688125 2969600 480 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 725 480 180 372 0 350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2900

[startup+0.300909 s]
/proc/loadavg: 2.11 2.05 1.91 2/473 22997
/proc/meminfo: memFree=19945836/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=3836 CPUtime=0.29 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 755 0 0 0 29 0 0 0 25 0 1 0 818688125 3928064 706 33554432000 4194304 5714214 140737108632464 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 959 706 180 372 0 584 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3836

[startup+0.700838 s]
/proc/loadavg: 2.11 2.05 1.91 2/473 22997
/proc/meminfo: memFree=19945836/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=4916 CPUtime=0.69 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 1011 0 0 0 69 0 0 0 25 0 1 0 818688125 5033984 962 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 1229 962 180 372 0 854 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4916

[startup+1.5007 s]
/proc/loadavg: 2.11 2.05 1.91 3/474 22998
/proc/meminfo: memFree=19941240/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=6260 CPUtime=1.49 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 1353 0 0 0 149 0 0 0 25 0 1 0 818688125 6410240 1304 33554432000 4194304 5714214 140737108632464 18446744073709551615 4319826 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 1565 1304 180 372 0 1190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6260

[startup+3.10031 s]
/proc/loadavg: 2.11 2.05 1.91 3/474 22998
/proc/meminfo: memFree=19938624/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=8092 CPUtime=3.09 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 1784 0 0 0 308 1 0 0 25 0 1 0 818688125 8286208 1735 33554432000 4194304 5714214 140737108632464 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 2023 1735 180 372 0 1648 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8092

[startup+6.30087 s]
/proc/loadavg: 2.10 2.05 1.91 3/474 22998
/proc/meminfo: memFree=19935060/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=11424 CPUtime=6.29 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 2620 0 0 0 626 3 0 0 25 0 1 0 818688125 11698176 2571 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 2856 2571 180 372 0 2481 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11424

[startup+12.7007 s]
/proc/loadavg: 2.09 2.05 1.91 3/474 22998
/proc/meminfo: memFree=19929380/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=16080 CPUtime=12.69 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 3727 0 0 0 1264 5 0 0 25 0 1 0 818688125 16465920 3678 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 4020 3678 180 372 0 3645 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16080

[startup+25.5005 s]
/proc/loadavg: 2.07 2.05 1.91 3/474 22999
/proc/meminfo: memFree=19922808/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=23316 CPUtime=25.49 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 5462 0 0 0 2539 10 0 0 25 0 1 0 818688125 23875584 5413 33554432000 4194304 5714214 140737108632464 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 5829 5413 180 372 0 5454 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23316

[startup+51.101 s]
/proc/loadavg: 2.05 2.04 1.91 3/474 22999
/proc/meminfo: memFree=19908540/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=38264 CPUtime=51.09 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 9133 0 0 0 5089 20 0 0 25 0 1 0 818688125 39182336 9084 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 9566 9084 180 372 0 9191 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38264

[startup+102.318 s]
/proc/loadavg: 2.02 2.03 1.91 3/474 23056
/proc/meminfo: memFree=20309344/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=62088 CPUtime=102.31 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 14997 0 0 0 10191 40 0 0 25 0 1 0 818688125 63578112 14948 33554432000 4194304 5714214 140737108632464 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 15522 14948 180 372 0 15147 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 62088

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 1.91 3/474 23057
/proc/meminfo: memFree=20256612/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=89212 CPUtime=162.3 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 21544 0 0 0 16164 66 0 0 25 0 1 0 818688125 91353088 21495 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 22303 21495 180 372 0 21928 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 89212

[startup+222.301 s]
/proc/loadavg: 2.16 2.05 1.92 3/474 23059
/proc/meminfo: memFree=20196684/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=113860 CPUtime=222.3 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 27608 0 0 0 22142 88 0 0 25 0 1 0 818688125 116592640 27559 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 28465 27559 180 372 0 28090 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 113860

[startup+282.3 s]
/proc/loadavg: 2.13 2.06 1.93 3/474 23061
/proc/meminfo: memFree=20157588/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=136500 CPUtime=282.3 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 33236 0 0 0 28124 106 0 0 25 0 1 0 818688125 139776000 33187 33554432000 4194304 5714214 140737108632464 18446744073709551615 4319752 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 34125 33187 180 372 0 33750 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 136500

[startup+342.301 s]
/proc/loadavg: 2.05 2.05 1.93 3/474 23062
/proc/meminfo: memFree=20118484/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=158552 CPUtime=342.3 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 38591 0 0 0 34102 128 0 0 25 0 1 0 818688125 162357248 38542 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 39638 38542 180 372 0 39263 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 158552

[startup+402.301 s]
/proc/loadavg: 2.13 2.07 1.94 3/474 23064
/proc/meminfo: memFree=20073944/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=181872 CPUtime=402.3 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 44343 0 0 0 40080 150 0 0 25 0 1 0 818688125 186236928 44294 33554432000 4194304 5714214 140737108632464 18446744073709551615 4319266 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 45468 44294 180 372 0 45093 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 181872

Solver just ended. Dumping a history of the last processes samples

[startup+409.501 s]
/proc/loadavg: 2.11 2.06 1.94 3/474 23064
/proc/meminfo: memFree=20069228/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=184656 CPUtime=409.5 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 45026 0 0 0 40798 152 0 0 25 0 1 0 818688125 189087744 44977 33554432000 4194304 5714214 140737108632464 18446744073709551615 4319964 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 46164 44977 180 372 0 45789 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 184656

[startup+435.1 s]
/proc/loadavg: 2.15 2.07 1.94 3/474 23065
/proc/meminfo: memFree=20050124/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=193452 CPUtime=435.1 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 47201 0 0 0 43350 160 0 0 25 0 1 0 818688125 198094848 47152 33554432000 4194304 5714214 140737108632464 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 48363 47152 180 372 0 47988 0
Current children cumulated CPU time (s) 435.1
Current children cumulated vsize (KiB) 193452

[startup+447.901 s]
/proc/loadavg: 2.12 2.07 1.94 3/474 23065
/proc/meminfo: memFree=20045148/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=198008 CPUtime=447.91 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 48304 0 0 0 44626 165 0 0 25 0 1 0 818688125 202760192 48255 33554432000 4194304 5714214 140737108632464 18446744073709551615 4319240 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 49502 48255 180 372 0 49127 0
Current children cumulated CPU time (s) 447.91
Current children cumulated vsize (KiB) 198008

[startup+454.318 s]
/proc/loadavg: 2.11 2.07 1.94 3/474 23065
/proc/meminfo: memFree=20042540/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=200732 CPUtime=454.32 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 49006 0 0 0 45266 166 0 0 25 0 1 0 818688125 205549568 48957 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 50183 48957 180 372 0 49808 0
Current children cumulated CPU time (s) 454.32
Current children cumulated vsize (KiB) 200732

[startup+455.901 s]
/proc/loadavg: 2.11 2.07 1.94 3/474 23065
/proc/meminfo: memFree=20042044/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=201128 CPUtime=455.9 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 49083 0 0 0 45423 167 0 0 25 0 1 0 818688125 205955072 49034 33554432000 4194304 5714214 140737108632464 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 50282 49034 180 372 0 49907 0
Current children cumulated CPU time (s) 455.9
Current children cumulated vsize (KiB) 201128

[startup+457.5 s]
/proc/loadavg: 2.10 2.07 1.94 3/474 23065
/proc/meminfo: memFree=20041920/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=201128 CPUtime=457.51 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 49085 0 0 0 45584 167 0 0 25 0 1 0 818688125 205955072 49036 33554432000 4194304 5714214 140737108632464 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 50282 49036 180 372 0 49907 0
Current children cumulated CPU time (s) 457.51
Current children cumulated vsize (KiB) 201128

[startup+458.3 s]
/proc/loadavg: 2.10 2.07 1.94 3/474 23065
/proc/meminfo: memFree=20041920/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=201128 CPUtime=458.3 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 49092 0 0 0 45662 168 0 0 25 0 1 0 818688125 205955072 49043 33554432000 4194304 5714214 140737108632464 18446744073709551615 4319855 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 50282 49043 180 372 0 49907 0
Current children cumulated CPU time (s) 458.3
Current children cumulated vsize (KiB) 201128

[startup+458.718 s]
/proc/loadavg: 2.10 2.07 1.94 3/474 23065
/proc/meminfo: memFree=20042036/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=201128 CPUtime=458.72 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 49097 0 0 0 45704 168 0 0 25 0 1 0 818688125 205955072 49048 33554432000 4194304 5714214 140737108632464 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 50282 49048 180 372 0 49907 0
Current children cumulated CPU time (s) 458.72
Current children cumulated vsize (KiB) 201128

[startup+458.801 s]
/proc/loadavg: 2.10 2.07 1.94 3/474 23065
/proc/meminfo: memFree=20042036/32950928 swapFree=61858088/67111528
[pid=22997] ppid=22995 vsize=201128 CPUtime=458.8 cores=0,2,4,6
/proc/22997/stat : 22997 (wbo1.6) R 22995 22997 21173 0 -1 4202496 49098 0 0 0 45712 168 0 0 25 0 1 0 818688125 205955072 49049 33554432000 4194304 5714214 140737108632464 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/22997/statm: 50282 49049 180 372 0 49907 0
Current children cumulated CPU time (s) 458.8
Current children cumulated vsize (KiB) 201128

Child status: 0
Real time (s): 458.82
CPU time (s): 458.821
CPU user time (s): 457.127
CPU system time (s): 1.69374
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 201128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 457.128
system time used= 1.69374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49099
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= 5
involuntary context switches= 353

runsolver used 2.28165 second user time and 4.80527 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-03 05:14:45
IDJOB=3461274
IDBENCH=1435
IDSOLVER=1953
FILE ID=node125/3461274-1307070885
RUNJOBID= node125-1307068628-22229
PBS_JOBID= 13497861
Free space on /tmp= 73756 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_15_pb.cnf.cr.opb
COMMAND LINE= wbo1.6 -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3461274-1307070885/watcher-3461274-1307070885 -o /tmp/evaluation-result-3461274-1307070885/solver-3461274-1307070885 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3461274-1307070885.opb

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

MD5SUM BENCH= 40f14c006496c25f6960a32528cf1e51
RANDOM SEED=1080976095

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19946124 kB
Buffers:        337296 kB
Cached:        3462560 kB
SwapCached:       3616 kB
Active:        9285536 kB
Inactive:      3373800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19946124 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            4276 kB
Writeback:           0 kB
AnonPages:     8856884 kB
Mapped:          34680 kB
Slab:           214468 kB
PageTables:      62424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130514940 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73752 MiB
End job on node125 at 2011-06-03 05:22:24