Trace number 2689667

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.4a? (MO) 1776.07 1776.03

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_60_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMe79d43742b4ee40954b18e2a5bb4c066
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.560914
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6000
Total number of constraints220
Number of soft constraints152
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
Top cost 7443
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 7442
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
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.4 beta - 20100517
0.00/0.00	c Parsing wbo file format. File HOME/instance-2689667-1277889995.wbo.
0.00/0.00	c Instance file HOME/instance-2689667-1277889995.wbo
0.00/0.00	c File size is 108441 bytes.
0.00/0.01	c Highest Coefficient sum: 61
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      6000                                                |
0.00/0.01	c |  Number Clauses:        120                                                 |
0.00/0.01	c |  Number Cardinality:    100                                                 |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |    6000      220    12000 |     5000        0    nan |  0.000 % |
0.00/0.02	c |       101 |    6000      220    12000 |     5500      101    218 |  0.000 % |
0.00/0.03	c |       252 |    6000      220    12000 |     6050      252    258 |  0.000 % |
0.04/0.05	c |       477 |    6000      220    12000 |     6655      477    308 |  0.000 % |
0.04/0.08	c |       815 |    6000      220    12000 |     7320      815    295 |  0.000 % |
0.09/0.12	c |      1321 |    6000      220    12000 |     8052     1321    280 |  0.000 % |
0.19/0.21	c |      2081 |    6000      220    12000 |     8857     2081    296 |  0.000 % |
0.29/0.36	c |      3222 |    6000      220    12000 |     9743     3222    303 |  0.000 % |
0.69/0.72	c |      4931 |    6000      220    12000 |    10717     4931    330 |  0.000 % |
1.29/1.30	c |      7494 |    6000      220    12000 |    11789     7494    334 |  0.000 % |
2.48/2.50	c |     11339 |    6000      220    12000 |    12968    11339    337 |  0.000 % |
4.69/4.70	c |     17108 |    6000      220    12000 |    14265     9159    342 |  0.000 % |
7.79/7.83	c |     25757 |    6000      220    12000 |    15692     9229    318 |  0.000 % |
14.89/14.96	c |     38731 |    6000      220    12000 |    17261    12911    385 |  0.000 % |
28.39/28.42	c |     58194 |    6000      220    12000 |    18987    11507    370 |  0.000 % |
45.69/45.77	c |     87386 |    6000      220    12000 |    20886    18812    788 |  0.000 % |
97.89/97.92	c |    131176 |    6000      220    12000 |    22974    18164    490 |  0.000 % |
162.80/162.88	c |    196863 |    6000      220    12000 |    25272    23189    535 |  0.000 % |
398.00/398.02	c |    295392 |    6000      220    12000 |    27799    17064   1228 |  0.000 % |
570.20/570.24	c |    443184 |    6000      220    12000 |    30579    21533    498 |  0.000 % |
901.11/901.16	c |    664871 |    6000      220    12000 |    33637    30087    508 |  0.000 % |
1294.21/1294.25	c |    997398 |    6000      220    12000 |    37001    25447    513 |  0.000 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2689667-1277889995/watcher-2689667-1277889995 -o /tmp/evaluation-result-2689667-1277889995/solver-2689667-1277889995 -C 1800 -W 2000 -M 3800 wbo1.4a -file-format=wbo -time-limit=1800 HOME/instance-2689667-1277889995.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.80 3.44 3/179 8643
/proc/meminfo: memFree=31212904/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=3212 CPUtime=0
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 397 0 0 0 0 0 0 0 25 0 1 0 130297012 3289088 316 4089446400 134512640 135751879 4289347168 18446744073709551615 134613740 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/8643/statm: 803 316 136 303 0 471 0

[startup+0.051376 s]
/proc/loadavg: 2.20 2.80 3.44 3/179 8643
/proc/meminfo: memFree=31212904/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=4396 CPUtime=0.04
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 768 0 0 0 4 0 0 0 25 0 1 0 130297012 4501504 660 4089446400 134512640 135751879 4289347168 18446744073709551615 134616404 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 1099 660 143 303 0 794 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4396

[startup+0.100363 s]
/proc/loadavg: 2.20 2.80 3.44 3/179 8643
/proc/meminfo: memFree=31212904/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=5056 CPUtime=0.09
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 943 0 0 0 8 1 0 0 25 0 1 0 130297012 5177344 835 4089446400 134512640 135751879 4289347168 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 1264 835 143 303 0 959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5056

[startup+0.30035 s]
/proc/loadavg: 2.20 2.80 3.44 3/179 8643
/proc/meminfo: memFree=31212904/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=7696 CPUtime=0.29
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 1587 0 0 0 28 1 0 0 25 0 1 0 130297012 7880704 1479 4089446400 134512640 135751879 4289347168 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 1924 1479 143 303 0 1619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7696

[startup+0.700259 s]
/proc/loadavg: 2.20 2.80 3.44 3/179 8643
/proc/meminfo: memFree=31212904/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=10864 CPUtime=0.69
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 2392 0 0 0 68 1 0 0 25 0 1 0 130297012 11124736 2284 4089446400 134512640 135751879 4289347168 18446744073709551615 134616866 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 2716 2284 143 303 0 2411 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10864

[startup+1.50111 s]
/proc/loadavg: 2.18 2.78 3.43 3/180 8644
/proc/meminfo: memFree=31201364/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=16408 CPUtime=1.49
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 3781 0 0 0 147 2 0 0 25 0 1 0 130297012 16801792 3673 4089446400 134512640 135751879 4289347168 18446744073709551615 134616843 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 4102 3673 143 303 0 3797 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16408

[startup+3.10083 s]
/proc/loadavg: 2.18 2.78 3.43 3/180 8644
/proc/meminfo: memFree=31194668/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=24208 CPUtime=3.09
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 5704 0 0 0 306 3 0 0 25 0 1 0 130297012 24788992 5596 4089446400 134512640 135751879 4289347168 18446744073709551615 134616516 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 6052 5596 143 303 0 5747 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24208

[startup+6.30026 s]
/proc/loadavg: 2.18 2.78 3.43 3/180 8644
/proc/meminfo: memFree=31180784/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=37540 CPUtime=6.29
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 9047 0 0 0 624 5 0 0 25 0 1 0 130297012 38440960 8939 4089446400 134512640 135751879 4289347168 18446744073709551615 134616520 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 9385 8939 143 303 0 9080 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37540

[startup+12.7011 s]
/proc/loadavg: 2.15 2.76 3.41 3/180 8644
/proc/meminfo: memFree=31158584/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=59328 CPUtime=12.69
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 14484 0 0 0 1262 7 0 0 25 0 1 0 130297012 60751872 14376 4089446400 134512640 135751879 4289347168 18446744073709551615 135206651 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 14832 14376 143 303 0 14527 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59328

[startup+25.5009 s]
/proc/loadavg: 2.13 2.73 3.40 3/180 8644
/proc/meminfo: memFree=31124228/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=93084 CPUtime=25.49
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 22921 0 0 0 2538 11 0 0 25 0 1 0 130297012 95318016 22813 4089446400 134512640 135751879 4289347168 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 23271 22813 143 303 0 22966 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93084

[startup+51.1004 s]
/proc/loadavg: 2.08 2.67 3.36 3/180 8644
/proc/meminfo: memFree=31018680/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=200012 CPUtime=51.09
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 49633 0 0 0 5087 22 0 0 25 0 1 0 130297012 204812288 49525 4089446400 134512640 135751879 4289347168 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 50003 49525 143 303 0 49698 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 200012

[startup+102.306 s]
/proc/loadavg: 2.03 2.56 3.28 3/180 8646
/proc/meminfo: memFree=30909536/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=307472 CPUtime=102.3
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 76492 0 0 0 10198 32 0 0 25 0 1 0 130297012 314851328 76384 4089446400 134512640 135751879 4289347168 18446744073709551615 134516982 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 76868 76384 143 303 0 76563 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 307472

[startup+162.301 s]
/proc/loadavg: 2.01 2.45 3.19 3/180 8648
/proc/meminfo: memFree=30781788/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=436520 CPUtime=162.29
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 108712 0 0 0 16185 44 0 0 25 0 1 0 130297012 446996480 108604 4089446400 134512640 135751879 4289347168 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 109130 108604 143 303 0 108825 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 436520

[startup+222.3 s]
/proc/loadavg: 2.00 2.37 3.12 3/180 8649
/proc/meminfo: memFree=30584708/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=604368 CPUtime=222.3
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 150650 0 0 0 22175 55 0 0 25 0 1 0 130297012 618872832 150542 4089446400 134512640 135751879 4289347168 18446744073709551615 134616480 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 151092 150542 143 303 0 150787 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 604368

[startup+282.301 s]
/proc/loadavg: 2.05 2.31 3.05 3/180 8650
/proc/meminfo: memFree=30449872/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=765856 CPUtime=282.29
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 191002 0 0 0 28164 65 0 0 25 0 1 0 130297012 784236544 190894 4089446400 134512640 135751879 4289347168 18446744073709551615 134616480 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 191464 190894 143 303 0 191159 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 765856

[startup+342.3 s]
/proc/loadavg: 2.02 2.25 2.98 3/180 8655
/proc/meminfo: memFree=30328976/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=883684 CPUtime=342.29
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 220471 0 0 0 34156 73 0 0 25 0 1 0 130297012 904892416 220363 4089446400 134512640 135751879 4289347168 18446744073709551615 134616543 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 220921 220363 143 303 0 220616 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 883684

[startup+402.301 s]
/proc/loadavg: 2.00 2.20 2.92 4/180 8657
/proc/meminfo: memFree=30172572/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=1042108 CPUtime=402.3
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 260071 0 0 0 40146 84 0 0 25 0 1 0 130297012 1067118592 259963 4089446400 134512640 135751879 4289347168 18446744073709551615 134616492 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 260527 259963 143 303 0 260222 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1042108

[startup+462.3 s]
/proc/loadavg: 2.00 2.16 2.86 3/180 8659
/proc/meminfo: memFree=30078304/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=1134840 CPUtime=462.3
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 283175 0 0 0 46136 94 0 0 25 0 1 0 130297012 1162076160 283067 4089446400 134512640 135751879 4289347168 18446744073709551615 134616489 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 283710 283067 143 303 0 283405 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1134840

[startup+522.301 s]
/proc/loadavg: 2.00 2.13 2.80 3/180 8660
/proc/meminfo: memFree=29975464/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=1239340 CPUtime=522.3
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 309311 0 0 0 52126 104 0 0 25 0 1 0 130297012 1269084160 309203 4089446400 134512640 135751879 4289347168 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 309835 309203 143 303 0 309530 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1239340

[startup+582.301 s]
/proc/loadavg: 2.00 2.11 2.75 3/180 8661
/proc/meminfo: memFree=29839264/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=1373920 CPUtime=582.3
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 342891 0 0 0 58113 117 0 0 25 0 1 0 130297012 1406894080 342783 4089446400 134512640 135751879 4289347168 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 343480 342783 143 303 0 343175 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1373920

[startup+642.301 s]
/proc/loadavg: 2.00 2.08 2.70 3/180 8663
/proc/meminfo: memFree=29751312/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=1461084 CPUtime=642.31
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 364643 0 0 0 64106 125 0 0 25 0 1 0 130297012 1496150016 364535 4089446400 134512640 135751879 4289347168 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 365271 364535 143 303 0 364966 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1461084

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.07 2.06 2.57 3/180 8668
/proc/meminfo: memFree=29442936/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=1767664 CPUtime=822.31
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 441232 0 0 0 82077 154 0 0 25 0 1 0 130297012 1810087936 441124 4089446400 134512640 135751879 4289347168 18446744073709551615 134616492 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 441916 441124 143 303 0 441611 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1767664

[startup+882.3 s]
/proc/loadavg: 2.02 2.04 2.53 3/180 8669
/proc/meminfo: memFree=29356096/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=1853064 CPUtime=882.31
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 462551 0 0 0 88069 162 0 0 25 0 1 0 130297012 1897537536 462443 4089446400 134512640 135751879 4289347168 18446744073709551615 134616520 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/8643/statm: 463266 462443 143 303 0 462961 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1853064

[startup+942.301 s]
/proc/loadavg: 2.14 2.08 2.51 3/179 8753
/proc/meminfo: memFree=29319528/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=1956740 CPUtime=942.31
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 488426 0 0 0 94057 174 0 0 25 0 1 0 130297012 2003701760 488318 4089446400 134512640 135751879 4289347168 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 489185 488318 143 303 0 488880 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1956740

[startup+1002.3 s]
/proc/loadavg: 2.05 2.06 2.48 3/179 8755
/proc/meminfo: memFree=29141360/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=2065452 CPUtime=1002.31
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 515589 0 0 0 100042 189 0 0 25 0 1 0 130297012 2115022848 515481 4089446400 134512640 135751879 4289347168 18446744073709551615 134616520 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 516363 515481 143 303 0 516058 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2065452

[startup+1062.3 s]
/proc/loadavg: 2.02 2.05 2.45 3/179 8884
/proc/meminfo: memFree=29093164/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=2170652 CPUtime=1062.31
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 541852 0 0 0 106028 203 0 0 25 0 1 0 130297012 2222747648 541744 4089446400 134512640 135751879 4289347168 18446744073709551615 134616489 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 542663 541744 143 303 0 542358 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2170652

[startup+1122.3 s]
/proc/loadavg: 2.00 2.04 2.42 3/179 8885
/proc/meminfo: memFree=28938892/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=2276012 CPUtime=1122.31
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 568201 0 0 0 112012 219 0 0 25 0 1 0 130297012 2330636288 568093 4089446400 134512640 135751879 4289347168 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 569003 568093 143 303 0 568698 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2276012

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.39 3/179 8886
/proc/meminfo: memFree=28762764/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=2408032 CPUtime=1182.32
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 601177 0 0 0 117994 238 0 0 25 0 1 0 130297012 2465824768 601069 4089446400 134512640 135751879 4289347168 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 602008 601069 143 303 0 601703 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2408032

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.36 3/179 8888
/proc/meminfo: memFree=28606708/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=2515684 CPUtime=1242.32
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 628061 0 0 0 123979 253 0 0 25 0 1 0 130297012 2576060416 627953 4089446400 134512640 135751879 4289347168 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 628921 627953 143 303 0 628616 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2515684

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.34 3/179 8890
/proc/meminfo: memFree=28470872/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=2602516 CPUtime=1302.32
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 649725 0 0 0 129966 266 0 0 25 0 1 0 130297012 2664976384 649617 4089446400 134512640 135751879 4289347168 18446744073709551615 134616489 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 650629 649617 143 303 0 650324 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 2602516

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.31 3/179 8892
/proc/meminfo: memFree=28217360/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=2810132 CPUtime=1362.32
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 701565 0 0 0 135940 292 0 0 25 0 1 0 130297012 2877575168 701457 4089446400 134512640 135751879 4289347168 18446744073709551615 135206651 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 702533 701457 143 303 0 702228 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 2810132

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.29 3/179 8893
/proc/meminfo: memFree=27992380/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=2983020 CPUtime=1422.32
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 744761 0 0 0 141922 310 0 0 25 0 1 0 130297012 3054612480 744653 4089446400 134512640 135751879 4289347168 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 745755 744653 143 303 0 745450 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 2983020

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.27 3/179 8894
/proc/meminfo: memFree=27798272/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=3127252 CPUtime=1482.32
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 780789 0 0 0 147906 326 0 0 25 0 1 0 130297012 3202306048 780681 4089446400 134512640 135751879 4289347168 18446744073709551615 134616543 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 781813 780681 143 303 0 781508 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 3127252

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.25 3/179 8896
/proc/meminfo: memFree=27601668/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=3267216 CPUtime=1542.33
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 815731 0 0 0 153888 345 0 0 25 0 1 0 130297012 3345629184 815623 4089446400 134512640 135751879 4289347168 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 816804 815623 143 303 0 816499 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3267216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.24 3/179 8898
/proc/meminfo: memFree=27379776/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=3411408 CPUtime=1602.32
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 851749 0 0 0 159871 361 0 0 25 0 1 0 130297012 3493281792 851641 4089446400 134512640 135751879 4289347168 18446744073709551615 134516982 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 852852 851641 143 303 0 852547 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 3411408

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.22 3/179 8900
/proc/meminfo: memFree=27097252/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=3601240 CPUtime=1662.33
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 899179 0 0 0 165851 382 0 0 25 0 1 0 130297012 3687669760 899071 4089446400 134512640 135751879 4289347168 18446744073709551615 134616516 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 900310 899071 143 303 0 900005 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 3601240

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 8901
/proc/meminfo: memFree=26899792/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=3754928 CPUtime=1722.33
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 937539 0 0 0 171830 403 0 0 25 0 1 0 130297012 3845046272 937431 4089446400 134512640 135751879 4289347168 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 938732 937431 143 303 0 938427 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 3754928



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1775.9 s]
/proc/loadavg: 2.00 2.00 2.18 3/179 8902
/proc/meminfo: memFree=26718592/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=3891416 CPUtime=1775.94
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4202496 971637 0 0 0 177176 418 0 0 25 0 1 0 130297012 3984809984 971529 4089446400 134512640 135751879 4289347168 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/8643/statm: 972854 971529 143 303 0 972549 0
Current children cumulated CPU time (s) 1775.94
Current children cumulated vsize (KiB) 3891416

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

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

[startup+1776.01 s]
/proc/loadavg: 2.00 2.00 2.18 3/179 8902
/proc/meminfo: memFree=26718592/32951124 swapFree=67111528/67111528
[pid=8643] ppid=8641 vsize=0 CPUtime=1776.04
/proc/8643/stat : 8643 (wbo1.4a) R 8641 8643 7649 0 -1 4203524 971637 0 0 0 177176 428 0 0 25 0 1 0 130297012 0 0 4089446400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/8643/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1776.04
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1776.03
CPU time (s): 1776.07
CPU user time (s): 1771.76
CPU system time (s): 4.30335
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3891416

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

runsolver used 2.6246 second user time and 5.46417 second system time

The end

Launcher Data

Begin job on node107 at 2010-06-30 11:26:35
IDJOB=2689667
IDBENCH=78677
IDSOLVER=1200
FILE ID=node107/2689667-1277889995
PBS_JOBID= 11197140
Free space on /tmp= 74192 MiB

SOLVER NAME= wbo 1.4a
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= wbo1.4a -file-format=wbo -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2689667-1277889995/watcher-2689667-1277889995 -o /tmp/evaluation-result-2689667-1277889995/solver-2689667-1277889995 -C 1800 -W 2000 -M 3800  wbo1.4a -file-format=wbo -time-limit=1800 HOME/instance-2689667-1277889995.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e79d43742b4ee40954b18e2a5bb4c066
RANDOM SEED=543572145

node107.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	: 5332.75
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.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.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.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.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.81
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.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.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.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.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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31213308 kB
Buffers:        172404 kB
Cached:        1266836 kB
SwapCached:          0 kB
Active:         506576 kB
Inactive:      1086820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31213308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2988 kB
Writeback:           0 kB
AnonPages:      154028 kB
Mapped:          18816 kB
Slab:            78364 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   367576 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= 74204 MiB
End job on node107 at 2010-06-30 11:56:13