Trace number 3309016

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
SAT09 reference solver:precosat 236UNSAT 799.288 799.274

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-17.cnf
MD5SUMade81e5508101352b3d942708b201606
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark505.23
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses89966
Sum of the clauses size425665
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216962
Number of clauses of size 310874
Number of clauses of size 412189
Number of clauses of size 522355
Number of clauses of size over 527586

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-3309016-1303985862.cnf
0.00/0.00	c found header 'p cnf 6664 89966'
0.04/0.05	c finished parsing
0.04/0.05	c
0.04/0.05	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.04/0.05	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.04/0.05	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.04/0.05	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.04/0.05	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.04/0.05	c --random=1 --spread=2000 --seed=0 --skip=25
0.04/0.05	c
0.04/0.05	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.04/0.05	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.04/0.05	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.04/0.05	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.04/0.05	c
0.04/0.05	c starting search after 0.1 seconds
0.04/0.05	c no decision limit
0.04/0.06	c
0.04/0.06	c       original/binary      fixed     eliminated      learned       agility
0.04/0.06	c   seconds        variables     equivalent    conflicts       height       MB
0.04/0.06	c
0.04/0.06	c *    0.1    89966    6596      0    68      0       0      0    0.0   0    7
0.48/0.52	c s    0.5    95659    5920      4    68    672       0      0    0.0   0    7
0.48/0.52	c l    0.5    95659    5920      4    68    672       0  73880    0.0   0    7
0.48/0.52	c R    0.5    95659    5920      4    68    672     101    101   72.5   5    7
0.48/0.53	c R    0.5    95659    5920      4    68    672     201    201   61.5   3    7
0.48/0.57	c R    0.6    95660    5920      4    68    672     801    801   54.4   4    8
0.48/0.58	c B    0.6    95662    5920      4    68    672    1001   1001   53.0   4    8
0.58/0.64	c B    0.6    95665    5920      4    68    672    2002   2002   51.9   4    8
0.58/0.67	c R    0.7    95671    5920      4    68    672    2406   2406   48.7   3    8
0.88/0.95	c R    1.0    98256    5920      4    68    672    6415   6414   57.7   4   10
0.99/1.09	c B    1.1    98310    5920      4    68    672    8008   8007   53.2   3   10
1.28/1.37	c s    1.4    98330    5920      4    68    672   10917  10915   51.8   4   10
1.78/1.86	c R    1.9    98400    5920      4    68    672   16043  16041   48.5   4   12
2.58/2.64	c s    2.6    98476    5920      4    68    672   23480  23478   46.1   3   12
2.68/2.70	c B    2.7    98481    5920      4    68    672   24012  24010   46.5   4   13
4.39/4.42	c s    4.4    98624    5920      4    68    672   36809  36807   45.6   3   16
4.59/4.68	c R    4.7    98631    5920      4    68    672   38510  38508   45.3   4   18
6.68/6.80	c s    6.8    98751    5920      4    68    672   50242  50240   43.7   3   19
9.28/9.33	c B    9.3    98806    5920      4    68    672   64024  64022   43.4   4   25
9.79/9.87	c
9.79/9.87	c       original/binary      fixed     eliminated      learned       agility
9.79/9.87	c   seconds        variables     equivalent    conflicts       height       MB
9.79/9.87	c
9.79/9.87	c s    9.9    98871    5920      4    68    672   65382  65380   43.3   4   23
11.69/11.76	c +   11.8    98906    5920      4    68    672   73880  81268   43.4   3   28
13.79/13.83	c s   13.8    98975    5920      4    68    672   81260  81257   43.0   3   26
15.79/15.88	c R   15.9    99002    5920      4    68    672   89841  81283   42.1   4   30
16.39/16.45	c +   16.5    99004    5920      4    68    672   92351  89394   41.9   4   30
17.99/18.03	c s   18.0    99041    5920      4    68    672   98660  87628   41.1   4   28
22.58/22.61	c +   22.6    99199    5920      4    68    672  115436  98333   41.4   4   33
23.18/23.29	c s   23.3    99199    5920      4    68    672  117422  91440   41.3   5   28
29.28/29.31	c s   29.3    99303    5920      4    68    672  135403  98350   40.7   3   30
31.38/31.49	c +   31.5    99350    5920      4    68    672  144295 108166   41.3   3   34
34.69/34.75	c s   34.8    99426    5920      4    68    672  154388 108222   41.0   4   33
36.59/36.61	c B   36.6    99447    5920      4    68    672  160050 108182   41.2   3   37
41.49/41.51	c s   41.5    99530    5920      4    68    672  174342 108205   41.2   4   32
43.59/43.65	c +   43.7    99582    5920      4    68    672  180369 118982   41.2   3   37
47.89/47.98	c s   48.0    99600    5920      4    68    672  194795 118999   41.0   3   35
50.89/50.91	c R   50.9    99613    5920      4    68    672  205263 119006   40.4   4   39
54.59/54.67	c s   54.7    99667    5920      4    68    672  215874 118995   39.7   3   35
57.39/57.46	c +   57.5    99687    5920      4    68    672  225460 130880   39.2   4   39
62.19/62.22	c s   62.2    99761    5920      4    68    672  237760 130935   38.8   4   38
70.89/70.93	c
70.89/70.93	c       original/binary      fixed     eliminated      learned       agility
70.89/70.93	c   seconds        variables     equivalent    conflicts       height       MB
70.89/70.93	c
70.89/70.93	c s   70.9    99832    5920      4    68    672  258547 130908   38.6   3   37
79.79/79.81	c s   79.8    99909    5920      4    68    672  278652 130947   38.4   5   37
80.79/80.89	c +   80.9    99912    5920      4    68    672  281825 143968   38.5   4   41
88.89/88.90	c s   88.9    99967    5920      4    68    672  299156 144002   38.4   5   40
99.68/99.70	c s   99.7    99988    5918      5    68    673  321403 143685   38.1   3   40
108.80/108.87	c s  108.9   100061    5918      5    68    673  343003 143988   38.1   4   41
112.49/112.58	c +  112.6   100075    5918      5    68    673  352280 158364   38.1   3   46
118.39/118.44	c s  118.4   100115    5918      5    68    673  363502 155227   38.0   4   43
128.79/128.87	c B  128.9   100149    5918      5    68    673  384111 158382   38.1   3   52
129.69/129.79	c s  129.8   100149    5918      5    68    673  385323 158407   38.1   4   44
141.19/141.29	c s  141.3   100185    5918      5    68    673  407900 158391   37.7   4   43
152.39/152.43	c s  152.4   100224    5918      5    68    673  431311 158380   37.6   3   44
156.59/156.61	c +  156.6   100259    5918      5    68    673  440350 174200   37.5   4   49
163.19/163.22	c s  163.2   100278    5918      5    68    673  455194 173260   37.3   5   47
167.20/167.24	c R  167.2   100295    5918      5    68    673  461808 174279   37.1   4   54
176.09/176.11	c s  176.1   100327    5918      5    68    673  479931 174215   36.8   2   47
187.79/187.87	c s  187.9   100374    5918      5    68    673  504947 174246   36.4   4   46
201.49/201.53	c s  201.5   100431    5918      5    68    673  529781 174325   36.3   6   47
213.09/213.12	c +  213.1   100469    5918      5    68    673  550438 191620   36.1   4   55
214.79/214.88	c
214.79/214.88	c       original/binary      fixed     eliminated      learned       agility
214.79/214.88	c   seconds        variables     equivalent    conflicts       height       MB
214.79/214.88	c
214.79/214.88	c s  214.9   100478    5918      5    68    673  553671 177481   36.1   4   47
229.39/229.46	c s  229.5   100511    5918      5    68    673  576951 191693   35.9   4   50
244.79/244.83	c s  244.8   101502    5917      6    68    673  601889 191523   35.8   4   50
260.70/260.71	c s  260.7   100631    5916      6    68    674  626124 191373   35.8   5   50
276.49/276.54	c s  276.5   100675    5916      6    68    674  650120 191656   35.6   3   49
291.89/292.00	c s  292.0   100712    5916      6    68    674  673800 191658   35.5   3   49
300.39/300.40	c +  300.4   100734    5916      6    68    674  688047 210782   35.4   3   57
307.49/307.50	c s  307.5   100737    5916      6    68    674  697993 201578   35.3   3   51
324.60/324.62	c s  324.6   100771    5916      6    68    674  722833 210824   35.3   3   54
342.69/342.71	c s  342.7   100789    5915      7    68    674  749025 210866   35.0   4   53
360.59/360.64	c s  360.6   100843    5915      7    68    674  774695 210861   34.9   5   53
376.20/376.23	c s  376.2   100873    5915      7    68    674  802691 210819   34.6   3   53
393.70/393.71	c s  393.7   100857    5913      9    68    674  828428 210820   34.5   2   53
410.59/410.66	c s  410.7   100886    5913      9    68    674  853477 210900   34.4   5   52
413.99/414.00	c +  414.0   100893    5913      9    68    674  860055 231860   34.4   4   58
424.90/424.95	c s  425.0   100911    5913      9    68    674  879332 230137   34.5   4   57
435.00/435.08	c B  435.1   100922    5913      9    68    674  896259 231911   34.4   4   67
442.30/442.35	c s  442.4   100928    5913      9    68    674  907102 231913   34.4   4   58
459.30/459.32	c s  459.3   100941    5913      9    68    674  933678 231937   34.2   5   57
477.20/477.20	c
477.20/477.20	c       original/binary      fixed     eliminated      learned       agility
477.20/477.20	c   seconds        variables     equivalent    conflicts       height       MB
477.20/477.20	c
477.20/477.20	c s  477.2   100955    5913      9    68    674  961007 231878   34.1   3   57
494.70/494.77	c s  494.8   100977    5913      9    68    674  988518 231908   34.1   3   57
510.69/510.70	c s  510.7   100993    5913      9    68    674 1015655 231938   34.0   4   56
527.29/527.33	c s  527.3   101007    5913      9    68    674 1043214 231943   33.8   4   56
543.20/543.26	c s  543.3   101030    5913      9    68    674 1073842 231905   33.7   4   56
544.70/544.76	c +  544.8   101038    5913      9    68    674 1075066 255046   33.7   3   62
561.10/561.11	c s  561.1   101060    5913      9    68    674 1101503 255187   33.5   6   62
583.40/583.45	c s  583.5   101098    5913      9    68    674 1130569 255083   33.4   3   62
605.10/605.14	c s  605.2   101125    5913      9    68    674 1159473 255079   33.2   4   62
625.00/625.08	c s  625.1   101137    5913      9    68    674 1189160 255112   33.1   4   61
645.30/645.33	c s  645.3   101152    5913      9    68    674 1216975 255150   32.9   6   60
666.90/666.93	c s  666.9   101173    5913      9    68    674 1247419 255116   32.9   4   59
688.80/688.87	c s  688.9   101201    5913      9    68    674 1275377 255109   32.7   3   59
707.50/707.58	c s  707.6   101219    5913      9    68    674 1303308 255084   32.5   3   58
727.90/727.96	c s  728.0   101239    5913      9    68    674 1334416 255082   32.2   3   58
734.81/734.85	c +  734.9   101246    5913      9    68    674 1343830 280550   32.2   4   68
749.30/749.39	c s  749.4   101259    5913      9    68    674 1363107 274418   32.1   4   62
773.80/773.85	c s  773.9   101309    5913      9    68    674 1394079 280622   31.9   5   64
797.60/797.65	c s  797.7   101365    5913      9    68    674 1425770 280625   31.7   4   62
799.20/799.26	c
799.20/799.26	c       original/binary      fixed     eliminated      learned       agility
799.20/799.26	c   seconds        variables     equivalent    conflicts       height       MB
799.20/799.26	c
799.20/799.26	c 0  799.3   102411    5178    743    69    674 1427535 280549   31.7   4   70
799.20/799.26	c
799.20/799.26	s UNSATISFIABLE
799.20/799.26	c
799.20/799.26	c 1427535 conflicts, 2182143 decisions, 1088 random
799.20/799.26	c 6 iterations, 3029 restarts, 0 skipped
799.20/799.26	c 14 enlarged, 101 shrunken, 13949 rescored, 381 rebiased
799.20/799.26	c 61 simplifications, 0 reductions
799.20/799.26	c
799.20/799.26	c vars: 743 fixed, 69 equiv, 674 elim, 74 merged
799.20/799.26	c elim: 2369557 resolutions, 9 phases, 5 rounds
799.20/799.26	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
799.20/799.26	c arty: 2.00 and 0.00 xor average arity
799.20/799.26	c prbe: 1030647 probed, 518 phases, 87 rounds
799.20/799.26	c prbe: 5 failed, 1 lifted, 0 merged
799.20/799.26	c sccs: 0 non trivial, 0 fixed, 0 merged
799.20/799.26	c hash: 2 units, 74 merged
799.20/799.26	c mins: 75862331 learned, 44% deleted, 60 strong, 41 depth
799.20/799.26	c subs: 97 forward, 437 backward, 1919 doms
799.20/799.26	c strs: 1 forward, 0 backward
799.20/799.26	c doms: 1930 dominators, 1816 high, 104 low
799.20/799.26	c prps: 660260211 propagations, 0.83 megaprops
799.20/799.26	c
799.20/799.26	c 799.3 seconds, 76 MB max, 274 MB recycled

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309016-1303985862/watcher-3309016-1303985862 -o /tmp/evaluation-result-3309016-1303985862/solver-3309016-1303985862 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3309016-1303985862.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.37 2.67 2.96 5/189 16757
/proc/meminfo: memFree=13567452/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=1512 CPUtime=0 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 283 0 0 0 0 0 0 0 25 0 1 0 510187182 1548288 239 33554432000 134512640 135151029 4294468000 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 378 239 64 156 0 221 0

[startup+0.0486731 s]
/proc/loadavg: 2.37 2.67 2.96 5/189 16757
/proc/meminfo: memFree=13567452/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=6808 CPUtime=0.04 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 1668 0 0 0 4 0 0 0 25 0 1 0 510187182 6971392 1591 33554432000 134512640 135151029 4294468000 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 1702 1591 65 156 0 1545 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6808

[startup+0.100655 s]
/proc/loadavg: 2.37 2.67 2.96 5/189 16757
/proc/meminfo: memFree=13567452/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=9056 CPUtime=0.09 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 2240 0 0 0 9 0 0 0 25 0 1 0 510187182 9273344 2162 33554432000 134512640 135151029 4294468000 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 2264 2163 80 156 0 2107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9056

[startup+0.300621 s]
/proc/loadavg: 2.37 2.67 2.96 5/189 16757
/proc/meminfo: memFree=13567452/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=12136 CPUtime=0.28 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 3057 0 0 0 28 0 0 0 25 0 1 0 510187182 12427264 2914 33554432000 134512640 135151029 4294468000 18446744073709551615 134573872 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 3034 2914 80 156 0 2877 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12136

[startup+0.700552 s]
/proc/loadavg: 2.37 2.67 2.96 5/189 16757
/proc/meminfo: memFree=13567452/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=12136 CPUtime=0.68 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 3057 0 0 0 68 0 0 0 25 0 1 0 510187182 12427264 2914 33554432000 134512640 135151029 4294468000 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 3034 2914 80 156 0 2877 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12136

[startup+1.50038 s]
/proc/loadavg: 2.37 2.67 2.96 5/190 16758
/proc/meminfo: memFree=13552440/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=13064 CPUtime=1.48 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 3311 0 0 0 148 0 0 0 25 0 1 0 510187182 13377536 3168 33554432000 134512640 135151029 4294468000 18446744073709551615 134554582 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 3266 3168 80 156 0 3109 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13064

[startup+3.10113 s]
/proc/loadavg: 2.37 2.67 2.96 5/190 16758
/proc/meminfo: memFree=13542148/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=17188 CPUtime=3.08 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 4330 0 0 0 308 0 0 0 25 0 1 0 510187182 17600512 4187 33554432000 134512640 135151029 4294468000 18446744073709551615 134580636 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 4297 4187 80 156 0 4140 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17188

[startup+6.30057 s]
/proc/loadavg: 2.50 2.69 2.97 5/190 16758
/proc/meminfo: memFree=13519456/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=23720 CPUtime=6.29 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 5942 0 0 0 628 1 0 0 25 0 1 0 510187182 24289280 5799 33554432000 134512640 135151029 4294468000 18446744073709551615 134520453 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 5930 5799 80 156 0 5773 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23720

[startup+12.7004 s]
/proc/loadavg: 2.62 2.71 2.98 5/190 16758
/proc/meminfo: memFree=13484644/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=32300 CPUtime=12.69 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 8034 0 0 0 1267 2 0 0 25 0 1 0 510187182 33075200 7891 33554432000 134512640 135151029 4294468000 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 8075 7891 80 156 0 7918 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32300

[startup+25.5012 s]
/proc/loadavg: 2.92 2.77 2.99 5/190 16758
/proc/meminfo: memFree=13444760/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=37552 CPUtime=25.48 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 9390 0 0 0 2546 2 0 0 25 0 1 0 510187182 38453248 9247 33554432000 134512640 135151029 4294468000 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 9388 9247 80 156 0 9231 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37552

[startup+51.1006 s]
/proc/loadavg: 3.29 2.87 3.02 5/190 16786
/proc/meminfo: memFree=13501820/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=44844 CPUtime=51.09 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 11496 0 0 0 5106 3 0 0 25 0 1 0 510187182 45920256 11057 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 11211 11057 80 156 0 11054 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 44844

[startup+102.307 s]
/proc/loadavg: 3.69 3.04 3.07 5/190 16814
/proc/meminfo: memFree=13286320/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=50988 CPUtime=102.29 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 13652 0 0 0 10226 3 0 0 25 0 1 0 510187182 52211712 12636 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 12747 12636 80 156 0 12590 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 50988

[startup+162.301 s]
/proc/loadavg: 3.88 3.21 3.12 5/190 16816
/proc/meminfo: memFree=13196996/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=57652 CPUtime=162.29 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 15985 0 0 0 16224 5 0 0 25 0 1 0 510187182 59035648 14267 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 14413 14267 80 156 0 14256 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 57652

[startup+222.3 s]
/proc/loadavg: 3.95 3.36 3.17 5/190 16818
/proc/meminfo: memFree=13112272/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=62888 CPUtime=222.3 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 18776 0 0 0 22224 6 0 0 25 0 1 0 510187182 64397312 15396 33554432000 134512640 135151029 4294468000 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 15722 15396 80 156 0 15565 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 62888

[startup+282.301 s]
/proc/loadavg: 3.98 3.47 3.22 5/190 16819
/proc/meminfo: memFree=13086060/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=63756 CPUtime=282.29 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 19780 0 0 0 28223 6 0 0 25 0 1 0 510187182 65286144 15826 33554432000 134512640 135151029 4294468000 18446744073709551615 134554851 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 15939 15826 80 156 0 15782 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 63756

[startup+342.301 s]
/proc/loadavg: 3.99 3.56 3.27 5/190 16821
/proc/meminfo: memFree=13056436/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=66768 CPUtime=342.29 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 21441 0 0 0 34222 7 0 0 25 0 1 0 510187182 68370432 16585 33554432000 134512640 135151029 4294468000 18446744073709551615 134526280 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 16692 16585 80 156 0 16535 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 66768

[startup+402.3 s]
/proc/loadavg: 4.04 3.66 3.32 5/190 16822
/proc/meminfo: memFree=12988692/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=68180 CPUtime=402.29 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 22914 0 0 0 40222 7 0 0 25 0 1 0 510187182 69816320 16835 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 17045 16835 80 156 0 16888 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 68180

[startup+462.301 s]
/proc/loadavg: 3.48 3.58 3.31 4/184 16841
/proc/meminfo: memFree=13484824/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=71880 CPUtime=462.3 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 25167 0 0 0 46222 8 0 0 25 0 1 0 510187182 73605120 17866 33554432000 134512640 135151029 4294468000 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 17970 17866 80 156 0 17813 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 71880

[startup+522.3 s]
/proc/loadavg: 3.17 3.47 3.29 4/184 16843
/proc/meminfo: memFree=13470896/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=72136 CPUtime=522.29 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 26796 0 0 0 52221 8 0 0 25 0 1 0 510187182 73867264 17881 33554432000 134512640 135151029 4294468000 18446744073709551615 134554594 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 18034 17881 80 156 0 17877 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 72136

[startup+582.301 s]
/proc/loadavg: 3.06 3.38 3.26 4/184 16844
/proc/meminfo: memFree=13454344/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=81248 CPUtime=582.3 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 29253 0 0 0 58221 9 0 0 25 0 1 0 510187182 83197952 19922 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 20312 19922 80 156 0 20155 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 81248

[startup+642.301 s]
/proc/loadavg: 3.02 3.31 3.25 4/184 16846
/proc/meminfo: memFree=13437672/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=79824 CPUtime=642.3 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 30018 0 0 0 64221 9 0 0 25 0 1 0 510187182 81739776 19741 33554432000 134512640 135151029 4294468000 18446744073709551615 134565495 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 19956 19741 80 156 0 19799 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 79824

[startup+702.3 s]
/proc/loadavg: 3.01 3.25 3.23 4/184 16847
/proc/meminfo: memFree=13423752/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=78800 CPUtime=702.3 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 30681 0 0 0 70221 9 0 0 25 0 1 0 510187182 80691200 19603 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 19700 19603 80 156 0 19543 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 78800

[startup+762.307 s]
/proc/loadavg: 3.00 3.20 3.21 4/184 16849
/proc/meminfo: memFree=13414068/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=81136 CPUtime=762.31 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 31383 0 0 0 76221 10 0 0 25 0 1 0 510187182 83083264 20016 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 20284 20016 80 156 0 20127 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 81136

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

[startup+767.901 s]
/proc/loadavg: 3.00 3.20 3.21 4/184 16849
/proc/meminfo: memFree=13411836/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=81968 CPUtime=767.9 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 31531 0 0 0 76780 10 0 0 25 0 1 0 510187182 83935232 20164 33554432000 134512640 135151029 4294468000 18446744073709551615 134555130 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 20492 20164 80 156 0 20335 0
Current children cumulated CPU time (s) 767.9
Current children cumulated vsize (KiB) 81968

[startup+780.7 s]
/proc/loadavg: 3.07 3.20 3.21 4/184 16849
/proc/meminfo: memFree=13411340/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=79728 CPUtime=780.7 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 31599 0 0 0 78060 10 0 0 25 0 1 0 510187182 81641472 19817 33554432000 134512640 135151029 4294468000 18446744073709551615 134554794 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 19932 19817 80 156 0 19775 0
Current children cumulated CPU time (s) 780.7
Current children cumulated vsize (KiB) 79728

[startup+787.1 s]
/proc/loadavg: 3.06 3.20 3.21 4/184 16850
/proc/meminfo: memFree=13410096/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=81088 CPUtime=787.1 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 31800 0 0 0 78700 10 0 0 25 0 1 0 510187182 83034112 20018 33554432000 134512640 135151029 4294468000 18446744073709551615 134542716 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 20272 20018 80 156 0 20115 0
Current children cumulated CPU time (s) 787.1
Current children cumulated vsize (KiB) 81088

[startup+793.501 s]
/proc/loadavg: 3.06 3.20 3.21 4/184 16850
/proc/meminfo: memFree=13408348/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=82612 CPUtime=793.5 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 32048 0 0 0 79340 10 0 0 25 0 1 0 510187182 84594688 20266 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 20653 20266 80 156 0 20496 0
Current children cumulated CPU time (s) 793.5
Current children cumulated vsize (KiB) 82612

[startup+796.701 s]
/proc/loadavg: 3.05 3.19 3.21 4/184 16850
/proc/meminfo: memFree=13407728/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=82612 CPUtime=796.7 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 32071 0 0 0 79660 10 0 0 25 0 1 0 510187182 84594688 20289 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 20653 20289 80 156 0 20496 0
Current children cumulated CPU time (s) 796.7
Current children cumulated vsize (KiB) 82612

[startup+798.3 s]
/proc/loadavg: 3.05 3.19 3.21 4/184 16850
/proc/meminfo: memFree=13408964/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=79728 CPUtime=798.3 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 32107 0 0 0 79820 10 0 0 25 0 1 0 510187182 81641472 19832 33554432000 134512640 135151029 4294468000 18446744073709551615 134555080 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 19932 19832 80 156 0 19775 0
Current children cumulated CPU time (s) 798.3
Current children cumulated vsize (KiB) 79728

[startup+798.7 s]
/proc/loadavg: 3.05 3.19 3.21 4/184 16850
/proc/meminfo: memFree=13408840/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=79728 CPUtime=798.7 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 32107 0 0 0 79860 10 0 0 25 0 1 0 510187182 81641472 19832 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 19932 19832 80 156 0 19775 0
Current children cumulated CPU time (s) 798.7
Current children cumulated vsize (KiB) 79728

[startup+799.101 s]
/proc/loadavg: 3.05 3.19 3.21 4/184 16850
/proc/meminfo: memFree=13408840/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=79728 CPUtime=799.1 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 32107 0 0 0 79900 10 0 0 25 0 1 0 510187182 81641472 19832 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 19932 19832 80 156 0 19775 0
Current children cumulated CPU time (s) 799.1
Current children cumulated vsize (KiB) 79728

[startup+799.201 s]
/proc/loadavg: 3.05 3.19 3.21 4/184 16850
/proc/meminfo: memFree=13408840/32951124 swapFree=67111528/67111528
[pid=16757] ppid=16755 vsize=79728 CPUtime=799.2 cores=0,2
/proc/16757/stat : 16757 (precosat) R 16755 16757 16199 0 -1 4202496 32107 0 0 0 79910 10 0 0 25 0 1 0 510187182 81641472 19832 33554432000 134512640 135151029 4294468000 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/16757/statm: 19932 19832 80 156 0 19775 0
Current children cumulated CPU time (s) 799.2
Current children cumulated vsize (KiB) 79728

Child status: 20
Real time (s): 799.274
CPU time (s): 799.288
CPU user time (s): 799.176
CPU system time (s): 0.111982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 82996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 799.176
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32108
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= 5
involuntary context switches= 1129

runsolver used 1.3478 second user time and 3.02354 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-28 12:17:42
IDJOB=3309016
IDBENCH=83451
IDSOLVER=1690
FILE ID=node108/3309016-1303985862
RUNJOBID= node108-1303985844-16687
PBS_JOBID= 13168718
Free space on /tmp= 72028 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309016-1303985862/watcher-3309016-1303985862 -o /tmp/evaluation-result-3309016-1303985862/solver-3309016-1303985862 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3309016-1303985862.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=611399148

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13567856 kB
Buffers:       2290924 kB
Cached:       16157068 kB
SwapCached:          0 kB
Active:       10568820 kB
Inactive:      8231984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13567856 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           97608 kB
Writeback:           0 kB
AnonPages:      352196 kB
Mapped:          15972 kB
Slab:           518364 kB
PageTables:       5856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   540780 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= 72084 MiB
End job on node108 at 2011-04-28 12:31:02