Trace number 3366869

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-2-mt (fixed)SAT 166.526 41.7563

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v760c43649g5.cnf
MD5SUMfac733a1c5caf879cadf25b989055e5e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.421935
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366869-1305391070.cnf'
0.00/0.01	c -- header says num vars:            760
0.00/0.01	c -- header says num clauses:       43649
0.00/0.02	c -- clauses added:            0 learnts,        43649 normals,            0 xors
0.00/0.02	c -- vars added        760
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       760        40     43609         0     87978         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/40/40 lits-rem:0 time: 0.00
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.03	c bin-w-bin subsume rem         2525 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    760 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
0.00/0.06	c lits-rem:       323  cl-subs:        0  v-elim:     40  v-fix:    0  time:  0.01 s
0.00/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.06	c calculated reachability. Time: 0.00
0.00/0.06	c Calc default polars -  time:   0.00 s pos:       0 undec:      40 neg:     720
0.00/0.06	c =========================================================================================
0.00/0.06	c types(t): F = full restart, N = normal restart
0.00/0.06	c types(t): S = simplification begin/end, E = solution found
0.00/0.06	c restart types(rt): st = static, dy = dynamic
0.00/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.06	c  B st     0         0       720      2980     37384         0    132187         0   no data   no data
0.00/0.90	c  N dy    13      4427       720      2980     37387      4333    132187    109508      8.44      9.12
0.00/0.90	c  N dy    28      9213       720      2980     37400      6582    132187    140850      7.92      8.36
0.00/0.90	c  N dy    44     13281       720      2980     37411      6415    132187    114478      7.88      8.48
0.00/0.90	c  N dy    65     17651       720      2980     37411     10709    132187    229229      7.94      8.41
4.02/1.10	c  N dy    78     21712       720      2980     37415      9139    132187    160315      7.88     10.91
5.22/1.40	c  F st    91     25000       720      2980     37416     12359    132187    240585      7.85   no data
5.22/1.40	c  N st    94     26191       720      2980     37420      6867    132187     85972      7.85   no data
6.36/1.60	c  S st    97     30000       720      2980     37421     10599    132187    195190      7.85   no data
6.36/1.60	c  S st    97     30503       720      2980     37421     11101    132187    207506      7.85   no data
6.36/1.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.76/1.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    244 BRemL:      0 BRemN:      0 P:  3.7M T:  0.06
6.76/1.70	c blocked clauses removed:        0 vars:      0 tried:         720 T: 0.00 s
6.76/1.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.76/1.73	c subs with bin:        0  lits-rem:     17401  v-fix:    0  time:  0.10 s
6.76/1.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    720 time:  0.00 s
6.76/1.73	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
6.76/1.73	c lits-rem:         9  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.15/2.36	c subs with bin:      196  lits-rem:       523  v-fix:    0  time:  0.63 s
9.55/2.45	c lits-rem:      1138  cl-subs:     2094  v-elim:      0  v-fix:    0  time:  0.09 s
10.34/2.62	c asymm  cl-useful: 1/2940/2980 lits-rem:1 time: 0.17
10.34/2.62	c calculated reachability. Time: 0.00
10.34/2.62	c  N dy    97     30503       720      2980     37665      8811    114776    180304      7.85   no data
11.14/2.85	c  N dy   111     34854       720      2980     37668     13059    114776    295276      7.81      8.24
11.97/3.08	c  N dy   130     38887       720      2980     37685      9270    114776    144909      7.80      8.26
13.14/3.30	c  N dy   154     42992       720      2980     37685     13269    114776    246712      7.83      8.33
13.53/3.47	c  S st   171     45755       720      2980     37686     15943    114776    308261      7.84   no data
13.93/3.50	c  S st   171     46257       720      2980     37686     16445    114776    322555      7.84   no data
13.93/3.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.93/3.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     15 BRemL:      0 BRemN:      0 P:  3.7M T:  0.06
13.93/3.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.93/3.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.33/3.63	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.06 s
14.33/3.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    720 time:  0.00 s
14.33/3.64	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
14.33/3.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.32/4.62	c subs with bin:      117  lits-rem:       116  v-fix:    0  time:  0.97 s
18.72/4.74	c lits-rem:       681  cl-subs:     1554  v-elim:      0  v-fix:    0  time:  0.11 s
18.72/4.74	c vivif2 --  cl tried     2980 cl shrink        0 lits rem          0 time: 0.00
18.72/4.75	c vivif2 --  cl tried    14774 cl shrink        0 lits rem          0 time: 0.01
19.53/4.95	c asymm  cl-useful: 0/2980/2980 lits-rem:0 time: 0.20
19.53/4.95	c calculated reachability. Time: 0.00
19.53/4.95	c  N dy   171     46257       720      2980     37702     14774    114773    299970      7.84   no data
20.75/5.21	c  N dy   189     50380       720      2980     37704     10077    114773    149158      7.82      8.27
21.51/5.45	c  N dy   212     54454       720      2980     37721     14054    114773    255123      7.88      8.32
22.71/5.70	c  N dy   243     58497       720      2980     37726     17980    114773    362139      7.95      8.75
23.51/5.96	c  N dy   268     62717       720      2980     37727     12401    114773    198341      7.98      8.54
24.71/6.20	c  N dy   293     66772       720      2980     37731     16339    114773    300744      8.01     10.74
25.13/6.37	c  S st   304     69385       720      2980     37735     18866    114773    362688      8.00   no data
25.13/6.41	c  S st   304     69886       720      2980     37735     19363    114773    377756      8.00   no data
25.54/6.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.54/6.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.0M T:  0.07
25.54/6.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.54/6.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.89/6.54	c subs with bin:        0  lits-rem:        16  v-fix:    0  time:  0.06 s
25.89/6.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    720 time:  0.00 s
25.89/6.55	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
25.89/6.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.69/7.70	c subs with bin:      762  lits-rem:       861  v-fix:    0  time:  1.14 s
31.09/7.83	c lits-rem:       596  cl-subs:     1295  v-elim:      0  v-fix:    0  time:  0.13 s
31.09/7.83	c vivif2 --  cl tried     2980 cl shrink        0 lits rem          0 time: 0.00
31.09/7.84	c vivif2 --  cl tried    17306 cl shrink        4 lits rem          4 time: 0.01
31.88/8.08	c asymm  cl-useful: 0/2980/2980 lits-rem:0 time: 0.23
31.88/8.08	c calculated reachability. Time: 0.00
31.88/8.08	c  N dy   304     69886       720      2980     37735     17306    114757    352587      8.00   no data
33.09/8.40	c  N dy   327     74366       720      2980     37736     10977    114757    145016      8.02      8.49
34.33/8.67	c  N dy   357     79153       720      2980     37750     15637    114757    273214      8.05      8.49
35.87/9.01	c  N dy   394     84284       720      2980     37754     20605    114757    406604      8.10      8.55
36.67/9.25	c  F st   412     87500       720      2980     37758     12108    114757    152777      8.11   no data
37.47/9.45	c  N st   417     90796       720      2980     37758     15309    114757    240265      8.11   no data
39.06/9.83	c  N dy   438     96615       720      2980     37767     20966    114757    384448      8.11      8.54
39.86/10.05	c Finding binary XORs  T:     0.00 s  found:       0
40.66/10.27	c  N dy   471    103012       720      2980     37777     14582    114757    187371      8.12      8.59
41.07/10.38	c  S st   478    104829       720      2980     37777     16348    114757    229541      8.11      7.16
41.47/10.41	c  S st   478    105333       720      2980     37777     16850    114757    245835      8.11   no data
41.47/10.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.47/10.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      6 BRemL:      0 BRemN:      0 P:  3.8M T:  0.06
41.47/10.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.47/10.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.87/10.54	c subs with bin:        0  lits-rem:        16  v-fix:    0  time:  0.06 s
41.87/10.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    720 time:  0.00 s
41.87/10.55	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
41.87/10.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
44.26/11.10	c subs with bin:      437  lits-rem:      1162  v-fix:    0  time:  0.54 s
44.26/11.16	c lits-rem:       630  cl-subs:     1029  v-elim:      0  v-fix:    0  time:  0.06 s
44.26/11.16	c vivif2 --  cl tried     2980 cl shrink        0 lits rem          0 time: 0.00
44.26/11.17	c vivif2 --  cl tried    15384 cl shrink        0 lits rem          0 time: 0.01
45.06/11.38	c asymm  cl-useful: 0/2980/2980 lits-rem:0 time: 0.21
45.06/11.38	c calculated reachability. Time: 0.00
45.06/11.38	c  N dy   478    105333       720      2980     37783     15384    114741    228147      8.11   no data
47.08/11.81	c  N dy   520    112104       719      2980     37798     22015    114741    399734      8.13      8.67
49.04/12.33	c  N dy   559    119508       719      2980     37800     15605    114741    206005      8.15      8.84
51.04/12.83	c  N dy   594    127385       719      2980     37809     23257    114741    393458      8.18      8.74
53.42/13.42	c  N dy   641    135600       719      2980     37822     16662    114741    214389      8.21      9.11
55.42/13.99	c  N dy   682    144352       719      2980     37835     25157    114741    426458      8.21      8.65
58.22/14.65	c  N dy   738    153671       718      2980     37840     18671    114741    245601      8.24      8.67
59.42/14.94	c  S st   762    158000       718      2980     37841     22878    114741    352157      8.24   no data
59.42/14.98	c  S st   762    158505       718      2980     37841     23381    114741    368030      8.24   no data
59.42/14.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.81/15.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     23 BRemL:      0 BRemN:      0 P:  4.4M T:  0.07
59.81/15.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.81/15.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.24/15.12	c subs with bin:        0  lits-rem:         6  v-fix:    0  time:  0.06 s
60.24/15.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    717 time:  0.00 s
60.24/15.12	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
60.24/15.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
63.80/16.04	c subs with bin:      168  lits-rem:       200  v-fix:    0  time:  0.90 s
64.20/16.16	c lits-rem:       411  cl-subs:     1139  v-elim:      0  v-fix:    0  time:  0.12 s
64.20/16.16	c vivif2 --  cl tried     2962 cl shrink        0 lits rem          0 time: 0.00
64.20/16.17	c vivif2 --  cl tried    19453 cl shrink        0 lits rem          0 time: 0.01
65.39/16.41	c asymm  cl-useful: 0/2962/2962 lits-rem:0 time: 0.24
65.39/16.41	c calculated reachability. Time: 0.00
65.39/16.41	c  N dy   762    158505       717      2962     37267     19453    113394    323972      8.24   no data
68.19/17.18	c  N dy   804    168765       717      2962     37283     29405    113394    560388      8.24      8.69
71.38/17.97	c  N dy   871    179606       717      2962     37289     24721    113394    397887      8.27      8.82
74.96/18.87	c  N dy   939    191163       716      2962     37298     19124    113394    236644      8.29      8.98
78.55/19.78	c  N dy  1007    203470       716      2962     37305     31049    113394    521740      8.31      8.75
82.59/20.79	c  N dy  1072    216645       716      2962     37321     25681    113394    383472      8.31      8.82
87.33/21.98	c  N dy  1140    230636       715      2962     37349     20029    113394    225545      8.32      8.89
89.33/22.49	c  S st  1184    237757       715      2962     37352     26958    113394    403323      8.33   no data
89.73/22.53	c  S st  1184    238258       715      2962     37352     27455    113394    417714      8.33   no data
89.73/22.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
90.13/22.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      0 BRemN:      0 P:  4.8M T:  0.08
90.13/22.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
90.13/22.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.13/22.68	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.06 s
90.13/22.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    715 time:  0.00 s
90.13/22.69	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
90.13/22.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
94.51/23.70	c subs with bin:      688  lits-rem:       970  v-fix:    0  time:  1.00 s
94.91/23.85	c lits-rem:       594  cl-subs:     1415  v-elim:      0  v-fix:    0  time:  0.15 s
94.91/23.86	c vivif2 --  cl tried     2949 cl shrink        0 lits rem          0 time: 0.00
94.91/23.87	c vivif2 --  cl tried    22342 cl shrink        0 lits rem          0 time: 0.01
96.10/24.14	c asymm  cl-useful: 1/2949/2949 lits-rem:1 time: 0.27
96.10/24.14	c calculated reachability. Time: 0.00
96.10/24.14	c  N dy  1184    238258       715      2949     36988     22342    112464    369985      8.33   no data
101.29/25.41	c  N dy  1264    253504       713      2949     37017     37111    112464    727352      8.34      8.83
106.48/26.72	c  N dy  1354    269748       713      2949     37033     34098    112464    596720      8.36      9.44
112.07/28.15	c  N dy  1455    286971       713      2949     37045     30315    112464    472320      8.38      8.87
118.05/29.60	c Finding binary XORs  T:     0.00 s  found:       0
118.45/29.75	c  N dy  1547    305445       712      2929     36506     23177    111189    315664      8.39      8.89
118.85/29.81	c  F st  1552    306250       712      2929     36506     23962    111189    333921      8.39   no data
125.23/31.45	c  N dy  1644    325070       712      2929     36514     42251    111189    794370      8.41      8.86
132.01/33.14	c  N dy  1765    345124       711      2929     36519     40224    111189    716723      8.44      8.89
136.40/34.26	c  S st  1835    357387       711      2929     36523     28696    111189    383134      8.46   no data
136.80/34.30	c  S st  1835    357890       711      2929     36523     29193    111189    398764      8.46   no data
136.80/34.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.80/34.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     20 BRemL:      0 BRemN:      0 P:  5.1M T:  0.08
136.80/34.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.80/34.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.20/34.45	c subs with bin:        0  lits-rem:        10  v-fix:    0  time:  0.06 s
137.20/34.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    711 time:  0.00 s
137.20/34.46	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
137.20/34.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
140.78/35.31	c subs with bin:     1013  lits-rem:       462  v-fix:    0  time:  0.83 s
141.18/35.47	c lits-rem:       639  cl-subs:     1494  v-elim:      0  v-fix:    0  time:  0.16 s
141.18/35.47	c vivif2 --  cl tried     2923 cl shrink        0 lits rem          0 time: 0.00
141.18/35.48	c vivif2 --  cl tried    25740 cl shrink        0 lits rem          0 time: 0.01
142.38/35.78	c asymm  cl-useful: 0/2923/2923 lits-rem:0 time: 0.30
142.38/35.78	c calculated reachability. Time: 0.00
142.38/35.78	c  N dy  1835    357890       711      2923     36357     25740    110736    366341      8.46   no data
149.96/37.69	c  N dy  1930    378085       711      2923     36369     45215    110736    828724      8.45      8.92
157.54/39.53	c  N dy  2013    398174       711      2923     36383     40403    110736    644579      8.44      9.22
165.56/41.51	c  N dy  2108    418755       711      2923     36415     34645    110736    490746      8.44      8.93
166.32/41.74	c Following stats are for *FIRST FINISHED THREAD ONLY*
166.32/41.74	c num threads              : 4          
166.32/41.74	c restarts                 : 2033       
166.32/41.74	c dynamic restarts         : 2009       
166.32/41.74	c static restarts          : 24         
166.32/41.74	c full restarts            : 3          
166.32/41.74	c total simplify time      : 0.00       
166.32/41.74	c learnts DL2              : 0          
166.32/41.74	c learnts size 2           : 44406      
166.32/41.74	c learnts size 1           : 9           (1.18      % of vars)
166.32/41.74	c filedLit time            : 0.23        (0.55      % time)
166.32/41.74	c v-elim SatELite          : 40          (5.26      % vars)
166.32/41.74	c SatELite time            : 0.39        (0.96      % time)
166.32/41.74	c v-elim xor               : 0           (0.00      % vars)
166.32/41.74	c xor elim time            : 0.00        (0.01      % time)
166.32/41.74	c num binary xor trees     : 0          
166.32/41.74	c binxor trees' crown      : 0           (nan       leafs/tree)
166.32/41.74	c bin xor find time        : 0.00       
166.32/41.74	c OTF clause improved      : 13290       (0.03      clauses/conflict)
166.32/41.74	c OTF impr. size diff      : 16592       (1.25       lits/clause)
166.32/41.74	c OTF cl watch-shrink      : 408718      (0.84      clauses/conflict)
166.32/41.74	c OTF cl watch-sh-lit      : 4008417     (9.81       lits/clause)
166.32/41.74	c tried to recurMin cls    : 138451      (28.45      % of conflicts)
166.32/41.74	c updated cache            : 1433        (0.01       lits/tried recurMin)
166.32/41.74	c unit cls recevied        : 6           (66.67     % of units)
166.32/41.74	c unit cls sent            : 2           (22.22     % of units)
166.32/41.74	c bin cls recevied         : 604        
166.32/41.74	c bin cls sent             : 171        
166.32/41.74	c clauses over max glue    : 0           (0.00      % of all clauses)
166.32/41.74	c conflicts                : 486635      (11802.73  / sec)
166.32/41.74	c decisions                : 737814      (0.63      % random)
166.32/41.74	c bogo-props               : 5408312959  (131171891.16 / sec)
166.32/41.74	c conflict literals        : 12972731    (63.96     % deleted)
166.32/41.74	c Memory used              : 289.93      MB
166.32/41.74	c single-thread CPU time   : 41.23       s
166.32/41.74	c all-threads sum CPU time : 166.34      s
166.32/41.74	s SATISFIABLE
166.32/41.75	v -1 -2 -3 -4 -5 -6 7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21 -22 23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 -67 -68 -69 70 -71 -72 -73 -74 -75 -76 -77 -78 -79 -80 -81 -82 -83 -84 -85 -86 87 -88 -89 -90 -91 -92 -93 -94 -95 -96 -97 -98 -99 -100 -101 -102 -103 -104 -105 -106 -107 108 -109 -110 -111 -112 -113 -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 128 -129 -130 -131 -132 -133 -134 135 -136 -137 -138 -139 -140 -141 -142 -143 -144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 -157 -158 -159 -160 -161 -162 -163 -164 -165 -166 -167 168 -169 -170 -171 -172 -173 -174 175 -176 -177 -178 -179 -180 -181 -182 -183 -184 -185 -186 -187 -188 -189 -190 -191 -192 -193 -194 -195 -196 -197 -198 -199 -200 -201 202 -203 -204 -205 -206 -207 -208 -209 -210 -211 -212 -213 -214 -215 -216 -217 -218 -219 -220 -221 -222 -223 224 -225 -226 -227 -228 -229 -230 -231 -232 -233 -234 235 -236 -237 -238 -239 -240 -241 -242 -243 -244 -245 -246 -247 -248 -249 -250 -251 -252 -253 -254 -255 -256 -257 -258 -259 -260 -261 262 -263 -264 -265 -266 -267 -268 -269 -270 -271 -272 -273 -274 -275 -276 -277 -278 -279 -280 281 -282 -283 -284 -285 -286 -287 -288 -289 -290 -291 -292 -293 294 -295 -296 -297 -298 -299 -300 -301 -302 -303 -304 -305 -306 -307 -308 -309 -310 -311 312 -313 -314 -315 -316 -317 -318 -319 -320 -321 -322 -323 -324 325 -326 -327 -328 -329 -330 -331 -332 -333 -334 -335 -336 -337 -338 -339 -340 -341 -342 -343 -344 -345 -346 -347 -348 -349 -350 -351 -352 -353 -354 355 -356 -357 -358 -359 -360 -361 -362 -363 -364 -365 -366 -367 -368 -369 -370 -371 -372 -373 -374 -375 -376 -377 378 -379 -380 -381 -382 -383 -384 -385 -386 -387 -388 -389 -390 -391 -392 -393 -394 395 -396 -397 -398 -399 -400 -401 -402 -403 -404 -405 -406 -407 -408 -409 -410 -411 -412 -413 414 -415 -416 -417 -418 -419 -420 -421 -422 -423 -424 425 -426 -427 -428 -429 -430 -431 -432 -433 -434 -435 -436 -437 -438 -439 -440 -441 -442 443 -444 -445 -446 -447 -448 -449 -450 -451 -452 -453 -454 -455 -456 -457 -458 -459 -460 -461 -462 -463 -464 -465 -466 467 -468 -469 -470 -471 -472 -473 -474 -475 -476 477 -478 -479 -480 -481 -482 -483 -484 -485 -486 -487 -488 -489 -490 -491 -492 -493 -494 495 -496 -497 -498 -499 -500 -501 -502 -503 -504 -505 -506 -507 -508 -509 -510 -511 -512 -513 -514 -515 -516 -517 -518 -519 -520 -521 -522 -523 -524 -525 -526 527 -528 -529 -530 -531 -532 -533 -534 -535 -536 -537 -538 -539 -540 -541 -542 -543 -544 -545 546 -547 -548 -549 -550 -551 -552 553 -554 -555 -556 -557 -558 -559 -560 -561 -562 -563 -564 -565 -566 -567 -568 -569 -570 571 -572 -573 -574 -575 -576 -577 -578 -579 -580 -581 -582 -583 -584 -585 -586 -587 -588 -589 -590 -591 -592 -593 594 -595 -596 -597 -598 -599 -600 -601 -602 -603 -604 -605 -606 -607 -608 -609 -610 -611 -612 -613 -614 -615 -616 -617 -618 -619 620 -621 -622 -623 -624 -625 -626 -627 -628 -629 -630 -631 -632 -633 -634 -635 -636 -637 -638 -639 -640 -641 -642 643 -644 -645 -646 -647 -648 -649 -650 -651 -652 -653 654 -655 -656 -657 -658 -659 -660 -661 -662 -663 -664 -665 -666 -667 -668 -669 -670 671 -672 -673 -674 -675 -676 -677 -678 -679 -680 -681 -682 -683 -684 -685 -686 -687 -688 -689 -690 -691 -692 -693 -694 -695 -696 -697 -698 699 -700 -701 -702 -703 -704 -705 -706 -707 -708 -709 -710 -711 -712 -713 -714 -715 -716 -717 -718 -719 -720 721 -722 -723 724 -725 -726 -727 -728 -729 -730 -731 -732 -733 -734 -735 -736 -737 -738 -739 -740 -741 -742 -743 -744 -745 -746 -747 -748 -749 -750 -751 -752 -753 -754 755 -756 -757 -758 -759 -760 0

Verifier Data

OK

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-3366869-1305391070/watcher-3366869-1305391070 -o /tmp/evaluation-result-3366869-1305391070/solver-3366869-1305391070 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366869-1305391070.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: 8.18 8.12 7.42 5/355 16950
/proc/meminfo: memFree=24066876/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 410 0 0 0 1 0 0 0 25 0 4 0 650704026 52396032 350 33554432000 4194304 4580107 140734113130192 18446744073709551615 47365779744275 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 12792 350 302 95 0 7774 0
[pid=16950/tid=16951] ppid=16948 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650704026 52396032 350 33554432000 4194304 4580107 140734113130192 18446744073709551615 47365779744281 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 650704026 52396032 350 33554432000 4194304 4580107 140734113130192 18446744073709551615 47365779744281 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 650704026 52396032 350 33554432000 4194304 4580107 140734113130192 18446744073709551615 47365779744694 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0545041 s]
/proc/loadavg: 8.18 8.12 7.42 5/355 16950
/proc/meminfo: memFree=24066876/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=287420 CPUtime=3.62 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 8503 0 0 0 360 2 0 0 19 0 4 0 650704026 294318080 5097 33554432000 4194304 4580107 140734113130192 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 71855 5097 376 95 0 66837 0
[pid=16950/tid=16951] ppid=16948 vsize=287420 CPUtime=0.9 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2075 0 0 0 90 0 0 0 19 0 4 0 650704026 294318080 5097 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=287420 CPUtime=0.89 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2158 0 0 0 89 0 0 0 19 0 4 0 650704026 294318080 5097 33554432000 4194304 4580107 140734113130192 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=287420 CPUtime=0.89 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 1770 0 0 0 89 0 0 0 19 0 4 0 650704026 294318080 5097 33554432000 4194304 4580107 140734113130192 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 287420

[startup+1.01487 s]
/proc/loadavg: 8.18 8.12 7.42 5/355 16950
/proc/meminfo: memFree=24066876/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=287420 CPUtime=4.02 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 8760 0 0 0 400 2 0 0 19 0 4 0 650704026 294318080 5354 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 71855 5354 376 95 0 66837 0
[pid=16950/tid=16951] ppid=16948 vsize=287420 CPUtime=1 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2125 0 0 0 100 0 0 0 19 0 4 0 650704026 294318080 5354 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=287420 CPUtime=0.99 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2210 0 0 0 99 0 0 0 19 0 4 0 650704026 294318080 5354 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=287420 CPUtime=0.99 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 1869 0 0 0 99 0 0 0 19 0 4 0 650704026 294318080 5354 33554432000 4194304 4580107 140734113130192 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 287420

[startup+1.11485 s]
/proc/loadavg: 8.18 8.12 7.42 5/355 16950
/proc/meminfo: memFree=24066876/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=287420 CPUtime=4.41 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 9018 0 0 0 439 2 0 0 19 0 4 0 650704026 294318080 5612 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 71855 5612 376 95 0 66837 0
[pid=16950/tid=16951] ppid=16948 vsize=287420 CPUtime=1.1 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2185 0 0 0 110 0 0 0 19 0 4 0 650704026 294318080 5612 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=287420 CPUtime=1.09 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2263 0 0 0 109 0 0 0 19 0 4 0 650704026 294318080 5612 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=287420 CPUtime=1.09 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 1945 0 0 0 109 0 0 0 19 0 4 0 650704026 294318080 5612 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 287420

[startup+1.21483 s]
/proc/loadavg: 8.18 8.12 7.42 5/355 16950
/proc/meminfo: memFree=24066876/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=287420 CPUtime=4.81 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 9260 0 0 0 479 2 0 0 19 0 4 0 650704026 294318080 5854 33554432000 4194304 4580107 140734113130192 18446744073709551615 4293308 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 71855 5854 376 95 0 66837 0
[pid=16950/tid=16951] ppid=16948 vsize=287420 CPUtime=1.2 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2253 0 0 0 120 0 0 0 19 0 4 0 650704026 294318080 5854 33554432000 4194304 4580107 140734113130192 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=287420 CPUtime=1.19 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2319 0 0 0 119 0 0 0 19 0 4 0 650704026 294318080 5854 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294462 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=287420 CPUtime=1.19 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2002 0 0 0 119 0 0 0 19 0 4 0 650704026 294318080 5854 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 287420

[startup+1.51477 s]
/proc/loadavg: 8.18 8.12 7.42 5/355 16950
/proc/meminfo: memFree=24066876/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=279148 CPUtime=6.02 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 10718 0 0 0 599 3 0 0 20 0 4 0 650704026 285847552 5790 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 69787 5790 377 95 0 64769 0
[pid=16950/tid=16951] ppid=16948 vsize=279148 CPUtime=1.5 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2615 0 0 0 150 0 0 0 20 0 4 0 650704026 285847552 5790 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=279148 CPUtime=1.49 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2675 0 0 0 149 0 0 0 20 0 4 0 650704026 285847552 5790 33554432000 4194304 4580107 140734113130192 18446744073709551615 4318494 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=279148 CPUtime=1.49 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 2390 0 0 0 149 0 0 0 20 0 4 0 650704026 285847552 5790 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 279148

[startup+3.11347 s]
/proc/loadavg: 8.33 8.15 7.43 9/359 16954
/proc/meminfo: memFree=24024188/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=289496 CPUtime=12.39 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 17345 0 0 0 1234 5 0 0 25 0 4 0 650704026 296443904 10467 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294240 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 72374 10467 378 95 0 67356 0
[pid=16950/tid=16951] ppid=16948 vsize=289496 CPUtime=3.1 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 3722 0 0 0 309 1 0 0 25 0 4 0 650704026 296443904 10467 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=289496 CPUtime=3.1 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 4813 0 0 0 309 1 0 0 25 0 4 0 650704026 296443904 10467 33554432000 4194304 4580107 140734113130192 18446744073709551615 4413309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=289496 CPUtime=3.07 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 3965 0 0 0 306 1 0 0 25 0 4 0 650704026 296443904 10467 33554432000 4194304 4580107 140734113130192 18446744073709551615 4413351 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 289496

[startup+6.30086 s]
/proc/loadavg: 8.30 8.15 7.43 9/359 16954
/proc/meminfo: memFree=24007736/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=300656 CPUtime=25.13 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 26315 0 0 0 2507 6 0 0 25 0 4 0 650704026 307871744 14113 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 75164 14113 378 95 0 70146 0
[pid=16950/tid=16951] ppid=16948 vsize=300656 CPUtime=6.3 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 5756 0 0 0 629 1 0 0 25 0 4 0 650704026 307871744 14119 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=300656 CPUtime=6.29 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 7035 0 0 0 628 1 0 0 25 0 4 0 650704026 307871744 14119 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=300656 CPUtime=6.23 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 6564 0 0 0 621 2 0 0 25 0 4 0 650704026 307871744 14119 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 300656

[startup+12.7006 s]
/proc/loadavg: 8.28 8.15 7.44 9/359 16955
/proc/meminfo: memFree=23997572/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=311720 CPUtime=50.64 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 39674 0 0 0 5055 9 0 0 25 0 4 0 650704026 319201280 18625 33554432000 4194304 4580107 140734113130192 18446744073709551615 4316439 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 77930 18625 382 95 0 72912 0
[pid=16950/tid=16951] ppid=16948 vsize=311720 CPUtime=12.68 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 8209 0 0 0 1266 2 0 0 25 0 4 0 650704026 319201280 18625 33554432000 4194304 4580107 140734113130192 18446744073709551615 4321192 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=311720 CPUtime=12.69 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 10167 0 0 0 1267 2 0 0 25 0 4 0 650704026 319201280 18625 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=311720 CPUtime=12.55 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 11485 0 0 0 1253 2 0 0 25 0 4 0 650704026 319201280 18625 33554432000 4194304 4580107 140734113130192 18446744073709551615 4322552 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 311720

[startup+25.5012 s]
/proc/loadavg: 8.23 8.14 7.44 9/359 16955
/proc/meminfo: memFree=23971168/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=296468 CPUtime=101.7 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 60698 0 0 0 10157 13 0 0 25 0 4 0 650704026 303583232 23746 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 74117 23746 378 95 0 69099 0
[pid=16950/tid=16951] ppid=16948 vsize=296468 CPUtime=25.48 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 13638 0 0 0 2545 3 0 0 25 0 4 0 650704026 303583232 23746 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=296468 CPUtime=25.48 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 14631 0 0 0 2546 2 0 0 25 0 4 0 650704026 303583232 23746 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=296468 CPUtime=25.21 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 18132 0 0 0 2517 4 0 0 25 0 4 0 650704026 303583232 23746 33554432000 4194304 4580107 140734113130192 18446744073709551615 4320696 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 296468

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

[startup+26.401 s]
/proc/loadavg: 8.21 8.14 7.45 9/359 16955
/proc/meminfo: memFree=23971792/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=286616 CPUtime=105.29 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 61774 0 0 0 10516 13 0 0 25 0 4 0 650704026 293494784 23771 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294179 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 71654 23771 378 95 0 66636 0
[pid=16950/tid=16951] ppid=16948 vsize=286616 CPUtime=26.38 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 13919 0 0 0 2635 3 0 0 25 0 4 0 650704026 293494784 23771 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=286616 CPUtime=26.38 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 14813 0 0 0 2636 2 0 0 25 0 4 0 650704026 293494784 23771 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=286616 CPUtime=26.1 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 18745 0 0 0 2606 4 0 0 25 0 4 0 650704026 293494784 23771 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 105.29
Current children cumulated vsize (KiB) 286616

[startup+32.8128 s]
/proc/loadavg: 8.20 8.14 7.45 9/359 16955
/proc/meminfo: memFree=23962492/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=306704 CPUtime=130.86 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 69496 0 0 0 13071 15 0 0 25 0 4 0 650704026 314064896 25339 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294551 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 76676 25339 378 95 0 71658 0
[pid=16950/tid=16951] ppid=16948 vsize=306704 CPUtime=32.79 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 16911 0 0 0 3276 3 0 0 25 0 4 0 650704026 314064896 25339 33554432000 4194304 4580107 140734113130192 18446744073709551615 4319311 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=306704 CPUtime=32.79 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 15028 0 0 0 3277 2 0 0 25 0 4 0 650704026 314064896 25339 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=306704 CPUtime=32.45 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 20449 0 0 0 3240 5 0 0 25 0 4 0 650704026 314064896 25339 33554432000 4194304 4580107 140734113130192 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 130.86
Current children cumulated vsize (KiB) 306704

[startup+36.0012 s]
/proc/loadavg: 8.18 8.13 7.45 9/359 16955
/proc/meminfo: memFree=23953724/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=296772 CPUtime=143.61 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 74301 0 0 0 14346 15 0 0 25 0 4 0 650704026 303894528 26900 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 74193 26900 378 95 0 69175 0
[pid=16950/tid=16951] ppid=16948 vsize=296772 CPUtime=35.99 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 18980 0 0 0 3596 3 0 0 25 0 4 0 650704026 303894528 26901 33554432000 4194304 4580107 140734113130192 18446744073709551615 4413617 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=296772 CPUtime=36 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 15206 0 0 0 3597 3 0 0 25 0 4 0 650704026 303894528 26901 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=296772 CPUtime=35.61 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 21794 0 0 0 3556 5 0 0 25 0 4 0 650704026 303894528 26901 33554432000 4194304 4580107 140734113130192 18446744073709551615 4321020 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 143.61
Current children cumulated vsize (KiB) 296772

[startup+39.2006 s]
/proc/loadavg: 8.18 8.13 7.45 9/359 16955
/proc/meminfo: memFree=23939836/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=296828 CPUtime=156.35 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 79087 0 0 0 15618 17 0 0 25 0 4 0 650704026 303951872 30000 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 74207 30000 378 95 0 69189 0
[pid=16950/tid=16951] ppid=16948 vsize=296828 CPUtime=39.18 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 20018 0 0 0 3914 4 0 0 25 0 4 0 650704026 303951872 30000 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=296828 CPUtime=39.18 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 16355 0 0 0 3915 3 0 0 25 0 4 0 650704026 303951872 30000 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=296828 CPUtime=38.77 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 23108 0 0 0 3872 5 0 0 25 0 4 0 650704026 303951872 30000 33554432000 4194304 4580107 140734113130192 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 156.35
Current children cumulated vsize (KiB) 296828

[startup+40.8003 s]
/proc/loadavg: 8.17 8.13 7.45 9/359 16955
/proc/meminfo: memFree=23934620/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=296888 CPUtime=162.73 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 81793 0 0 0 16255 18 0 0 25 0 4 0 650704026 304013312 31485 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 74222 31485 378 95 0 69204 0
[pid=16950/tid=16951] ppid=16948 vsize=296888 CPUtime=40.78 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 20869 0 0 0 4074 4 0 0 25 0 4 0 650704026 304013312 31485 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=296888 CPUtime=40.78 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 16534 0 0 0 4075 3 0 0 25 0 4 0 650704026 304013312 31485 33554432000 4194304 4580107 140734113130192 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=296888 CPUtime=40.34 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 23984 0 0 0 4029 5 0 0 25 0 4 0 650704026 304013312 31485 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.73
Current children cumulated vsize (KiB) 296888

[startup+41.2002 s]
/proc/loadavg: 8.17 8.13 7.45 9/359 16955
/proc/meminfo: memFree=23934620/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=296888 CPUtime=164.33 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 82120 0 0 0 16415 18 0 0 25 0 4 0 650704026 304013312 31812 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 74222 31812 378 95 0 69204 0
[pid=16950/tid=16951] ppid=16948 vsize=296888 CPUtime=41.18 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 20972 0 0 0 4114 4 0 0 25 0 4 0 650704026 304013312 31812 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=296888 CPUtime=41.18 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 16534 0 0 0 4115 3 0 0 25 0 4 0 650704026 304013312 31812 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=296888 CPUtime=40.74 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 24085 0 0 0 4069 5 0 0 25 0 4 0 650704026 304013312 31812 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294883 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 164.33
Current children cumulated vsize (KiB) 296888

[startup+41.6131 s]
/proc/loadavg: 8.17 8.13 7.45 9/359 16955
/proc/meminfo: memFree=23927676/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=296888 CPUtime=165.97 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 82438 0 0 0 16579 18 0 0 25 0 4 0 650704026 304013312 32130 33554432000 4194304 4580107 140734113130192 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 74222 32130 378 95 0 69204 0
[pid=16950/tid=16951] ppid=16948 vsize=296888 CPUtime=41.6 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 21071 0 0 0 4156 4 0 0 25 0 4 0 650704026 304013312 32130 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=296888 CPUtime=41.59 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 16534 0 0 0 4156 3 0 0 25 0 4 0 650704026 304013312 32130 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=296888 CPUtime=41.15 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 24191 0 0 0 4109 6 0 0 25 0 4 0 650704026 304013312 32130 33554432000 4194304 4580107 140734113130192 18446744073709551615 4316514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 165.97
Current children cumulated vsize (KiB) 296888

[startup+41.7011 s]
/proc/loadavg: 8.17 8.13 7.45 9/359 16955
/proc/meminfo: memFree=23927676/32950928 swapFree=67056568/67111528
[pid=16950] ppid=16948 vsize=296888 CPUtime=166.32 cores=0,2,4,6
/proc/16950/stat : 16950 (strangenight2-m) R 16948 16950 16708 0 -1 4202496 82500 0 0 0 16614 18 0 0 25 0 4 0 650704026 304013312 32192 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16950/statm: 74222 32192 378 95 0 69204 0
[pid=16950/tid=16951] ppid=16948 vsize=296888 CPUtime=41.68 cores=0,2,4,6
/proc/16950/task/16951/stat : 16951 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 21094 0 0 0 4164 4 0 0 25 0 4 0 650704026 304013312 32192 33554432000 4194304 4580107 140734113130192 18446744073709551615 4320919 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16950/tid=16952] ppid=16948 vsize=296888 CPUtime=41.68 cores=0,2,4,6
/proc/16950/task/16952/stat : 16952 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 16534 0 0 0 4165 3 0 0 25 0 4 0 650704026 304013312 32192 33554432000 4194304 4580107 140734113130192 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16950/tid=16953] ppid=16948 vsize=296888 CPUtime=41.24 cores=0,2,4,6
/proc/16950/task/16953/stat : 16953 (strangenight2-m) R 16948 16950 16708 0 -1 4202560 24210 0 0 0 4118 6 0 0 25 0 4 0 650704026 304013312 32192 33554432000 4194304 4580107 140734113130192 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 166.32
Current children cumulated vsize (KiB) 296888

Child status: 10
Real time (s): 41.7563
CPU time (s): 166.526
CPU user time (s): 166.336
CPU system time (s): 0.189971
CPU usage (%): 398.804
Max. virtual memory (cumulated for all children) (KiB): 316568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.336
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82539
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= 1348
involuntary context switches= 841

runsolver used 0.134979 second user time and 0.328949 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-14 18:37:50
IDJOB=3366869
IDBENCH=71286
IDSOLVER=1844
FILE ID=node148/3366869-1305391070
RUNJOBID= node148-1305389192-16726
PBS_JOBID= 13324440
Free space on /tmp= 72832 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v760c43649g5.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366869-1305391070/watcher-3366869-1305391070 -o /tmp/evaluation-result-3366869-1305391070/solver-3366869-1305391070 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366869-1305391070.cnf

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

MD5SUM BENCH= fac733a1c5caf879cadf25b989055e5e
RANDOM SEED=1732125510

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24067032 kB
Buffers:        311768 kB
Cached:        4584468 kB
SwapCached:       8488 kB
Active:        5237516 kB
Inactive:      3291972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24067032 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            5828 kB
Writeback:           0 kB
AnonPages:     3630796 kB
Mapped:          27696 kB
Slab:           258528 kB
PageTables:      30788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85631388 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= 72824 MiB
End job on node148 at 2011-05-14 18:38:31