Trace number 3308830

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 236? (TO) 1300.05 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3308830-1303984534.cnf
0.00/0.00	c found header 'p cnf 183325 546914'
0.39/0.45	c finished parsing
0.39/0.45	c
0.39/0.45	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.39/0.45	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.39/0.45	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.39/0.45	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.39/0.45	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.39/0.45	c --random=1 --spread=2000 --seed=0 --skip=25
0.39/0.45	c
0.39/0.45	c sizeof     vars[0] = 16   alignment = 0       3 MB
0.39/0.45	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.39/0.45	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.39/0.45	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.39/0.45	c
0.39/0.45	c starting search after 0.4 seconds
0.39/0.45	c no decision limit
0.39/0.46	c
0.39/0.46	c       original/binary      fixed     eliminated      learned       agility
0.39/0.46	c   seconds        variables     equivalent    conflicts       height       MB
0.39/0.46	c
0.39/0.46	c *    0.5   546912  183323      2     0      0       0      0    0.0   0   47
3.49/3.53	c s    3.5   244570   34711    831   454 147329       0      0    0.0   0   35
3.49/3.53	c l    3.5   244570   34711    831   454 147329       0 211448    0.0   0   35
3.49/3.58	c R    3.6   244950   34711    831   454 147329     101    100  501.2  11   37
3.59/3.60	c R    3.6   244998   34711    831   454 147329     201    197  394.1  13   37
4.29/4.32	c B    4.3   321332   33905   1404   687 147329    1000    941  325.9  10   43
4.39/4.43	c R    4.4   322932   33903   1404   689 147329    1349   1271  307.5   6   43
4.69/4.73	c B    4.7   328430   33877   1415   704 147329    2000   1911  329.7   6   44
6.29/6.34	c R    6.3   365075   33412   1656   928 147329    6414   6201  293.0  10   47
6.79/6.81	c B    6.8   376596   33405   1656   935 147329    8002   7760  288.4  12   48
8.29/8.33	c s    8.3   276467   29705   1656   994 150970    9261   6844  292.6   5   39
8.29/8.33	c -    8.3   276467   29705   1656   994 150970    9261 200876  292.6   5   39
11.89/11.93	c R   11.9   296423   29581   1703  1071 150970   21897  19255  287.6  13   44
13.19/13.24	c s   13.2   291799   29571   1712  1072 150970   23497  20683  284.6  14   41
13.39/13.44	c B   13.4   292002   29569   1714  1072 150970   24005  21186  285.7   5   42
18.89/18.90	c s   18.9   302047   29503   1735  1113 150974   37420  34153  288.4  10   43
22.59/22.69	c R   22.7   309043   29468   1750  1133 150974   47013  43710  288.2  14   47
25.00/25.07	c s   25.1   292382   28743   1751  1137 151694   50205  44446  285.5   4   44
31.29/31.37	c s   31.4   300289   28651   1809  1159 151706   62882  56581  283.7  12   45
31.90/31.94	c
31.90/31.94	c       original/binary      fixed     eliminated      learned       agility
31.90/31.94	c   seconds        variables     equivalent    conflicts       height       MB
31.90/31.94	c
31.90/31.94	c B   31.9   300586   28644   1809  1166 151706   64017  57711  287.4   6   48
38.19/38.22	c s   38.2   304699   28603   1829  1184 151709   74917  68371  289.1  11   47
45.80/45.89	c s   45.9   306083   28588   1833  1195 151709   88660  81971  290.7  15   50
53.80/53.88	c s   53.9   292476   28346   1837  1200 151942  101698  93216  292.5  13   51
61.89/61.94	c s   61.9   295477   28316   1846  1218 151945  115065 106292  291.5   7   54
66.29/66.39	c R   66.4   297003   28302   1852  1226 151945  122809 114027  288.8   7   59
70.40/70.43	c s   70.4   296998   28297   1853  1228 151947  129212 120238  288.2   7   57
79.79/79.80	c s   79.8   301122   28154   1968  1256 151947  143243 133474  287.1  10   59
89.49/89.51	c s   89.5   293896   28003   1976  1263 152083  157673 144484  286.4  10   61
91.09/91.13	c B   91.1   294083   27993   1984  1265 152083  160046 146856  287.1   9   65
99.39/99.42	c s   99.4   294701   27887   2059  1283 152096  171562 157818  286.8  11   63
110.00/110.02	c s  110.0   298096   27826   2105  1294 152100  186417 171897  287.4  17   67
120.09/120.10	c +  120.1   300220   27809   2115  1301 152100  200877 220963  287.4  12   77
121.60/121.60	c s  121.6   299773   27809   2115  1301 152100  201383 186819  287.2   9   71
133.60/133.60	c s  133.6   292550   27683   2115  1302 152225  217280 201509  286.7  10   74
146.40/146.44	c s  146.5   298172   27431   2285  1345 152264  232337 214275  285.0   8   77
160.19/160.28	c s  160.3   302493   27335   2352  1374 152264  248771 220607  283.1  12   80
161.60/161.66	c +  161.7   302704   27335   2352  1374 152264  251095 243059  283.4   6   85
173.80/173.86	c s  173.9   305079   27238   2427  1396 152264  265574 235075  282.5   8   84
188.70/188.75	c
188.70/188.75	c       original/binary      fixed     eliminated      learned       agility
188.70/188.75	c   seconds        variables     equivalent    conflicts       height       MB
188.70/188.75	c
188.70/188.75	c s  188.8   294458   27058   2466  1410 152391  284580 239684  280.8  13   85
203.60/203.68	c s  203.7   298893   26888   2594  1428 152415  303274 241358  279.5  11   87
212.60/212.60	c +  212.6   302173   26830   2632  1448 152415  313865 267364  279.2  12   95
218.59/218.65	c s  218.7   298371   26824   2632  1448 152421  320320 249521  278.4   9   89
234.40/234.43	c s  234.4   302767   26790   2657  1457 152421  338801 267018  276.7   9   93
249.70/249.78	c s  249.8   294028   26707   2666  1458 152494  356735 266979  275.7   3   93
265.30/265.34	c s  265.3   295600   26668   2691  1464 152502  375566 267066  274.3   9   93
272.80/272.87	c B  272.9   300381   26559   2785  1479 152502  384098 268054  274.1   7  102
278.90/278.97	c +  279.0   304559   26550   2785  1488 152502  392331 294100  273.4   7  103
280.51/280.58	c s  280.6   300317   26549   2787  1487 152502  392639 267447  273.3   3   94
296.20/296.28	c s  296.3   301182   26520   2803  1500 152502  410496 285248  273.0   7   99
311.50/311.55	c s  311.6   301406   26520   2803  1500 152502  428443 294635  272.2   4  101
328.00/328.00	c s  328.0   301872   26520   2803  1500 152502  449068 294866  270.9   5  101
338.10/338.17	c R  338.2   301960   26519   2803  1501 152502  462702 294472  270.2  10  110
345.90/345.93	c s  345.9   294913   26466   2804  1501 152554  470991 279636  269.7  13   94
363.01/363.01	c s  363.0   297768   26439   2813  1512 152561  488620 294107  268.7   7   98
364.11/364.15	c +  364.2   297801   26439   2813  1512 152561  490415 323510  269.0  13  103
379.51/379.56	c s  379.6   297591   26434   2814  1512 152565  507740 312499  268.3  10  102
396.21/396.28	c s  396.3   298046   26376   2848  1536 152565  527752 324053  267.5   5  105
413.51/413.56	c
413.51/413.56	c       original/binary      fixed     eliminated      learned       agility
413.51/413.56	c   seconds        variables     equivalent    conflicts       height       MB
413.51/413.56	c
413.51/413.56	c s  413.6   298232   26376   2848  1536 152565  548278 324034  266.1   6  106
430.80/430.82	c s  430.8   298794   26376   2848  1536 152565  569463 324152  264.9   7  106
448.00/448.06	c s  448.1   299007   26376   2848  1536 152565  589930 324362  263.8   9  107
462.20/462.27	c +  462.3   299269   26375   2848  1537 152565  613017 355861  263.6  12  118
463.81/463.85	c s  463.9   295854   26345   2848  1537 152595  613035 324636  263.6  13  108
481.11/481.12	c s  481.1   295896   26341   2848  1537 152599  633122 343999  263.3  11  113
499.81/499.83	c s  499.8   296002   26340   2848  1538 152599  653745 356253  262.2  15  117
519.31/519.38	c s  519.4   296179   26340   2848  1538 152599  675050 356640  261.6  12  118
538.51/538.50	c s  538.5   296359   26340   2848  1538 152599  696806 356768  260.7  11  118
549.81/549.89	c R  549.9   296375   26340   2848  1538 152599  714661 356724  259.9   9  129
555.31/555.39	c s  555.4   296390   26340   2848  1538 152599  720478 356907  259.3  11  119
571.71/571.72	c s  571.7   296410   26340   2848  1538 152599  743094 356703  257.5   9  117
590.30/590.32	c s  590.3   296527   26340   2848  1538 152599  762986 356537  256.2   1  117
593.20/593.24	c +  593.3   296535   26340   2848  1538 152599  766274 391447  255.9  13  124
609.71/609.77	c s  609.8   295594   26314   2850  1542 152619  785662 374326  254.9   8  122
629.91/629.91	c s  629.9   295907   26314   2850  1542 152619  807542 392642  254.4   5  127
649.51/649.53	c s  649.5   295949   26314   2850  1542 152619  829666 392803  253.7   9  128
669.42/669.41	c s  669.4   297491   26314   2850  1542 152619  852879 392006  252.9   6  129
690.41/690.41	c s  690.4   297132   26306   2850  1543 152626  875346 391776  253.3  17  129
707.11/707.14	c
707.11/707.14	c       original/binary      fixed     eliminated      learned       agility
707.11/707.14	c   seconds        variables     equivalent    conflicts       height       MB
707.11/707.14	c
707.11/707.14	c B  707.2   297320   26305   2850  1544 152626  896195 391644  252.8  10  141
710.72/710.78	c s  710.8   297319   26305   2850  1544 152626  898372 391994  252.8   7  128
731.81/731.86	c s  731.9   297413   26305   2850  1544 152626  922541 392414  252.1  20  128
750.91/750.99	c s  751.0   297458   26305   2850  1544 152626  948411 392747  251.3  12  129
757.11/757.11	c +  757.1   297466   26304   2850  1545 152626  957842 430591  251.2  10  138
764.42/764.46	c R  764.5   297467   26304   2850  1545 152626  971080 407201  251.4  10  146
770.61/770.61	c s  770.6   297264   26296   2850  1545 152634  976760 412855  251.2   6  139
789.41/789.41	c s  789.4   297265   26296   2850  1545 152634  994441 430536  250.2   7  145
809.42/809.43	c s  809.5   297276   26296   2850  1545 152634 1017263 431281  249.0   9  145
834.32/834.39	c s  834.4   297325   26296   2850  1545 152634 1040676 432550  248.4   9  147
857.82/857.88	c s  857.9   297447   26296   2850  1545 152634 1065214 430782  247.6  12  148
881.52/881.52	c s  881.5   297510   26296   2850  1545 152634 1089082 431354  247.3   7  148
905.23/905.27	c s  905.3   297958   26293   2850  1546 152636 1112277 431313  246.6   3  149
929.72/929.70	c s  929.7   297777   26292   2851  1546 152636 1136204 432292  246.0  15  148
955.42/955.47	c s  955.5   297965   26290   2851  1548 152636 1160414 431408  245.4  11  148
978.62/978.67	c s  978.7   298010   26289   2851  1549 152636 1185541 431351  245.0   5  148
988.32/988.36	c +  988.4   298021   26289   2851  1549 152636 1197300 473650  244.5   9  161
1000.63/1000.69	c s 1000.7   298069   26289   2851  1549 152636 1209858 444731  244.7   7  153
1023.52/1023.52	c s 1023.5   298112   26289   2851  1549 152636 1234705 469573  243.6   9  161
1048.42/1048.42	c
1048.42/1048.42	c       original/binary      fixed     eliminated      learned       agility
1048.42/1048.42	c   seconds        variables     equivalent    conflicts       height       MB
1048.42/1048.42	c
1048.42/1048.42	c s 1048.5   298147   26289   2851  1549 152636 1262993 473949  242.7   9  165
1076.22/1076.22	c s 1076.3   297906   26280   2851  1551 152643 1288536 475318  242.1   8  165
1104.63/1104.63	c s 1104.7   297969   26280   2851  1551 152643 1315817 474507  241.2  13  161
1133.42/1133.46	c s 1133.5   298079   26273   2853  1556 152643 1340924 472336  240.3   8  160
1161.03/1161.01	c s 1161.1   298417   26272   2853  1557 152643 1366356 474594  240.0   4  162
1186.03/1186.01	c s 1186.1   298472   26272   2853  1557 152643 1391222 475085  239.5  12  163
1210.73/1210.74	c s 1210.8   298502   26272   2853  1557 152643 1418417 476104  239.1   7  164
1235.53/1235.52	c s 1235.6   298537   26272   2853  1557 152643 1445091 474449  238.7   4  164
1259.92/1259.92	c s 1260.0   298604   26272   2853  1557 152643 1469862 475396  238.3   5  165
1285.72/1285.74	c + 1285.8   301923   26271   2853  1558 152643 1496625 521015  237.8   6  180
1289.03/1289.06	c s 1289.1   301590   26262   2853  1558 152652 1497730 475149  237.8   6  164
1300.04/1300.00	c
1300.04/1300.00	c *** CAUGHT SIGNAL 15 ***
1300.04/1300.00	c
1300.04/1300.00	c 1507757 conflicts, 6353834 decisions, 1966 random
1300.04/1300.00	c 60 iterations, 4102 restarts, 2 skipped
1300.04/1300.00	c 10 enlarged, 15597 shrunken, 14749 rescored, 399 rebiased
1300.04/1300.00	c 75 simplifications, 0 reductions
1300.04/1300.00	c
1300.04/1300.00	c vars: 2853 fixed, 1558 equiv, 152652 elim, 1780 merged
1300.04/1300.00	c elim: 17841057 resolutions, 57 phases, 15 rounds
1300.04/1300.00	c sbst: 85% substituted, 1.9% nots, 94.8% ands, 0.3% xors, 3.0% ites
1300.04/1300.00	c arty: 2.08 and 2.00 xor average arity
1300.04/1300.00	c prbe: 8141922 probed, 1430 phases, 151 rounds
1300.04/1300.00	c prbe: 983 failed, 893 lifted, 52 merged
1300.04/1300.00	c sccs: 7 non trivial, 0 fixed, 7 merged
1300.04/1300.00	c hash: 149 units, 1721 merged
1300.04/1300.00	c mins: 93408948 learned, 34% deleted, 1997 strong, 114 depth
1300.04/1300.00	c subs: 118338 forward, 98085 backward, 131878 doms
1300.04/1300.00	c strs: 27274 forward, 10084 backward
1300.04/1300.00	c doms: 142875 dominators, 118759 high, 78 low
1300.04/1300.00	c prps: 1795367031 propagations, 1.38 megaprops
1300.04/1300.00	c
1300.04/1300.00	c 1300.0 seconds, 183 MB max, 323 MB recycled
1300.04/1300.00	c
1300.04/1300.00	c *** CAUGHT SIGNAL 15 ***
1300.04/1300.00	c

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3308830-1303984534/watcher-3308830-1303984534 -o /tmp/evaluation-result-3308830-1303984534/solver-3308830-1303984534 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308830-1303984534.cnf 

running on 2 cores: 4,6

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: 3.91 3.93 3.02 6/189 14226
/proc/meminfo: memFree=12826028/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=8304 CPUtime=0 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 1721 0 0 0 0 0 0 0 21 0 1 0 510051435 8503296 1677 33554432000 134512640 135151029 4290788288 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14226/statm: 2076 1677 60 156 0 1919 0

[startup+0.046116 s]
/proc/loadavg: 3.91 3.93 3.02 6/189 14226
/proc/meminfo: memFree=12826028/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=19508 CPUtime=0.03 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 4761 0 0 0 3 0 0 0 21 0 1 0 510051435 19976192 4684 33554432000 134512640 135151029 4290788288 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 4877 4685 64 156 0 4720 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19508

[startup+0.101137 s]
/proc/loadavg: 3.91 3.93 3.02 6/189 14226
/proc/meminfo: memFree=12826028/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=25160 CPUtime=0.09 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 6360 0 0 0 8 1 0 0 21 0 1 0 510051435 25763840 6089 33554432000 134512640 135151029 4290788288 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 6290 6090 64 156 0 6133 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25160

[startup+0.301099 s]
/proc/loadavg: 3.91 3.93 3.02 6/189 14226
/proc/meminfo: memFree=12826028/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=43344 CPUtime=0.3 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 11144 0 0 0 28 2 0 0 22 0 1 0 510051435 44384256 10616 33554432000 134512640 135151029 4290788288 18446744073709551615 134682423 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 10836 10617 64 156 0 10679 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 43344

[startup+0.701029 s]
/proc/loadavg: 3.91 3.93 3.02 6/189 14226
/proc/meminfo: memFree=12826028/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=55508 CPUtime=0.69 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 16406 0 0 0 67 2 0 0 23 0 1 0 510051435 56840192 13622 33554432000 134512640 135151029 4290788288 18446744073709551615 134521904 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 13877 13622 80 156 0 13720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55508

[startup+1.50088 s]
/proc/loadavg: 3.91 3.93 3.02 5/190 14227
/proc/meminfo: memFree=12761052/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=82080 CPUtime=1.49 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 25763 0 0 0 145 4 0 0 25 0 1 0 510051435 84049920 20191 33554432000 134512640 135151029 4290788288 18446744073709551615 134519501 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 20520 20191 80 156 0 20363 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82080

[startup+3.10056 s]
/proc/loadavg: 3.91 3.93 3.02 5/190 14227
/proc/meminfo: memFree=12729804/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=88688 CPUtime=3.09 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 27278 0 0 0 305 4 0 0 25 0 1 0 510051435 90816512 21706 33554432000 134512640 135151029 4290788288 18446744073709551615 134526310 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 22172 21706 80 156 0 22015 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88688

[startup+6.30101 s]
/proc/loadavg: 3.92 3.93 3.03 5/190 14228
/proc/meminfo: memFree=12730612/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=78148 CPUtime=6.29 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 27917 0 0 0 625 4 0 0 25 0 1 0 510051435 80023552 19073 33554432000 134512640 135151029 4290788288 18446744073709551615 134554513 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 19537 19073 80 156 0 19380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78148

[startup+12.7008 s]
/proc/loadavg: 3.92 3.93 3.03 5/190 14228
/proc/meminfo: memFree=12729148/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=76352 CPUtime=12.69 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 31200 0 0 0 1264 5 0 0 25 0 1 0 510051435 78184448 18616 33554432000 134512640 135151029 4290788288 18446744073709551615 134681534 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 19088 18616 80 156 0 18931 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76352

[startup+25.5005 s]
/proc/loadavg: 3.94 3.93 3.05 5/190 14255
/proc/meminfo: memFree=12483864/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=76096 CPUtime=25.5 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 38066 0 0 0 2543 7 0 0 25 0 1 0 510051435 77922304 18589 33554432000 134512640 135151029 4290788288 18446744073709551615 134542666 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 19024 18589 80 156 0 18867 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 76096

[startup+51.1009 s]
/proc/loadavg: 3.96 3.94 3.07 5/190 14283
/proc/meminfo: memFree=12688576/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=76096 CPUtime=51.1 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 45596 0 0 0 5102 8 0 0 25 0 1 0 510051435 77922304 18589 33554432000 134512640 135151029 4290788288 18446744073709551615 134551629 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 19024 18589 80 156 0 18867 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 76096

[startup+102.307 s]
/proc/loadavg: 3.98 3.94 3.12 5/190 14311
/proc/meminfo: memFree=13076556/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=77400 CPUtime=102.3 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 62361 0 0 0 10220 10 0 0 25 0 1 0 510051435 79257600 18903 33554432000 134512640 135151029 4290788288 18446744073709551615 134567933 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 19350 18903 80 156 0 19193 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 77400

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 3.17 5/190 14313
/proc/meminfo: memFree=13034012/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=96364 CPUtime=162.29 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 85366 0 0 0 16215 14 0 0 25 0 1 0 510051435 98676736 23623 33554432000 134512640 135151029 4290788288 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 24091 23623 80 156 0 23934 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96364

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.22 5/190 14314
/proc/meminfo: memFree=12986636/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=106508 CPUtime=222.3 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 102552 0 0 0 22213 17 0 0 25 0 1 0 510051435 109064192 26165 33554432000 134512640 135151029 4290788288 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 26627 26165 80 156 0 26470 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 106508

[startup+282.301 s]
/proc/loadavg: 4.07 3.98 3.27 5/190 14316
/proc/meminfo: memFree=12967764/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=112232 CPUtime=282.3 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 119020 0 0 0 28210 20 0 0 25 0 1 0 510051435 114925568 27598 33554432000 134512640 135151029 4290788288 18446744073709551615 134581724 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 28058 27598 80 156 0 27901 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 112232

[startup+342.301 s]
/proc/loadavg: 4.03 3.98 3.31 5/190 14326
/proc/meminfo: memFree=12948840/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=120644 CPUtime=342.3 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 127110 0 0 0 34208 22 0 0 25 0 1 0 510051435 123539456 29724 33554432000 134512640 135151029 4290788288 18446744073709551615 134580711 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 30161 29724 80 156 0 30004 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 120644

[startup+402.301 s]
/proc/loadavg: 3.55 3.87 3.32 4/184 14346
/proc/meminfo: memFree=13451600/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=125796 CPUtime=402.31 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 143089 0 0 0 40206 25 0 0 25 0 1 0 510051435 128815104 30979 33554432000 134512640 135151029 4290788288 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 31449 30979 80 156 0 31292 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 125796

[startup+462.301 s]
/proc/loadavg: 3.20 3.71 3.29 4/184 14348
/proc/meminfo: memFree=13444880/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=131964 CPUtime=462.3 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 148085 0 0 0 46205 25 0 0 25 0 1 0 510051435 135131136 32506 33554432000 134512640 135151029 4290788288 18446744073709551615 134573883 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 32991 32506 80 156 0 32834 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 131964

[startup+522.301 s]
/proc/loadavg: 2.47 3.41 3.22 3/178 14368
/proc/meminfo: memFree=13581588/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=140164 CPUtime=522.31 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 164550 0 0 0 52202 29 0 0 25 0 1 0 510051435 143527936 34605 33554432000 134512640 135151029 4290788288 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 35041 34605 80 156 0 34884 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 140164

[startup+582.3 s]
/proc/loadavg: 2.17 3.15 3.14 3/178 14371
/proc/meminfo: memFree=13577856/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=141012 CPUtime=582.31 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 168047 0 0 0 58202 29 0 0 25 0 1 0 510051435 144396288 34793 33554432000 134512640 135151029 4290788288 18446744073709551615 134581738 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 35253 34793 80 156 0 35096 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 141012

[startup+642.3 s]
/proc/loadavg: 2.06 2.94 3.06 3/178 14373
/proc/meminfo: memFree=13566200/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=150248 CPUtime=642.31 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 178842 0 0 0 64199 32 0 0 25 0 1 0 510051435 153853952 37103 33554432000 134512640 135151029 4290788288 18446744073709551615 134567899 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 37562 37103 80 156 0 37405 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 150248

[startup+702.3 s]
/proc/loadavg: 2.02 2.76 2.99 3/178 14374
/proc/meminfo: memFree=13561352/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=153028 CPUtime=702.31 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 190521 0 0 0 70197 34 0 0 25 0 1 0 510051435 156700672 37789 33554432000 134512640 135151029 4290788288 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 38257 37789 80 156 0 38100 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 153028

[startup+762.307 s]
/proc/loadavg: 2.01 2.62 2.93 3/178 14376
/proc/meminfo: memFree=13554272/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=154348 CPUtime=762.32 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 201807 0 0 0 76196 36 0 0 25 0 1 0 510051435 158052352 38152 33554432000 134512640 135151029 4290788288 18446744073709551615 134580625 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 38587 38152 80 156 0 38430 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 154348

[startup+822.301 s]
/proc/loadavg: 2.00 2.51 2.87 3/178 14377
/proc/meminfo: memFree=13533924/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=171088 CPUtime=822.32 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 216926 0 0 0 82194 38 0 0 25 0 1 0 510051435 175194112 42214 33554432000 134512640 135151029 4290788288 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 42772 42214 80 156 0 42615 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 171088

[startup+882.301 s]
/proc/loadavg: 2.04 2.43 2.81 3/178 14379
/proc/meminfo: memFree=13528208/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=174944 CPUtime=882.32 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 223452 0 0 0 88193 39 0 0 25 0 1 0 510051435 179142656 43280 33554432000 134512640 135151029 4290788288 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 43736 43280 80 156 0 43579 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 174944

[startup+942.301 s]
/proc/loadavg: 2.06 2.36 2.77 3/178 14380
/proc/meminfo: memFree=13528076/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=174944 CPUtime=942.32 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 230736 0 0 0 94192 40 0 0 25 0 1 0 510051435 179142656 43282 33554432000 134512640 135151029 4290788288 18446744073709551615 134580636 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 43736 43282 80 156 0 43579 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 174944

[startup+1002.3 s]
/proc/loadavg: 2.02 2.29 2.72 3/178 14382
/proc/meminfo: memFree=13524480/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=178792 CPUtime=1002.33 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 240053 0 0 0 100191 42 0 0 25 0 1 0 510051435 183083008 44214 33554432000 134512640 135151029 4290788288 18446744073709551615 134554594 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 44698 44214 80 156 0 44541 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 178792

[startup+1062.3 s]
/proc/loadavg: 2.00 2.24 2.67 3/178 14384
/proc/meminfo: memFree=13511696/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=192784 CPUtime=1062.33 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 246106 0 0 0 106190 43 0 0 25 0 1 0 510051435 197410816 47616 33554432000 134512640 135151029 4290788288 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 48196 47616 80 156 0 48039 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 192784

[startup+1122.3 s]
/proc/loadavg: 2.00 2.19 2.62 3/178 14385
/proc/meminfo: memFree=13511320/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=191580 CPUtime=1122.33 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 252182 0 0 0 112189 44 0 0 25 0 1 0 510051435 196177920 47459 33554432000 134512640 135151029 4290788288 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 47895 47459 80 156 0 47738 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 191580

[startup+1182.3 s]
/proc/loadavg: 2.00 2.15 2.58 3/178 14387
/proc/meminfo: memFree=13511540/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=191580 CPUtime=1182.33 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 257926 0 0 0 118188 45 0 0 25 0 1 0 510051435 196177920 47465 33554432000 134512640 135151029 4290788288 18446744073709551615 134581524 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 47895 47465 80 156 0 47738 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 191580

[startup+1242.3 s]
/proc/loadavg: 2.00 2.12 2.54 3/178 14388
/proc/meminfo: memFree=13506448/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=192692 CPUtime=1242.33 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 261281 0 0 0 124188 45 0 0 25 0 1 0 510051435 197316608 47746 33554432000 134512640 135151029 4290788288 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 48173 47746 80 156 0 48016 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 192692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.10 2.51 3/178 14390
/proc/meminfo: memFree=13505448/32951124 swapFree=67111528/67111528
[pid=14226] ppid=14224 vsize=193784 CPUtime=1300.04 cores=4,6
/proc/14226/stat : 14226 (precosat) R 14224 14226 13993 0 -1 4202496 266497 0 0 0 129958 46 0 0 25 0 1 0 510051435 198434816 47990 33554432000 134512640 135151029 4290788288 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14226/statm: 48446 47990 80 156 0 48289 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 193784

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): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.58
CPU system time (s): 0.472928
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 200272

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

runsolver used 2.26365 second user time and 4.40733 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-28 11:55:35
IDJOB=3308830
IDBENCH=82481
IDSOLVER=1690
FILE ID=node138/3308830-1303984534
RUNJOBID= node138-1303983196-14012
PBS_JOBID= 13168688
Free space on /tmp= 71736 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308830-1303984534/watcher-3308830-1303984534 -o /tmp/evaluation-result-3308830-1303984534/solver-3308830-1303984534 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308830-1303984534.cnf

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=2099984934

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.80
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.854
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.854
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.854
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:     32951124 kB
MemFree:      12826308 kB
Buffers:       2087980 kB
Cached:       16511044 kB
SwapCached:          0 kB
Active:       11663696 kB
Inactive:      7893056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12826308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           64164 kB
Writeback:           0 kB
AnonPages:      957176 kB
Mapped:          16056 kB
Slab:           503620 kB
PageTables:       7228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1144576 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= 71804 MiB
End job on node138 at 2011-04-28 12:17:17