Trace number 3367444

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.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1268831169-016-UNKNOWN.cnf
MD5SUMcd155ee9ac243c838c94577589f0455b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark221.016
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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-3367444-1305382288.cnf'
0.00/0.01	c -- header says num vars:          35000
0.00/0.01	c -- header says num clauses:      147000
0.02/0.08	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.02/0.08	c -- vars added      35000
0.02/0.08	c Parsing time:  0.07 s
0.02/0.08	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data
0.08/0.19	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.11
0.18/0.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
0.18/0.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.29/0.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.29/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.29/0.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.01 s
0.29/0.32	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
0.48/0.51	c lits-rem:         0  cl-subs:        0  v-elim:    892  v-fix:    0  time:  0.18 s
0.48/0.51	c Finding binary XORs  T:     0.00 s  found:       0
0.48/0.56	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.48/0.56	c calculated reachability. Time: 0.00
0.48/0.57	c Calc default polars -  time:   0.01 s pos:   15628 undec:    3882 neg:   15490
0.48/0.57	c =========================================================================================
0.48/0.57	c types(t): F = full restart, N = normal restart
0.48/0.57	c types(t): S = simplification begin/end, E = solution found
0.48/0.57	c restart types(rt): st = static, dy = dynamic
0.48/0.57	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.48/0.57	c  B st     0         0     34108    145991         0         0    443477         0   no data   no data
1.99/2.07	c  N dy    18      4056     34108    145991         0      4056    443477   1237665    177.65    190.72
3.49/3.57	c  N dy    44      8114     34108    145991         0      8114    443477   2321701    172.68    184.99
4.99/5.09	c  N dy    72     12180     34108    145991         0     12180    443477   3355272    171.04    183.38
6.60/6.61	c  N dy   103     16242     34108    145991         0     16242    443477   4390567    170.84    180.23
8.08/8.19	c  N dy   126     20262     34108    145991         0     10263    443477    731740    169.51    180.19
9.69/9.77	c  N dy   149     24279     34108    145991         0     14280    443477   1785358    168.97    188.31
9.99/10.06	c  F st   155     25000     34108    145991         0     15001    443477   1985731    169.29   no data
11.29/11.39	c  N st   160     28296     34108    145991         0     18297    443477   3081780    169.29   no data
12.00/12.09	c  S st   161     30000     34108    145991         0     20001    443477   3714838    169.29   no data
12.19/12.28	c  S st   161     30503     34108    145991         0     20504    443477   3805971    169.29   no data
12.29/12.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.29/12.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.07
12.39/12.43	c blocked clauses removed:      780 vars:    122 tried:       34108 T: 0.02 s
12.39/12.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
12.39/12.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.39/12.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33986 time:  0.01 s
12.39/12.46	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
12.59/12.61	c lits-rem:         0  cl-subs:        0  v-elim:     23  v-fix:    0  time:  0.15 s
12.78/12.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
13.68/13.74	c lits-rem:         8  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.84 s
13.78/13.89	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.14
13.88/13.90	c calculated reachability. Time: 0.00
13.88/13.90	c  N dy   161     30503     33963    145189         0     20253    441250   3669451    169.29   no data
15.59/15.69	c  N dy   184     34565     33963    145189         0     24315    441250   4665051    168.12    177.45
17.18/17.25	c  N dy   208     38566     33963    145189         0     28316    441250   5662087    167.30    185.73
18.88/18.91	c  N dy   236     42662     33963    145189         0     17040    441250   1215280    167.19    182.36
19.98/20.09	c  S st   258     45754     33963    145189         0     20132    441250   2011740    167.42   no data
20.18/20.28	c  S st   258     46255     33963    145189         0     20633    441250   2106478    167.42   no data
20.18/20.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
20.28/20.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
20.38/20.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.38/20.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
20.38/20.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.38/20.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.01 s
20.38/20.44	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
20.48/20.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
20.58/20.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.90/20.94	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.25 s
20.90/20.95	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.01
20.90/20.98	c vivif2 --  cl tried    20632 cl shrink        0 lits rem          0 time: 0.03
21.09/21.13	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.14
21.09/21.14	c calculated reachability. Time: 0.00
21.09/21.14	c  N dy   258     46255     33963    145189         0     20632    441250   2106392    167.42   no data
22.69/22.73	c  N dy   286     50289     33963    145189         0     24666    441250   3155743    167.12    181.01
24.59/24.61	c  N dy   312     54444     33963    145189         0     28821    441250   4216106    166.77    177.19
26.29/26.33	c  N dy   344     58511     33963    145189         0     32888    441250   5271635    167.20    207.22
27.98/28.02	c  N dy   371     62658     33963    145189         0     37034    441250   6286117    167.05    179.22
29.60/29.63	c  N dy   398     66670     33963    145189         0     22362    441250   1701485    166.93    178.65
30.70/30.71	c  S st   418     69382     33963    145189         0     25074    441250   2383543    166.93   no data
30.89/30.91	c  S st   418     69887     33963    145189         0     25579    441250   2480918    166.93   no data
30.89/30.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
30.99/31.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
30.99/31.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.99/31.05	c bin-w-bin subsume rem            0 bins  time:  0.01 s
30.99/31.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
30.99/31.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.01 s
30.99/31.08	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
31.09/31.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
31.29/31.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.69/31.73	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.38 s
31.69/31.74	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.01
31.69/31.78	c vivif2 --  cl tried    25578 cl shrink        0 lits rem          0 time: 0.04
31.90/31.93	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.15
31.90/31.94	c calculated reachability. Time: 0.00
31.90/31.94	c  N dy   418     69887     33963    145189         0     25578    441250   2480548    166.93   no data
33.79/33.83	c  N dy   447     74537     33963    145189         0     30228    441250   3677873    166.90    178.45
35.89/35.94	c  N dy   488     79441     33963    145189         0     35132    441250   5007477    167.72    179.60
38.09/38.12	c  N dy   521     84598     33963    145189         0     40289    441250   6332008    167.71    178.44
39.49/39.54	c  F st   541     87500     33963    145189         0     22343    441250   1095872    167.86    158.50
40.98/41.00	c  N st   546     90801     33963    145189         0     25644    441250   2168144    167.86   no data
43.39/43.44	c  N dy   572     96679     33963    145189         0     31522    441250   3905824    167.61    198.66
45.99/46.01	c  N dy   610    102885     33963    145189         0     37728    441250   5517006    167.51    176.45
46.79/46.85	c  S st   624    104832     33963    145189         0     39675    441250   6030975    167.52   no data
46.99/47.06	c  S st   624    105334     33963    145189         0     40177    441250   6118606    167.52   no data
46.99/47.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
47.08/47.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
47.19/47.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.19/47.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
47.19/47.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
47.19/47.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.01 s
47.19/47.25	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
47.30/47.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
47.68/47.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
49.28/49.34	c lits-rem:         3  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.59 s
49.28/49.36	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.01
49.39/49.45	c vivif2 --  cl tried    40175 cl shrink        0 lits rem          0 time: 0.09
49.58/49.62	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.17
49.58/49.63	c calculated reachability. Time: 0.00
49.58/49.63	c  N dy   624    105334     33963    145189         0     40175    441250   6117549    167.52   no data
52.59/52.64	c  N dy   677    112215     33963    145189         0     24637    441250   1262825    168.13    189.87
55.49/55.57	c  N dy   721    119466     33963    145189         0     31887    441250   3105257    167.85    228.41
58.79/58.85	c  N dy   774    127213     33963    145189         0     39633    441250   5084969    167.87    180.76
62.48/62.52	c  N dy   829    135678     33963    145189         0     24391    441250    812166    168.01    181.63
66.38/66.43	c  N dy   889    144431     33963    145189         0     33143    441250   3010463    168.01    177.80
70.40/70.42	c  N dy   949    153915     33963    145189         0     42627    441250   5459860    167.89    180.19
72.18/72.24	c  S st   977    158001     33963    145189         0     46713    441250   6514360    167.93    151.97
72.38/72.47	c  S st   977    158503     33963    145189         0     47215    441250   6616366    167.93   no data
72.38/72.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
72.49/72.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
72.60/72.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
72.60/72.63	c bin-w-bin subsume rem            0 bins  time:  0.01 s
72.60/72.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
72.60/72.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.01 s
72.60/72.67	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
72.79/72.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
73.09/73.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
75.29/75.35	c lits-rem:         4  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.17 s
75.29/75.36	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.01
75.39/75.46	c vivif2 --  cl tried    47211 cl shrink        0 lits rem          0 time: 0.10
75.59/75.65	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.19
75.59/75.66	c calculated reachability. Time: 0.00
75.59/75.66	c  N dy   977    158503     33963    145189         0     47211    441250   6612405    167.93   no data
79.99/80.04	c  N dy  1052    168744     33963    145189         0     32596    441250   2587093    168.20    178.72
84.59/84.68	c  N dy  1123    179562     33963    145189         0     43414    441250   5331613    168.09    177.34
89.79/89.80	c  N dy  1205    191131     33963    145189         0     29057    441250   1363244    168.22    183.97
94.89/94.94	c  N dy  1282    203438     33963    145189         0     41363    441250   4457926    168.03    179.47
100.69/100.79	c  N dy  1372    216488     33963    145189         0     27446    441250    664142    168.18    177.09
106.89/106.90	c  N dy  1472    230373     33963    145189         0     41331    441250   4284882    168.29    178.45
110.89/110.95	c  S st  1523    237754     33963    145189         0     48712    441250   6156541    168.32   no data
111.18/111.23	c  S st  1523    238258     33963    145189         0     49216    441250   6260239    168.32   no data
111.18/111.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
111.28/111.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
111.38/111.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
111.38/111.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
111.38/111.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
111.38/111.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.01 s
111.38/111.44	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
111.58/111.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
111.88/111.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
114.19/114.25	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.28 s
114.19/114.27	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.01
114.30/114.37	c vivif2 --  cl tried    49215 cl shrink        0 lits rem          0 time: 0.10
114.49/114.56	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.19
114.49/114.57	c calculated reachability. Time: 0.00
114.49/114.57	c  N dy  1523    238258     33963    145189         0     49215    441250   6259244    168.32   no data
121.19/121.22	c  N dy  1629    253547     33963    145189         0     36522    441250   2740159    168.42    183.54
128.39/128.47	c  N dy  1748    269830     33963    145189         0     52802    441250   6935176    168.63    178.16
135.89/135.99	c  N dy  1865    287114     33963    145189         0     41093    441250   3648402    168.78    185.29
144.29/144.30	c  N dy  1989    305614     33963    145189         0     59591    441250   8417170    168.80    178.51
144.59/144.63	c  F st  1993    306250     33963    145189         0     30240    441250    569925    168.80    159.40
152.99/153.08	c  N dy  2092    325361     33963    145189         0     49351    441250   6296621    168.79    181.88
162.09/162.19	c  N dy  2234    345401     33963    145189         0     38398    441250   2444163    169.03    179.50
167.49/167.50	c  S st  2315    357389     33963    145189         0     50384    441250   5562263    169.09    125.73
167.69/167.74	c  S st  2315    357893     33963    145189         0     50888    441250   5655005    169.09   no data
167.69/167.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
167.79/167.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
167.89/167.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
167.89/167.92	c bin-w-bin subsume rem            0 bins  time:  0.01 s
167.89/167.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
167.89/167.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.01 s
167.89/167.95	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
167.99/168.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
168.30/168.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
170.40/170.49	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.10 s
170.40/170.50	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.01
170.50/170.59	c vivif2 --  cl tried    50884 cl shrink        0 lits rem          0 time: 0.09
170.69/170.78	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.19
170.69/170.79	c calculated reachability. Time: 0.00
170.69/170.79	c  N dy  2315    357893     33963    145189         0     50884    441250   5653235    169.09   no data
179.99/180.02	c  N dy  2464    377949     33963    145189         0     38936    441250   2338808    169.34    180.41
190.40/190.47	c  N dy  2601    397993     33963    145189         0     58979    441250   7518176    169.30    180.22
200.20/200.28	c  N dy  2737    418229     33963    145189         0     46221    441250   3883511    169.27    188.23
209.49/209.54	c  N dy  2872    438239     33963    145189         0     66229    441250   9090769    169.31    178.42
218.39/218.48	c  N dy  3009    458361     33963    145189         0     52351    441250   5212415    169.34    182.92
227.79/227.88	c  N dy  3150    478411     33963    145189         0     37403    441250   1122460    169.48    182.22
236.79/236.83	c  N dy  3285    498498     33963    145189         0     57489    441250   6344295    169.46    190.61
246.19/246.28	c  N dy  3425    518639     33963    145189         0     41628    441250   2016634    169.54    179.66
254.50/254.54	c  S st  3549    536841     33963    145189         0     59830    441250   6709022    169.58   no data
254.70/254.78	c  S st  3549    537344     33963    145189         0     60333    441250   6803929    169.58   no data
254.80/254.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
254.90/254.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
254.90/254.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
254.90/254.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
254.90/254.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
254.90/254.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.01 s
254.90/254.99	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
255.10/255.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
255.40/255.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
258.51/258.51	c lits-rem:         2  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.02 s
258.51/258.53	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.01
258.60/258.63	c vivif2 --  cl tried    60327 cl shrink        0 lits rem          0 time: 0.10
258.80/258.84	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.21
258.80/258.85	c calculated reachability. Time: 0.00
258.80/258.85	c  N dy  3549    537344     33963    145189         0     60327    441250   6799672    169.58   no data
268.41/268.47	c  N dy  3699    557479     33963    145189         0     43463    441250   2191053    169.69    179.19
277.59/277.69	c  N dy  3842    577562     33963    145189         0     63545    441250   7532871    169.84    179.06
287.30/287.38	c  N dy  3987    597669     33963    145189         0     45655    441250   2458849    169.90    179.37
296.59/296.63	c  N dy  4124    617683     33963    145189         0     65666    441250   7693914    169.90    181.06
308.49/308.56	c  N dy  4263    637772     33963    145189         0     46756    441250   2536246    169.94    213.96
319.80/319.88	c  N dy  4402    657790     33963    145189         0     66774    441250   7752426    169.96    180.43
329.49/329.50	c  N dy  4539    677831     33963    145189         0     46811    441250   2264438    170.01    183.43
338.99/339.00	c  N dy  4684    698020     33963    145189         0     66996    441250   7584703    170.08    179.65
348.80/348.84	c  N dy  4821    718040     33963    145189         0     46024    441250   1833811    170.06    192.33
358.19/358.25	c  N dy  4960    738369     33963    145189         0     66352    441250   7175995    170.12    182.58
368.09/368.11	c  N dy  5098    758400     33963    145189         0     44382    441250   1127066    170.12    222.58
377.50/377.54	c  N dy  5243    778434     33963    145189         0     64416    441250   6446469    170.22    182.13
387.40/387.46	c  N dy  5376    798469     33963    145189         0     84448    441250  11643939    170.16    183.86
390.99/391.01	c  S st  5427    806016     33963    145189         0     48997    441250   2044495    170.16    166.73
391.19/391.24	c  S st  5427    806519     33963    145189         0     49500    441250   2131051    170.16   no data
391.19/391.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
391.29/391.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
391.29/391.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
391.39/391.40	c bin-w-bin subsume rem            0 bins  time:  0.01 s
391.39/391.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
391.39/391.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.01 s
391.39/391.44	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
391.50/391.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
391.61/391.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
392.29/392.32	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.64 s
392.29/392.34	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.02
392.29/392.37	c vivif2 --  cl tried    49500 cl shrink        0 lits rem          0 time: 0.03
392.49/392.57	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.19
392.49/392.58	c calculated reachability. Time: 0.00
392.49/392.58	c  N dy  5427    806519     33963    145189         0     49500    441250   2131050    170.16   no data
401.99/402.04	c  N dy  5561    826631     33963    145189         0     69610    441250   7285287    170.12    181.08
412.29/412.32	c  N dy  5706    846816     33963    145189         0     45800    441250    986910    170.20    184.18
421.70/421.73	c  N dy  5845    866941     33963    145189         0     65924    441250   6223042    170.22    183.37
431.60/431.66	c  N dy  5981    886945     33963    145189         0     85927    441250  11404280    170.22    193.78
441.50/441.52	c  N dy  6120    907063     33963    145189         0     61052    441250   4758979    170.27    198.97
455.20/455.20	c  N dy  6259    927079     33963    145189         0     81067    441250   9985745    170.31    180.56
466.10/466.16	c  N dy  6396    947193     33963    145189         0     55182    441250   2894343    170.30    186.75
475.59/475.67	c  N dy  6527    967214     33963    145189         0     75201    441250   8021810    170.27    180.34
485.99/486.09	c  N dy  6681    987286     33963    145189         0     48274    441250    864929    170.36    184.30
495.50/495.50	c  N dy  6820   1007309     33963    145189         0     68295    441250   6225647    170.42    179.64
505.50/505.58	c  N dy  6956   1027480     33963    145189         0     88465    441250  11551646    170.44    190.15
515.50/515.53	c  N dy  7093   1047621     33963    145189         0     60608    441250   3873324    170.47    181.49
525.30/525.33	c  N dy  7230   1067631     33963    145189         0     80617    441250   9151034    170.48    217.22
527.50/527.51	c  F st  7259   1071875     33963    145189         0     84860    441250  10281981    170.49    165.08
535.72/535.72	c  N dy  7335   1087698     33963    145189         0     51688    441250   1277828    170.52    183.47
545.10/545.16	c  N dy  7469   1107709     33963    145189         0     71697    441250   6479777    170.49    237.59
555.41/555.41	c  N dy  7611   1127714     33963    145189         0     91701    441250  11709460    170.52    183.68
565.30/565.36	c  N dy  7746   1147790     33963    145189         0     61781    441250   3630708    170.54    197.76
575.21/575.30	c  N dy  7884   1167820     33963    145189         0     81811    441250   8832502    170.53    180.67
585.70/585.71	c  N dy  8026   1187879     33963    145189         0    101870    441250  14026947    170.53    184.00
595.80/595.84	c  N dy  8163   1207955     33963    145189         0     70937    441250   5722532    170.53    201.81
597.01/597.01	c  S st  8178   1209778     33963    145189         0     72760    441250   6212177    170.53   no data
597.32/597.34	c  S st  8178   1210280     33963    145189         0     73262    441250   6301939    170.53   no data
597.32/597.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
597.51/597.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
597.51/597.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
597.51/597.55	c bin-w-bin subsume rem            0 bins  time:  0.01 s
597.51/597.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
597.51/597.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.01 s
597.51/597.59	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
597.71/597.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
598.11/598.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
601.51/601.56	c lits-rem:         8  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.37 s
601.51/601.59	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.03
601.72/601.73	c vivif2 --  cl tried    73261 cl shrink        0 lits rem          0 time: 0.14
602.01/602.03	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.31
602.01/602.05	c calculated reachability. Time: 0.00
602.01/602.05	c  N dy  8178   1210280     33963    145189         0     73261    441250   6301393    170.53   no data
617.20/617.27	c  N dy  8318   1230392     33963    145189         0     93372    441250  11593657    170.53    179.78
628.50/628.51	c  N dy  8460   1250403     33963    145189         0     61383    441250   2943857    170.54    185.54
638.30/638.33	c  N dy  8598   1270407     33963    145189         0     81387    441250   8195438    170.56    185.41
648.91/648.98	c  N dy  8730   1290589     33963    145189         0    101567    441250  13443982    170.54    181.79
658.91/658.99	c  N dy  8876   1310681     33963    145189         0     68665    441250   4639668    170.55    191.80
669.11/669.15	c  N dy  9012   1330690     33963    145189         0     88672    441250   9837566    170.56    189.13
680.00/680.03	c  N dy  9161   1350738     33963    145189         0     54720    441250    722503    170.62    184.82
689.81/689.84	c  N dy  9307   1370799     33963    145189         0     74779    441250   5986792    170.63    182.92
700.21/700.24	c  N dy  9443   1390945     33963    145189         0     94924    441250  11249483    170.62    180.36
711.01/711.04	c  N dy  9588   1411039     33963    145189         0     60021    441250   1941147    170.67    179.82
721.01/721.04	c  N dy  9738   1431061     33963    145189         0     80043    441250   7271481    170.71    183.20
731.52/731.52	c  N dy  9871   1451170     33963    145189         0    100152    441250  12484617    170.70    179.76
742.10/742.12	c  N dy 10010   1471258     33963    145189         0     64238    441250   2715016    170.72    202.21
752.10/752.12	c  N dy 10152   1491301     33963    145189         0     84278    441250   8019283    170.75    179.81
762.71/762.76	c  N dy 10283   1511366     33963    145189         0    104342    441250  13280907    170.73    181.83
773.40/773.43	c  N dy 10421   1531405     33963    145189         0     67383    441250   3265943    170.74    185.50
785.20/785.25	c  N dy 10558   1551471     33963    145189         0     87448    441250   8565388    170.75    183.23
796.21/796.20	c  N dy 10696   1571559     33963    145189         0    107535    441250  13904280    170.77    183.17
806.61/806.67	c  N dy 10834   1591777     33963    145189         0     69757    441250   3667182    170.79    182.50
816.70/816.77	c  N dy 10969   1611897     33963    145189         0     89876    441250   8903149    170.77    180.06
827.70/827.71	c  N dy 11109   1631899     33963    145189         0    109877    441250  14170502    170.80    182.53
837.91/837.94	c  N dy 11245   1651916     33963    145189         0     70901    441250   3706284    170.79    249.20
848.31/848.31	c  N dy 11379   1672014     33963    145189         0     90998    441250   8940730    170.81    181.44
859.02/859.10	c  N dy 11504   1692016     33963    145189         0    110997    441250  14119912    170.78    183.01
868.71/868.78	c  S st 11628   1710282     33963    145189         0     69271    441250   2981385    170.78   no data
869.03/869.04	c  S st 11628   1710785     33963    145189         0     69774    441250   3083304    170.78   no data
869.03/869.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
869.11/869.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.11
869.21/869.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
869.21/869.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
869.21/869.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
869.21/869.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.01 s
869.21/869.26	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
869.31/869.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
869.51/869.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
871.31/871.37	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.81 s
871.31/871.39	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.02
871.41/871.44	c vivif2 --  cl tried    69771 cl shrink        0 lits rem          0 time: 0.05
871.61/871.66	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.22
871.61/871.67	c calculated reachability. Time: 0.00
871.61/871.67	c  N dy 11628   1710785     33963    145189         0     69771    441250   3082521    170.78   no data
881.81/881.87	c  N dy 11764   1730828     33963    145189         0     89812    441250   8421865    170.81    213.58
892.71/892.79	c  N dy 11907   1750882     33963    145189         0    109866    441250  13746106    170.83    253.06
903.51/903.56	c  N dy 12037   1771049     33963    145189         0     69032    441250   2679774    170.84    197.47
913.71/913.78	c  N dy 12178   1791123     33963    145189         0     89103    441250   7947268    170.85    185.90
924.61/924.69	c  N dy 12315   1811196     33963    145189         0    109175    441250  13164978    170.85    182.84
935.71/935.74	c  N dy 12444   1831348     33963    145189         0     67327    441250   1993823    170.83    184.02
947.81/947.84	c  N dy 12579   1851462     33963    145189         0     87440    441250   7204552    170.84    181.46
958.71/958.72	c  N dy 12711   1871474     33963    145189         0    107451    441250  12531679    170.86    190.74
970.12/970.14	c  N dy 12845   1891524     33963    145189         0     64514    441250   1000666    170.86    235.36
980.12/980.14	c  N dy 12991   1911598     33963    145189         0     84586    441250   6317740    170.89    190.37
990.91/990.96	c  N dy 13129   1931693     33963    145189         0    104681    441250  11677522    170.92    183.08
1002.42/1002.46	c  N dy 13268   1951802     33963    145189         0    124788    441250  17001432    170.93    186.26
1012.61/1012.68	c  N dy 13411   1971825     33963    145189         0     80804    441250   5037408    170.95    192.19
1023.41/1023.41	c  N dy 13549   1991925     33963    145189         0    100903    441250  10330077    170.95    181.08
1034.81/1034.80	c  N dy 13684   2012262     33963    145189         0    121240    441250  15728902    170.96    181.67
1045.41/1045.49	c  N dy 13812   2032373     33963    145189         0     76353    441250   3576046    170.96    184.90
1055.92/1055.96	c  N dy 13948   2052432     33963    145189         0     96411    441250   8930240    170.98    206.75
1067.03/1067.06	c  N dy 14088   2072655     33963    145189         0    116631    441250  14207402    170.99    182.30
1078.31/1078.39	c  N dy 14225   2092687     33963    145189         0     70661    441250   1842347    171.00    180.84
1088.71/1088.79	c  N dy 14360   2112809     33963    145189         0     90781    441250   7165304    171.02    181.92
1099.72/1099.72	c  N dy 14501   2132843     33963    145189         0    110815    441250  12530163    171.06    194.16
1111.21/1111.27	c  N dy 14635   2152907     33963    145189         0    130878    441250  17763473    171.06    181.80
1122.62/1122.69	c  N dy 14778   2172931     33963    145189         0     83901    441250   5164950    171.09    195.50
1138.32/1138.37	c  N dy 14916   2192995     33963    145189         0    103964    441250  10423925    171.09    228.45
1152.72/1152.74	c  S st 15033   2210785     33963    145189         0    121754    441250  15112679    171.10   no data
1153.12/1153.11	c  S st 15033   2211287     33963    145189         0    122256    441250  15211031    171.10   no data
1153.12/1153.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1153.32/1153.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.17
1153.32/1153.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1153.32/1153.37	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1153.32/1153.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1153.32/1153.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33963 time:  0.01 s
1153.42/1153.41	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
1153.62/1153.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.25 s
1154.52/1154.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1162.21/1162.20	c lits-rem:         1  cl-subs:        7  v-elim:      0  v-fix:    0  time:  7.59 s
1162.21/1162.22	c vivif2 --  cl tried   145189 cl shrink        0 lits rem          0 time: 0.02
1162.41/1162.48	c vivif2 --  cl tried   122249 cl shrink        0 lits rem          0 time: 0.26
1162.73/1162.79	c asymm  cl-useful: 0/145189/145189 lits-rem:0 time: 0.31
1162.81/1162.80	c calculated reachability. Time: 0.00
1162.81/1162.80	c  N dy 15033   2211287     33963    145189         0    122249    441250  15208208    171.10   no data
1174.11/1174.15	c  N dy 15167   2231414     33963    145189         0     74382    441250   2279991    171.10    183.90
1184.52/1184.50	c  N dy 15300   2251426     33963    145189         0     94394    441250   7507285    171.09    181.02
1195.52/1195.52	c  N dy 15435   2271467     33963    145189         0    114434    441250  12793320    171.10    182.09
1207.21/1207.23	c  N dy 15570   2291594     33963    145189         0    134561    441250  18102966    171.12    182.55
1217.62/1217.68	c  N dy 15694   2311606     33963    145189         0     85575    441250   4954914    171.11    181.47
1228.41/1228.47	c  N dy 15823   2331651     33963    145189         0    105620    441250  10151477    171.10    212.83
1239.92/1239.97	c  N dy 15957   2351805     33963    145189         0    125774    441250  15478174    171.11    180.68
1251.42/1251.42	c  N dy 16093   2371857     33963    145189         0     75828    441250   2185093    171.12    180.82
1262.02/1262.05	c  N dy 16238   2391961     33963    145189         0     95930    441250   7478985    171.12    184.59
1273.22/1273.23	c  N dy 16376   2412243     33963    145189         0    116212    441250  12874734    171.14    182.11
1285.22/1285.21	c  N dy 16523   2432575     33963    145189         0    136542    441250  18248091    171.15    185.39
1296.13/1296.12	c  N dy 16661   2452582     33963    145189         0     85551    441250   4454364    171.17    202.37

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.93 1.57 2.42 5/376 5108
/proc/meminfo: memFree=13533588/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=20436 CPUtime=0 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 410 0 0 0 0 0 0 0 20 0 1 0 630645092 20926464 351 33554432000 4194304 4580011 140734419499840 18446744073709551615 212059825680 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 5110 354 307 95 0 92 0

[startup+0.033241 s]
/proc/loadavg: 0.93 1.57 2.42 5/376 5108
/proc/meminfo: memFree=13533588/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=44296 CPUtime=0.02 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 4791 0 0 0 2 0 0 0 20 0 1 0 630645092 45359104 3692 33554432000 4194304 4580011 140734419499840 18446744073709551615 212039316165 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 11074 3694 324 95 0 6056 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 44296

[startup+0.100246 s]
/proc/loadavg: 0.93 1.57 2.42 5/376 5108
/proc/meminfo: memFree=13533588/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=51316 CPUtime=0.08 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 7023 0 0 0 8 0 0 0 20 0 1 0 630645092 52547584 5924 33554432000 4194304 4580011 140734419499840 18446744073709551615 4505001 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 12829 5924 339 95 0 7811 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51316

[startup+0.300202 s]
/proc/loadavg: 0.93 1.57 2.42 5/376 5108
/proc/meminfo: memFree=13533588/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=66940 CPUtime=0.29 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 10644 0 0 0 28 1 0 0 21 0 1 0 630645092 68546560 9545 33554432000 4194304 4580011 140734419499840 18446744073709551615 4443497 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 16735 9545 347 95 0 11717 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66940

[startup+0.700122 s]
/proc/loadavg: 0.93 1.57 2.42 5/376 5108
/proc/meminfo: memFree=13533588/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=74320 CPUtime=0.68 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 13716 0 0 0 67 1 0 0 22 0 1 0 630645092 76103680 11260 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 18580 11260 364 95 0 13562 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 74320

[startup+1.50098 s]
/proc/loadavg: 0.93 1.57 2.42 5/377 5109
/proc/meminfo: memFree=13455452/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=74320 CPUtime=1.49 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 14447 0 0 0 147 2 0 0 25 0 1 0 630645092 76103680 11991 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 18580 11991 364 95 0 13562 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74320

[startup+3.10069 s]
/proc/loadavg: 1.17 1.61 2.43 5/377 5109
/proc/meminfo: memFree=13429552/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=107136 CPUtime=3.09 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 15593 0 0 0 307 2 0 0 25 0 1 0 630645092 109707264 13137 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 26784 13137 364 95 0 21766 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107136

[startup+6.30013 s]
/proc/loadavg: 1.17 1.61 2.43 5/377 5109
/proc/meminfo: memFree=13411076/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=107136 CPUtime=6.29 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 17768 0 0 0 627 2 0 0 25 0 1 0 630645092 109707264 15312 33554432000 4194304 4580011 140734419499840 18446744073709551615 4301841 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 26784 15312 364 95 0 21766 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107136

[startup+12.701 s]
/proc/loadavg: 1.61 1.69 2.45 5/377 5109
/proc/meminfo: memFree=13386304/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=160740 CPUtime=12.68 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 27766 0 0 0 1265 3 0 0 25 0 1 0 630645092 164597760 19121 33554432000 4194304 4580011 140734419499840 18446744073709551615 212039316165 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 40185 19125 367 95 0 35167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 160740

[startup+25.5007 s]
/proc/loadavg: 1.97 1.76 2.46 5/377 5110
/proc/meminfo: memFree=13186028/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=232168 CPUtime=25.49 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 53094 0 0 0 2542 7 0 0 25 0 1 0 630645092 237740032 37231 33554432000 4194304 4580011 140734419499840 18446744073709551615 4316736 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 58042 37231 367 95 0 53024 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 232168

[startup+51.1011 s]
/proc/loadavg: 2.66 1.94 2.50 5/377 5110
/proc/meminfo: memFree=13020620/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=304748 CPUtime=51.09 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 88444 0 0 0 5096 13 0 0 25 0 1 0 630645092 312061952 57885 33554432000 4194304 4580011 140734419499840 18446744073709551615 4316787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 76187 57885 367 95 0 71169 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 304748

[startup+102.314 s]
/proc/loadavg: 3.46 2.29 2.59 5/377 5112
/proc/meminfo: memFree=12935880/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=293288 CPUtime=102.3 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 119345 0 0 0 10212 18 0 0 25 0 1 0 630645092 300326912 67185 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 73322 67185 367 95 0 68304 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 293288

[startup+162.3 s]
/proc/loadavg: 3.86 2.61 2.68 5/377 5113
/proc/meminfo: memFree=12869240/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=312204 CPUtime=162.29 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 146596 0 0 0 16205 24 0 0 25 0 1 0 630645092 319696896 71809 33554432000 4194304 4580011 140734419499840 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 78051 71809 367 95 0 73033 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 312204

[startup+222.3 s]
/proc/loadavg: 4.06 2.89 2.77 5/377 5115
/proc/meminfo: memFree=12778440/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=387100 CPUtime=222.29 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 174069 0 0 0 22198 31 0 0 25 0 1 0 630645092 396390400 80113 33554432000 4194304 4580011 140734419499840 18446744073709551615 4302328 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 96775 80113 367 95 0 91757 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 387100

[startup+282.301 s]
/proc/loadavg: 4.02 3.09 2.84 5/377 5117
/proc/meminfo: memFree=12738948/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=397572 CPUtime=282.29 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 200746 0 0 0 28190 39 0 0 25 0 1 0 630645092 407113728 85259 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 99393 85259 367 95 0 94375 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 397572

[startup+342.301 s]
/proc/loadavg: 4.01 3.25 2.91 5/377 5118
/proc/meminfo: memFree=12671436/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=412944 CPUtime=342.3 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 227905 0 0 0 34184 46 0 0 25 0 1 0 630645092 422854656 88361 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 103236 88361 367 95 0 98218 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 412944

[startup+402.3 s]
/proc/loadavg: 4.00 3.39 2.98 5/377 5120
/proc/meminfo: memFree=12687980/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=413240 CPUtime=402.29 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 252328 0 0 0 40179 50 0 0 25 0 1 0 630645092 423157760 86501 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 103310 86501 367 95 0 98292 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 413240

[startup+462.301 s]
/proc/loadavg: 4.05 3.51 3.04 5/377 5121
/proc/meminfo: memFree=12649376/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=352792 CPUtime=462.3 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 276298 0 0 0 46172 58 0 0 25 0 1 0 630645092 361259008 82014 33554432000 4194304 4580011 140734419499840 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 88198 82014 367 95 0 83180 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 352792

[startup+522.301 s]
/proc/loadavg: 4.06 3.61 3.11 5/377 5123
/proc/meminfo: memFree=12661972/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=414444 CPUtime=522.3 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 301599 0 0 0 52167 63 0 0 25 0 1 0 630645092 424390656 86779 33554432000 4194304 4580011 140734419499840 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 103611 86779 367 95 0 98593 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 414444

[startup+582.301 s]
/proc/loadavg: 4.06 3.69 3.16 5/377 5125
/proc/meminfo: memFree=12629056/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=414820 CPUtime=582.3 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 328500 0 0 0 58161 69 0 0 25 0 1 0 630645092 424775680 91496 33554432000 4194304 4580011 140734419499840 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 103705 91496 367 95 0 98687 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 414820

[startup+642.3 s]
/proc/loadavg: 4.02 3.75 3.21 5/377 5126
/proc/meminfo: memFree=12606588/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=415732 CPUtime=642.31 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 348907 0 0 0 64153 78 0 0 25 0 1 0 630645092 425709568 89580 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 103933 89580 367 95 0 98915 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 415732

[startup+702.301 s]
/proc/loadavg: 4.01 3.79 3.26 5/377 5128
/proc/meminfo: memFree=12592772/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=416060 CPUtime=702.31 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 374292 0 0 0 70147 84 0 0 25 0 1 0 630645092 426045440 91597 33554432000 4194304 4580011 140734419499840 18446744073709551615 4296060 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 104015 91598 367 95 0 98997 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 416060

[startup+762.314 s]
/proc/loadavg: 4.11 3.86 3.31 5/377 5129
/proc/meminfo: memFree=12560252/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=424232 CPUtime=762.32 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 401681 0 0 0 76141 91 0 0 25 0 1 0 630645092 434413568 94363 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 106058 94363 367 95 0 101040 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 424232

[startup+822.3 s]
/proc/loadavg: 4.04 3.88 3.35 5/377 5134
/proc/meminfo: memFree=12557716/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=424532 CPUtime=822.31 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 425973 0 0 0 82133 98 0 0 25 0 1 0 630645092 434720768 92881 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 106133 92881 367 95 0 101115 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 424532

[startup+882.3 s]
/proc/loadavg: 4.01 3.90 3.39 6/377 5136
/proc/meminfo: memFree=12596440/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=426420 CPUtime=882.31 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 449947 0 0 0 88127 104 0 0 25 0 1 0 630645092 436654080 90350 33554432000 4194304 4580011 140734419499840 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 106605 90350 367 95 0 101587 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 426420

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.43 5/377 5137
/proc/meminfo: memFree=12565020/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=426692 CPUtime=942.31 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 473889 0 0 0 94119 112 0 0 25 0 1 0 630645092 436932608 86636 33554432000 4194304 4580011 140734419499840 18446744073709551615 4324051 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 106673 86636 367 95 0 101655 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 426692

[startup+1002.3 s]
/proc/loadavg: 4.13 3.96 3.47 5/377 5139
/proc/meminfo: memFree=12537920/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=426860 CPUtime=1002.32 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 500016 0 0 0 100112 120 0 0 25 0 1 0 630645092 437104640 98513 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 106715 98513 367 95 0 101697 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 426860

[startup+1062.3 s]
/proc/loadavg: 4.11 3.98 3.51 5/377 5140
/proc/meminfo: memFree=12576924/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=427156 CPUtime=1062.31 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 524715 0 0 0 106104 127 0 0 25 0 1 0 630645092 437407744 93673 33554432000 4194304 4580011 140734419499840 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 106789 93673 367 95 0 101771 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 427156

[startup+1122.3 s]
/proc/loadavg: 4.10 4.00 3.54 5/377 5142
/proc/meminfo: memFree=12490932/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=428216 CPUtime=1122.32 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 548495 0 0 0 112098 134 0 0 25 0 1 0 630645092 438493184 86927 33554432000 4194304 4580011 140734419499840 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 107054 86927 367 95 0 102036 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 428216

[startup+1182.3 s]
/proc/loadavg: 4.03 4.00 3.57 5/377 5144
/proc/meminfo: memFree=12335016/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=525868 CPUtime=1182.31 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 589558 0 0 0 118085 146 0 0 25 0 1 0 630645092 538488832 112351 33554432000 4194304 4580011 140734419499840 18446744073709551615 4321004 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 131467 112351 367 95 0 126449 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 525868

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.59 5/377 5145
/proc/meminfo: memFree=12327384/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=527116 CPUtime=1242.32 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 615556 0 0 0 124079 153 0 0 25 0 1 0 630645092 539766784 122545 33554432000 4194304 4580011 140734419499840 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 131779 122545 367 95 0 126761 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 527116



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.01 3.62 3/376 5150
/proc/meminfo: memFree=13038272/32951124 swapFree=65051360/67111528
[pid=5108] ppid=5106 vsize=527440 CPUtime=1300.03 cores=5,7
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4643 0 -1 4202496 642002 0 0 0 129843 160 0 0 25 0 1 0 630645092 540098560 112512 33554432000 4194304 4580011 140734419499840 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 131860 112512 367 95 0 126842 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 527440

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.03
CPU time (s): 1300.06
CPU user time (s): 1298.44
CPU system time (s): 1.62375
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 803512

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

runsolver used 4.43832 second user time and 11.0413 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-14 16:11:28
IDJOB=3367444
IDBENCH=82653
IDSOLVER=1845
FILE ID=node146/3367444-1305382288
RUNJOBID= node146-1305382288-5069
PBS_JOBID= 13324356
Free space on /tmp= 73252 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S1268831169-016-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367444-1305382288/watcher-3367444-1305382288 -o /tmp/evaluation-result-3367444-1305382288/solver-3367444-1305382288 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367444-1305382288.cnf

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

MD5SUM BENCH= cd155ee9ac243c838c94577589f0455b
RANDOM SEED=1785362812

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13534240 kB
Buffers:        262264 kB
Cached:        3438072 kB
SwapCached:      41828 kB
Active:       11516740 kB
Inactive:      7611836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13534240 kB
SwapTotal:    67111528 kB
SwapFree:     65051360 kB
Dirty:           28624 kB
Writeback:           0 kB
AnonPages:    15393076 kB
Mapped:          22572 kB
Slab:           163592 kB
PageTables:      59264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81863348 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= 73260 MiB
End job on node146 at 2011-05-14 16:33:10