Trace number 3367461

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-Night2-st (fixed)? (TO) 1300.06 1300.04

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S386300535-065-UNKNOWN.cnf
MD5SUM2ca6073d25d8d5f2648d590c0edc75c0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
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-3367461-1305383191.cnf'
0.00/0.01	c -- header says num vars:          40000
0.00/0.01	c -- header says num clauses:      168000
0.08/0.10	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.08/0.10	c -- vars added      40000
0.08/0.10	c Parsing time:  0.10 s
0.08/0.11	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data
0.18/0.25	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.15
0.28/0.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
0.38/0.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.38/0.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.38/0.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.38/0.45	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.59/0.68	c lits-rem:         0  cl-subs:        0  v-elim:   1002  v-fix:    0  time:  0.24 s
0.59/0.69	c Finding binary XORs  T:     0.01 s  found:       0
0.69/0.74	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.69/0.74	c calculated reachability. Time: 0.00
0.69/0.76	c Calc default polars -  time:   0.01 s pos:   17808 undec:    4426 neg:   17766
0.69/0.76	c =========================================================================================
0.69/0.76	c types(t): F = full restart, N = normal restart
0.69/0.76	c types(t): S = simplification begin/end, E = solution found
0.69/0.76	c restart types(rt): st = static, dy = dynamic
0.69/0.76	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.76	c  B st     0         0     38998    166873         0         0    506712         0   no data   no data
2.48/2.51	c  N dy    21      4019     38998    166873         0      4017    506712   1226401    187.55    198.08
4.19/4.24	c  N dy    45      8080     38998    166873         0      8078    506712   2291130    178.98    193.60
5.99/6.04	c  N dy    72     12182     38998    166873         0     12180    506712   3372565    177.56    189.03
7.79/7.89	c  N dy    98     16256     38998    166873         0     16254    506712   4426761    176.42    195.74
9.79/9.82	c  N dy   127     20385     38998    166873         0     10385    506712    772218    176.87    192.24
11.58/11.65	c  N dy   155     24445     38998    166873         0     14445    506712   1890531    178.02    197.90
11.88/11.91	c  F st   159     25000     38998    166873         0     15000    506712   2023467    177.67   no data
14.29/14.32	c  N dy   165     30000     38998    166873         0     19999    506712   3900414    177.67   no data
14.29/14.32	c  S st   165     30000     38998    166873         0     19999    506712   3900414    177.67   no data
14.49/14.55	c  S st   165     30500     38998    166873         0     20499    506712   4001298    177.67   no data
14.49/14.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14.60/14.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
14.70/14.73	c blocked clauses removed:      823 vars:    132 tried:       38998 T: 0.02 s
14.70/14.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
14.70/14.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.70/14.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38866 time:  0.01 s
14.70/14.77	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
14.89/14.95	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.18 s
15.19/15.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
15.99/16.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.74 s
16.09/16.18	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.18
16.09/16.19	c calculated reachability. Time: 0.00
16.09/16.19	c  N dy   165     30500     38854    166039         0     19658    504303   3258763    177.67   no data
18.19/18.29	c  N dy   195     34750     38854    166039         0     23908    504303   4429683    178.30    189.17
20.20/20.22	c  N dy   226     38780     38854    166039         0     27938    504303   5492362    178.33    191.17
22.08/22.14	c  N dy   252     42822     38854    166039         0     16903    504303   1253285    178.19    188.43
23.50/23.52	c  S st   273     45750     38854    166039         0     19831    504303   2026742    177.95    169.50
23.68/23.75	c  S st   273     46253     38854    166039         0     20334    504303   2141958    177.95   no data
23.68/23.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
23.78/23.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
23.88/23.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.88/23.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.88/23.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
23.88/23.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38854 time:  0.01 s
23.88/23.95	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
23.98/24.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
24.19/24.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
24.50/24.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.27 s
24.50/24.52	c vivif2 --  cl tried   166039 cl shrink        0 lits rem          0 time: 0.02
24.50/24.56	c vivif2 --  cl tried    20334 cl shrink        0 lits rem          0 time: 0.03
24.69/24.73	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.18
24.69/24.74	c calculated reachability. Time: 0.00
24.69/24.74	c  N dy   273     46253     38854    166039         0     20334    504303   2141958    177.95   no data
26.70/26.71	c  N dy   303     50339     38854    166039         0     24420    504303   3247812    178.22    194.53
28.59/28.69	c  N dy   332     54416     38854    166039         0     28497    504303   4339868    178.43    188.10
30.69/30.76	c  N dy   361     58636     38854    166039         0     32717    504303   5510870    178.91    188.63
32.69/32.71	c  N dy   386     62651     38854    166039         0     36732    504303   6617610    178.65    191.23
34.58/34.62	c  N dy   412     66681     38854    166039         0     22225    504303   1770974    178.59    200.50
35.88/35.90	c  S st   430     69380     38854    166039         0     24924    504303   2511208    178.61   no data
36.08/36.13	c  S st   430     69885     38854    166039         0     25429    504303   2596127    178.61   no data
36.08/36.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
36.18/36.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
36.18/36.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.28/36.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
36.28/36.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
36.28/36.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38854 time:  0.01 s
36.28/36.34	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
36.38/36.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
36.60/36.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
36.99/37.05	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.40 s
36.99/37.07	c vivif2 --  cl tried   166039 cl shrink        0 lits rem          0 time: 0.02
37.09/37.11	c vivif2 --  cl tried    25428 cl shrink        0 lits rem          0 time: 0.04
37.29/37.30	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.19
37.29/37.31	c calculated reachability. Time: 0.00
37.29/37.31	c  N dy   430     69885     38854    166039         0     25428    504303   2594829    178.61   no data
39.49/39.55	c  N dy   460     74584     38854    166039         0     30127    504303   3882989    178.50    189.76
41.89/41.99	c  N dy   493     79532     38854    166039         0     35075    504303   5228860    178.54    199.81
44.59/44.61	c  N dy   532     84733     38854    166039         0     40276    504303   6723007    179.14    193.60
45.89/45.98	c  F st   550     87502     38854    166039         0     22274    504303   1134390    178.95    143.79
47.60/47.64	c  N st   555     90802     38854    166039         0     25574    504303   2296879    178.95   no data
50.49/50.54	c  N dy   587     96714     38854    166039         0     31486    504303   4136621    179.02    189.52
53.49/53.59	c  N dy   629    102933     38854    166039         0     37705    504303   5839235    179.10    191.75
54.49/54.57	c  S st   643    104829     38854    166039         0     39601    504303   6347516    179.14   no data
54.79/54.82	c  S st   643    105333     38854    166039         0     40105    504303   6458003    179.14   no data
54.79/54.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
54.89/54.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
54.99/55.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.99/55.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
54.99/55.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
54.99/55.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38854 time:  0.01 s
54.99/55.05	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
55.19/55.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
55.59/55.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
57.18/57.27	c lits-rem:         4  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.64 s
57.18/57.29	c vivif2 --  cl tried   166039 cl shrink        0 lits rem          0 time: 0.02
57.28/57.40	c vivif2 --  cl tried    40101 cl shrink        0 lits rem          0 time: 0.10
57.50/57.60	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.21
57.60/57.61	c calculated reachability. Time: 0.00
57.60/57.61	c  N dy   643    105333     38854    166039         0     40101    504303   6454373    179.14   no data
60.99/61.07	c  N dy   687    112157     38854    166039         0     24541    504303   1274856    178.90    191.19
64.58/64.69	c  N dy   741    119395     38854    166039         0     31779    504303   3267430    179.15    194.08
68.50/68.56	c  N dy   800    127065     38854    166039         0     39449    504303   5357172    179.31    189.25
72.68/72.79	c  N dy   860    135223     38854    166039         0     23913    504303    712286    179.75    191.71
76.99/77.02	c  N dy   924    143923     38854    166039         0     32612    504303   3081123    179.84    208.25
81.70/81.79	c  N dy   989    153429     38854    166039         0     42117    504303   5705706    179.86    192.38
84.09/84.17	c  S st  1024    158000     38854    166039         0     46688    504303   6979343    180.05   no data
84.39/84.43	c  S st  1024    158500     38854    166039         0     47188    504303   7080738    180.05   no data
84.39/84.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
84.49/84.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
84.59/84.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.59/84.63	c bin-w-bin subsume rem            0 bins  time:  0.01 s
84.59/84.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
84.59/84.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38854 time:  0.01 s
84.59/84.67	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
84.79/84.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
85.19/85.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
87.48/87.56	c lits-rem:         6  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.29 s
87.48/87.58	c vivif2 --  cl tried   166039 cl shrink        0 lits rem          0 time: 0.02
87.68/87.70	c vivif2 --  cl tried    47183 cl shrink        0 lits rem          0 time: 0.12
87.88/87.92	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.22
87.88/87.93	c calculated reachability. Time: 0.00
87.88/87.93	c  N dy  1024    158500     38854    166039         0     47183    504303   7078059    180.05   no data
92.98/93.04	c  N dy  1093    168708     38854    166039         0     32549    504303   2704376    180.09    195.02
98.59/98.60	c  N dy  1166    179518     38854    166039         0     43359    504303   5719507    180.21    190.27
104.39/104.42	c  N dy  1242    191018     38854    166039         0     28936    504303   1394237    180.09    189.78
110.49/110.52	c  N dy  1326    203305     38854    166039         0     41222    504303   4755967    180.19    215.46
117.29/117.34	c  N dy  1414    216392     38854    166039         0     27353    504303    667021    180.21    190.10
124.19/124.29	c  N dy  1518    230273     38854    166039         0     41232    504303   4531287    180.54    197.38
128.09/128.18	c  S st  1572    237752     38854    166039         0     48711    504303   6591393    180.66    184.35
128.39/128.46	c  S st  1572    238258     38854    166039         0     49217    504303   6703822    180.66   no data
128.39/128.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
128.59/128.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
128.59/128.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
128.59/128.66	c bin-w-bin subsume rem            0 bins  time:  0.01 s
128.59/128.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
128.59/128.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38854 time:  0.01 s
128.69/128.70	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
128.79/128.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
129.19/129.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
131.49/131.52	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.26 s
131.49/131.54	c vivif2 --  cl tried   166039 cl shrink        0 lits rem          0 time: 0.02
131.59/131.65	c vivif2 --  cl tried    49212 cl shrink        0 lits rem          0 time: 0.11
131.79/131.87	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.22
131.79/131.88	c calculated reachability. Time: 0.00
131.79/131.88	c  N dy  1572    238258     38854    166039         0     49212    504303   6701915    180.66   no data
139.69/139.74	c  N dy  1673    253685     38854    166039         0     36654    504303   2895918    180.58    191.08
148.09/148.16	c  N dy  1779    269947     38854    166039         0     52915    504303   7290454    180.40    191.30
156.89/156.96	c  N dy  1899    287180     38854    166039         0     41157    504303   3913773    180.47    205.29
166.51/166.59	c  N dy  2021    305623     38854    166039         0     59599    504303   8945160    180.30    189.95
166.89/166.96	c  F st  2027    306250     38854    166039         0     30234    504303    590498    180.31   no data
176.59/176.63	c  N dy  2124    325144     38854    166039         0     49128    504303   6400403    180.31    251.46
187.09/187.14	c  N dy  2266    345243     38854    166039         0     38230    504303   2527417    180.38    193.06
193.39/193.40	c  S st  2350    357387     38854    166039         0     50373    504303   5819957    180.32   no data
193.59/193.67	c  S st  2350    357889     38854    166039         0     50875    504303   5917842    180.32   no data
193.59/193.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
193.79/193.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
193.79/193.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
193.79/193.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
193.79/193.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
193.79/193.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38854 time:  0.01 s
193.90/193.91	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
194.00/194.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
194.29/194.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
196.49/196.52	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.12 s
196.49/196.54	c vivif2 --  cl tried   166039 cl shrink        0 lits rem          0 time: 0.02
196.59/196.64	c vivif2 --  cl tried    50871 cl shrink        0 lits rem          0 time: 0.10
196.79/196.87	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.23
196.79/196.88	c calculated reachability. Time: 0.00
196.79/196.88	c  N dy  2350    357889     38854    166039         0     50871    504303   5916295    180.32   no data
207.39/207.40	c  N dy  2480    377922     38854    166039         0     38909    504303   2366842    180.18    192.38
217.89/217.94	c  N dy  2619    398015     38854    166039         0     59001    504303   7879047    180.28    230.61
228.40/228.45	c  N dy  2752    418216     38854    166039         0     46200    504303   4140948    180.29    190.78
239.19/239.23	c  N dy  2893    438330     38854    166039         0     66311    504303   9652249    180.30    193.81
249.49/249.53	c  N dy  3027    458384     38854    166039         0     52377    504303   5516743    180.32    194.37
260.39/260.47	c  N dy  3168    478492     38854    166039         0     37482    504303   1171805    180.47    195.14
270.79/270.88	c  N dy  3304    498505     38854    166039         0     57495    504303   6678817    180.52    196.98
281.69/281.79	c  N dy  3443    518550     38854    166039         0     41535    504303   2020654    180.51    191.56
291.29/291.35	c  S st  3567    536833     38854    166039         0     59816    504303   7023240    180.45   no data
291.59/291.65	c  S st  3567    537337     38854    166039         0     60320    504303   7142305    180.45   no data
291.59/291.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
291.80/291.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.12
291.80/291.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
291.80/291.85	c bin-w-bin subsume rem            0 bins  time:  0.01 s
291.80/291.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
291.80/291.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38854 time:  0.01 s
291.80/291.89	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
291.99/292.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
292.39/292.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
295.49/295.53	c lits-rem:         5  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.06 s
295.49/295.55	c vivif2 --  cl tried   166039 cl shrink        0 lits rem          0 time: 0.02
295.59/295.67	c vivif2 --  cl tried    60318 cl shrink        0 lits rem          0 time: 0.12
295.89/295.91	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.24
295.89/295.92	c calculated reachability. Time: 0.00
295.89/295.93	c  N dy  3567    537337     38854    166039         0     60318    504303   7141135    180.45   no data
306.90/306.96	c  N dy  3713    557436     38854    166039         0     43423    504303   2268688    180.55    190.38
317.40/317.48	c  N dy  3850    577455     38854    166039         0     63442    504303   7800585    180.63    190.58
328.50/328.51	c  N dy  3984    597585     38854    166039         0     45568    504303   2636482    180.66    192.63
339.30/339.36	c  N dy  4124    617737     38854    166039         0     65719    504303   8194854    180.76    190.63
350.29/350.36	c  N dy  4265    637875     38854    166039         0     46860    504303   2646261    180.82    193.99
361.10/361.11	c  N dy  4403    657928     38854    166039         0     66912    504303   8181895    180.82    197.29
372.10/372.18	c  N dy  4540    678180     38854    166039         0     47170    504303   2512917    180.81    203.78
382.99/383.04	c  N dy  4679    698225     38854    166039         0     67213    504303   8067242    180.89    193.80
394.11/394.15	c  N dy  4814    718283     38854    166039         0     46270    504303   2016306    180.97    192.66
404.99/405.08	c  N dy  4957    738449     38854    166039         0     66436    504303   7518609    180.99    192.33
416.30/416.37	c  N dy  5092    758576     38854    166039         0     44563    504303   1220791    180.94    193.66
426.99/427.03	c  N dy  5228    778591     38854    166039         0     64578    504303   6703538    180.93    192.83
438.30/438.35	c  N dy  5366    798621     38854    166039         0     84605    504303  12214621    180.94    193.73
442.20/442.25	c  S st  5411    806005     38854    166039         0     48998    504303   2087697    180.91    168.02
442.51/442.52	c  S st  5411    806509     38854    166039         0     49502    504303   2200654    180.91   no data
442.51/442.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
442.61/442.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
442.70/442.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
442.70/442.72	c bin-w-bin subsume rem            0 bins  time:  0.01 s
442.70/442.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
442.70/442.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38854 time:  0.01 s
442.70/442.76	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
442.90/442.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
443.00/443.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
443.61/443.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.61 s
443.61/443.67	c vivif2 --  cl tried   166039 cl shrink        0 lits rem          0 time: 0.02
443.71/443.71	c vivif2 --  cl tried    49502 cl shrink        0 lits rem          0 time: 0.04
443.90/443.93	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.22
443.90/443.94	c calculated reachability. Time: 0.00
443.90/443.94	c  N dy  5411    806509     38854    166039         0     49502    504303   2200654    180.91   no data
454.71/454.74	c  N dy  5543    826548     38854    166039         0     69537    504303   7711110    180.91    194.28
466.09/466.19	c  N dy  5684    846688     38854    166039         0     45676    504303    994398    180.92    191.20
477.00/477.07	c  N dy  5821    867016     38854    166039         0     66004    504303   6659792    180.95    198.38
488.39/488.43	c  N dy  5952    887030     38854    166039         0     86017    504303  12123353    180.91    201.42
499.30/499.36	c  N dy  6090    907100     38854    166039         0     61088    504303   4935713    180.92    192.30
510.59/510.64	c  N dy  6225    927123     38854    166039         0     81111    504303  10410958    180.92    193.70
521.90/521.95	c  N dy  6367    947304     38854    166039         0     55290    504303   3031273    180.96    197.52
532.90/532.95	c  N dy  6503    967451     38854    166039         0     75436    504303   8564013    180.98    192.02
544.81/544.87	c  N dy  6649    987722     38854    166039         0     48712    504303    996538    181.07    194.72
555.60/555.64	c  N dy  6789   1007787     38854    166039         0     68777    504303   6460244    181.08    198.52
567.20/567.21	c  N dy  6922   1028018     38854    166039         0     89007    504303  11971802    181.08    190.81
578.30/578.38	c  N dy  7061   1048065     38854    166039         0     61050    504303   4125032    181.08    192.31
589.70/589.72	c  N dy  7203   1068154     38854    166039         0     81138    504303   9698927    181.11    193.73
591.90/591.90	c  F st  7230   1071875     38854    166039         0     84859    504303  10729975    181.13    151.87
601.49/601.54	c  N dy  7316   1088205     38854    166039         0     52191    504303   1448486    181.18    303.81
612.50/612.59	c  N dy  7452   1108608     38854    166039         0     72592    504303   7061901    181.16    193.79
624.30/624.36	c  N dy  7600   1128748     38854    166039         0     92730    504303  12645830    181.24    194.97
635.60/635.63	c  N dy  7741   1148790     38854    166039         0     62776    504303   4115070    181.31    194.70
646.90/646.98	c  N dy  7876   1168884     38854    166039         0     82869    504303   9636416    181.32    219.23
659.21/659.23	c  N dy  8014   1189293     38854    166039         0     52280    504303    910774    181.35    211.47
670.10/670.13	c  N dy  8148   1209438     38854    166039         0     72424    504303   6359847    181.35    191.08
670.32/670.32	c  S st  8151   1209763     38854    166039         0     72749    504303   6449102    181.35   no data
670.60/670.61	c  S st  8151   1210264     38854    166039         0     73250    504303   6553772    181.35   no data
670.60/670.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
670.70/670.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.13
670.80/670.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
670.80/670.83	c bin-w-bin subsume rem            0 bins  time:  0.01 s
670.80/670.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
670.80/670.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38854 time:  0.01 s
670.80/670.87	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
671.00/671.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
671.31/671.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
674.50/674.54	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.12 s
674.50/674.56	c vivif2 --  cl tried   166039 cl shrink        0 lits rem          0 time: 0.02
674.61/674.67	c vivif2 --  cl tried    73246 cl shrink        0 lits rem          0 time: 0.11
674.90/674.92	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.26
674.90/674.94	c calculated reachability. Time: 0.00
674.90/674.94	c  N dy  8151   1210264     38854    166039         0     73246    504303   6552062    181.35   no data
686.60/686.61	c  N dy  8287   1230330     38854    166039         0     93311    504303  12016399    181.36    191.82
698.01/698.07	c  N dy  8421   1250391     38854    166039         0     61372    504303   3138632    181.37    198.30
709.20/709.21	c  N dy  8554   1270400     38854    166039         0     81378    504303   8741616    181.41    200.00
721.20/721.24	c  N dy  8697   1290460     38854    166039         0    101438    504303  14256977    181.42    193.85
732.40/732.49	c  N dy  8834   1310571     38854    166039         0     68558    504303   4874025    181.42    197.19
743.91/743.95	c  N dy  8963   1330608     38854    166039         0     88594    504303  10376468    181.40    191.20
756.20/756.23	c  N dy  9099   1350797     38854    166039         0     54781    504303    760545    181.38    196.83
767.21/767.29	c  N dy  9231   1370993     38854    166039         0     74974    504303   6315843    181.36    193.88
779.00/779.00	c  N dy  9364   1391067     38854    166039         0     95045    504303  11923958    181.39    198.43
791.10/791.10	c  N dy  9509   1411122     38854    166039         0     60105    504303   2054039    181.45    191.93
802.32/802.37	c  N dy  9650   1431159     38854    166039         0     80141    504303   7575984    181.46    192.85
814.11/814.17	c  N dy  9779   1451193     38854    166039         0    100172    504303  12984547    181.43    202.69
826.10/826.11	c  N dy  9921   1471200     38854    166039         0     64179    504303   2824457    181.43    196.17
837.51/837.53	c  N dy 10056   1491210     38854    166039         0     84187    504303   8259000    181.42    192.59
849.51/849.53	c  N dy 10191   1511249     38854    166039         0    104226    504303  13780698    181.42    195.21
861.30/861.38	c  N dy 10328   1531311     38854    166039         0     67291    504303   3434420    181.44    243.12
872.91/872.94	c  N dy 10474   1551440     38854    166039         0     87418    504303   9051289    181.50    192.45
885.11/885.18	c  N dy 10617   1571478     38854    166039         0    107454    504303  14607136    181.53    199.62
897.01/897.03	c  N dy 10749   1591593     38854    166039         0     69573    504303   3783520    181.52    198.62
908.61/908.61	c  N dy 10878   1611664     38854    166039         0     89644    504303   9411783    181.53    197.74
920.81/920.82	c  N dy 11016   1631665     38854    166039         0    109642    504303  14919714    181.55    192.66
932.60/932.69	c  N dy 11150   1651832     38854    166039         0     70814    504303   3845012    181.55    191.70
944.51/944.53	c  N dy 11296   1672041     38854    166039         0     91023    504303   9473832    181.58    196.16
956.81/956.84	c  N dy 11436   1692121     38854    166039         0    111102    504303  15061012    181.60    224.11
967.61/967.63	c  S st 11561   1710267     38854    166039         0     69250    504303   3115630    181.60   no data
967.91/967.93	c  S st 11561   1710771     38854    166039         0     69754    504303   3207557    181.60   no data
967.91/967.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
968.01/968.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.13
968.10/968.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
968.10/968.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
968.10/968.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
968.10/968.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38854 time:  0.01 s
968.10/968.18	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
968.32/968.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
968.50/968.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
970.20/970.29	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  1.75 s
970.30/970.31	c vivif2 --  cl tried   166039 cl shrink        0 lits rem          0 time: 0.02
970.30/970.37	c vivif2 --  cl tried    69754 cl shrink        0 lits rem          0 time: 0.06
970.62/970.62	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.25
970.62/970.63	c calculated reachability. Time: 0.00
970.62/970.63	c  N dy 11561   1710771     38854    166039         0     69754    504303   3207556    181.60   no data
982.30/982.30	c  N dy 11695   1730929     38854    166039         0     89912    504303   8735560    181.59    191.94
994.51/994.51	c  N dy 11832   1750930     38854    166039         0    109910    504303  14269685    181.62    192.65
1006.60/1006.67	c  N dy 11967   1770952     38854    166039         0     68931    504303   2801049    181.65    197.69
1018.11/1018.16	c  N dy 12097   1791012     38854    166039         0     88991    504303   8310257    181.63    194.74
1030.30/1030.37	c  N dy 12237   1811124     38854    166039         0    109102    504303  13779497    181.63    195.26
1042.91/1042.94	c  N dy 12381   1831141     38854    166039         0     67122    504303   2038964    181.66    195.56
1054.40/1054.45	c  N dy 12522   1851211     38854    166039         0     87189    504303   7557624    181.66    192.43
1066.61/1066.61	c  N dy 12656   1871286     38854    166039         0    107264    504303  13183155    181.68    192.49
1079.42/1079.51	c  N dy 12800   1891352     38854    166039         0     64337    504303    991361    181.72    192.24
1090.60/1090.67	c  N dy 12928   1911404     38854    166039         0     84389    504303   6447148    181.68    191.99
1102.80/1102.82	c  N dy 13066   1931436     38854    166039         0    104418    504303  12100310    181.73    192.92
1115.41/1115.42	c  N dy 13198   1951533     38854    166039         0    124514    504303  17632931    181.74    191.81
1127.01/1127.01	c  N dy 13330   1971562     38854    166039         0     80543    504303   5202340    181.76    195.82
1139.01/1139.00	c  N dy 13474   1991616     38854    166039         0    100596    504303  10749619    181.77    197.47
1151.61/1151.64	c  N dy 13607   2011786     38854    166039         0    120766    504303  16270391    181.76    196.04
1163.71/1163.73	c  N dy 13739   2031829     38854    166039         0     75812    504303   3591699    181.75    195.17
1175.41/1175.42	c  N dy 13871   2051875     38854    166039         0     95857    504303   9112591    181.75    194.74
1188.11/1188.12	c  N dy 14013   2072075     38854    166039         0    116055    504303  14765555    181.78    196.12
1200.81/1200.88	c  N dy 14154   2092191     38854    166039         0     70172    504303   1810478    181.79    193.66
1212.31/1212.38	c  N dy 14291   2112213     38854    166039         0     90193    504303   7373256    181.80    198.46
1224.62/1224.69	c  N dy 14427   2132365     38854    166039         0    110344    504303  12940059    181.79    201.51
1237.71/1237.70	c  N dy 14565   2152448     38854    166039         0    130426    504303  18544214    181.80    192.15
1249.41/1249.43	c  N dy 14703   2172450     38854    166039         0     83431    504303   5199945    181.81    191.82
1261.41/1261.46	c  N dy 14849   2192461     38854    166039         0    103439    504303  10763043    181.83    193.30
1273.21/1273.21	c  S st 14979   2210771     38854    166039         0    121749    504303  15754099    181.83   no data
1273.51/1273.56	c  S st 14979   2211272     38854    166039         0    122250    504303  15858609    181.83   no data
1273.62/1273.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1273.72/1273.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.17
1273.82/1273.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1273.82/1273.84	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1273.82/1273.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1273.82/1273.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38854 time:  0.01 s
1273.82/1273.88	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1274.13/1274.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.27 s
1275.01/1275.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1282.62/1282.63	c lits-rem:         6  cl-subs:       10  v-elim:      0  v-fix:    0  time:  7.52 s
1282.62/1282.65	c vivif2 --  cl tried   166039 cl shrink        0 lits rem          0 time: 0.02
1282.93/1282.91	c vivif2 --  cl tried   122240 cl shrink        0 lits rem          0 time: 0.26
1283.22/1283.25	c asymm  cl-useful: 0/166039/166039 lits-rem:0 time: 0.33
1283.22/1283.26	c calculated reachability. Time: 0.00
1283.22/1283.26	c  N dy 14979   2211272     38854    166039         0    122240    504303  15853731    181.83   no data
1296.01/1296.02	c  N dy 15122   2231367     38854    166039         0     74336    504303   2413813    181.84    198.72

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3367461-1305383191/watcher-3367461-1305383191 -o /tmp/evaluation-result-3367461-1305383191/solver-3367461-1305383191 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367461-1305383191.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.70 4.00 3.95 5/410 26201
/proc/meminfo: memFree=24467388/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=27752 CPUtime=0 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 2435 0 0 0 0 0 0 0 19 0 1 0 649917749 28418048 1881 33554432000 4194304 4580011 140735781074368 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 6938 1886 322 95 0 1920 0

[startup+0.0505981 s]
/proc/loadavg: 3.70 4.00 3.95 5/410 26201
/proc/meminfo: memFree=24467388/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=46392 CPUtime=0.03 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 5671 0 0 0 3 0 0 0 19 0 1 0 649917749 47505408 4563 33554432000 4194304 4580011 140735781074368 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 11598 4563 324 95 0 6580 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 46392

[startup+0.100599 s]
/proc/loadavg: 3.70 4.00 3.95 5/410 26201
/proc/meminfo: memFree=24467388/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=51412 CPUtime=0.08 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 7323 0 0 0 8 0 0 0 19 0 1 0 649917749 52645888 6215 33554432000 4194304 4580011 140735781074368 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 12853 6215 324 95 0 7835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51412

[startup+0.300558 s]
/proc/loadavg: 3.70 4.00 3.95 5/410 26201
/proc/meminfo: memFree=24467388/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=51876 CPUtime=0.28 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 7590 0 0 0 28 0 0 0 20 0 1 0 649917749 53121024 6482 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 12969 6482 340 95 0 7951 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 51876

[startup+0.70046 s]
/proc/loadavg: 3.70 4.00 3.95 5/410 26201
/proc/meminfo: memFree=24467388/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=79360 CPUtime=0.69 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 14676 0 0 0 68 1 0 0 20 0 1 0 649917749 81264640 12911 33554432000 4194304 4580011 140735781074368 18446744073709551615 4368062 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 19840 12911 357 95 0 14822 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79360

[startup+1.50035 s]
/proc/loadavg: 3.70 4.00 3.95 5/411 26202
/proc/meminfo: memFree=24372272/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=79360 CPUtime=1.49 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 15219 0 0 0 148 1 0 0 23 0 1 0 649917749 81264640 13454 33554432000 4194304 4580011 140735781074368 18446744073709551615 4322512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 19840 13454 364 95 0 14822 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79360

[startup+3.10107 s]
/proc/loadavg: 3.70 4.00 3.95 5/411 26202
/proc/meminfo: memFree=24364848/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=112176 CPUtime=3.08 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 16251 0 0 0 307 1 0 0 25 0 1 0 649917749 114868224 14486 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 28044 14486 364 95 0 23026 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 112176

[startup+6.30052 s]
/proc/loadavg: 3.72 4.00 3.95 6/411 26202
/proc/meminfo: memFree=24307452/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=112176 CPUtime=6.29 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 18159 0 0 0 626 3 0 0 25 0 1 0 649917749 114868224 16394 33554432000 4194304 4580011 140735781074368 18446744073709551615 4320781 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 28044 16394 364 95 0 23026 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112176

[startup+12.7004 s]
/proc/loadavg: 4.07 4.07 3.97 5/411 26202
/proc/meminfo: memFree=24291604/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=87396 CPUtime=12.68 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 23551 0 0 0 1264 4 0 0 25 0 1 0 649917749 89493504 15403 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293126 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 21849 15403 365 95 0 16831 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 87396

[startup+25.5002 s]
/proc/loadavg: 4.05 4.07 3.97 5/411 26202
/proc/meminfo: memFree=24128444/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=164452 CPUtime=25.49 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 50527 0 0 0 2540 9 0 0 25 0 1 0 649917749 168398848 34624 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 41113 34624 367 95 0 36095 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 164452

[startup+51.1008 s]
/proc/loadavg: 4.03 4.06 3.97 5/411 26203
/proc/meminfo: memFree=24064608/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=245444 CPUtime=51.09 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 71553 0 0 0 5097 12 0 0 25 0 1 0 649917749 251334656 40024 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 61361 40024 367 95 0 56343 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 245444

[startup+102.301 s]
/proc/loadavg: 4.01 4.05 3.97 5/411 26204
/proc/meminfo: memFree=23730632/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=367516 CPUtime=102.29 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 119602 0 0 0 10209 20 0 0 25 0 1 0 649917749 376336384 74587 33554432000 4194304 4580011 140735781074368 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 91879 74587 367 95 0 86861 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 367516

[startup+162.301 s]
/proc/loadavg: 4.10 4.08 3.99 5/411 26206
/proc/meminfo: memFree=23661908/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=386652 CPUtime=162.29 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 145161 0 0 0 16203 26 0 0 25 0 1 0 649917749 395931648 78849 33554432000 4194304 4580011 140735781074368 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 96663 78849 367 95 0 91645 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 386652

[startup+222.3 s]
/proc/loadavg: 4.14 4.09 4.00 5/411 26208
/proc/meminfo: memFree=23626280/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=333628 CPUtime=222.29 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 169976 0 0 0 22197 32 0 0 25 0 1 0 649917749 341635072 77549 33554432000 4194304 4580011 140735781074368 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 83407 77549 367 95 0 78389 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 333628

[startup+282.301 s]
/proc/loadavg: 4.10 4.09 4.00 5/411 26209
/proc/meminfo: memFree=23606784/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=333628 CPUtime=282.29 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 192252 0 0 0 28192 37 0 0 25 0 1 0 649917749 341635072 77654 33554432000 4194304 4580011 140735781074368 18446744073709551615 4292920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 83407 77654 367 95 0 78389 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 333628

[startup+342.301 s]
/proc/loadavg: 4.24 4.12 4.01 5/411 26211
/proc/meminfo: memFree=23580476/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=428296 CPUtime=342.3 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 222974 0 0 0 34185 45 0 0 25 0 1 0 649917749 438575104 92247 33554432000 4194304 4580011 140735781074368 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 107074 92247 367 95 0 102056 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 428296

[startup+402.3 s]
/proc/loadavg: 4.15 4.11 4.01 5/411 26212
/proc/meminfo: memFree=23536296/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=429996 CPUtime=402.3 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 246289 0 0 0 40179 51 0 0 25 0 1 0 649917749 440315904 89145 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 107499 89145 367 95 0 102481 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 429996

[startup+462.301 s]
/proc/loadavg: 4.05 4.09 4.01 5/411 26214
/proc/meminfo: memFree=23537752/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=430204 CPUtime=462.31 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 270286 0 0 0 46174 57 0 0 25 0 1 0 649917749 440528896 94269 33554432000 4194304 4580011 140735781074368 18446744073709551615 4324331 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 107551 94269 367 95 0 102533 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 430204

[startup+522.301 s]
/proc/loadavg: 4.07 4.08 4.01 5/411 26216
/proc/meminfo: memFree=23551980/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=430512 CPUtime=522.3 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 292498 0 0 0 52168 62 0 0 25 0 1 0 649917749 440844288 86209 33554432000 4194304 4580011 140735781074368 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 107628 86209 367 95 0 102610 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 430512

[startup+582.315 s]
/proc/loadavg: 4.02 4.07 4.00 5/411 26217
/proc/meminfo: memFree=23510900/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=430800 CPUtime=582.32 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 316796 0 0 0 58163 69 0 0 25 0 1 0 649917749 441139200 89035 33554432000 4194304 4580011 140735781074368 18446744073709551615 4294538 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 107700 89035 367 95 0 102682 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 430800

[startup+642.301 s]
/proc/loadavg: 4.01 4.05 4.00 5/411 26219
/proc/meminfo: memFree=23508020/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=431004 CPUtime=642.3 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 341577 0 0 0 64155 75 0 0 25 0 1 0 649917749 441348096 90327 33554432000 4194304 4580011 140735781074368 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 107751 90327 367 95 0 102733 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 431004

[startup+702.301 s]
/proc/loadavg: 4.00 4.04 4.00 5/411 26220
/proc/meminfo: memFree=23497808/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=434560 CPUtime=702.3 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 364092 0 0 0 70150 80 0 0 25 0 1 0 649917749 444989440 89071 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 108640 89071 367 95 0 103622 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 434560

[startup+762.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/411 26222
/proc/meminfo: memFree=23412952/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=451052 CPUtime=762.3 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 391554 0 0 0 76144 86 0 0 25 0 1 0 649917749 461877248 91689 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 112763 91689 367 95 0 107745 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 451052

[startup+822.301 s]
/proc/loadavg: 4.13 4.06 4.01 5/411 26224
/proc/meminfo: memFree=23436228/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=393032 CPUtime=822.31 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 416684 0 0 0 82138 93 0 0 25 0 1 0 649917749 402464768 90847 33554432000 4194304 4580011 140735781074368 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 98258 90847 367 95 0 93240 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 393032

[startup+882.301 s]
/proc/loadavg: 4.13 4.06 4.01 5/411 26225
/proc/meminfo: memFree=23408532/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=424852 CPUtime=882.3 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 441944 0 0 0 88131 99 0 0 25 0 1 0 649917749 435048448 94400 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 106213 94400 367 95 0 101195 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 424852

[startup+942.3 s]
/proc/loadavg: 4.04 4.05 4.00 5/411 26227
/proc/meminfo: memFree=23394576/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=457940 CPUtime=942.3 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 473070 0 0 0 94123 107 0 0 25 0 1 0 649917749 468930560 97707 33554432000 4194304 4580011 140735781074368 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 114485 97707 367 95 0 109467 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 457940

[startup+1002.3 s]
/proc/loadavg: 4.05 4.05 4.00 5/411 26228
/proc/meminfo: memFree=23383408/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=374668 CPUtime=1002.31 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 498311 0 0 0 100117 114 0 0 25 0 1 0 649917749 383660032 85640 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 93667 85640 367 95 0 88649 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 374668

[startup+1062.3 s]
/proc/loadavg: 4.09 4.06 4.00 5/411 26230
/proc/meminfo: memFree=23388824/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=457484 CPUtime=1062.31 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 527680 0 0 0 106110 121 0 0 25 0 1 0 649917749 468463616 100279 33554432000 4194304 4580011 140735781074368 18446744073709551615 4318273 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 114371 100279 367 95 0 109353 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 457484

[startup+1122.3 s]
/proc/loadavg: 4.10 4.06 4.00 5/411 26232
/proc/meminfo: memFree=23397724/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=391232 CPUtime=1122.32 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 550208 0 0 0 112105 127 0 0 25 0 1 0 649917749 400621568 92171 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 97808 92171 367 95 0 92790 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 391232

[startup+1182.3 s]
/proc/loadavg: 4.03 4.05 4.00 5/411 26233
/proc/meminfo: memFree=23345112/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=458484 CPUtime=1182.31 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 574922 0 0 0 118099 132 0 0 25 0 1 0 649917749 469487616 101309 33554432000 4194304 4580011 140735781074368 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 114621 101309 367 95 0 109603 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 458484

[startup+1242.32 s]
/proc/loadavg: 4.01 4.04 4.00 5/411 26235
/proc/meminfo: memFree=23419972/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=391640 CPUtime=1242.33 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 598038 0 0 0 124093 140 0 0 25 0 1 0 649917749 401039360 92273 33554432000 4194304 4580011 140735781074368 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 97910 92273 367 95 0 92892 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 391640



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.03 4.00 2/405 26239
/proc/meminfo: memFree=24025232/32951132 swapFree=67093844/67111528
[pid=26201] ppid=26199 vsize=548740 CPUtime=1300.03 cores=4,6
/proc/26201/stat : 26201 (strangenight2-s) R 26199 26201 25515 0 -1 4202496 637874 0 0 0 129857 146 0 0 25 0 1 0 649917749 561909760 115713 33554432000 4194304 4580011 140735781074368 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26201/statm: 137185 115713 367 95 0 132167 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 548740

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.06
CPU user time (s): 1298.58
CPU system time (s): 1.48377
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 548740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.58
system time used= 1.48377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 637875
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= 6
involuntary context switches= 847

runsolver used 5.43617 second user time and 11.5772 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 16:26:31
IDJOB=3367461
IDBENCH=82670
IDSOLVER=1845
FILE ID=node128/3367461-1305383191
RUNJOBID= node128-1305383190-26160
PBS_JOBID= 13324374
Free space on /tmp= 73584 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S386300535-065-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367461-1305383191/watcher-3367461-1305383191 -o /tmp/evaluation-result-3367461-1305383191/solver-3367461-1305383191 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367461-1305383191.cnf

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

MD5SUM BENCH= 2ca6073d25d8d5f2648d590c0edc75c0
RANDOM SEED=196500819

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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	: 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.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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24467676 kB
Buffers:        250120 kB
Cached:        2651332 kB
SwapCached:       1440 kB
Active:        6109076 kB
Inactive:      2082960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24467676 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           30776 kB
Writeback:           0 kB
AnonPages:     5288476 kB
Mapped:          31792 kB
Slab:           187928 kB
PageTables:      39032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100787716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73600 MiB
End job on node128 at 2011-05-14 16:48:13