Trace number 3446630

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.6? (TO) 1800.09 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_50_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM0158a6ff32db5686aa85d7a9b49d6df3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.490924
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4000
Total number of constraints180
Number of soft constraints67
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint50
Top cost 3472
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 3471
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
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 wbo file format. File HOME/instance-3446630-1307903167.wbo.
0.00/0.00	c Instance file HOME/instance-3446630-1307903167.wbo
0.00/0.00	c File size is 71718 bytes.
0.00/0.00	c Highest Coefficient sum: 51
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      4000                                                |
0.00/0.00	c |  Number Clauses:        100                                                 |
0.00/0.00	c |  Number Cardinality:    80                                                  |
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 |    4000      180     8000 |     5000        0   -nan |  0.000 % |
0.00/0.01	c |       101 |    4000      180     8000 |     5500      101    176 |  0.000 % |
0.00/0.02	c |       252 |    4000      180     8000 |     6050      252    193 |  0.000 % |
0.00/0.02	c |       478 |    4000      180     8000 |     6655      478    195 |  0.000 % |
0.00/0.04	c |       816 |    4000      180     8000 |     7320      816    193 |  0.000 % |
0.00/0.07	c |      1323 |    4000      180     8000 |     8052     1323    205 |  0.000 % |
0.09/0.11	c |      2082 |    4000      180     8000 |     8857     2082    209 |  0.000 % |
0.19/0.21	c |      3221 |    4000      180     8000 |     9743     3221    226 |  0.000 % |
0.39/0.42	c |      4932 |    4000      180     8000 |    10717     4932    251 |  0.000 % |
1.00/1.01	c |      7494 |    4000      180     8000 |    11789     7494    315 |  0.000 % |
1.69/1.79	c |     11339 |    4000      180     8000 |    12968    11339    315 |  0.000 % |
3.30/3.34	c |     17106 |    4000      180     8000 |    14265     9663    307 |  0.000 % |
5.69/5.79	c |     25762 |    4000      180     8000 |    15692    10297    423 |  0.000 % |
10.49/10.50	c |     38739 |    4000      180     8000 |    17261    14312    376 |  0.000 % |
17.69/17.71	c |     58202 |    4000      180     8000 |    18987    14617    360 |  0.000 % |
28.50/28.59	c |     87395 |    4000      180     8000 |    20886    12309    286 |  0.000 % |
54.69/54.75	c |    131185 |    4000      180     8000 |    22974    21164    378 |  0.000 % |
83.60/83.62	c |    196870 |    4000      180     8000 |    25272    23489    342 |  0.000 % |
167.50/167.50	c |    295398 |    4000      180     8000 |    27799    20925    541 |  0.000 % |
257.90/257.92	c |    443189 |    4000      180     8000 |    30579    25031    479 |  0.000 % |
410.40/410.41	c |    664873 |    4000      180     8000 |    33637    25636    571 |  0.000 % |
642.32/642.40	c |    997398 |    4000      180     8000 |    37001    30363    475 |  0.000 % |
1183.13/1183.12	c |   1496186 |    4000      180     8000 |    40701    23144    530 |  0.000 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3446630-1307903167/watcher-3446630-1307903167 -o /tmp/evaluation-result-3446630-1307903167/solver-3446630-1307903167 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446630-1307903167.wbo 

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: 1.08 1.60 1.82 2/177 6605
/proc/meminfo: memFree=32485556/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=3048 CPUtime=0 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 535 0 0 0 0 0 0 0 23 0 1 0 901919069 3121152 487 33554432000 4194304 5714214 140734624644032 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 762 488 177 372 0 369 0

[startup+0.099745 s]
/proc/loadavg: 1.08 1.60 1.82 2/177 6605
/proc/meminfo: memFree=32485556/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=5276 CPUtime=0.09 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 1135 0 0 0 8 1 0 0 23 0 1 0 901919069 5402624 1069 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 1319 1069 177 372 0 944 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5276

[startup+0.100743 s]
/proc/loadavg: 1.08 1.60 1.82 2/177 6605
/proc/meminfo: memFree=32485556/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=5276 CPUtime=0.09 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 1139 0 0 0 8 1 0 0 23 0 1 0 901919069 5402624 1073 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 1319 1073 177 372 0 944 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5276

[startup+0.300719 s]
/proc/loadavg: 1.08 1.60 1.82 2/177 6605
/proc/meminfo: memFree=32485556/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=8196 CPUtime=0.29 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 1869 0 0 0 28 1 0 0 25 0 1 0 901919069 8392704 1803 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 2049 1803 177 372 0 1674 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8196

[startup+0.70064 s]
/proc/loadavg: 1.08 1.60 1.82 2/177 6605
/proc/meminfo: memFree=32485556/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=12320 CPUtime=0.69 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 2894 0 0 0 67 2 0 0 25 0 1 0 901919069 12615680 2828 33554432000 4194304 5714214 140734624644032 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 3080 2828 177 372 0 2705 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12320

[startup+1.50049 s]
/proc/loadavg: 1.15 1.61 1.82 3/178 6606
/proc/meminfo: memFree=32458712/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=19140 CPUtime=1.49 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 4582 0 0 0 145 4 0 0 25 0 1 0 901919069 19599360 4516 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 4785 4516 177 372 0 4410 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19140

[startup+3.10019 s]
/proc/loadavg: 1.15 1.61 1.82 3/178 6606
/proc/meminfo: memFree=32441356/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=25928 CPUtime=3.09 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 6292 0 0 0 304 5 0 0 19 0 1 0 901919069 26550272 6226 33554432000 4194304 5714214 140734624644032 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 6482 6226 177 372 0 6107 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25928

[startup+6.30058 s]
/proc/loadavg: 1.22 1.61 1.82 3/178 6606
/proc/meminfo: memFree=32424064/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=36232 CPUtime=6.29 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 8850 0 0 0 622 7 0 0 18 0 1 0 901919069 37101568 8784 33554432000 4194304 5714214 140734624644032 18446744073709551615 4323016 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 9058 8784 177 372 0 8683 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36232

[startup+12.7004 s]
/proc/loadavg: 1.28 1.62 1.82 3/178 6606
/proc/meminfo: memFree=32404888/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=41724 CPUtime=12.69 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 10229 0 0 0 1258 11 0 0 21 0 1 0 901919069 42725376 10163 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 10431 10163 177 372 0 10056 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41724

[startup+25.5009 s]
/proc/loadavg: 1.39 1.63 1.82 3/178 6607
/proc/meminfo: memFree=32381288/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=47532 CPUtime=25.49 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 11664 0 0 0 2532 17 0 0 25 0 1 0 901919069 48672768 11598 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 11883 11598 177 372 0 11508 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47532

[startup+51.1011 s]
/proc/loadavg: 1.63 1.66 1.82 3/178 6607
/proc/meminfo: memFree=32262412/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=75212 CPUtime=51.09 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 18544 0 0 0 5082 27 0 0 25 0 1 0 901919069 77017088 18478 33554432000 4194304 5714214 140734624644032 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 18803 18478 177 372 0 18428 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75212

[startup+102.306 s]
/proc/loadavg: 1.84 1.71 1.83 3/178 6609
/proc/meminfo: memFree=32214636/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=102068 CPUtime=102.3 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 25146 0 0 0 10181 49 0 0 25 0 1 0 901919069 104517632 25080 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 25517 25080 177 372 0 25142 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 102068

[startup+162.301 s]
/proc/loadavg: 1.94 1.76 1.83 3/178 6610
/proc/meminfo: memFree=32186072/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=131468 CPUtime=162.29 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 32470 0 0 0 16168 61 0 0 25 0 1 0 901919069 134623232 32404 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 32867 32404 177 372 0 32492 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 131468

[startup+222.301 s]
/proc/loadavg: 1.98 1.80 1.84 3/178 6612
/proc/meminfo: memFree=32176360/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=140652 CPUtime=222.3 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 35179 0 0 0 22146 84 0 0 25 0 1 0 901919069 144027648 34590 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319768 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 35163 34590 177 372 0 34788 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 140652

[startup+282.3 s]
/proc/loadavg: 1.99 1.84 1.85 3/178 6613
/proc/meminfo: memFree=32157096/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=161444 CPUtime=282.3 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 40302 0 0 0 28128 102 0 0 25 0 1 0 901919069 165318656 39713 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 40361 39713 177 372 0 39986 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 161444

[startup+342.301 s]
/proc/loadavg: 2.04 1.88 1.86 3/178 6615
/proc/meminfo: memFree=32144036/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=173660 CPUtime=342.3 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 43242 0 0 0 34109 121 0 0 25 0 1 0 901919069 177827840 42653 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 43415 42653 177 372 0 43040 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 173660

[startup+402.301 s]
/proc/loadavg: 2.01 1.90 1.86 3/178 6617
/proc/meminfo: memFree=32047264/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=237304 CPUtime=402.31 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 59074 0 0 0 40089 142 0 0 25 0 1 0 901919069 242999296 58485 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319878 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 59326 58485 177 372 0 58951 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 237304

[startup+462.3 s]
/proc/loadavg: 2.00 1.91 1.87 3/178 6618
/proc/meminfo: memFree=32029976/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=237380 CPUtime=462.3 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 59797 0 0 0 46062 168 0 0 25 0 1 0 901919069 243077120 58537 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319297 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 59345 58537 177 372 0 58970 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 237380

[startup+522.301 s]
/proc/loadavg: 2.00 1.93 1.87 3/178 6620
/proc/meminfo: memFree=32030436/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=237380 CPUtime=522.31 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 59804 0 0 0 52044 187 0 0 25 0 1 0 901919069 243077120 58544 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 59345 58544 177 372 0 58970 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 237380

[startup+582.301 s]
/proc/loadavg: 2.00 1.94 1.88 3/178 6621
/proc/meminfo: memFree=32025816/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=239136 CPUtime=582.32 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 60171 0 0 0 58029 203 0 0 25 0 1 0 901919069 244875264 58911 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319855 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 59784 58911 177 372 0 59409 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 239136

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 1.96 1.90 3/178 6628
/proc/meminfo: memFree=31932880/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=317544 CPUtime=822.32 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 79881 0 0 0 81983 249 0 0 25 0 1 0 901919069 325165056 78319 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 79386 78319 177 372 0 79011 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 317544

[startup+882.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 6629
/proc/meminfo: memFree=31923540/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=326780 CPUtime=882.32 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 82132 0 0 0 87971 261 0 0 25 0 1 0 901919069 334622720 80570 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319243 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 81695 80570 177 372 0 81320 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 326780

[startup+942.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 6631
/proc/meminfo: memFree=31880716/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=338784 CPUtime=942.33 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 85100 0 0 0 93961 272 0 0 25 0 1 0 901919069 346914816 83538 33554432000 4194304 5714214 140734624644032 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 84696 83538 177 372 0 84321 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 338784

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 6633
/proc/meminfo: memFree=31862316/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=356064 CPUtime=1002.32 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 89369 0 0 0 99948 284 0 0 25 0 1 0 901919069 364609536 87807 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 89016 87807 177 372 0 88641 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 356064

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 6634
/proc/meminfo: memFree=31838108/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=356956 CPUtime=1062.33 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 90428 0 0 0 105937 296 0 0 25 0 1 0 901919069 365522944 88035 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 89239 88035 177 372 0 88864 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 356956

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 6636
/proc/meminfo: memFree=31803592/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=385484 CPUtime=1122.33 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 97546 0 0 0 111924 309 0 0 25 0 1 0 901919069 394735616 95153 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319964 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 96371 95153 177 372 0 95996 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 385484

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 6637
/proc/meminfo: memFree=31698156/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=462852 CPUtime=1182.33 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 116840 0 0 0 117909 324 0 0 25 0 1 0 901919069 473960448 114447 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 115713 114447 177 372 0 115338 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 462852

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 6639
/proc/meminfo: memFree=31697500/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=463012 CPUtime=1242.34 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 116855 0 0 0 123894 340 0 0 25 0 1 0 901919069 474124288 114462 33554432000 4194304 5714214 140734624644032 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 115753 114462 177 372 0 115378 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 463012

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 6641
/proc/meminfo: memFree=31697336/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=463012 CPUtime=1302.34 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 116857 0 0 0 129879 355 0 0 25 0 1 0 901919069 474124288 114464 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 115753 114464 177 372 0 115378 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 463012

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 6642
/proc/meminfo: memFree=31689988/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=463012 CPUtime=1362.34 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 116864 0 0 0 135867 367 0 0 25 0 1 0 901919069 474124288 114471 33554432000 4194304 5714214 140734624644032 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 115753 114471 177 372 0 115378 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 463012

[startup+1422.31 s]
/proc/loadavg: 2.03 1.99 1.91 3/178 6644
/proc/meminfo: memFree=31648160/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=463012 CPUtime=1422.35 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 116866 0 0 0 141858 377 0 0 25 0 1 0 901919069 474124288 114473 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 115753 114473 177 372 0 115378 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 463012

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/178 6645
/proc/meminfo: memFree=31584388/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=463012 CPUtime=1482.35 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 116870 0 0 0 147847 388 0 0 25 0 1 0 901919069 474124288 114477 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 115753 114477 177 372 0 115378 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 463012

[startup+1542.3 s]
/proc/loadavg: 2.07 2.00 1.92 3/178 6647
/proc/meminfo: memFree=31582360/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=463012 CPUtime=1542.35 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 116870 0 0 0 153836 399 0 0 25 0 1 0 901919069 474124288 114477 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 115753 114477 177 372 0 115378 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 463012

[startup+1602.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/178 6649
/proc/meminfo: memFree=31543492/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=463012 CPUtime=1602.35 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 116870 0 0 0 159821 414 0 0 25 0 1 0 901919069 474124288 114477 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 115753 114477 177 372 0 115378 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 463012

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/178 6650
/proc/meminfo: memFree=31506636/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=463012 CPUtime=1662.35 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 116870 0 0 0 165806 429 0 0 25 0 1 0 901919069 474124288 114477 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319347 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 115753 114477 177 372 0 115378 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 463012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6652
/proc/meminfo: memFree=31501880/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=469372 CPUtime=1722.36 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 118443 0 0 0 171794 442 0 0 25 0 1 0 901919069 480636928 116050 33554432000 4194304 5714214 140734624644032 18446744073709551615 4198963 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 117343 116050 177 372 0 116968 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 469372

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6653
/proc/meminfo: memFree=31470720/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=491256 CPUtime=1782.36 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 123894 0 0 0 177782 454 0 0 25 0 1 0 901919069 503046144 121501 33554432000 4194304 5714214 140734624644032 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 122814 121501 177 372 0 122439 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 491256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 6655
/proc/meminfo: memFree=31999688/32951124 swapFree=67050540/67111528
[pid=6605] ppid=6603 vsize=491256 CPUtime=1800.06 cores=1,3,5,7
/proc/6605/stat : 6605 (wbo1.6) R 6603 6605 5088 0 -1 4202496 123894 0 0 0 179547 459 0 0 25 0 1 0 901919069 503046144 121501 33554432000 4194304 5714214 140734624644032 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6605/statm: 122814 121501 177 372 0 122439 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 491256

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.09
CPU user time (s): 1795.48
CPU system time (s): 4.6133
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 491256

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

runsolver used 2.29665 second user time and 5.96009 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-12 20:26:07
IDJOB=3446630
IDBENCH=78669
IDSOLVER=1943
FILE ID=node102/3446630-1307903167
RUNJOBID= node102-1307903167-6578
PBS_JOBID= 13559600
Free space on /tmp= 74132 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_50_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= wbo1.6 -file-format=wbo -time-limit=TIMEOUT -search-mode=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3446630-1307903167/watcher-3446630-1307903167 -o /tmp/evaluation-result-3446630-1307903167/solver-3446630-1307903167 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446630-1307903167.wbo

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

MD5SUM BENCH= 0158a6ff32db5686aa85d7a9b49d6df3
RANDOM SEED=473973222

node102.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	: 5226.15
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.82
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.75
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.75
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.82
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:     32951124 kB
MemFree:      32486364 kB
Buffers:        111400 kB
Cached:         133480 kB
SwapCached:      25148 kB
Active:         179276 kB
Inactive:        98568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32486364 kB
SwapTotal:    67111528 kB
SwapFree:     67050540 kB
Dirty:            8636 kB
Writeback:           4 kB
AnonPages:       30580 kB
Mapped:           9840 kB
Slab:           121748 kB
PageTables:       4788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212228 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= 74128 MiB
End job on node102 at 2011-06-12 20:56:09