Trace number 3368765

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-mt (fixed)UNSAT 608.806 152.668

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1869766438-024.UNKNOWN.cnf
MD5SUMdc8d0e0ace98e64abf3fce79e5dbf973
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.57061
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
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 Outputting solution to console
0.00/0.01	c Using 4 threads
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-3368765-1305402547.cnf'
0.00/0.01	c -- header says num vars:            300
0.00/0.01	c -- header says num clauses:        1278
0.00/0.01	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.32	c lits-rem:         0  cl-subs:        0  v-elim:      8  v-fix:    0  time:  0.00 s
0.00/0.32	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.32	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.32	c calculated reachability. Time: 0.00
0.00/0.32	c Calc default polars -  time:   0.00 s pos:     126 undec:      36 neg:     138
0.00/0.32	c =========================================================================================
0.00/0.32	c types(t): F = full restart, N = normal restart
0.00/0.32	c types(t): S = simplification begin/end, E = solution found
0.00/0.32	c restart types(rt): st = static, dy = dynamic
0.00/0.32	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.32	c  B st     0         0       292      1266         0         0      3834         0   no data   no data  --
0.00/0.32	c Decided on static restart strategy
0.00/0.32	c  N st     8      4916       292      1266         0      4789      3834     78828   no data   no data  --
1.56/0.41	c  N st    10     11300       292      1266         0      4416      3834     53785   no data   no data  --
1.96/0.57	c  N st    11     17044       292      1266         0      9943      3834    140912   no data   no data  --
3.56/0.93	c  F st    12     25000       292      1266         0     12194      3834    180410   no data   no data  --
3.56/0.93	c  N st    12     25000       292      1266         0     12194      3834    180410   no data   no data  --
4.37/1.17	c Decided on static restart strategy
4.37/1.17	c  N st    18     30001       292      1266         0     10509      3834    136087   no data   no data  --
4.37/1.17	c  S st    18     30001       292      1266         0     10509      3834    136087   no data   no data  --
4.77/1.20	c  S st    18     30507       292      1266         0     11013      3834    144598   no data   no data  --
4.77/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.77/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.77/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
4.77/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.18/1.33	c lits-rem:       210  cl-subs:     1174  v-elim:      0  v-fix:    0  time:  0.47 s
5.18/1.33	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.03
5.18/1.33	c calculated reachability. Time: 0.00
5.18/1.33	c  N st    18     30507       292      1266         0      9839      3834    127651   no data   no data  --
6.75/1.73	c  N st    20     37619       292      1266         0      9108      3834    104125   no data   no data  --
7.96/2.06	c  N st    21     44018       292      1266         0     15282      3834    208254   no data   no data  --
8.36/2.17	c  S st    22     45761       292      1266         0     16969      3834    238229   no data   no data  --
8.76/2.22	c  S st    22     46264       292      1266         0      8865      3834     93051   no data   no data  --
8.76/2.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.76/2.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.76/2.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.76/2.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.76/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
8.76/2.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.76/2.26	c lits-rem:        60  cl-subs:      249  v-elim:      0  v-fix:    0  time:  0.13 s
8.76/2.26	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
8.76/2.26	c vivif2 --  cl tried     8616 cl shrink        0 lits rem          0 time: 0.00
8.76/2.27	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.02
8.76/2.27	c calculated reachability. Time: 0.00
8.76/2.27	c  N st    22     46264       292      1266         0      8616      3834     89620   no data   no data  --
11.95/3.06	c  N st    23     60661       292      1266         0     12924      3834    156468   no data   no data  --
14.38/3.67	c  N st    24     69398       292      1266         0     21276      3834    295554   no data   no data  --
14.38/3.67	c  S st    24     69398       292      1266         0     21276      3834    295554   no data   no data  --
14.73/3.71	c  S st    24     69903       292      1266         0     11219      3834    119336   no data   no data  --
14.73/3.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.73/3.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.73/3.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
14.73/3.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.73/3.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
14.73/3.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.13/3.81	c lits-rem:        51  cl-subs:      201  v-elim:      0  v-fix:    0  time:  0.38 s
15.13/3.81	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
15.13/3.81	c vivif2 --  cl tried    11018 cl shrink        0 lits rem          0 time: 0.00
15.13/3.82	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.03
15.13/3.82	c calculated reachability. Time: 0.00
15.13/3.82	c  N st    24     69903       292      1266         0     11018      3834    116451   no data   no data  --
19.91/5.06	c  F st    25     87500       292      1266         0     16387      3834    195704   no data   no data  --
19.91/5.06	c  N st    25     87500       292      1266         0     16387      3834    195704   no data   no data  --
21.51/5.47	c Decided on static restart strategy
22.72/5.72	c  N st    32     95537       292      1266         0     24187      3834    324171   no data   no data  --
25.10/6.35	c  N st    34    104855       292      1266         0     20634      3834    259604   no data   no data  --
25.10/6.35	c  S st    34    104855       292      1266         0     20634      3834    259604   no data   no data  --
25.50/6.41	c  S st    34    105357       292      1266         0     21131      3834    268045   no data   no data  --
25.50/6.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.50/6.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.50/6.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.50/6.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.50/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.50/6.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
25.50/6.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.54/6.99	c lits-rem:       777  cl-subs:     1537  v-elim:      0  v-fix:    0  time:  2.27 s
27.54/6.99	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
27.54/7.00	c vivif2 --  cl tried    19594 cl shrink        0 lits rem          0 time: 0.01
27.89/7.01	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.05
27.89/7.01	c calculated reachability. Time: 0.00
27.89/7.01	c  N st    34    105357       292      1266         0     19594      3834    244154   no data   no data  --
31.08/7.87	c  N st    35    114955       292      1266         0     15339      3834    158893   no data   no data  --
36.31/9.13	c  N st    36    129354       292      1266         0     14758      3834    139071   no data   no data  --
43.05/10.89	c  N st    37    150951       292      1266         0     20165      3834    218104   no data   no data  --
45.43/11.49	c  S st    38    158035       292      1266         0     26977      3834    332555   no data   no data  --
45.83/11.57	c  S st    38    158538       292      1266         0     27476      3834    340752   no data   no data  --
45.83/11.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.83/11.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.83/11.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
45.83/11.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.83/11.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.83/11.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
45.83/11.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.83/12.59	c lits-rem:       520  cl-subs:     2491  v-elim:      0  v-fix:    0  time:  4.01 s
49.83/12.59	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
49.83/12.59	c vivif2 --  cl tried    24985 cl shrink        0 lits rem          0 time: 0.01
50.23/12.61	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.07
50.23/12.61	c calculated reachability. Time: 0.00
50.23/12.61	c  N st    38    158538       292      1266         0     24985      3834    303313   no data   no data  --
68.56/17.23	c  N st    39    207127       292      1266         0     19852      3834    192491   no data   no data  --
80.52/20.20	c  N st    40    237807       292      1266         0     30043      3834    347249   no data   no data  --
80.52/20.20	c  S st    40    237807       292      1266         0     30043      3834    347249   no data   no data  --
80.52/20.28	c  S st    40    238309       292      1266         0     30541      3834    356292   no data   no data  --
80.52/20.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
80.52/20.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.52/20.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
80.92/20.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.92/20.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.92/20.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
80.92/20.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.31/21.43	c lits-rem:      1121  cl-subs:     3202  v-elim:      0  v-fix:    0  time:  4.51 s
85.31/21.43	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
85.31/21.43	c vivif2 --  cl tried    27339 cl shrink        0 lits rem          0 time: 0.01
85.31/21.45	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.08
85.31/21.45	c calculated reachability. Time: 0.00
85.31/21.45	c  N st    40    238309       292      1266         0     27339      3834    309799   no data   no data  --
114.84/28.82	c  F st    41    306254       292      1266         0     29157      3834    303750   no data   no data  --
114.84/28.82	c  N st    41    306254       292      1266         0     29157      3834    303750   no data   no data  --
116.81/29.35	c Decided on static restart strategy
128.01/32.15	c  N st    51    334562       292      1266         0     33367      3834    363898   no data   no data  --
138.36/34.75	c  N st    53    357464       292      1266         0     31386      3834    304370   no data   no data  --
138.36/34.75	c  S st    53    357464       292      1266         0     31386      3834    304370   no data   no data  --
138.76/34.83	c  S st    53    357967       292      1266         0     31883      3834    313020   no data   no data  --
138.76/34.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
138.76/34.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
138.76/34.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
138.76/34.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.76/34.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.76/34.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
138.76/34.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.34/35.73	c lits-rem:       477  cl-subs:     3302  v-elim:      0  v-fix:    0  time:  3.51 s
142.34/35.73	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
142.34/35.74	c vivif2 --  cl tried    28581 cl shrink        0 lits rem          0 time: 0.01
142.34/35.76	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.08
142.34/35.76	c calculated reachability. Time: 0.00
142.34/35.76	c  N st    53    357967       292      1266         0     28581      3834    274998   no data   no data  --
156.70/39.39	c  N st    54    390361       292      1266         0     34479      3834    351901   no data   no data  --
181.43/45.53	c  N st    55    438951       292      1266         0     28503      3834    255647   no data   no data  --
216.52/54.34	c  N st    56    511834       292      1266         1     41588      3834    433711   no data   no data  --
231.68/58.12	c  N st    57    536950       292      1266         1     36110      3834    348324   no data   no data  --
231.68/58.12	c  S st    57    536950       292      1266         1     36110      3834    348324   no data   no data  --
232.08/58.21	c  S st    57    537455       292      1266         1     36612      3834    357246   no data   no data  --
232.08/58.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
232.08/58.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
232.08/58.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
232.08/58.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
232.48/58.30	c subs with bin:     1303  lits-rem:       240  v-fix:    0  time:  0.26 s
232.48/58.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
232.48/58.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
236.86/59.42	c lits-rem:       734  cl-subs:     2059  v-elim:      0  v-fix:    0  time:  4.46 s
236.86/59.42	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
236.86/59.42	c vivif2 --  cl tried    33250 cl shrink        0 lits rem          0 time: 0.02
236.86/59.45	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.10
236.86/59.45	c calculated reachability. Time: 0.00
236.86/59.45	c  N st    57    537455       292      1266         1     33250      3834    315013   no data   no data  --
332.18/83.34	c  N st    58    701441       292      1266         2     61846      3834    690584   no data   no data  --
380.84/95.54	c Finding binary XORs  T:     0.00 s  found:       0
391.99/98.32	c  N st    59    806182       291      1245         9     39046      3785    394510   no data   no data  --
391.99/98.32	c  S st    59    806182       291      1245         9     39046      3785    394510   no data   no data  --
392.39/98.41	c  S st    59    806690       291      1245         9     39549      3785    403284   no data   no data  --
392.39/98.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
392.39/98.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
392.39/98.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
392.39/98.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
394.80/99.05	c subs with bin:     7621  lits-rem:       469  v-fix:    0  time:  2.47 s
394.80/99.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
394.80/99.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
398.79/100.08	c lits-rem:      1463  cl-subs:     3104  v-elim:      0  v-fix:    0  time:  4.10 s
398.79/100.08	c vivif2 --  cl tried     1245 cl shrink        0 lits rem          0 time: 0.00
398.79/100.08	c vivif2 --  cl tried    28824 cl shrink        0 lits rem          0 time: 0.01
399.19/100.10	c asymm  cl-useful: 0/1245/1245 lits-rem:0 time: 0.09
399.19/100.10	c calculated reachability. Time: 0.00
399.19/100.10	c  N st    59    806690       291      1245         9     28824      3785    272009   no data   no data  --
415.13/104.12	c Finding binary XORs  T:     0.00 s  found:       0
561.10/140.73	c  F st    60   1071876       290      1223        21     60909      3737    630165   no data   no data  --
561.10/140.73	c  N st    60   1071876       290      1223        21     60909      3737    630165   no data   no data  --
561.10/140.75	c Finding binary XORs  T:     0.00 s  found:       0
565.09/141.75	c Decided on static restart strategy
584.26/146.59	c  N st    70   1100180       288      1188        51     42489      3654    370878   no data   no data  --
592.21/148.55	c Finding binary XORs  T:     0.00 s  found:       0
608.55/152.66	c Following stats are for *FIRST FINISHED THREAD ONLY*
608.55/152.66	c num threads              : 4          
608.55/152.66	c restarts                 : 70         
608.55/152.66	c dynamic restarts         : 0          
608.55/152.66	c static restarts          : 70         
608.55/152.66	c full restarts            : 4          
608.55/152.66	c total simplify time      : 0.93       
608.55/152.66	c learnts DL2              : 0          
608.55/152.66	c learnts size 2           : 383        
608.55/152.66	c learnts size 1           : 132         (44.00     % of vars)
608.55/152.66	c filedLit time            : 0.19        (0.03      % time)
608.55/152.66	c v-elim SatELite          : 8           (2.67      % vars)
608.55/152.66	c SatELite time            : 25.12       (4.13      % time)
608.55/152.66	c v-elim xor               : 0           (0.00      % vars)
608.55/152.66	c xor elim time            : 0.03        (0.00      % time)
608.55/152.66	c num binary xor trees     : 0          
608.55/152.66	c binxor trees' crown      : 0           (nan       leafs/tree)
608.55/152.66	c bin xor find time        : 0.01       
608.55/152.66	c OTF clause improved      : 51222       (0.05      clauses/conflict)
608.55/152.66	c OTF impr. size diff      : 53330       (1.04       lits/clause)
608.55/152.66	c OTF cl watch-shrink      : 248965      (0.22      clauses/conflict)
608.55/152.66	c OTF cl watch-sh-lit      : 309700      (1.24       lits/clause)
608.55/152.66	c tried to recurMin cls    : 162259      (14.66      % of conflicts)
608.55/152.66	c updated cache            : 1161        (0.01       lits/tried recurMin)
608.55/152.66	c unit cls received        : 8           (6.06      % of units)
608.55/152.66	c unit cls sent            : 13          (9.85      % of units)
608.55/152.66	c bin cls received         : 26         
608.55/152.66	c bin cls sent             : 88         
608.55/152.66	c clauses over max glue    : 0           (0.00      % of all clauses)
608.55/152.66	c conflicts                : 1107008     (1819.46   / sec)
608.55/152.66	c decisions                : 1281212     (0.78      % random)
608.55/152.66	c bogo-props               : 19781366749 (32512282.27 / sec)
608.55/152.66	c conflict literals        : 17008883    (28.77     % deleted)
608.55/152.66	c Memory used              : 305.33      MB
608.55/152.66	c single-thread CPU time   : 608.43      s
608.55/152.66	c all-threads sum CPU time : 608.43      s
608.55/152.66	s UNSATISFIABLE

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: 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-3368765-1305402547/watcher-3368765-1305402547 -o /tmp/evaluation-result-3368765-1305402547/solver-3368765-1305402547 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368765-1305402547.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.54 8.01 8.00 5/373 17174
/proc/meminfo: memFree=22571584/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 651852448 52465664 352 33554432000 4194304 4650419 140734975630528 18446744073709551615 46934722815916 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17174/statm: 12809 352 303 112 0 7774 0
[pid=17174/tid=17175] ppid=17172 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651852448 52465664 357 33554432000 4194304 4650419 140734975630528 18446744073709551615 212682722390 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651852448 52465664 357 33554432000 4194304 4650419 140734975630528 18446744073709551615 212682722390 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 4 0 0 0 1 0 0 0 25 0 4 0 651852448 52465664 357 33554432000 4194304 4650419 140734975630528 18446744073709551615 212687675323 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.323395 s]
/proc/loadavg: 7.54 8.01 8.00 5/373 17174
/proc/meminfo: memFree=22571584/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=283212 CPUtime=1.26 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 2407 0 0 0 126 0 0 0 18 0 4 0 651852448 290009088 1868 33554432000 4194304 4650419 140734975630528 18446744073709551615 4330361 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 70803 1868 393 112 0 65768 0
[pid=17174/tid=17175] ppid=17172 vsize=283212 CPUtime=0.3 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 523 0 0 0 30 0 0 0 18 0 4 0 651852448 290009088 1868 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=283212 CPUtime=0.31 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 504 0 0 0 31 0 0 0 18 0 4 0 651852448 290009088 1868 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=283212 CPUtime=0.31 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 465 0 0 0 31 0 0 0 25 0 4 0 651852448 290009088 1868 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 283212

[startup+0.400304 s]
/proc/loadavg: 7.54 8.01 8.00 5/373 17174
/proc/meminfo: memFree=22571584/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=283848 CPUtime=1.56 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 2975 0 0 0 156 0 0 0 18 0 4 0 651852448 290660352 1824 33554432000 4194304 4650419 140734975630528 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 70962 1824 393 112 0 65927 0
[pid=17174/tid=17175] ppid=17172 vsize=283848 CPUtime=0.38 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 665 0 0 0 38 0 0 0 18 0 4 0 651852448 290660352 1824 33554432000 4194304 4650419 140734975630528 18446744073709551615 4314873 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=283848 CPUtime=0.39 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 649 0 0 0 39 0 0 0 18 0 4 0 651852448 290660352 1824 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=283848 CPUtime=0.39 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 602 0 0 0 39 0 0 0 25 0 4 0 651852448 290660352 1824 33554432000 4194304 4650419 140734975630528 18446744073709551615 4333456 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 283848

[startup+0.500284 s]
/proc/loadavg: 7.54 8.01 8.00 5/373 17174
/proc/meminfo: memFree=22571584/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=283848 CPUtime=1.96 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 3161 0 0 0 196 0 0 0 18 0 4 0 651852448 290660352 2010 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 70962 2010 393 112 0 65927 0
[pid=17174/tid=17175] ppid=17172 vsize=283848 CPUtime=0.48 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 713 0 0 0 48 0 0 0 18 0 4 0 651852448 290660352 2010 33554432000 4194304 4650419 140734975630528 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=283848 CPUtime=0.49 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 693 0 0 0 49 0 0 0 18 0 4 0 651852448 290660352 2010 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=283848 CPUtime=0.49 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 645 0 0 0 49 0 0 0 25 0 4 0 651852448 290660352 2010 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 283848

[startup+0.700249 s]
/proc/loadavg: 7.54 8.01 8.00 5/373 17174
/proc/meminfo: memFree=22571584/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=284432 CPUtime=2.76 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 4102 0 0 0 276 0 0 0 18 0 4 0 651852448 291258368 2185 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 71108 2185 393 112 0 66073 0
[pid=17174/tid=17175] ppid=17172 vsize=284432 CPUtime=0.68 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 962 0 0 0 68 0 0 0 18 0 4 0 651852448 291258368 2185 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=284432 CPUtime=0.69 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 927 0 0 0 69 0 0 0 18 0 4 0 651852448 291258368 2185 33554432000 4194304 4650419 140734975630528 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=284432 CPUtime=0.69 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 868 0 0 0 69 0 0 0 25 0 4 0 651852448 291258368 2185 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284432

[startup+1.5011 s]
/proc/loadavg: 7.66 8.03 8.01 9/377 17178
/proc/meminfo: memFree=22557668/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=284924 CPUtime=5.96 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 7150 0 0 0 595 1 0 0 20 0 4 0 651852448 291762176 3770 33554432000 4194304 4650419 140734975630528 18446744073709551615 4367372 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 71231 3770 395 112 0 66196 0
[pid=17174/tid=17175] ppid=17172 vsize=284924 CPUtime=1.48 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 1586 0 0 0 148 0 0 0 20 0 4 0 651852448 291762176 3770 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=284924 CPUtime=1.49 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 1557 0 0 0 149 0 0 0 20 0 4 0 651852448 291762176 3770 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=284924 CPUtime=1.48 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 1283 0 0 0 148 0 0 0 25 0 4 0 651852448 291762176 3770 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 284924

[startup+3.10081 s]
/proc/loadavg: 7.66 8.03 8.01 9/377 17178
/proc/meminfo: memFree=22541052/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=294176 CPUtime=12.35 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 13252 0 0 0 1232 3 0 0 25 0 4 0 651852448 301236224 7558 33554432000 4194304 4650419 140734975630528 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 73544 7558 395 112 0 68509 0
[pid=17174/tid=17175] ppid=17172 vsize=294176 CPUtime=3.08 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 3170 0 0 0 308 0 0 0 25 0 4 0 651852448 301236224 7558 33554432000 4194304 4650419 140734975630528 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=294176 CPUtime=3.08 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 3415 0 0 0 308 0 0 0 25 0 4 0 651852448 301236224 7558 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=294176 CPUtime=3.06 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 2907 0 0 0 306 0 0 0 25 0 4 0 651852448 301236224 7558 33554432000 4194304 4650419 140734975630528 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 294176

[startup+6.30023 s]
/proc/loadavg: 7.68 8.03 8.01 9/377 17178
/proc/meminfo: memFree=22511804/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=312128 CPUtime=25.1 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 19395 0 0 0 2506 4 0 0 25 0 4 0 651852448 319619072 10411 33554432000 4194304 4650419 140734975630528 18446744073709551615 4360479 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 78032 10412 395 112 0 72997 0
[pid=17174/tid=17175] ppid=17172 vsize=312128 CPUtime=6.27 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 5133 0 0 0 627 0 0 0 25 0 4 0 651852448 319619072 10412 33554432000 4194304 4650419 140734975630528 18446744073709551615 4328361 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=312128 CPUtime=6.29 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 5251 0 0 0 628 1 0 0 25 0 4 0 651852448 319619072 10412 33554432000 4194304 4650419 140734975630528 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=312128 CPUtime=6.22 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 3689 0 0 0 622 0 0 0 25 0 4 0 651852448 319619072 10412 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 312128

[startup+12.7011 s]
/proc/loadavg: 7.71 8.03 8.01 9/377 17179
/proc/meminfo: memFree=22490500/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=313028 CPUtime=50.63 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 29724 0 0 0 5057 6 0 0 25 0 4 0 651852448 320540672 13975 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 78257 13975 395 112 0 73222 0
[pid=17174/tid=17175] ppid=17172 vsize=313028 CPUtime=12.68 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 8107 0 0 0 1267 1 0 0 25 0 4 0 651852448 320540672 13975 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=313028 CPUtime=12.68 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 7983 0 0 0 1267 1 0 0 25 0 4 0 651852448 320540672 13975 33554432000 4194304 4650419 140734975630528 18446744073709551615 4330697 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=313028 CPUtime=12.54 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 4878 0 0 0 1254 0 0 0 25 0 4 0 651852448 320540672 13975 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 313028

[startup+25.5007 s]
/proc/loadavg: 7.75 8.03 8.01 9/377 17179
/proc/meminfo: memFree=22450320/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=314988 CPUtime=101.69 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 43618 0 0 0 10161 8 0 0 25 0 4 0 651852448 322547712 18067 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 78747 18067 395 112 0 73712 0
[pid=17174/tid=17175] ppid=17172 vsize=314988 CPUtime=25.49 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 12558 0 0 0 2547 2 0 0 25 0 4 0 651852448 322547712 18071 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=314988 CPUtime=25.5 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 12413 0 0 0 2548 2 0 0 25 0 4 0 651852448 322547712 18071 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=314988 CPUtime=25.2 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 5890 0 0 0 2519 1 0 0 25 0 4 0 651852448 322547712 18071 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 314988

[startup+51.1011 s]
/proc/loadavg: 7.90 8.04 8.01 9/377 17180
/proc/meminfo: memFree=22411204/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=317884 CPUtime=203.76 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 66871 0 0 0 20361 15 0 0 25 0 4 0 651852448 325513216 23240 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 79471 23240 395 112 0 74436 0
[pid=17174/tid=17175] ppid=17172 vsize=317884 CPUtime=51.07 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 20315 0 0 0 5103 4 0 0 25 0 4 0 651852448 325513216 23240 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=317884 CPUtime=51.09 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 19448 0 0 0 5105 4 0 0 25 0 4 0 651852448 325513216 23240 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=317884 CPUtime=50.48 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 7456 0 0 0 5047 1 0 0 25 0 4 0 651852448 325513216 23240 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 317884

[startup+102.301 s]
/proc/loadavg: 8.05 8.06 8.02 9/377 17181
/proc/meminfo: memFree=22374240/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=311084 CPUtime=407.96 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 99269 0 0 0 40769 27 0 0 25 0 4 0 651852448 318550016 28365 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 77771 28365 395 112 0 72736 0
[pid=17174/tid=17175] ppid=17172 vsize=311084 CPUtime=102.27 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 30026 0 0 0 10220 7 0 0 25 0 4 0 651852448 318550016 28365 33554432000 4194304 4650419 140734975630528 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=311084 CPUtime=102.29 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 29735 0 0 0 10221 8 0 0 25 0 4 0 651852448 318550016 28365 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=311084 CPUtime=101.08 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 9365 0 0 0 10106 2 0 0 25 0 4 0 651852448 318550016 28365 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.96
Current children cumulated vsize (KiB) 311084

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

[startup+102.614 s]
/proc/loadavg: 8.05 8.06 8.02 10/377 17181
/proc/meminfo: memFree=22375976/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=311120 CPUtime=409.2 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 99948 0 0 0 40893 27 0 0 25 0 4 0 651852448 318586880 27871 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 77780 27871 395 112 0 72745 0
[pid=17174/tid=17175] ppid=17172 vsize=311120 CPUtime=102.58 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 30639 0 0 0 10251 7 0 0 25 0 4 0 651852448 318586880 27871 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=311120 CPUtime=102.6 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 29760 0 0 0 10252 8 0 0 25 0 4 0 651852448 318586880 27871 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=311120 CPUtime=101.38 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 9365 0 0 0 10136 2 0 0 25 0 4 0 651852448 318586880 27871 33554432000 4194304 4650419 140734975630528 18446744073709551615 4334357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 409.2
Current children cumulated vsize (KiB) 311120

[startup+128.201 s]
/proc/loadavg: 8.10 8.07 8.02 9/377 17182
/proc/meminfo: memFree=22333184/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=312968 CPUtime=511.25 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 114742 0 0 0 51093 32 0 0 25 0 4 0 651852448 320479232 32583 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 78242 32583 395 112 0 73207 0
[pid=17174/tid=17175] ppid=17172 vsize=312968 CPUtime=128.15 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 34875 0 0 0 12807 8 0 0 25 0 4 0 651852448 320479232 32583 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=312968 CPUtime=128.19 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 35219 0 0 0 12810 9 0 0 25 0 4 0 651852448 320479232 32583 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=312968 CPUtime=126.68 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 11052 0 0 0 12665 3 0 0 25 0 4 0 651852448 320479232 32583 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 511.25
Current children cumulated vsize (KiB) 312968

[startup+141.001 s]
/proc/loadavg: 8.07 8.06 8.02 9/377 17182
/proc/meminfo: memFree=22316688/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=333488 CPUtime=562.32 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 121756 0 0 0 56197 35 0 0 25 0 4 0 651852448 341491712 34710 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 83372 34710 395 112 0 78337 0
[pid=17174/tid=17175] ppid=17172 vsize=333488 CPUtime=140.97 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 37185 0 0 0 14088 9 0 0 25 0 4 0 651852448 341491712 34712 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=333488 CPUtime=141.01 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 36755 0 0 0 14090 11 0 0 25 0 4 0 651852448 341491712 34712 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=333488 CPUtime=139.33 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 12107 0 0 0 13930 3 0 0 25 0 4 0 651852448 341491712 34712 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 562.32
Current children cumulated vsize (KiB) 333488

[startup+147.401 s]
/proc/loadavg: 8.15 8.08 8.02 9/377 17182
/proc/meminfo: memFree=22326480/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=312656 CPUtime=587.82 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 124820 0 0 0 58746 36 0 0 25 0 4 0 651852448 320159744 35406 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 78164 35406 395 112 0 73129 0
[pid=17174/tid=17175] ppid=17172 vsize=312656 CPUtime=147.35 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 38212 0 0 0 14726 9 0 0 25 0 4 0 651852448 320159744 35406 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=312656 CPUtime=147.39 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 37780 0 0 0 14728 11 0 0 25 0 4 0 651852448 320159744 35406 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=312656 CPUtime=145.65 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 12168 0 0 0 14562 3 0 0 25 0 4 0 651852448 320159744 35406 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 587.82
Current children cumulated vsize (KiB) 312656

[startup+150.601 s]
/proc/loadavg: 8.15 8.08 8.02 9/377 17182
/proc/meminfo: memFree=22318916/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=312656 CPUtime=600.57 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 126084 0 0 0 60021 36 0 0 25 0 4 0 651852448 320159744 35524 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 78164 35524 395 112 0 73129 0
[pid=17174/tid=17175] ppid=17172 vsize=312656 CPUtime=150.55 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 38560 0 0 0 15045 10 0 0 25 0 4 0 651852448 320159744 35524 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=312656 CPUtime=150.59 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 38410 0 0 0 15048 11 0 0 25 0 4 0 651852448 320159744 35524 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=312656 CPUtime=148.81 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 12168 0 0 0 14878 3 0 0 25 0 4 0 651852448 320159744 35524 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 600.57
Current children cumulated vsize (KiB) 312656

[startup+151.401 s]
/proc/loadavg: 8.13 8.08 8.02 9/377 17182
/proc/meminfo: memFree=22318916/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=312656 CPUtime=603.76 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 126233 0 0 0 60340 36 0 0 25 0 4 0 651852448 320159744 35673 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 78164 35673 395 112 0 73129 0
[pid=17174/tid=17175] ppid=17172 vsize=312656 CPUtime=151.35 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 38560 0 0 0 15125 10 0 0 25 0 4 0 651852448 320159744 35673 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=312656 CPUtime=151.39 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 38497 0 0 0 15128 11 0 0 25 0 4 0 651852448 320159744 35673 33554432000 4194304 4650419 140734975630528 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=312656 CPUtime=149.6 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 12168 0 0 0 14957 3 0 0 25 0 4 0 651852448 320159744 35673 33554432000 4194304 4650419 140734975630528 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 603.76
Current children cumulated vsize (KiB) 312656

[startup+152.201 s]
/proc/loadavg: 8.13 8.08 8.02 9/377 17182
/proc/meminfo: memFree=22316312/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=312656 CPUtime=606.95 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 126351 0 0 0 60658 37 0 0 25 0 4 0 651852448 320159744 35791 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 78164 35791 395 112 0 73129 0
[pid=17174/tid=17175] ppid=17172 vsize=312656 CPUtime=152.15 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 38560 0 0 0 15205 10 0 0 25 0 4 0 651852448 320159744 35791 33554432000 4194304 4650419 140734975630528 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=312656 CPUtime=152.19 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 38560 0 0 0 15208 11 0 0 25 0 4 0 651852448 320159744 35791 33554432000 4194304 4650419 140734975630528 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=312656 CPUtime=150.39 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 12168 0 0 0 15036 3 0 0 25 0 4 0 651852448 320159744 35791 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 606.95
Current children cumulated vsize (KiB) 312656

[startup+152.601 s]
/proc/loadavg: 8.13 8.08 8.02 9/377 17182
/proc/meminfo: memFree=22316312/32951124 swapFree=67111348/67111528
[pid=17174] ppid=17172 vsize=312656 CPUtime=608.55 cores=0,2,4,6
/proc/17174/stat : 17174 (strangenight1-m) R 17172 17174 16711 0 -1 4202496 126416 0 0 0 60818 37 0 0 25 0 4 0 651852448 320159744 35856 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17174/statm: 78164 35856 395 112 0 73129 0
[pid=17174/tid=17175] ppid=17172 vsize=312656 CPUtime=152.55 cores=0,2,4,6
/proc/17174/task/17175/stat : 17175 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 38560 0 0 0 15245 10 0 0 25 0 4 0 651852448 320159744 35856 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17174/tid=17176] ppid=17172 vsize=312656 CPUtime=152.59 cores=0,2,4,6
/proc/17174/task/17176/stat : 17176 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 38598 0 0 0 15248 11 0 0 25 0 4 0 651852448 320159744 35856 33554432000 4194304 4650419 140734975630528 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17174/tid=17177] ppid=17172 vsize=312656 CPUtime=150.79 cores=0,2,4,6
/proc/17174/task/17177/stat : 17177 (strangenight1-m) R 17172 17174 16711 0 -1 4202560 12168 0 0 0 15076 3 0 0 25 0 4 0 651852448 320159744 35856 33554432000 4194304 4650419 140734975630528 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 608.55
Current children cumulated vsize (KiB) 312656

Child status: 20
Real time (s): 152.668
CPU time (s): 608.806
CPU user time (s): 608.428
CPU system time (s): 0.378942
CPU usage (%): 398.777
Max. virtual memory (cumulated for all children) (KiB): 333488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 608.428
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126429
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= 164
involuntary context switches= 4535

runsolver used 0.556915 second user time and 1.25881 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-14 21:49:07
IDJOB=3368765
IDBENCH=82774
IDSOLVER=1846
FILE ID=node139/3368765-1305402547
RUNJOBID= node139-1305401337-17026
PBS_JOBID= 13324464
Free space on /tmp= 73352 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1869766438-024.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368765-1305402547/watcher-3368765-1305402547 -o /tmp/evaluation-result-3368765-1305402547/solver-3368765-1305402547 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368765-1305402547.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= dc8d0e0ace98e64abf3fce79e5dbf973
RANDOM SEED=892750705

node139.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.852
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.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22571616 kB
Buffers:        297796 kB
Cached:        2890344 kB
SwapCached:          0 kB
Active:        8012700 kB
Inactive:      2060684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22571616 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12444 kB
Writeback:           0 kB
AnonPages:     6885112 kB
Mapped:          29408 kB
Slab:           204104 kB
PageTables:      38100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76906304 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= 73348 MiB
End job on node139 at 2011-05-14 21:51:40