Trace number 3446636

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.08 1800.03

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_50_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM757312960b1468f2853dd7cd5a4d6fc6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.866868
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 constraints127
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 6095
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6094
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-3446636-1307903171.wbo.
0.00/0.00	c Instance file HOME/instance-3446636-1307903171.wbo
0.00/0.00	c File size is 72016 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    169 |  0.000 % |
0.00/0.01	c |       251 |    4000      180     8000 |     6050      251    237 |  0.000 % |
0.02/0.03	c |       477 |    4000      180     8000 |     6655      477    244 |  0.000 % |
0.02/0.04	c |       815 |    4000      180     8000 |     7320      815    232 |  0.000 % |
0.02/0.07	c |      1322 |    4000      180     8000 |     8052     1322    243 |  0.000 % |
0.09/0.12	c |      2082 |    4000      180     8000 |     8857     2082    239 |  0.000 % |
0.19/0.22	c |      3221 |    4000      180     8000 |     9743     3221    240 |  0.000 % |
0.39/0.40	c |      4929 |    4000      180     8000 |    10717     4929    243 |  0.000 % |
0.69/0.76	c |      7495 |    4000      180     8000 |    11789     7495    253 |  0.000 % |
1.39/1.46	c |     11339 |    4000      180     8000 |    12968    11339    260 |  0.000 % |
3.09/3.12	c |     17106 |    4000      180     8000 |    14265     9663    347 |  0.000 % |
5.79/5.82	c |     25756 |    4000      180     8000 |    15692    10234    341 |  0.000 % |
10.29/10.32	c |     38733 |    4000      180     8000 |    17261    14415    311 |  0.000 % |
16.69/16.70	c |     58195 |    4000      180     8000 |    18987    14749    384 |  0.000 % |
33.68/33.72	c |     87388 |    4000      180     8000 |    20886    12831    710 |  0.000 % |
68.10/68.10	c |    131182 |    4000      180     8000 |    22974    22641    463 |  0.000 % |
89.89/89.91	c |    196866 |    4000      180     8000 |    25272    12887    330 |  0.000 % |
221.99/222.09	c |    295393 |    4000      180     8000 |    27799    17101    866 |  0.000 % |
378.60/378.65	c |    443182 |    4000      180     8000 |    30579    17136    475 |  0.000 % |
568.41/568.46	c |    664865 |    4000      180     8000 |    33637    22713    508 |  0.000 % |
1057.72/1057.70	c |    997396 |    4000      180     8000 |    37001    35480    607 |  0.000 % |
1403.93/1403.98	c |   1496184 |    4000      180     8000 |    40701    28385    705 |  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 /var/tmp/evaluation-result-3446636-1307903171/watcher-3446636-1307903171 -o /var/tmp/evaluation-result-3446636-1307903171/solver-3446636-1307903171 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446636-1307903171.wbo 

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: 1.26 1.76 1.87 3/176 31410
/proc/meminfo: memFree=1352148/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=3048 CPUtime=0 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 543 0 0 0 0 0 0 0 24 0 1 0 980547827 3121152 495 33554432000 4194304 5714214 140734613648288 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/31410/statm: 762 496 179 372 0 369 0

[startup+0.0271751 s]
/proc/loadavg: 1.26 1.76 1.87 3/176 31410
/proc/meminfo: memFree=1352148/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=3824 CPUtime=0.02 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 769 0 0 0 2 0 0 0 24 0 1 0 980547827 3915776 703 33554432000 4194304 5714214 140734613648288 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/31410/statm: 956 703 177 372 0 581 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3824

[startup+0.100277 s]
/proc/loadavg: 1.26 1.76 1.87 3/176 31410
/proc/meminfo: memFree=1352148/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=5408 CPUtime=0.09 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 1170 0 0 0 9 0 0 0 24 0 1 0 980547827 5537792 1104 33554432000 4194304 5714214 140734613648288 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/31410/statm: 1352 1104 177 372 0 977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5408

[startup+0.301243 s]
/proc/loadavg: 1.26 1.76 1.87 3/176 31410
/proc/meminfo: memFree=1352148/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=8444 CPUtime=0.29 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 1923 0 0 0 29 0 0 0 25 0 1 0 980547827 8646656 1857 33554432000 4194304 5714214 140734613648288 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/31410/statm: 2111 1857 177 372 0 1736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8444

[startup+0.701164 s]
/proc/loadavg: 1.26 1.76 1.87 3/176 31410
/proc/meminfo: memFree=1352148/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=12544 CPUtime=0.69 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 2953 0 0 0 69 0 0 0 25 0 1 0 980547827 12845056 2887 33554432000 4194304 5714214 140734613648288 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/31410/statm: 3136 2887 177 372 0 2761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12544

[startup+1.50102 s]
/proc/loadavg: 1.26 1.76 1.87 4/178 31412
/proc/meminfo: memFree=1326892/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=19024 CPUtime=1.49 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 4575 0 0 0 148 1 0 0 25 0 1 0 980547827 19480576 4509 33554432000 4194304 5714214 140734613648288 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/31410/statm: 4756 4509 177 372 0 4381 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19024

[startup+3.10061 s]
/proc/loadavg: 1.26 1.76 1.87 4/178 31413
/proc/meminfo: memFree=1313500/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=25936 CPUtime=3.09 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 6297 0 0 0 308 1 0 0 25 0 1 0 980547827 26558464 6231 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/31410/statm: 6484 6231 177 372 0 6109 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25936

[startup+6.30114 s]
/proc/loadavg: 1.32 1.77 1.87 4/178 31413
/proc/meminfo: memFree=1293300/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=32348 CPUtime=6.29 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 7905 0 0 0 627 2 0 0 25 0 1 0 980547827 33124352 7839 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/31410/statm: 8087 7839 177 372 0 7712 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32348

[startup+12.701 s]
/proc/loadavg: 1.37 1.77 1.88 4/178 31413
/proc/meminfo: memFree=1280196/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=40924 CPUtime=12.69 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 10001 0 0 0 1264 5 0 0 25 0 1 0 980547827 41906176 9935 33554432000 4194304 5714214 140734613648288 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/31410/statm: 10231 9935 177 372 0 9856 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40924

[startup+25.5007 s]
/proc/loadavg: 1.51 1.78 1.88 4/178 31413
/proc/meminfo: memFree=1254144/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=53012 CPUtime=25.49 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 13011 0 0 0 2541 8 0 0 25 0 1 0 980547827 54284288 12945 33554432000 4194304 5714214 140734613648288 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 13253 12945 177 372 0 12878 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53012

[startup+51.1009 s]
/proc/loadavg: 1.68 1.80 1.88 4/178 31414
/proc/meminfo: memFree=1217124/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=80264 CPUtime=51.09 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 19824 0 0 0 5097 12 0 0 25 0 1 0 980547827 82190336 19758 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 20066 19758 177 372 0 19691 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80264

[startup+102.307 s]
/proc/loadavg: 1.86 1.83 1.88 4/178 31415
/proc/meminfo: memFree=1111440/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=139540 CPUtime=102.3 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 34543 0 0 0 10206 24 0 0 25 0 1 0 980547827 142888960 34477 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 34885 34477 177 372 0 34510 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 139540

[startup+162.301 s]
/proc/loadavg: 1.95 1.85 1.89 4/178 31417
/proc/meminfo: memFree=1034744/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=181512 CPUtime=162.29 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 45009 0 0 0 16200 29 0 0 25 0 1 0 980547827 185868288 44943 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 45378 44943 177 372 0 45003 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 181512

[startup+222.301 s]
/proc/loadavg: 1.98 1.88 1.90 4/178 31418
/proc/meminfo: memFree=1023276/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=184452 CPUtime=222.29 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 45795 0 0 0 22197 32 0 0 25 0 1 0 980547827 188878848 45699 33554432000 4194304 5714214 140734613648288 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 46113 45699 177 372 0 45738 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 184452

[startup+282.301 s]
/proc/loadavg: 1.99 1.90 1.90 4/178 31420
/proc/meminfo: memFree=1010936/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=184452 CPUtime=282.29 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 45800 0 0 0 28193 36 0 0 25 0 1 0 980547827 188878848 45704 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 46113 45704 177 372 0 45738 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 184452

[startup+342.301 s]
/proc/loadavg: 2.03 1.93 1.91 4/178 31422
/proc/meminfo: memFree=1011112/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=184452 CPUtime=342.29 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 45800 0 0 0 34188 41 0 0 25 0 1 0 980547827 188878848 45704 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 46113 45704 177 372 0 45738 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 184452

[startup+402.301 s]
/proc/loadavg: 2.01 1.94 1.91 4/178 31423
/proc/meminfo: memFree=1010944/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=184452 CPUtime=402.29 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 45807 0 0 0 40181 48 0 0 25 0 1 0 980547827 188878848 45711 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 46113 45711 177 372 0 45738 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 184452

[startup+462.301 s]
/proc/loadavg: 2.00 1.95 1.91 4/178 31425
/proc/meminfo: memFree=1006668/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=189516 CPUtime=462.3 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 47007 0 0 0 46177 53 0 0 25 0 1 0 980547827 194064384 46911 33554432000 4194304 5714214 140734613648288 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 47379 46911 177 372 0 47004 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 189516

[startup+522.301 s]
/proc/loadavg: 2.00 1.95 1.91 4/178 31426
/proc/meminfo: memFree=953524/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=208584 CPUtime=522.3 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 51640 0 0 0 52169 61 0 0 25 0 1 0 980547827 213590016 51544 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 52146 51544 177 372 0 51771 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 208584

[startup+582.301 s]
/proc/loadavg: 2.00 1.96 1.91 4/178 31428
/proc/meminfo: memFree=936488/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=226128 CPUtime=582.3 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 55941 0 0 0 58160 70 0 0 25 0 1 0 980547827 231555072 55845 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 56532 55845 177 372 0 56157 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 226128

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 31437
/proc/meminfo: memFree=800884/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=316576 CPUtime=822.31 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 78372 0 0 0 82137 94 0 0 25 0 1 0 980547827 324173824 78276 33554432000 4194304 5714214 140734613648288 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 79144 78276 177 372 0 78769 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 316576

[startup+882.301 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 31439
/proc/meminfo: memFree=777628/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=318616 CPUtime=882.31 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 78919 0 0 0 88132 99 0 0 25 0 1 0 980547827 326262784 78789 33554432000 4194304 5714214 140734613648288 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 79654 78789 177 372 0 79279 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 318616

[startup+942.301 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 31441
/proc/meminfo: memFree=759324/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=323104 CPUtime=942.32 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 80042 0 0 0 94130 102 0 0 25 0 1 0 980547827 330858496 79912 33554432000 4194304 5714214 140734613648288 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 80776 79912 177 372 0 80401 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 323104

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 31442
/proc/meminfo: memFree=734096/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=325168 CPUtime=1002.32 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 80549 0 0 0 100126 106 0 0 25 0 1 0 980547827 332972032 80419 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 81292 80419 177 372 0 80917 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 325168

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 31444
/proc/meminfo: memFree=725124/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=325456 CPUtime=1062.32 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 80623 0 0 0 106122 110 0 0 25 0 1 0 980547827 333266944 80493 33554432000 4194304 5714214 140734613648288 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 81364 80493 177 372 0 80989 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 325456

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 31445
/proc/meminfo: memFree=716392/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=325456 CPUtime=1122.32 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 80645 0 0 0 112112 120 0 0 25 0 1 0 980547827 333266944 80515 33554432000 4194304 5714214 140734613648288 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 81364 80515 177 372 0 80989 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 325456

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 31447
/proc/meminfo: memFree=705896/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=326608 CPUtime=1182.32 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 80875 0 0 0 118106 126 0 0 25 0 1 0 980547827 334446592 80745 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 81652 80745 177 372 0 81277 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 326608

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 31449
/proc/meminfo: memFree=668884/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=328492 CPUtime=1242.33 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 81256 0 0 0 124099 134 0 0 25 0 1 0 980547827 336375808 81126 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319409 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 82123 81126 177 372 0 81748 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 328492

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 31450
/proc/meminfo: memFree=628400/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=371680 CPUtime=1302.33 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 91986 0 0 0 130089 144 0 0 25 0 1 0 980547827 380600320 91856 33554432000 4194304 5714214 140734613648288 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 92920 91856 177 372 0 92545 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 371680

[startup+1362.3 s]
/proc/loadavg: 2.08 1.99 1.91 4/178 31452
/proc/meminfo: memFree=556784/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=432880 CPUtime=1362.33 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 107472 0 0 0 136076 157 0 0 25 0 1 0 980547827 443269120 107173 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 108220 107173 177 372 0 107845 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 432880

[startup+1422.31 s]
/proc/loadavg: 2.03 1.99 1.91 4/178 31453
/proc/meminfo: memFree=547408/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=433252 CPUtime=1422.34 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 109828 0 0 0 142070 164 0 0 25 0 1 0 980547827 443650048 107241 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319409 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 108313 107241 177 372 0 107938 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 433252

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.91 4/178 31455
/proc/meminfo: memFree=541888/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=433324 CPUtime=1482.34 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 109846 0 0 0 148065 169 0 0 25 0 1 0 980547827 443723776 107259 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 108331 107259 177 372 0 107956 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 433324

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 31457
/proc/meminfo: memFree=449940/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=482692 CPUtime=1542.34 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 122154 0 0 0 154057 177 0 0 25 0 1 0 980547827 494276608 119567 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 120673 119567 177 372 0 120298 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 482692

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 31458
/proc/meminfo: memFree=385232/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=526788 CPUtime=1602.33 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 133123 0 0 0 160050 183 0 0 25 0 1 0 980547827 539430912 130536 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319422 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 131697 130536 177 372 0 131322 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 526788

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 31460
/proc/meminfo: memFree=349684/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=555752 CPUtime=1662.34 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 140334 0 0 0 166045 189 0 0 25 0 1 0 980547827 569090048 137747 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 138938 137747 177 372 0 138563 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 555752

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 31461
/proc/meminfo: memFree=328544/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=556128 CPUtime=1722.34 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 140435 0 0 0 172041 193 0 0 25 0 1 0 980547827 569475072 137848 33554432000 4194304 5714214 140734613648288 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 139032 137848 177 372 0 138657 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 556128

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 31463
/proc/meminfo: memFree=314100/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=556128 CPUtime=1782.34 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 140440 0 0 0 178036 198 0 0 25 0 1 0 980547827 569475072 137853 33554432000 4194304 5714214 140734613648288 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 139032 137853 177 372 0 138657 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 556128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 31463
/proc/meminfo: memFree=309192/32950928 swapFree=67051812/67111528
[pid=31410] ppid=31408 vsize=556128 CPUtime=1800.05 cores=0,2,4,6
/proc/31410/stat : 31410 (wbo1.6) R 31408 31410 29668 0 -1 4202496 140440 0 0 0 179805 200 0 0 25 0 1 0 980547827 569475072 137853 33554432000 4194304 5714214 140734613648288 18446744073709551615 4319409 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/31410/statm: 139032 137853 177 372 0 138657 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 556128

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.03
CPU time (s): 1800.08
CPU user time (s): 1798.05
CPU system time (s): 2.02769
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 556148

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

runsolver used 2.96155 second user time and 6.10207 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-12 20:26:11
IDJOB=3446636
IDBENCH=78671
IDSOLVER=1943
FILE ID=node116/3446636-1307903171
RUNJOBID= node116-1307903171-31383
PBS_JOBID= 13559589
Free space on /var/tmp= 2884 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-33-100-0.wbo
COMMAND LINE= wbo1.6 -file-format=wbo -time-limit=TIMEOUT -search-mode=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3446636-1307903171/watcher-3446636-1307903171 -o /var/tmp/evaluation-result-3446636-1307903171/solver-3446636-1307903171 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446636-1307903171.wbo

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

MD5SUM BENCH= 757312960b1468f2853dd7cd5a4d6fc6
RANDOM SEED=334282029

node116.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.826
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.826
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.826
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.75
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.826
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.826
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.77
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.826
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.826
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.826
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:       1352996 kB
Buffers:         56084 kB
Cached:       30569504 kB
SwapCached:      12792 kB
Active:       16045832 kB
Inactive:     14599796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1352996 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:            8600 kB
Writeback:           0 kB
AnonPages:       18088 kB
Mapped:           8460 kB
Slab:           888260 kB
PageTables:       5232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190888 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 /var/tmp at the end= 2876 MiB
End job on node116 at 2011-06-12 20:56:14