Trace number 2700592

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.13 1800.06

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-3_wcsp.wbo
MD5SUM2db150696fc8aa7bc9f51554db7714aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark20.5409
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables141
Total number of constraints755
Number of soft constraints708
Number of constraints which are clauses708
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 708
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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-2700592-1278535756.wbo.
0.00/0.00	c Instance file HOME/instance-2700592-1278535756.wbo
0.00/0.00	c File size is 20151 bytes.
0.00/0.00	c Highest Coefficient sum: 4
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:      141                                                 |
0.00/0.00	c |  Number Clauses:        755                                                 |
0.00/0.00	c |  Number Cardinality:    47                                                  |
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 |     141      802     1698 |     5000        0    nan |  0.000 % |
0.00/0.00	c ===============================================================================
0.00/0.00	c core #1
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 |     311      803     2038 |     5000        0    nan |  0.000 % |
0.00/0.00	c |       100 |     311      803     2038 |     5500      100     34 |  0.001 % |
0.00/0.01	c ===============================================================================
0.00/0.01	c core #2
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 |     704      804     2824 |     5000        0    nan |  0.000 % |
0.00/0.01	c |       101 |     704      804     2824 |     5500      101     65 |  0.000 % |
0.00/0.02	c |       257 |     704      804     2824 |     6050      257     40 |  0.000 % |
0.00/0.03	c ===============================================================================
0.00/0.04	c core #3
0.00/0.04	c ============================[ Search Statistics ]==============================
0.00/0.04	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.04	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.04	c ===============================================================================
0.00/0.04	c |         0 |    1194      805     3804 |     5000        0    nan |  0.000 % |
0.00/0.04	c |       104 |    1194      805     3804 |     5500      104     85 |  0.000 % |
0.05/0.05	c |       255 |    1194      805     3804 |     6050      255     52 |  0.000 % |
0.05/0.08	c |       480 |    1194      805     3804 |     6655      480     33 |  0.000 % |
0.09/0.10	c |       818 |    1194      805     3804 |     7320      818     24 |  0.000 % |
0.09/0.15	c |      1325 |    1194      805     3804 |     8052     1325     18 |  0.000 % |
0.19/0.21	c |      2084 |    1194      805     3804 |     8857     2084     14 |  0.000 % |
0.29/0.30	c |      3225 |    1194      805     3804 |     9743     3225     12 |  0.000 % |
0.39/0.44	c |      4933 |    1194      805     3804 |    10717     4933     11 |  0.000 % |
0.49/0.58	c ===============================================================================
0.49/0.59	c core #4
0.49/0.59	c ============================[ Search Statistics ]==============================
0.49/0.59	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.59	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.49/0.59	c ===============================================================================
0.49/0.59	c |         0 |    1870      806     5156 |     5000        0    nan |  0.000 % |
0.59/0.60	c |       102 |    1870      806     5156 |     5500      102    130 |  0.000 % |
0.59/0.62	c |       253 |    1870      806     5156 |     6050      253     87 |  0.000 % |
0.59/0.64	c |       479 |    1870      806     5156 |     6655      479     62 |  0.000 % |
0.59/0.68	c |       816 |    1870      806     5156 |     7320      816     41 |  0.000 % |
0.69/0.74	c |      1322 |    1870      806     5156 |     8052     1322     31 |  0.000 % |
0.79/0.83	c |      2081 |    1870      806     5156 |     8857     2081     23 |  0.000 % |
0.89/0.98	c |      3221 |    1870      806     5156 |     9743     3221     19 |  0.000 % |
1.10/1.19	c |      4929 |    1870      806     5156 |    10717     4929     16 |  0.000 % |
1.49/1.51	c |      7491 |    1870      806     5156 |    11789     7491     14 |  0.000 % |
1.89/1.99	c |     11337 |    1870      806     5156 |    12968    11337     13 |  0.000 % |
2.69/2.75	c |     17104 |    1870      806     5156 |    14265    10604     11 |  0.000 % |
3.89/3.97	c |     25754 |    1870      806     5156 |    15692    12098     12 |  0.000 % |
5.69/5.77	c |     38729 |    1870      806     5156 |    17261     9321     12 |  0.000 % |
8.49/8.56	c |     58190 |    1870      806     5156 |    18987    11486     12 |  0.000 % |
12.79/12.84	c |     87383 |    1870      806     5156 |    20886    12127     14 |  0.000 % |
18.39/18.47	c ===============================================================================
18.80/18.88	c core #5
18.80/18.88	c ============================[ Search Statistics ]==============================
18.80/18.88	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.80/18.88	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
18.80/18.88	c ===============================================================================
18.80/18.88	c |         0 |    2578      807     6572 |     5000        0    nan |  0.000 % |
18.90/18.90	c |       102 |    2578      807     6572 |     5500      102    264 |  0.000 % |
18.90/18.93	c |       253 |    2578      807     6572 |     6050      253    232 |  0.000 % |
18.90/18.98	c |       482 |    2578      807     6572 |     6655      482    166 |  0.000 % |
18.99/19.04	c |       819 |    2578      807     6572 |     7320      819    108 |  0.000 % |
19.09/19.11	c |      1325 |    2578      807     6572 |     8052     1325     75 |  0.000 % |
19.19/19.24	c |      2086 |    2578      807     6572 |     8857     2086     53 |  0.000 % |
19.39/19.42	c |      3229 |    2578      807     6572 |     9743     3229     41 |  0.000 % |
19.59/19.68	c |      4938 |    2578      807     6572 |    10717     4938     33 |  0.000 % |
20.10/20.15	c |      7500 |    2578      807     6572 |    11789     7500     34 |  0.000 % |
20.79/20.84	c |     11345 |    2578      807     6572 |    12968    11345     32 |  0.000 % |
22.09/22.10	c |     17112 |    2578      807     6572 |    14265    10508     33 |  0.000 % |
23.69/23.70	c |     25763 |    2578      807     6572 |    15692    11965     23 |  0.000 % |
26.19/26.21	c |     38739 |    2578      807     6572 |    17261     9192     23 |  0.000 % |
30.19/30.23	c |     58200 |    2578      807     6572 |    18987    11130     36 |  0.000 % |
36.59/36.62	c |     87393 |    2578      807     6572 |    20886    11240     50 |  0.000 % |
45.49/45.55	c |    131182 |    2578      807     6572 |    22974    13005     31 |  0.000 % |
59.69/59.72	c |    196866 |    2578      807     6572 |    25272    20787     36 |  0.000 % |
81.59/81.67	c |    295395 |    2578      807     6572 |    27799    14369     24 |  0.000 % |
115.79/115.80	c |    443186 |    2578      807     6572 |    30579    20984     28 |  0.000 % |
169.10/169.18	c |    664874 |    2578      807     6572 |    33637    24451     47 |  0.000 % |
249.60/249.63	c |    997400 |    2578      807     6572 |    37001    24567     44 |  0.000 % |
382.91/382.97	c |   1496189 |    2578      807     6572 |    40701    21898     45 |  0.000 % |
575.22/575.29	c |   2244371 |    2578      807     6572 |    44771    21485     34 |  0.000 % |
814.22/814.23	c ===============================================================================
831.72/831.75	c core #6
831.72/831.75	c ============================[ Search Statistics ]==============================
831.72/831.75	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
831.72/831.75	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
831.72/831.75	c ===============================================================================
831.72/831.75	c |         0 |    3286      808     7988 |     5000        0    nan |  0.000 % |
831.82/831.81	c |       105 |    3286      808     7988 |     5500      105    173 |  0.000 % |
831.82/831.84	c |       257 |    3286      808     7988 |     6050      257     92 |  0.000 % |
831.92/831.93	c |       482 |    3286      808     7988 |     6655      482     57 |  0.000 % |
831.92/831.99	c |       819 |    3286      808     7988 |     7320      819     40 |  0.000 % |
832.02/832.06	c |      1326 |    3286      808     7988 |     8052     1326     34 |  0.000 % |
832.22/832.20	c |      2088 |    3286      808     7988 |     8857     2088     31 |  0.000 % |
832.43/832.43	c |      3228 |    3286      808     7988 |     9743     3228     29 |  0.000 % |
832.83/832.83	c |      4938 |    3286      808     7988 |    10717     4938     34 |  0.000 % |
833.32/833.38	c |      7505 |    3286      808     7988 |    11789     7505     34 |  0.000 % |
834.12/834.18	c |     11349 |    3286      808     7988 |    12968    11349     35 |  0.000 % |
835.53/835.53	c |     17117 |    3286      808     7988 |    14265    10540     38 |  0.000 % |
837.32/837.35	c |     25768 |    3286      808     7988 |    15692    11937     34 |  0.000 % |
841.22/841.24	c |     38742 |    3286      808     7988 |    17261     8831     72 |  0.000 % |
846.32/846.32	c |     58203 |    3286      808     7988 |    18987    10625     34 |  0.000 % |
854.63/854.63	c |     87395 |    3286      808     7988 |    20886    10822     52 |  0.000 % |
865.93/865.93	c |    131186 |    3286      808     7988 |    22974    11809     43 |  0.000 % |
888.23/888.20	c |    196870 |    3286      808     7988 |    25272    18630     96 |  0.000 % |
918.53/918.52	c |    295396 |    3286      808     7988 |    27799    22624     93 |  0.000 % |
966.52/966.52	c |    443186 |    3286      808     7988 |    30579    12409     72 |  0.000 % |
1047.93/1047.98	c |    664869 |    3286      808     7988 |    33637    24393     63 |  0.000 % |
1150.73/1150.71	c |    997395 |    3286      808     7988 |    37001    14718     54 |  0.000 % |
1313.24/1313.25	c |   1496184 |    3286      808     7988 |    40701    18733     45 |  0.000 % |
1561.35/1561.33	c |   2244368 |    3286      808     7988 |    44771    17993     60 |  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-2700592-1278535756/watcher-2700592-1278535756 -o /tmp/evaluation-result-2700592-1278535756/solver-2700592-1278535756 -C 1800 -W 2000 -M 3800 wbo1.4a -file-format=wbo -time-limit=1800 HOME/instance-2700592-1278535756.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.06 1.99 1.71 4/178 19824
/proc/meminfo: memFree=27570660/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=2576 CPUtime=0
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 310 0 0 0 0 0 0 0 25 0 1 0 21790342 2637824 224 4089446400 134512640 135751879 4289554032 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 644 224 146 303 0 339 0

[startup+0.0516029 s]
/proc/loadavg: 2.06 1.99 1.71 4/178 19824
/proc/meminfo: memFree=27570660/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=2972 CPUtime=0.05
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 404 0 0 0 5 0 0 0 18 0 1 0 21790342 3043328 318 4089446400 134512640 135751879 4289554032 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 743 318 146 303 0 438 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2972

[startup+0.1006 s]
/proc/loadavg: 2.06 1.99 1.71 4/178 19824
/proc/meminfo: memFree=27570660/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=2972 CPUtime=0.09
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 404 0 0 0 9 0 0 0 18 0 1 0 21790342 3043328 318 4089446400 134512640 135751879 4289554032 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 743 318 146 303 0 438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2972

[startup+0.300557 s]
/proc/loadavg: 2.06 1.99 1.71 4/178 19824
/proc/meminfo: memFree=27570660/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=3368 CPUtime=0.29
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 494 0 0 0 29 0 0 0 18 0 1 0 21790342 3448832 408 4089446400 134512640 135751879 4289554032 18446744073709551615 134611186 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 842 408 146 303 0 537 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3368

[startup+0.700484 s]
/proc/loadavg: 2.06 1.99 1.71 4/178 19824
/proc/meminfo: memFree=27570660/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=4608 CPUtime=0.69
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 778 0 0 0 69 0 0 0 18 0 1 0 21790342 4718592 692 4089446400 134512640 135751879 4289554032 18446744073709551615 134611204 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 1152 692 146 303 0 847 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4608

[startup+1.50033 s]
/proc/loadavg: 2.06 1.99 1.71 3/179 19825
/proc/meminfo: memFree=27566932/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=4740 CPUtime=1.49
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 817 0 0 0 148 1 0 0 19 0 1 0 21790342 4853760 731 4089446400 134512640 135751879 4289554032 18446744073709551615 135206651 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 1185 731 146 303 0 880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4740

[startup+3.10103 s]
/proc/loadavg: 2.06 1.99 1.71 3/179 19825
/proc/meminfo: memFree=27565432/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=6856 CPUtime=3.09
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 1345 0 0 0 306 3 0 0 25 0 1 0 21790342 7020544 1259 4089446400 134512640 135751879 4289554032 18446744073709551615 135206651 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 1714 1259 146 303 0 1409 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6856

[startup+6.30042 s]
/proc/loadavg: 2.06 1.99 1.71 3/179 19825
/proc/meminfo: memFree=27558612/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=10820 CPUtime=6.29
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 2333 0 0 0 622 7 0 0 25 0 1 0 21790342 11079680 2247 4089446400 134512640 135751879 4289554032 18446744073709551615 134616766 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 2705 2247 146 303 0 2400 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10820

[startup+12.7002 s]
/proc/loadavg: 2.05 1.99 1.72 3/179 19826
/proc/meminfo: memFree=27546708/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=18256 CPUtime=12.69
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 4196 0 0 0 1254 15 0 0 25 0 1 0 21790342 18694144 4110 4089446400 134512640 135751879 4289554032 18446744073709551615 134610726 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 4564 4110 146 303 0 4259 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18256

[startup+25.5008 s]
/proc/loadavg: 2.04 1.99 1.72 3/179 19826
/proc/meminfo: memFree=27522900/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=28456 CPUtime=25.49
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 6738 0 0 0 2523 26 0 0 25 0 1 0 21790342 29138944 6652 4089446400 134512640 135751879 4289554032 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 7114 6652 146 303 0 6809 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28456

[startup+51.1009 s]
/proc/loadavg: 2.02 1.99 1.73 3/179 19827
/proc/meminfo: memFree=27476604/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=51232 CPUtime=51.09
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 12460 0 0 0 5066 43 0 0 25 0 1 0 21790342 52461568 12374 4089446400 134512640 135751879 4289554032 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 12808 12374 146 303 0 12503 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51232

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 1.74 3/179 19828
/proc/meminfo: memFree=27366720/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=109384 CPUtime=102.3
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 26960 0 0 0 10153 77 0 0 25 0 1 0 21790342 112009216 26874 4089446400 134512640 135751879 4289554032 18446744073709551615 134518928 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 27346 26874 146 303 0 27041 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109384

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.75 3/179 19830
/proc/meminfo: memFree=27265248/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=175648 CPUtime=162.3
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 43535 0 0 0 16113 117 0 0 25 0 1 0 21790342 179863552 43449 4089446400 134512640 135751879 4289554032 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 43912 43449 146 303 0 43607 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 175648

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.76 4/179 19831
/proc/meminfo: memFree=27158328/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=238956 CPUtime=222.3
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 59345 0 0 0 22078 152 0 0 25 0 1 0 21790342 244690944 59259 4089446400 134512640 135751879 4289554032 18446744073709551615 134518928 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 59739 59259 146 303 0 59434 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 238956

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 19833
/proc/meminfo: memFree=27053892/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=304632 CPUtime=282.3
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 75760 0 0 0 28043 187 0 0 25 0 1 0 21790342 311943168 75674 4089446400 134512640 135751879 4289554032 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 76158 75674 146 303 0 75853 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 304632

[startup+342.3 s]
/proc/loadavg: 2.06 2.00 1.79 3/197 19881
/proc/meminfo: memFree=28185452/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=368840 CPUtime=342.3
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 91795 0 0 0 34012 218 0 0 25 0 1 0 21790342 377692160 91709 4089446400 134512640 135751879 4289554032 18446744073709551615 134611227 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 92210 91709 146 303 0 91905 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 368840

[startup+402.301 s]
/proc/loadavg: 2.02 2.00 1.80 3/197 19882
/proc/meminfo: memFree=28122292/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=432132 CPUtime=402.31
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 107613 0 0 0 39979 252 0 0 25 0 1 0 21790342 442503168 107527 4089446400 134512640 135751879 4289554032 18446744073709551615 134518470 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 108033 107527 146 303 0 107728 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 432132

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 1.81 3/197 19884
/proc/meminfo: memFree=28055052/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=498392 CPUtime=462.31
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 124141 0 0 0 45944 287 0 0 25 0 1 0 21790342 510353408 124055 4089446400 134512640 135751879 4289554032 18446744073709551615 134606320 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 124598 124055 146 303 0 124293 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 498392

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.82 3/197 19885
/proc/meminfo: memFree=27994636/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=559204 CPUtime=522.31
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 139355 0 0 0 51908 323 0 0 25 0 1 0 21790342 572624896 139269 4089446400 134512640 135751879 4289554032 18446744073709551615 134606453 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 139801 139269 146 303 0 139496 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 559204

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/197 19887
/proc/meminfo: memFree=27931456/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=621788 CPUtime=582.31
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 154969 0 0 0 57877 354 0 0 25 0 1 0 21790342 636710912 154883 4089446400 134512640 135751879 4289554032 18446744073709551615 134606383 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 155447 154883 146 303 0 155142 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 621788

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/197 19889
/proc/meminfo: memFree=27870032/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=682696 CPUtime=642.32
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 170194 0 0 0 63844 388 0 0 25 0 1 0 21790342 699080704 170108 4089446400 134512640 135751879 4289554032 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 170674 170108 146 303 0 170369 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 682696

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.85 3/197 19902
/proc/meminfo: memFree=27575388/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=936604 CPUtime=822.32
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 233649 0 0 0 81743 489 0 0 25 0 1 0 21790342 959082496 233563 4089446400 134512640 135751879 4289554032 18446744073709551615 134618707 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 234151 233563 146 303 0 233846 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 936604

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.86 3/197 19904
/proc/meminfo: memFree=27571372/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=936816 CPUtime=882.33
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 233886 0 0 0 87719 514 0 0 25 0 1 0 21790342 959299584 233755 4089446400 134512640 135751879 4289554032 18446744073709551615 134518928 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 234204 233755 146 303 0 233899 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 936816

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/197 19906
/proc/meminfo: memFree=27571220/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=936816 CPUtime=942.33
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 233889 0 0 0 93695 538 0 0 25 0 1 0 21790342 959299584 233758 4089446400 134512640 135751879 4289554032 18446744073709551615 134606453 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 234204 233758 146 303 0 233899 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 936816

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/197 19907
/proc/meminfo: memFree=27527908/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=980508 CPUtime=1002.33
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 244764 0 0 0 99669 564 0 0 25 0 1 0 21790342 1004040192 244633 4089446400 134512640 135751879 4289554032 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 245127 244633 146 303 0 244822 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 980508

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/197 19908
/proc/meminfo: memFree=27486576/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1022304 CPUtime=1062.34
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 255178 0 0 0 105643 591 0 0 25 0 1 0 21790342 1046839296 255047 4089446400 134512640 135751879 4289554032 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 255576 255047 146 303 0 255271 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 1022304

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/197 19910
/proc/meminfo: memFree=27449072/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1059652 CPUtime=1122.33
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 264492 0 0 0 111614 619 0 0 25 0 1 0 21790342 1085083648 264361 4089446400 134512640 135751879 4289554032 18446744073709551615 134518928 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 264913 264361 146 303 0 264608 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1059652

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/197 19912
/proc/meminfo: memFree=27410216/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1099244 CPUtime=1182.34
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 274357 0 0 0 117594 640 0 0 25 0 1 0 21790342 1125625856 274226 4089446400 134512640 135751879 4289554032 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 274811 274226 146 303 0 274506 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1099244

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 1.90 3/197 19914
/proc/meminfo: memFree=27358728/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1143036 CPUtime=1242.34
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 285297 0 0 0 123572 662 0 0 25 0 1 0 21790342 1170468864 285166 4089446400 134512640 135751879 4289554032 18446744073709551615 134516986 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 285759 285166 146 303 0 285454 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1143036

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.90 3/197 19915
/proc/meminfo: memFree=27311944/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1189328 CPUtime=1302.35
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 296875 0 0 0 129549 686 0 0 25 0 1 0 21790342 1217871872 296744 4089446400 134512640 135751879 4289554032 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 297332 296744 146 303 0 297027 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 1189328

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/197 19917
/proc/meminfo: memFree=27268744/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1233232 CPUtime=1362.34
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 307775 0 0 0 135522 712 0 0 25 0 1 0 21790342 1262829568 307644 4089446400 134512640 135751879 4289554032 18446744073709551615 134616866 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 308308 307644 146 303 0 308003 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1233232

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 1.91 3/197 19918
/proc/meminfo: memFree=27222712/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1278828 CPUtime=1422.35
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 319159 0 0 0 141498 737 0 0 25 0 1 0 21790342 1309519872 319028 4089446400 134512640 135751879 4289554032 18446744073709551615 134606444 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 319707 319028 146 303 0 319402 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 1278828

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/197 19920
/proc/meminfo: memFree=27171448/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1330648 CPUtime=1482.35
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 332132 0 0 0 147473 762 0 0 25 0 1 0 21790342 1362583552 332001 4089446400 134512640 135751879 4289554032 18446744073709551615 135270609 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 332662 332001 146 303 0 332357 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 1330648

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19922
/proc/meminfo: memFree=27115612/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1385848 CPUtime=1542.35
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 345922 0 0 0 153448 787 0 0 25 0 1 0 21790342 1419108352 345791 4089446400 134512640 135751879 4289554032 18446744073709551615 134518477 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 346462 345791 146 303 0 346157 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 1385848

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19923
/proc/meminfo: memFree=27053832/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1447300 CPUtime=1602.35
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 361266 0 0 0 159426 809 0 0 25 0 1 0 21790342 1482035200 361135 4089446400 134512640 135751879 4289554032 18446744073709551615 134606383 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 361825 361135 146 303 0 361520 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 1447300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19925
/proc/meminfo: memFree=26988316/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1513140 CPUtime=1662.36
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 377681 0 0 0 165400 836 0 0 25 0 1 0 21790342 1549455360 377550 4089446400 134512640 135751879 4289554032 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 378285 377550 146 303 0 377980 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 1513140

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19926
/proc/meminfo: memFree=26922536/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1579880 CPUtime=1722.35
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 394258 0 0 0 171380 855 0 0 25 0 1 0 21790342 1617797120 394127 4089446400 134512640 135751879 4289554032 18446744073709551615 134616526 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 394970 394127 146 303 0 394665 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 1579880

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19931
/proc/meminfo: memFree=26856004/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1645280 CPUtime=1782.35
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 410594 0 0 0 177356 879 0 0 25 0 1 0 21790342 1684766720 410463 4089446400 134512640 135751879 4289554032 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 411320 410463 146 303 0 411015 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1645280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19931
/proc/meminfo: memFree=26835124/32950928 swapFree=67111528/67111528
[pid=19824] ppid=19822 vsize=1665504 CPUtime=1800.06
/proc/19824/stat : 19824 (wbo1.4a) R 19822 19824 19069 0 -1 4202496 415669 0 0 0 179120 886 0 0 25 0 1 0 21790342 1705476096 415538 4089446400 134512640 135751879 4289554032 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19824/statm: 416376 415538 146 303 0 416071 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1665504

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.06
CPU time (s): 1800.13
CPU user time (s): 1791.2
CPU system time (s): 8.92264
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1665504

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

runsolver used 2.56361 second user time and 5.63814 second system time

The end

Launcher Data

Begin job on node114 at 2010-07-07 22:49:16
IDJOB=2700592
IDBENCH=79442
IDSOLVER=1200
FILE ID=node114/2700592-1278535756
PBS_JOBID= 11239249
Free space on /tmp= 73160 MiB

SOLVER NAME= wbo 1.4a
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-3_wcsp.wbo
COMMAND LINE= wbo1.4a -file-format=wbo -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700592-1278535756/watcher-2700592-1278535756 -o /tmp/evaluation-result-2700592-1278535756/solver-2700592-1278535756 -C 1800 -W 2000 -M 3800  wbo1.4a -file-format=wbo -time-limit=1800 HOME/instance-2700592-1278535756.wbo

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

MD5SUM BENCH= 2db150696fc8aa7bc9f51554db7714aa
RANDOM SEED=2117626649

node114.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.824
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.64
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.824
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.824
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.83
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.824
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.81
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.824
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
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.824
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.824
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27571064 kB
Buffers:        136216 kB
Cached:        3876140 kB
SwapCached:          0 kB
Active:        2416064 kB
Inactive:      2802420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27571064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2724 kB
Writeback:           0 kB
AnonPages:     1205660 kB
Mapped:          15088 kB
Slab:            96164 kB
PageTables:       6876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1354380 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= 73160 MiB
End job on node114 at 2010-07-07 23:19:18