Trace number 3446670

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.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_36_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMe9a64a9fd994118a8a7cda3ac40963c5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.231964
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2520
Total number of constraints142
Number of soft constraints98
Number of constraints which are clauses72
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint36
Top cost 4996
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4995
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 37
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-3446670-1307903653.wbo.
0.00/0.00	c Instance file HOME/instance-3446670-1307903653.wbo
0.00/0.00	c File size is 44956 bytes.
0.00/0.00	c Highest Coefficient sum: 37
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:      2520                                                |
0.00/0.00	c |  Number Clauses:        72                                                  |
0.00/0.00	c |  Number Cardinality:    70                                                  |
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 |    2520      142     5040 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       101 |    2520      142     5040 |     5500      101    129 |  0.000 % |
0.00/0.01	c |       253 |    2520      142     5040 |     6050      253    168 |  0.000 % |
0.01/0.02	c |       478 |    2520      142     5040 |     6655      478    178 |  0.000 % |
0.01/0.03	c |       816 |    2520      142     5040 |     7320      816    163 |  0.000 % |
0.01/0.05	c |      1322 |    2520      142     5040 |     8052     1322    155 |  0.000 % |
0.01/0.08	c |      2081 |    2520      142     5040 |     8857     2081    155 |  0.000 % |
0.09/0.19	c |      3223 |    2520      142     5040 |     9743     3223    199 |  0.000 % |
0.29/0.33	c |      4931 |    2520      142     5040 |    10717     4931    188 |  0.000 % |
0.59/0.64	c |      7493 |    2520      142     5040 |    11789     7493    193 |  0.000 % |
1.19/1.25	c |     11337 |    2520      142     5040 |    12968    11337    214 |  0.000 % |
2.39/2.45	c |     17103 |    2520      142     5040 |    14265    10010    260 |  0.000 % |
5.99/6.06	c |     25752 |    2520      142     5040 |    15692    10932    328 |  0.000 % |
10.49/10.52	c |     38727 |    2520      142     5040 |    17261    15454    281 |  0.000 % |
16.50/16.55	c |     58191 |    2520      142     5040 |    18987    16468    268 |  0.000 % |
36.08/36.18	c |     87384 |    2520      142     5040 |    20886    13593    590 |  0.000 % |
63.59/63.62	c |    131175 |    2520      142     5040 |    22974    13367    801 |  0.000 % |
180.89/180.94	c |    196862 |    2520      142     5040 |    25272    18135    863 |  0.000 % |
298.30/298.34	c |    295390 |    2520      142     5040 |    27799    18298    830 |  0.000 % |
769.21/769.22	c |    443182 |    2520      142     5040 |    30579    17163   1006 |  0.000 % |
1068.83/1068.80	c |    664865 |    2520      142     5040 |    33637    28813    454 |  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-3446670-1307903653/watcher-3446670-1307903653 -o /var/tmp/evaluation-result-3446670-1307903653/solver-3446670-1307903653 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446670-1307903653.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.00 1.12 1.46 3/173 28997
/proc/meminfo: memFree=2414940/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=2824 CPUtime=0 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 513 0 0 0 0 0 0 0 24 0 1 0 980595793 2891776 453 33554432000 4194304 5714214 140733553257952 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 706 453 176 372 0 331 0

[startup+0.0187679 s]
/proc/loadavg: 1.00 1.12 1.46 3/173 28997
/proc/meminfo: memFree=2414940/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=3220 CPUtime=0.01 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 611 0 0 0 1 0 0 0 24 0 1 0 980595793 3297280 551 33554432000 4194304 5714214 140733553257952 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 805 551 177 372 0 430 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3220

[startup+0.10075 s]
/proc/loadavg: 1.00 1.12 1.46 3/173 28997
/proc/meminfo: memFree=2414940/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=4936 CPUtime=0.09 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 1054 0 0 0 9 0 0 0 24 0 1 0 980595793 5054464 994 33554432000 4194304 5714214 140733553257952 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 1234 995 177 372 0 859 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4936

[startup+0.300725 s]
/proc/loadavg: 1.00 1.12 1.46 3/173 28997
/proc/meminfo: memFree=2414940/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=7576 CPUtime=0.29 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 1692 0 0 0 28 1 0 0 25 0 1 0 980595793 7757824 1632 33554432000 4194304 5714214 140733553257952 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 1894 1632 177 372 0 1519 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7576

[startup+0.700637 s]
/proc/loadavg: 1.00 1.12 1.46 3/173 28997
/proc/meminfo: memFree=2414940/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=11668 CPUtime=0.69 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 2703 0 0 0 67 2 0 0 25 0 1 0 980595793 11948032 2643 33554432000 4194304 5714214 140733553257952 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 2917 2644 177 372 0 2542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11668

[startup+1.50049 s]
/proc/loadavg: 1.08 1.14 1.46 4/175 28999
/proc/meminfo: memFree=2396624/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=18036 CPUtime=1.49 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 4316 0 0 0 146 3 0 0 18 0 1 0 980595793 18468864 4256 33554432000 4194304 5714214 140733553257952 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 4509 4256 177 372 0 4134 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18036

[startup+3.10019 s]
/proc/loadavg: 1.08 1.14 1.46 4/175 28999
/proc/meminfo: memFree=2387944/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=25312 CPUtime=3.09 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 6124 0 0 0 305 4 0 0 20 0 1 0 980595793 25919488 6064 33554432000 4194304 5714214 140733553257952 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 6328 6064 177 372 0 5953 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25312

[startup+6.3006 s]
/proc/loadavg: 1.08 1.14 1.46 4/175 28999
/proc/meminfo: memFree=2376336/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=28504 CPUtime=6.29 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 6922 0 0 0 624 5 0 0 18 0 1 0 980595793 29188096 6862 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 7126 6862 177 372 0 6751 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28504

[startup+12.7004 s]
/proc/loadavg: 1.22 1.17 1.46 4/175 28999
/proc/meminfo: memFree=2365316/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=33868 CPUtime=12.69 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 8258 0 0 0 1262 7 0 0 25 0 1 0 980595793 34680832 8198 33554432000 4194304 5714214 140733553257952 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 8467 8198 177 372 0 8092 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33868

[startup+25.501 s]
/proc/loadavg: 1.34 1.19 1.47 4/175 28999
/proc/meminfo: memFree=2324900/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=69384 CPUtime=25.49 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 17114 0 0 0 2536 13 0 0 25 0 1 0 980595793 71049216 17054 33554432000 4194304 5714214 140733553257952 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 17346 17054 177 372 0 16971 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69384

[startup+51.1003 s]
/proc/loadavg: 1.56 1.26 1.48 4/175 29000
/proc/meminfo: memFree=2300860/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=82112 CPUtime=51.09 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 20267 0 0 0 5089 20 0 0 25 0 1 0 980595793 84082688 20207 33554432000 4194304 5714214 140733553257952 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 20528 20207 177 372 0 20153 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82112

[startup+102.307 s]
/proc/loadavg: 1.82 1.38 1.51 4/175 29001
/proc/meminfo: memFree=2236580/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=125340 CPUtime=102.29 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 31078 0 0 0 10199 30 0 0 25 0 1 0 980595793 128348160 31018 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319409 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 31335 31018 177 372 0 30960 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 125340

[startup+162.301 s]
/proc/loadavg: 1.93 1.49 1.54 4/175 29003
/proc/meminfo: memFree=2218560/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=131560 CPUtime=162.29 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 32606 0 0 0 16195 34 0 0 25 0 1 0 980595793 134717440 32546 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 32890 32546 177 372 0 32515 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 131560

[startup+222.3 s]
/proc/loadavg: 1.97 1.58 1.56 4/175 29005
/proc/meminfo: memFree=2188632/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=135748 CPUtime=222.29 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 33673 0 0 0 22184 45 0 0 25 0 1 0 980595793 139005952 33613 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 33937 33613 177 372 0 33562 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 135748

[startup+282.3 s]
/proc/loadavg: 1.99 1.65 1.58 4/175 29008
/proc/meminfo: memFree=2165036/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=147252 CPUtime=282.29 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 36543 0 0 0 28179 50 0 0 25 0 1 0 980595793 150786048 36483 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 36813 36483 177 372 0 36438 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 147252

[startup+342.301 s]
/proc/loadavg: 1.99 1.71 1.61 4/175 29011
/proc/meminfo: memFree=2104536/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=190556 CPUtime=342.29 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 47329 0 0 0 34168 61 0 0 25 0 1 0 980595793 195129344 47269 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 47639 47269 177 372 0 47264 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 190556

[startup+402.301 s]
/proc/loadavg: 1.99 1.76 1.63 4/175 29012
/proc/meminfo: memFree=2068284/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=206232 CPUtime=402.3 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 51253 0 0 0 40164 66 0 0 25 0 1 0 980595793 211181568 51193 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 51558 51193 177 372 0 51183 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 206232

[startup+462.301 s]
/proc/loadavg: 1.99 1.80 1.65 4/175 29014
/proc/meminfo: memFree=2052120/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=210592 CPUtime=462.3 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 52339 0 0 0 46161 69 0 0 25 0 1 0 980595793 215646208 52279 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319440 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 52648 52279 177 372 0 52273 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 210592

[startup+522.301 s]
/proc/loadavg: 1.99 1.84 1.67 4/175 29016
/proc/meminfo: memFree=2039312/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=211120 CPUtime=522.3 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 52454 0 0 0 52159 71 0 0 25 0 1 0 980595793 216186880 52394 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 52780 52394 177 372 0 52405 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 211120

[startup+582.3 s]
/proc/loadavg: 1.99 1.86 1.69 4/175 29017
/proc/meminfo: memFree=2006896/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=214556 CPUtime=582.31 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 53335 0 0 0 58156 75 0 0 25 0 1 0 980595793 219705344 53275 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 53639 53275 177 372 0 53264 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 214556

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 1.99 1.93 1.75 4/175 29024
/proc/meminfo: memFree=1926488/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=228468 CPUtime=822.31 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 57213 0 0 0 82140 91 0 0 25 0 1 0 980595793 233951232 56759 33554432000 4194304 5714214 140733553257952 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 57117 56759 177 372 0 56742 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 228468

[startup+882.301 s]
/proc/loadavg: 1.99 1.94 1.76 4/175 29025
/proc/meminfo: memFree=1913552/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=228468 CPUtime=882.32 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 57213 0 0 0 88136 96 0 0 25 0 1 0 980595793 233951232 56759 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319422 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 57117 56759 177 372 0 56742 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 228468

[startup+942.3 s]
/proc/loadavg: 2.13 1.98 1.78 4/175 29027
/proc/meminfo: memFree=1903948/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=228468 CPUtime=942.31 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 57213 0 0 0 94130 101 0 0 25 0 1 0 980595793 233951232 56759 33554432000 4194304 5714214 140733553257952 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 57117 56759 177 372 0 56742 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 228468

[startup+1002.3 s]
/proc/loadavg: 2.05 1.98 1.79 4/175 29028
/proc/meminfo: memFree=1891128/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=228468 CPUtime=1002.32 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 57213 0 0 0 100126 106 0 0 25 0 1 0 980595793 233951232 56759 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 57117 56759 177 372 0 56742 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 228468

[startup+1062.3 s]
/proc/loadavg: 2.02 1.98 1.80 4/175 29030
/proc/meminfo: memFree=1875940/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=228468 CPUtime=1062.32 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 57215 0 0 0 106119 113 0 0 25 0 1 0 980595793 233951232 56761 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 57117 56761 177 372 0 56742 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 228468

[startup+1122.3 s]
/proc/loadavg: 2.00 1.98 1.82 4/175 29032
/proc/meminfo: memFree=1817988/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=270872 CPUtime=1122.33 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 67793 0 0 0 112107 126 0 0 25 0 1 0 980595793 277372928 67339 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 67718 67339 177 372 0 67343 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 270872

[startup+1182.3 s]
/proc/loadavg: 2.08 2.00 1.83 4/175 29033
/proc/meminfo: memFree=1774676/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=301308 CPUtime=1182.33 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 75387 0 0 0 118102 131 0 0 25 0 1 0 980595793 308539392 74933 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319409 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 75327 74933 177 372 0 74952 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 301308

[startup+1242.3 s]
/proc/loadavg: 2.03 2.00 1.83 4/175 29035
/proc/meminfo: memFree=1746976/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=301308 CPUtime=1242.33 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 75391 0 0 0 124100 133 0 0 25 0 1 0 980595793 308539392 74937 33554432000 4194304 5714214 140733553257952 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 75327 74937 177 372 0 74952 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 301308

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.84 4/175 29036
/proc/meminfo: memFree=1727452/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=305664 CPUtime=1302.33 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 76486 0 0 0 130096 137 0 0 25 0 1 0 980595793 312999936 76032 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 76416 76032 177 372 0 76041 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 305664

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.85 4/175 29038
/proc/meminfo: memFree=1706960/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=304852 CPUtime=1362.33 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 76489 0 0 0 136092 141 0 0 25 0 1 0 980595793 312168448 75833 33554432000 4194304 5714214 140733553257952 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 76213 75833 177 372 0 75838 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 304852

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.85 4/175 29040
/proc/meminfo: memFree=1689052/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=304852 CPUtime=1422.34 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 76490 0 0 0 142090 144 0 0 25 0 1 0 980595793 312168448 75834 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 76213 75834 177 372 0 75838 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 304852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.86 4/175 29041
/proc/meminfo: memFree=1671172/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=304972 CPUtime=1482.34 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 76498 0 0 0 148085 149 0 0 25 0 1 0 980595793 312291328 75842 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 76243 75842 177 372 0 75868 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 304972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.86 4/175 29043
/proc/meminfo: memFree=1641492/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=304972 CPUtime=1542.34 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 76499 0 0 0 154082 152 0 0 25 0 1 0 980595793 312291328 75843 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 76243 75843 177 372 0 75868 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 304972

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.87 4/175 29044
/proc/meminfo: memFree=1620008/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=304972 CPUtime=1602.34 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 76516 0 0 0 160080 154 0 0 25 0 1 0 980595793 312291328 75860 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 76243 75860 177 372 0 75868 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 304972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.88 4/175 29055
/proc/meminfo: memFree=1592092/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=323596 CPUtime=1662.34 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 81162 0 0 0 166076 158 0 0 25 0 1 0 980595793 331362304 80506 33554432000 4194304 5714214 140733553257952 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 80899 80506 177 372 0 80524 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 323596

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.88 4/175 29057
/proc/meminfo: memFree=1583372/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=323596 CPUtime=1722.35 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 81164 0 0 0 172073 162 0 0 25 0 1 0 980595793 331362304 80508 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319422 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 80899 80508 177 372 0 80524 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 323596

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 1.89 4/175 29058
/proc/meminfo: memFree=1562364/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=328520 CPUtime=1782.35 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 82943 0 0 0 178069 166 0 0 25 0 1 0 980595793 336404480 81748 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 82130 81748 177 372 0 81755 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 328520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.01 1.89 4/175 29059
/proc/meminfo: memFree=1555408/32951124 swapFree=67062556/67111528
[pid=28997] ppid=28995 vsize=328520 CPUtime=1800.05 cores=1,3,5,7
/proc/28997/stat : 28997 (wbo1.6) R 28995 28997 27812 0 -1 4202496 82943 0 0 0 179837 168 0 0 25 0 1 0 980595793 336404480 81748 33554432000 4194304 5714214 140733553257952 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28997/statm: 82130 81748 177 372 0 81755 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 328520

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.08
CPU user time (s): 1798.38
CPU system time (s): 1.69474
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 330676

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

runsolver used 2.51262 second user time and 5.68214 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-12 20:34:13
IDJOB=3446670
IDBENCH=78689
IDSOLVER=1943
FILE ID=node111/3446670-1307903653
RUNJOBID= node111-1307903653-28971
PBS_JOBID= 13559593
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-chnl35_36_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-3446670-1307903653/watcher-3446670-1307903653 -o /var/tmp/evaluation-result-3446670-1307903653/solver-3446670-1307903653 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3446670-1307903653.wbo

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

MD5SUM BENCH= e9a64a9fd994118a8a7cda3ac40963c5
RANDOM SEED=848803310

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2415656 kB
Buffers:         53752 kB
Cached:       29535740 kB
SwapCached:      11248 kB
Active:       14631800 kB
Inactive:     14975476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2415656 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:            8616 kB
Writeback:           0 kB
AnonPages:       15596 kB
Mapped:          10292 kB
Slab:           865020 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   154484 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 node111 at 2011-06-12 21:04:15