Trace number 2689645

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? (TO) 1800.16 1866.73

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_50_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM0158a6ff32db5686aa85d7a9b49d6df3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.152976
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4000
Total number of constraints180
Number of soft constraints67
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint50
Top cost 3472
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 3471
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c wbo 1.4 beta - 20100517
0.00/0.00	c Parsing wbo file format. File HOME/instance-2689645-1277887084.wbo.
0.00/0.00	c Instance file HOME/instance-2689645-1277887084.wbo
0.00/0.00	c File size is 71718 bytes.
0.00/0.00	c Highest Coefficient sum: 51
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      4000                                                |
0.00/0.00	c |  Number Clauses:        100                                                 |
0.00/0.00	c |  Number Cardinality:    80                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |    4000      180     8000 |     5000        0    nan |  0.000 % |
0.00/0.01	c |       101 |    4000      180     8000 |     5500      101    176 |  0.000 % |
0.00/0.02	c |       252 |    4000      180     8000 |     6050      252    193 |  0.000 % |
0.00/0.03	c |       478 |    4000      180     8000 |     6655      478    195 |  0.000 % |
0.00/0.05	c |       816 |    4000      180     8000 |     7320      816    193 |  0.000 % |
0.00/0.09	c |      1323 |    4000      180     8000 |     8052     1323    205 |  0.000 % |
0.09/0.16	c |      2082 |    4000      180     8000 |     8857     2082    209 |  0.000 % |
0.18/0.27	c |      3221 |    4000      180     8000 |     9743     3221    226 |  0.000 % |
0.49/0.55	c |      4932 |    4000      180     8000 |    10717     4932    251 |  0.000 % |
1.18/1.28	c |      7494 |    4000      180     8000 |    11789     7494    315 |  0.000 % |
2.19/2.27	c |     11339 |    4000      180     8000 |    12968    11339    315 |  0.000 % |
4.19/4.20	c |     17106 |    4000      180     8000 |    14265     9663    307 |  0.000 % |
7.19/7.27	c |     25762 |    4000      180     8000 |    15692    10297    423 |  0.000 % |
13.09/13.10	c |     38739 |    4000      180     8000 |    17261    14312    376 |  0.000 % |
21.99/22.07	c |     58202 |    4000      180     8000 |    18987    14617    360 |  0.000 % |
35.48/35.53	c |     87395 |    4000      180     8000 |    20886    12309    286 |  0.000 % |
67.78/67.85	c |    131185 |    4000      180     8000 |    22974    21164    378 |  0.000 % |
103.49/103.56	c |    196870 |    4000      180     8000 |    25272    23489    342 |  0.000 % |
206.59/206.69	c |    295398 |    4000      180     8000 |    27799    20925    541 |  0.000 % |
318.29/318.40	c |    443189 |    4000      180     8000 |    30579    25031    479 |  0.000 % |
506.10/506.13	c |    664873 |    4000      180     8000 |    33637    25636    571 |  0.000 % |
789.90/789.99	c |    997398 |    4000      180     8000 |    37001    30363    475 |  0.000 % |
1503.62/1544.68	c |   1496186 |    4000      180     8000 |    40701    23144    530 |  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-2689645-1277887084/watcher-2689645-1277887084 -o /tmp/evaluation-result-2689645-1277887084/solver-2689645-1277887084 -C 1800 -W 2000 -M 3800 wbo1.4a -file-format=wbo -time-limit=1800 HOME/instance-2689645-1277887084.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.88 2.86 1.86 3/196 7095
/proc/meminfo: memFree=31515792/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=3180 CPUtime=0
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 403 0 0 0 0 0 0 0 25 0 1 0 130005957 3256320 322 4089446400 134512640 135751879 4289494800 18446744073709551615 135206651 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/7095/statm: 795 322 140 303 0 472 0

[startup+0.099126 s]
/proc/loadavg: 2.88 2.86 1.86 3/196 7095
/proc/meminfo: memFree=31515792/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=4592 CPUtime=0.09
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 816 0 0 0 8 1 0 0 18 0 1 0 130005957 4702208 717 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 1148 717 143 303 0 843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4592

[startup+0.100427 s]
/proc/loadavg: 2.88 2.86 1.86 3/196 7095
/proc/meminfo: memFree=31515792/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=4592 CPUtime=0.09
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 818 0 0 0 8 1 0 0 18 0 1 0 130005957 4702208 719 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 1148 719 143 303 0 843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4592

[startup+0.300487 s]
/proc/loadavg: 2.88 2.86 1.86 3/196 7095
/proc/meminfo: memFree=31515792/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=6968 CPUtime=0.28
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 1403 0 0 0 27 1 0 0 18 0 1 0 130005957 7135232 1304 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 1742 1304 143 303 0 1437 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6968

[startup+0.700418 s]
/proc/loadavg: 2.88 2.86 1.86 3/196 7095
/proc/meminfo: memFree=31515792/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=10276 CPUtime=0.69
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 2247 0 0 0 67 2 0 0 18 0 1 0 130005957 10522624 2148 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 2569 2148 143 303 0 2264 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10276

[startup+1.50027 s]
/proc/loadavg: 2.88 2.86 1.86 3/197 7096
/proc/meminfo: memFree=31505368/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=15424 CPUtime=1.49
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 3511 0 0 0 146 3 0 0 20 0 1 0 130005957 15794176 3412 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 3856 3412 143 303 0 3551 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15424

[startup+3.10098 s]
/proc/loadavg: 2.88 2.86 1.86 3/197 7096
/proc/meminfo: memFree=31498424/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=23740 CPUtime=3.09
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 5594 0 0 0 305 4 0 0 25 0 1 0 130005957 24309760 5495 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 5935 5495 143 303 0 5630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23740

[startup+6.3004 s]
/proc/loadavg: 2.81 2.85 1.86 3/197 7096
/proc/meminfo: memFree=31482672/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=37884 CPUtime=6.29
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 9125 0 0 0 622 7 0 0 25 0 1 0 130005957 38793216 9026 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 9471 9026 143 303 0 9166 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37884

[startup+12.7002 s]
/proc/loadavg: 2.75 2.83 1.86 3/197 7097
/proc/meminfo: memFree=31455516/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=64436 CPUtime=12.69
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 15758 0 0 0 1258 11 0 0 25 0 1 0 130005957 65982464 15659 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 16109 15659 143 303 0 15804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64436

[startup+25.5009 s]
/proc/loadavg: 2.58 2.79 1.86 3/197 7097
/proc/meminfo: memFree=31408368/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=110500 CPUtime=25.49
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 27281 0 0 0 2529 20 0 0 25 0 1 0 130005957 113152000 27182 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 27625 27182 143 303 0 27320 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110500

[startup+51.1002 s]
/proc/loadavg: 2.38 2.73 1.86 3/197 7098
/proc/meminfo: memFree=31346084/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=174176 CPUtime=51.09
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 43149 0 0 0 5079 30 0 0 25 0 1 0 130005957 178356224 43050 4089446400 134512640 135751879 4289494800 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 43544 43050 143 303 0 43239 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 174176

[startup+102.306 s]
/proc/loadavg: 2.16 2.61 1.87 3/197 7099
/proc/meminfo: memFree=31210772/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=308080 CPUtime=102.29
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 76574 0 0 0 10180 49 0 0 25 0 1 0 130005957 315473920 76475 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 77020 76475 143 303 0 76715 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 308080

[startup+162.301 s]
/proc/loadavg: 2.06 2.50 1.87 3/197 7101
/proc/meminfo: memFree=31078796/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=440880 CPUtime=162.29
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 109733 0 0 0 16162 67 0 0 25 0 1 0 130005957 451461120 109634 4089446400 134512640 135751879 4289494800 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 110220 109634 143 303 0 109915 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 440880

[startup+222.301 s]
/proc/loadavg: 2.02 2.41 1.88 3/197 7102
/proc/meminfo: memFree=30939236/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=580104 CPUtime=222.29
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 144479 0 0 0 22144 85 0 0 25 0 1 0 130005957 594026496 144380 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 145026 144381 143 303 0 144721 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 580104

[startup+282.301 s]
/proc/loadavg: 2.01 2.33 1.89 3/197 7104
/proc/meminfo: memFree=30797832/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=722744 CPUtime=282.29
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 180086 0 0 0 28126 103 0 0 25 0 1 0 130005957 740089856 179987 4089446400 134512640 135751879 4289494800 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 180686 179987 143 303 0 180381 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 722744

[startup+342.3 s]
/proc/loadavg: 2.00 2.27 1.89 3/197 7106
/proc/meminfo: memFree=30676876/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=841696 CPUtime=342.29
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 209798 0 0 0 34107 122 0 0 25 0 1 0 130005957 861896704 209699 4089446400 134512640 135751879 4289494800 18446744073709551615 134611146 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 210424 209699 143 303 0 210119 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 841696

[startup+402.3 s]
/proc/loadavg: 2.00 2.22 1.90 3/197 7107
/proc/meminfo: memFree=30559288/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=959824 CPUtime=402.3
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 239271 0 0 0 40092 138 0 0 25 0 1 0 130005957 982859776 239172 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 239956 239172 143 303 0 239651 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 959824

[startup+462.3 s]
/proc/loadavg: 2.00 2.17 1.90 3/197 7109
/proc/meminfo: memFree=30358136/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=1159860 CPUtime=462.29
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 289249 0 0 0 46058 171 0 0 25 0 1 0 130005957 1187696640 289150 4089446400 134512640 135751879 4289494800 18446744073709551615 134616543 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 289965 289150 143 303 0 289660 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1159860

[startup+522.3 s]
/proc/loadavg: 2.00 2.14 1.91 3/197 7110
/proc/meminfo: memFree=30204100/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=1306864 CPUtime=522.3
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 325994 0 0 0 52034 196 0 0 25 0 1 0 130005957 1338228736 325895 4089446400 134512640 135751879 4289494800 18446744073709551615 134616540 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 326716 325895 143 303 0 326411 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1306864

[startup+582.3 s]
/proc/loadavg: 2.00 2.11 1.91 3/197 7112
/proc/meminfo: memFree=30032196/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=1465180 CPUtime=582.3
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 365530 0 0 0 58005 225 0 0 25 0 1 0 130005957 1500344320 365431 4089446400 134512640 135751879 4289494800 18446744073709551615 134616480 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 366295 365431 143 303 0 365990 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1465180

[startup+642.301 s]
/proc/loadavg: 2.05 2.10 1.91 3/197 7114
/proc/meminfo: memFree=29888316/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=1598580 CPUtime=642.31
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 398858 0 0 0 63983 248 0 0 25 0 1 0 130005957 1636945920 398759 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 399645 398759 143 303 0 399340 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1598580

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 5.49 3.21 2.34 10/187 7174
/proc/meminfo: memFree=29538036/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=2195588 CPUtime=938.35
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 547992 0 0 0 93504 331 0 0 25 0 1 0 130005957 2248282112 547893 4089446400 134512640 135751879 4289494800 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/7095/statm: 548897 547893 143 303 0 548592 0
Current children cumulated CPU time (s) 938.35
Current children cumulated vsize (KiB) 2195588

[startup+1002.3 s]
/proc/loadavg: 6.25 3.83 2.61 10/187 7175
/proc/meminfo: memFree=29455776/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=2260904 CPUtime=991.13
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 564302 0 0 0 98771 342 0 0 25 0 1 0 130005957 2315165696 564203 4089446400 134512640 135751879 4289494800 18446744073709551615 134516989 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/7095/statm: 565226 564203 143 303 0 564921 0
Current children cumulated CPU time (s) 991.13
Current children cumulated vsize (KiB) 2260904

[startup+1062.3 s]
/proc/loadavg: 6.35 4.36 2.87 3/187 7177
/proc/meminfo: memFree=29378792/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=2336732 CPUtime=1041.22
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 583260 0 0 0 103767 355 0 0 25 0 1 0 130005957 2392813568 583161 4089446400 134512640 135751879 4289494800 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 584183 583161 143 303 0 583878 0
Current children cumulated CPU time (s) 1041.22
Current children cumulated vsize (KiB) 2336732

[startup+1122.3 s]
/proc/loadavg: 7.68 5.10 3.21 10/187 7178
/proc/meminfo: memFree=29284784/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=2425324 CPUtime=1101.22
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 605394 0 0 0 109749 373 0 0 25 0 1 0 130005957 2483531776 605295 4089446400 134512640 135751879 4289494800 18446744073709551615 134616516 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 606331 605295 143 303 0 606026 0
Current children cumulated CPU time (s) 1101.22
Current children cumulated vsize (KiB) 2425324

[startup+1182.3 s]
/proc/loadavg: 7.28 5.46 3.45 10/187 7180
/proc/meminfo: memFree=29178140/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=2534400 CPUtime=1158.26
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 632648 0 0 0 115435 391 0 0 25 0 1 0 130005957 2595225600 632549 4089446400 134512640 135751879 4289494800 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/7095/statm: 633600 632549 143 303 0 633295 0
Current children cumulated CPU time (s) 1158.26
Current children cumulated vsize (KiB) 2534400

[startup+1242.3 s]
/proc/loadavg: 4.41 5.02 3.43 10/187 7316
/proc/meminfo: memFree=29070012/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=2670168 CPUtime=1218.26
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 666558 0 0 0 121419 407 0 0 25 0 1 0 130005957 2734252032 666459 4089446400 134512640 135751879 4289494800 18446744073709551615 134616495 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 667542 666459 143 303 0 667237 0
Current children cumulated CPU time (s) 1218.26
Current children cumulated vsize (KiB) 2670168

[startup+1302.3 s]
/proc/loadavg: 5.28 5.11 3.56 3/187 7324
/proc/meminfo: memFree=28919428/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=2778640 CPUtime=1278.27
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 693676 0 0 0 127404 423 0 0 25 0 1 0 130005957 2845327360 693577 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/7095/statm: 694660 693577 143 303 0 694355 0
Current children cumulated CPU time (s) 1278.27
Current children cumulated vsize (KiB) 2778640

[startup+1362.3 s]
/proc/loadavg: 6.23 5.37 3.74 3/187 7326
/proc/meminfo: memFree=28810052/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=2868388 CPUtime=1332.64
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 716103 0 0 0 132827 437 0 0 25 0 1 0 130005957 2937229312 716004 4089446400 134512640 135751879 4289494800 18446744073709551615 134616503 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 717097 716004 143 303 0 716792 0
Current children cumulated CPU time (s) 1332.64
Current children cumulated vsize (KiB) 2868388

[startup+1422.31 s]
/proc/loadavg: 6.03 5.49 3.88 5/187 7336
/proc/meminfo: memFree=28558564/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=2958044 CPUtime=1387.61
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 738518 0 0 0 138309 452 0 0 25 0 1 0 130005957 3029037056 738419 4089446400 134512640 135751879 4289494800 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/7095/statm: 739511 738419 143 303 0 739206 0
Current children cumulated CPU time (s) 1387.61
Current children cumulated vsize (KiB) 2958044

[startup+1482.3 s]
/proc/loadavg: 4.03 5.03 3.82 3/187 7338
/proc/meminfo: memFree=28465172/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=3075420 CPUtime=1447.61
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 767860 0 0 0 144298 463 0 0 25 0 1 0 130005957 3149230080 767761 4089446400 134512640 135751879 4289494800 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/7095/statm: 768855 767761 143 303 0 768550 0
Current children cumulated CPU time (s) 1447.61
Current children cumulated vsize (KiB) 3075420

[startup+1542.3 s]
/proc/loadavg: 4.86 5.07 3.91 3/187 7347
/proc/meminfo: memFree=28359088/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=3206128 CPUtime=1501.54
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 800511 0 0 0 149674 480 0 0 25 0 1 0 130005957 3283075072 800412 4089446400 134512640 135751879 4289494800 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 801532 800412 143 303 0 801227 0
Current children cumulated CPU time (s) 1501.54
Current children cumulated vsize (KiB) 3206128

[startup+1602.3 s]
/proc/loadavg: 4.66 4.97 3.94 4/187 7348
/proc/meminfo: memFree=28253556/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=3293496 CPUtime=1550.59
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 822301 0 0 0 154563 496 0 0 25 0 1 0 130005957 3372539904 822202 4089446400 134512640 135751879 4289494800 18446744073709551615 134516982 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/7095/statm: 823374 822202 143 303 0 823069 0
Current children cumulated CPU time (s) 1550.59
Current children cumulated vsize (KiB) 3293496

[startup+1662.3 s]
/proc/loadavg: 5.96 5.28 4.11 12/187 7350
/proc/meminfo: memFree=28146696/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=3377932 CPUtime=1601.93
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 843378 0 0 0 159681 512 0 0 25 0 1 0 130005957 3459002368 843279 4089446400 134512640 135751879 4289494800 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/7095/statm: 844483 843279 143 303 0 844178 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 3377932

[startup+1722.3 s]
/proc/loadavg: 5.33 5.27 4.18 10/187 7429
/proc/meminfo: memFree=28399456/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=3471208 CPUtime=1656.11
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 866708 0 0 0 165082 529 0 0 25 0 1 0 130005957 3554516992 866609 4089446400 134512640 135751879 4289494800 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7095/statm: 867802 866609 143 303 0 867497 0
Current children cumulated CPU time (s) 1656.11
Current children cumulated vsize (KiB) 3471208

[startup+1782.3 s]
/proc/loadavg: 3.84 4.88 4.11 4/187 7466
/proc/meminfo: memFree=28268436/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=3569352 CPUtime=1715.72
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 891194 0 0 0 171027 545 0 0 25 0 1 0 130005957 3655016448 891095 4089446400 134512640 135751879 4289494800 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/7095/statm: 892338 891095 143 303 0 892033 0
Current children cumulated CPU time (s) 1715.72
Current children cumulated vsize (KiB) 3569352

[startup+1842.3 s]
/proc/loadavg: 4.19 4.78 4.12 4/187 7503
/proc/meminfo: memFree=28185964/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=3680928 CPUtime=1775.73
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 919033 0 0 0 177015 558 0 0 25 0 1 0 130005957 3769270272 918934 4089446400 134512640 135751879 4289494800 18446744073709551615 134616489 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/7095/statm: 920232 918934 143 303 0 919927 0
Current children cumulated CPU time (s) 1775.73
Current children cumulated vsize (KiB) 3680928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1866.6 s]
/proc/loadavg: 3.64 4.60 4.08 3/187 7503
/proc/meminfo: memFree=28140568/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=3717536 CPUtime=1800.03
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4202496 928177 0 0 0 179441 562 0 0 25 0 1 0 130005957 3806756864 928078 4089446400 134512640 135751879 4289494800 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/7095/statm: 929384 928078 143 303 0 929079 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3717536

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

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

[startup+1866.71 s]
/proc/loadavg: 3.64 4.60 4.08 3/187 7503
/proc/meminfo: memFree=28140568/32951124 swapFree=67111528/67111528
[pid=7095] ppid=7093 vsize=0 CPUtime=1800.13
/proc/7095/stat : 7095 (wbo1.4a) R 7093 7095 6781 0 -1 4203524 928177 0 0 0 179441 572 0 0 25 0 1 0 130005957 0 0 4089446400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/7095/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1866.73
CPU time (s): 1800.16
CPU user time (s): 1794.42
CPU system time (s): 5.74513
CPU usage (%): 96.4342
Max. virtual memory (cumulated for all children) (KiB): 3717536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 5.74513
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 928177
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= 14444

runsolver used 2.80057 second user time and 6.00709 second system time

The end

Launcher Data

Begin job on node104 at 2010-06-30 10:38:04
IDJOB=2689645
IDBENCH=78669
IDSOLVER=1200
FILE ID=node104/2689645-1277887084
PBS_JOBID= 11197145
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 0158a6ff32db5686aa85d7a9b49d6df3
RANDOM SEED=144958777

node104.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.839
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.67
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.839
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.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.839
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.839
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.84
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.839
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.74
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.839
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.839
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.839
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31516320 kB
Buffers:        165668 kB
Cached:         655548 kB
SwapCached:          0 kB
Active:         782832 kB
Inactive:       512856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31516320 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2800 kB
Writeback:           0 kB
AnonPages:      473488 kB
Mapped:          20304 kB
Slab:            75028 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1647108 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= 74192 MiB
End job on node104 at 2010-06-30 11:09:13