Trace number 3370824

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
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.08 1300.04

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370824-1305394328.cnf'
0.00/0.01	c -- header says num vars:          36809
0.00/0.01	c -- header says num clauses:      142491
0.08/0.10	c -- clauses added:            0 learnts,       142491 normals,            0 xors
0.08/0.10	c -- vars added      36809
0.08/0.10	c Parsing time:  0.09 s
0.08/0.10	c  N st     0         0     36809    117899     24559         0    559608         0   no data   no data  --
0.39/0.41	c asymm  cl-useful: 4399/117865/117865 lits-rem:4706 time: 0.30
0.49/0.59	c Flit:    32 Blit:      0 bXBeca:    0 bXProp: 6133 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
0.59/0.63	c Replacing     6133 vars Replaced   102229 lits Time:     0.04 s 
0.68/0.73	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.68/0.75	c subs with bin:      332  lits-rem:       335  v-fix:    0  time:  0.01 s
0.68/0.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:    30 done:  30595 time:  0.01 s
0.68/0.78	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.01 s
1.19/1.24	c lits-rem:       756  cl-subs:      261  v-elim:    135  v-fix:    0  time:  0.46 s
1.19/1.25	c Finding binary XORs  T:     0.01 s  found:       0
1.29/1.34	c Finding non-binary XORs:     0.07 s (found:   10609, avg size: 3.4)
1.29/1.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1.29/1.35	c calculated reachability. Time: 0.00
1.29/1.35	c Calc default polars -  time:   0.01 s pos:    6154 undec:    7071 neg:   23584
1.29/1.35	c =========================================================================================
1.29/1.35	c types(t): F = full restart, N = normal restart
1.29/1.35	c types(t): S = simplification begin/end, E = solution found
1.29/1.35	c restart types(rt): st = static, dy = dynamic
1.29/1.35	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.29/1.35	c  B st     0         0     30445     55758     12483         0    347394         0   no data   no data  --
2.10/2.14	c Decided on static restart strategy
2.99/3.05	c  N st     8      4913     30344     55758     14451      2876    347394     15713   no data   no data  --
5.19/5.27	c  N st    10     11295     30320     55758     15676      7963    347394     43764   no data   no data  --
5.19/5.29	c Finding binary XORs  T:     0.01 s  found:       0
7.19/7.28	c  N st    11     17038     30305     55309     16597     12774    346180     71440   no data   no data  --
10.19/10.27	c  F st    12     25000     30279     55309     17563     16786    346180     84903   no data   no data  --
10.19/10.29	c Replacing        3 vars Replaced       40 lits Time:     0.01 s 
10.29/10.33	c  N st    12     25000     30274     55075     17657     16755    345428     84835   no data   no data  --
10.29/10.34	c Finding binary XORs  T:     0.01 s  found:       0
12.39/12.45	c Decided on static restart strategy
12.39/12.45	c  N st    18     30000     30255     55075     18126     21233    345428    115484   no data   no data  --
12.39/12.45	c  S st    18     30000     30255     55075     18126     21233    345428    115484   no data   no data  --
12.49/12.58	c  S st    18     30505     30255     55075     18153     21705    345428    121414   no data   no data  --
12.59/12.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.59/12.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.89/12.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  16332 BRemL:   2569 BRemN:      0 P:  3.4M T:  0.35
12.89/12.98	c bin-w-bin subsume rem           54 bins  time:  0.01 s
12.99/13.02	c subs with bin:    14512  lits-rem:      8200  v-fix:    0  time:  0.03 s
12.99/13.03	c Subs w/ non-existent bins:    271 l-rem:     95 v-fix:     0 done:   4736 time:  0.02 s
12.99/13.05	c Removed useless bin:      51  fixed:     0  props:   0.38M  time:  0.01 s
13.29/13.30	c lits-rem:       501  cl-subs:     2950  v-elim:   1352  v-fix:    0  time:  0.25 s
13.39/13.48	c asymm  cl-useful: 881/43544/43544 lits-rem:881 time: 0.19
13.39/13.49	c calculated reachability. Time: 0.00
13.39/13.49	c  N st    18     30505     28898     43544     27988     17606    315579    114868   no data   no data  --
13.89/13.93	c Finding binary XORs  T:     0.01 s  found:       0
16.69/16.75	c  N st    20     37615     28898     43544     28027     24652    315579    179447   no data   no data  --
23.00/23.07	c  N st    21     44019     28898     43544     28036     30979    315579   4978591   no data   no data  --
23.68/23.76	c  S st    22     45764     28898     43544     28038     29052    315579   5085956   no data   no data  --
23.78/23.88	c  S st    22     46274     28898     43544     28054     29544    315579   5092162   no data   no data  --
23.88/23.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
23.88/23.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.28/24.30	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:    0 Bins:   6551 BRemL:   1125 BRemN:      0 P:  3.9M T:  0.39
24.58/24.62	c bin-w-bin subsume rem         1172 bins  time:  0.01 s
26.88/26.92	c subs with bin:     3566  lits-rem:      8601  v-fix:    0  time:  2.30 s
26.88/26.94	c Subs w/ non-existent bins:      7 l-rem:    142 v-fix:     0 done:    305 time:  0.02 s
26.88/26.98	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
42.80/42.87	c lits-rem:        25  cl-subs:     6045  v-elim:    210  v-fix:    0  time: 15.89 s
42.80/42.89	c vivif2 --  cl tried    40174 cl shrink     1553 lits rem       1553 time: 0.01
42.80/42.90	c vivif2 --  cl tried    23376 cl shrink     1307 lits rem       1594 time: 0.01
43.08/43.11	c asymm  cl-useful: 16/39539/39539 lits-rem:48 time: 0.21
43.08/43.12	c calculated reachability. Time: 0.00
43.08/43.12	c  N st    22     46274     28687     39523     32878     23225    307696    241801   no data   no data  --
53.98/54.06	c  N st    23     60671     28687     39523     32878     37416    307696   6179198   no data   no data  --
53.98/54.08	c Finding binary XORs  T:     0.02 s  found:       0
60.29/60.35	c  N st    24     69411     28687     39523     32878     45949    307696   9509759   no data   no data  --
60.29/60.35	c  S st    24     69411     28687     39523     32878     45949    307696   9509759   no data   no data  --
60.40/60.47	c  S st    24     69916     28687     39523     32890     46440    307696   9515202   no data   no data  --
60.40/60.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
60.40/60.51	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
60.89/60.97	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   3550 BRemL:   1038 BRemN:      0 P:  5.1M T:  0.46
61.38/61.50	c bin-w-bin subsume rem         1152 bins  time:  0.01 s
63.39/63.41	c subs with bin:     1563  lits-rem:      7687  v-fix:    0  time:  1.91 s
63.39/63.43	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:     25 time:  0.01 s
63.39/63.45	c Removed useless bin:       0  fixed:     0  props:   0.43M  time:  0.01 s
234.70/234.73	c lits-rem:        36  cl-subs:      845  v-elim:      1  v-fix:    0  time: 171.29 s
234.70/234.74	c vivif2 --  cl tried    37888 cl shrink      339 lits rem        339 time: 0.01
235.30/235.39	c vivif2 --  cl tried    45627 cl shrink    12615 lits rem      57779 time: 0.64
235.59/235.64	c asymm  cl-useful: 735/37549/37549 lits-rem:2205 time: 0.25
235.59/235.65	c calculated reachability. Time: 0.01
235.59/235.65	c  N st    24     69916     28685     36814     35604     45568    303573   9118492   no data   no data  --
250.71/250.73	c  F st    25     87500     28685     36814     35604     53909    303573  13775777   no data   no data  --
250.90/250.90	c  N st    25     87500     28685     36814     35604     53909    303573  13775777   no data   no data  --
250.90/250.92	c Finding binary XORs  T:     0.02 s  found:       0
254.39/254.42	c Decided on static restart strategy
255.99/256.08	c  N st    32     95546     28685     36814     35604     61883    303573  16708101   no data   no data  --
261.19/261.26	c  N st    34    104874     28685     36814     35605     55307    303573  10846094   no data   no data  --
261.19/261.26	c  S st    34    104874     28685     36814     35605     55307    303573  10846094   no data   no data  --
261.39/261.41	c  S st    34    105378     28685     36814     35606     55809    303573  10851802   no data   no data  --
261.39/261.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
261.39/261.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
261.99/262.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1686 BRemL:    617 BRemN:      0 P:  5.5M T:  0.56
262.49/262.50	c bin-w-bin subsume rem         1109 bins  time:  0.01 s
264.49/264.50	c subs with bin:      510  lits-rem:        94  v-fix:    0  time:  2.00 s
264.49/264.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:      3 time:  0.02 s
264.49/264.54	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.01 s
469.91/469.91	c lits-rem:         1  cl-subs:      344  v-elim:      0  v-fix:    0  time: 205.38 s
469.91/469.92	c vivif2 --  cl tried    36354 cl shrink       77 lits rem         77 time: 0.01
470.61/470.62	c vivif2 --  cl tried    55414 cl shrink     9040 lits rem      43118 time: 0.69
470.82/470.88	c asymm  cl-useful: 32/36277/36277 lits-rem:96 time: 0.26
470.82/470.89	c calculated reachability. Time: 0.01
470.82/470.89	c  N st    34    105378     28685     36245     35732     55360    302404  10692724   no data   no data  --
479.30/479.38	c  N st    35    114978     28685     36245     35732     64837    302404  16300455   no data   no data  --
479.40/479.40	c Finding binary XORs  T:     0.02 s  found:       0
490.70/490.74	c  N st    36    129383     28685     36245     35732     59338    302404  13620353   no data   no data  --
505.81/505.87	c  N st    37    150979     28685     36245     35732     59243    302404  11389588   no data   no data  --
510.41/510.43	c  S st    38    158069     28685     36245     35732     66221    302404  14542804   no data   no data  --
510.50/510.59	c  S st    38    158570     28685     36245     35732     66720    302404  14548550   no data   no data  --
510.60/510.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
510.60/510.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
511.10/511.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     10 BRemL:      6 BRemN:      0 P:  5.8M T:  0.50
511.80/511.80	c bin-w-bin subsume rem          164 bins  time:  0.01 s
513.71/513.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.98 s
513.81/513.81	c Subs w/ non-existent bins:      0 l-rem:    643 v-fix:     0 done:     20 time:  0.03 s
513.81/513.82	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.01 s
830.82/830.89	c lits-rem:         2  cl-subs:      517  v-elim:      0  v-fix:    0  time: 317.08 s
830.92/830.91	c vivif2 --  cl tried    36245 cl shrink        0 lits rem          0 time: 0.01
831.81/831.85	c vivif2 --  cl tried    66203 cl shrink     9804 lits rem      84410 time: 0.94
832.11/832.11	c asymm  cl-useful: 9/36245/36245 lits-rem:27 time: 0.26
832.11/832.12	c calculated reachability. Time: 0.01
832.11/832.12	c  N st    38    158570     28685     36236     35581     66203    302329  14238129   no data   no data  --
880.72/880.70	c  N st    39    207164     28685     36236     35581     65779    302329  13355104   no data   no data  --
915.82/915.86	c  N st    40    237855     28685     36236     35581     69929    302329  19605007   no data   no data  --
915.82/915.86	c  S st    40    237855     28685     36236     35581     69929    302329  19605007   no data   no data  --
915.92/916.00	c  S st    40    238359     28685     36236     35581     70431    302329  19610689   no data   no data  --
916.02/916.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
916.02/916.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
916.52/916.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.9M T:  0.51
917.43/917.48	c bin-w-bin subsume rem            9 bins  time:  0.01 s
919.53/919.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
919.53/919.59	c Subs w/ non-existent bins:      0 l-rem:      5 v-fix:     0 done:     47 time:  0.02 s
919.53/919.60	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.01 s

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: 961)

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-3370824-1305394328/watcher-3370824-1305394328 -o /tmp/evaluation-result-3370824-1305394328/solver-3370824-1305394328 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370824-1305394328.cnf 

running on 2 cores: 5,7

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: 4.11 4.00 3.98 5/336 23227
/proc/meminfo: memFree=25109136/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=27640 CPUtime=0 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 2321 0 0 0 0 0 0 0 25 0 1 0 651033284 28303360 1801 33554432000 4194304 4650387 140734746367088 18446744073709551615 4317213 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 6910 1806 326 112 0 1875 0

[startup+0.072633 s]
/proc/loadavg: 4.11 4.00 3.98 5/336 23227
/proc/meminfo: memFree=25109136/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=45904 CPUtime=0.05 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 5475 0 0 0 5 0 0 0 25 0 1 0 651033284 47005696 4422 33554432000 4194304 4650387 140734746367088 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 11476 4423 330 112 0 6441 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45904

[startup+0.100629 s]
/proc/loadavg: 4.11 4.00 3.98 5/336 23227
/proc/meminfo: memFree=25109136/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=47796 CPUtime=0.08 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 6153 0 0 0 8 0 0 0 25 0 1 0 651033284 48943104 5100 33554432000 4194304 4650387 140734746367088 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 11949 5101 330 112 0 6914 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47796

[startup+0.300593 s]
/proc/loadavg: 4.11 4.00 3.98 5/336 23227
/proc/meminfo: memFree=25109136/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=48848 CPUtime=0.29 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 6582 0 0 0 28 1 0 0 25 0 1 0 651033284 50020352 5529 33554432000 4194304 4650387 140734746367088 18446744073709551615 4369824 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 12212 5529 348 112 0 7177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48848

[startup+0.700519 s]
/proc/loadavg: 4.11 4.00 3.98 5/336 23227
/proc/meminfo: memFree=25109136/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=69296 CPUtime=0.68 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 11269 0 0 0 67 1 0 0 25 0 1 0 651033284 70959104 9345 33554432000 4194304 4650387 140734746367088 18446744073709551615 244446594252 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 17324 9345 360 112 0 12289 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 69296

[startup+1.50037 s]
/proc/loadavg: 4.10 4.00 3.98 5/337 23228
/proc/meminfo: memFree=25058040/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=82924 CPUtime=1.49 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 14683 0 0 0 147 2 0 0 25 0 1 0 651033284 84914176 12759 33554432000 4194304 4650387 140734746367088 18446744073709551615 4364857 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 20731 12759 378 112 0 15696 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82924

[startup+3.10108 s]
/proc/loadavg: 4.10 4.00 3.98 5/337 23228
/proc/meminfo: memFree=25056180/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=82924 CPUtime=3.09 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 14707 0 0 0 307 2 0 0 25 0 1 0 651033284 84914176 12783 33554432000 4194304 4650387 140734746367088 18446744073709551615 4364851 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 20731 12783 379 112 0 15696 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82924

[startup+6.30048 s]
/proc/loadavg: 4.10 4.00 3.98 5/337 23228
/proc/meminfo: memFree=25055348/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=82924 CPUtime=6.29 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 14772 0 0 0 627 2 0 0 25 0 1 0 651033284 84914176 12848 33554432000 4194304 4650387 140734746367088 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 20731 12848 379 112 0 15696 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82924

[startup+12.7003 s]
/proc/loadavg: 4.08 4.00 3.98 5/337 23228
/proc/meminfo: memFree=25048732/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=81756 CPUtime=12.69 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 15495 0 0 0 1267 2 0 0 25 0 1 0 651033284 83718144 12439 33554432000 4194304 4650387 140734746367088 18446744073709551615 4245711 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 20439 12439 382 112 0 15404 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81756

[startup+25.5009 s]
/proc/loadavg: 4.07 4.00 3.98 5/337 23228
/proc/meminfo: memFree=24919892/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=239512 CPUtime=25.48 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 48243 0 0 0 2542 6 0 0 25 0 1 0 651033284 245260288 45187 33554432000 4194304 4650387 140734746367088 18446744073709551615 4436136 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 59878 45187 382 112 0 54843 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 239512

[startup+51.1011 s]
/proc/loadavg: 4.05 4.00 3.98 5/337 23229
/proc/meminfo: memFree=24889948/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=241064 CPUtime=51.09 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 53021 0 0 0 5102 7 0 0 25 0 1 0 651033284 246849536 49965 33554432000 4194304 4650387 140734746367088 18446744073709551615 4333751 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 60266 49965 382 112 0 55231 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 241064

[startup+102.314 s]
/proc/loadavg: 4.02 4.00 3.98 5/337 23230
/proc/meminfo: memFree=24728060/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=455532 CPUtime=102.3 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 92364 0 0 0 10217 13 0 0 25 0 1 0 651033284 466464768 89308 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 113883 89308 382 112 0 108848 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 455532

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/337 23232
/proc/meminfo: memFree=24714244/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=455532 CPUtime=162.29 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 92396 0 0 0 16216 13 0 0 25 0 1 0 651033284 466464768 89340 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 113883 89340 382 112 0 108848 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 455532

[startup+222.3 s]
/proc/loadavg: 4.12 4.03 3.99 5/337 23233
/proc/meminfo: memFree=24673160/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=455532 CPUtime=222.3 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 92396 0 0 0 22217 13 0 0 25 0 1 0 651033284 466464768 89340 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 113883 89340 382 112 0 108848 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 455532

[startup+282.301 s]
/proc/loadavg: 4.22 4.07 4.01 5/337 23235
/proc/meminfo: memFree=24626632/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=434600 CPUtime=282.3 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 141379 0 0 0 28209 21 0 0 25 0 1 0 651033284 445030400 97458 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 108650 97458 382 112 0 103615 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 434600

[startup+342.301 s]
/proc/loadavg: 4.18 4.08 4.01 5/337 23237
/proc/meminfo: memFree=24625984/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=434600 CPUtime=342.3 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 141379 0 0 0 34209 21 0 0 25 0 1 0 651033284 445030400 97458 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 108650 97458 382 112 0 103615 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 434600

[startup+402.301 s]
/proc/loadavg: 4.07 4.07 4.01 5/337 23238
/proc/meminfo: memFree=24601516/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=434600 CPUtime=402.3 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 141379 0 0 0 40209 21 0 0 25 0 1 0 651033284 445030400 97458 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 108650 97458 382 112 0 103615 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 434600

[startup+462.301 s]
/proc/loadavg: 4.02 4.05 4.00 5/337 23240
/proc/meminfo: memFree=24602848/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=434600 CPUtime=462.31 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 141379 0 0 0 46210 21 0 0 25 0 1 0 651033284 445030400 97458 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 108650 97458 382 112 0 103615 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 434600

[startup+522.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/337 23241
/proc/meminfo: memFree=24477700/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=621408 CPUtime=522.31 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 219089 0 0 0 52198 33 0 0 25 0 1 0 651033284 636321792 128180 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476279 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 155352 128180 382 112 0 150317 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 621408

[startup+582.3 s]
/proc/loadavg: 4.04 4.04 4.00 5/337 23243
/proc/meminfo: memFree=24452104/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=621408 CPUtime=582.31 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 219090 0 0 0 58198 33 0 0 25 0 1 0 651033284 636321792 128181 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 155352 128181 382 112 0 150317 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 621408

[startup+642.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/337 23245
/proc/meminfo: memFree=24434332/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=621408 CPUtime=642.32 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 219090 0 0 0 64199 33 0 0 25 0 1 0 651033284 636321792 128181 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 155352 128181 382 112 0 150317 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 621408

[startup+702.301 s]
/proc/loadavg: 4.00 4.03 4.00 6/337 23246
/proc/meminfo: memFree=24445092/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=621408 CPUtime=702.31 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 219090 0 0 0 70198 33 0 0 25 0 1 0 651033284 636321792 128181 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 155352 128181 382 112 0 150317 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 621408

[startup+762.313 s]
/proc/loadavg: 4.00 4.02 4.00 5/337 23248
/proc/meminfo: memFree=24450868/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=621408 CPUtime=762.33 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 219090 0 0 0 76200 33 0 0 25 0 1 0 651033284 636321792 128181 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 155352 128181 382 112 0 150317 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 621408

[startup+822.301 s]
/proc/loadavg: 4.19 4.06 4.01 5/337 23249
/proc/meminfo: memFree=24429396/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=621764 CPUtime=822.32 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 219168 0 0 0 82199 33 0 0 25 0 1 0 651033284 636686336 128259 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 155441 128259 382 112 0 150406 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 621764

[startup+882.301 s]
/proc/loadavg: 4.07 4.05 4.00 5/337 23251
/proc/meminfo: memFree=24423284/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=623832 CPUtime=882.32 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 272052 0 0 0 88190 42 0 0 25 0 1 0 651033284 638803968 128477 33554432000 4194304 4650387 140734746367088 18446744073709551615 4330494 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 155958 128477 382 112 0 150923 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 623832

[startup+942.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/337 23253
/proc/meminfo: memFree=24224740/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=800228 CPUtime=942.32 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 346823 0 0 0 94181 51 0 0 25 0 1 0 651033284 819433472 173535 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 200057 173535 382 112 0 195022 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 800228

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/337 23254
/proc/meminfo: memFree=24215416/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=800228 CPUtime=1002.32 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 346823 0 0 0 100181 51 0 0 25 0 1 0 651033284 819433472 173535 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 200057 173535 382 112 0 195022 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 800228

[startup+1062.3 s]
/proc/loadavg: 3.03 3.77 3.91 3/325 23292
/proc/meminfo: memFree=24473840/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=800228 CPUtime=1062.32 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 346826 0 0 0 106181 51 0 0 25 0 1 0 651033284 819433472 173538 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 200057 173538 382 112 0 195022 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 800228

[startup+1122.3 s]
/proc/loadavg: 1.93 3.33 3.75 2/319 23311
/proc/meminfo: memFree=24623912/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=800496 CPUtime=1122.32 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 346884 0 0 0 112181 51 0 0 25 0 1 0 651033284 819707904 173596 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 200124 173596 382 112 0 195089 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 800496

[startup+1182.3 s]
/proc/loadavg: 1.34 2.91 3.58 2/319 23313
/proc/meminfo: memFree=24624120/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=800496 CPUtime=1182.32 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 346884 0 0 0 118181 51 0 0 25 0 1 0 651033284 819707904 173596 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 200124 173596 382 112 0 195089 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 800496

[startup+1242.3 s]
/proc/loadavg: 1.12 2.56 3.41 2/319 23315
/proc/meminfo: memFree=24624200/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=800496 CPUtime=1242.33 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 346884 0 0 0 124182 51 0 0 25 0 1 0 651033284 819707904 173596 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 200124 173596 382 112 0 195089 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 800496



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.05 2.29 3.27 2/319 23316
/proc/meminfo: memFree=24623552/32951124 swapFree=44485764/67111528
[pid=23227] ppid=23225 vsize=800496 CPUtime=1300.04 cores=5,7
/proc/23227/stat : 23227 (strangenight1-s) R 23225 23227 22351 0 -1 4202496 346884 0 0 0 129953 51 0 0 25 0 1 0 651033284 819707904 173596 33554432000 4194304 4650387 140734746367088 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23227/statm: 200124 173596 382 112 0 195089 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 800496

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.53
CPU system time (s): 0.544917
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 800496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.53
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346884
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= 12
involuntary context switches= 3278

runsolver used 3.9564 second user time and 10.1675 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 19:32:08
IDJOB=3370824
IDBENCH=84227
IDSOLVER=1847
FILE ID=node105/3370824-1305394328
RUNJOBID= node105-1305394051-23072
PBS_JOBID= 13324421
Free space on /tmp= 73568 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370824-1305394328/watcher-3370824-1305394328 -o /tmp/evaluation-result-3370824-1305394328/solver-3370824-1305394328 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370824-1305394328.cnf

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1965660270

node105.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.825
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.65
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.825
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      25109292 kB
Buffers:        267316 kB
Cached:        5913540 kB
SwapCached:      39656 kB
Active:         765144 kB
Inactive:      6816156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25109292 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:            9956 kB
Writeback:           0 kB
AnonPages:     1368140 kB
Mapped:          11812 kB
Slab:           127952 kB
PageTables:      67384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65603468 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= 73580 MiB
End job on node105 at 2011-05-14 19:53:50