Trace number 3367316

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.1 1300.04

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1098107876-060-UNKNOWN.cnf
MD5SUMf8d77cf51b7a3bd2f2043a4a97c7d388
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.3581
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-3367316-1305380625.cnf'
0.00/0.01	c -- header says num vars:          35000
0.00/0.01	c -- header says num clauses:      147000
0.00/0.08	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.00/0.08	c -- vars added      35000
0.00/0.08	c Parsing time:  0.07 s
0.00/0.08	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data
0.19/0.20	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.11
0.19/0.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
0.29/0.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.29/0.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.29/0.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.29/0.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.01 s
0.29/0.34	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
0.49/0.53	c lits-rem:         0  cl-subs:        0  v-elim:    883  v-fix:    0  time:  0.19 s
0.49/0.54	c Finding binary XORs  T:     0.01 s  found:       0
0.49/0.58	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.49/0.58	c calculated reachability. Time: 0.00
0.49/0.59	c Calc default polars -  time:   0.01 s pos:   15565 undec:    3879 neg:   15556
0.49/0.59	c =========================================================================================
0.49/0.59	c types(t): F = full restart, N = normal restart
0.49/0.59	c types(t): S = simplification begin/end, E = solution found
0.49/0.59	c restart types(rt): st = static, dy = dynamic
0.49/0.59	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.59	c  B st     0         0     34117    146043         0         0    443380         0   no data   no data
2.09/2.16	c  N dy    17      4108     34117    146043         0      4108    443380   1198433    169.29    183.98
3.59/3.68	c  N dy    45      8142     34117    146043         0      8142    443380   2238468    170.56    182.42
5.19/5.25	c  N dy    72     12235     34117    146043         0     12235    443380   3273744    168.26    181.09
6.79/6.85	c  N dy    97     16300     34117    146043         0     16299    443380   4314750    167.24    180.89
8.49/8.52	c  N dy   125     20427     34117    146043         0     10431    443380    757263    166.60    178.42
10.09/10.14	c  N dy   155     24543     34117    146043         0     14546    443380   1771154    166.05    176.87
10.29/10.33	c  F st   160     25000     34117    146043         0     15003    443380   1902592    166.60   no data
12.39/12.45	c  N dy   166     30000     34117    146043         0     20002    443380   3769042    166.60   no data
12.39/12.45	c  S st   166     30000     34117    146043         0     20002    443380   3769042    166.60   no data
12.59/12.65	c  S st   166     30503     34117    146043         0     20505    443380   3870821    166.60   no data
12.59/12.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.69/12.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
12.79/12.80	c blocked clauses removed:      589 vars:     97 tried:       34117 T: 0.02 s
12.79/12.80	c bin-w-bin subsume rem            0 bins  time:  0.01 s
12.79/12.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.79/12.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34020 time:  0.01 s
12.79/12.83	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
12.89/12.99	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.15 s
13.20/13.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.09/14.17	c lits-rem:         7  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.88 s
14.30/14.32	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.15
14.30/14.33	c calculated reachability. Time: 0.00
14.30/14.33	c  N dy   166     30503     34006    145442         0     20305    441660   3769374    166.60   no data
15.99/16.00	c  N dy   190     34621     34006    145442         0     24422    441660   4769233    165.37    177.89
17.60/17.69	c  N dy   219     38662     34006    145442         0     28462    441660   5785533    165.66    182.54
19.29/19.36	c  N dy   248     42709     34006    145442         0     17111    441660   1203409    166.16    178.04
20.59/20.60	c  S st   271     45754     34006    145442         0     20156    441660   1976062    166.48   no data
20.79/20.81	c  S st   271     46258     34006    145442         0     20660    441660   2085967    166.48   no data
20.79/20.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
20.90/20.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
20.90/20.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.90/20.94	c bin-w-bin subsume rem            0 bins  time:  0.01 s
20.90/20.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.90/20.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
20.90/20.97	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
21.00/21.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
21.19/21.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.39/21.48	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.26 s
21.49/21.50	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.02
21.49/21.53	c vivif2 --  cl tried    20659 cl shrink        0 lits rem          0 time: 0.03
21.59/21.68	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.15
21.59/21.68	c calculated reachability. Time: 0.00
21.59/21.69	c  N dy   271     46258     34006    145442         0     20659    441660   2085906    166.48   no data
23.30/23.35	c  N dy   299     50405     34006    145442         0     24806    441660   3101376    166.24    175.01
24.99/25.03	c  N dy   328     54495     34006    145442         0     28896    441660   4106311    166.14    183.40
26.69/26.77	c  N dy   357     58587     34006    145442         0     32988    441660   5150348    166.40    177.53
28.49/28.53	c  N dy   386     62618     34006    145442         0     37018    441660   6196722    166.60    176.53
30.09/30.11	c  N dy   409     66636     34006    145442         0     22337    441660   1636195    166.17    175.06
31.09/31.18	c  S st   431     69387     34006    145442         0     25088    441660   2350930    166.44   no data
31.29/31.36	c  S st   431     69887     34006    145442         0     25588    441660   2445353    166.44   no data
31.29/31.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
31.39/31.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
31.39/31.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.49/31.50	c bin-w-bin subsume rem            0 bins  time:  0.01 s
31.49/31.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.49/31.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
31.49/31.52	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
31.59/31.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
31.69/31.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
32.09/32.14	c lits-rem:         2  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.36 s
32.09/32.15	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
32.09/32.19	c vivif2 --  cl tried    25584 cl shrink        0 lits rem          0 time: 0.04
32.29/32.34	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.15
32.29/32.35	c calculated reachability. Time: 0.00
32.29/32.35	c  N dy   431     69887     34006    145442         0     25584    441660   2442956    166.44   no data
34.10/34.19	c  N dy   460     74414     34006    145442         0     30110    441660   3580862    166.52    177.83
36.30/36.31	c  N dy   495     79320     34006    145442         0     35015    441660   4836463    166.76    182.44
38.39/38.48	c  N dy   530     84471     34006    145442         0     40165    441660   6147549    166.81    176.02
39.71/39.79	c  F st   553     87501     34006    145442         0     22354    441660   1090447    166.81   no data
41.19/41.21	c  N st   558     90798     34006    145442         0     25651    441660   2216055    166.81   no data
43.69/43.72	c  N dy   587     96629     34006    145442         0     31482    441660   3837269    166.79    181.24
46.49/46.53	c  N dy   634    103037     34006    145442         0     37890    441660   5477426    166.88    178.44
47.19/47.28	c  S st   647    104831     34006    145442         0     39684    441660   5921703    166.85   no data
47.49/47.51	c  S st   647    105334     34006    145442         0     40187    441660   6011967    166.85   no data
47.49/47.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
47.59/47.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
47.59/47.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.59/47.66	c bin-w-bin subsume rem            0 bins  time:  0.01 s
47.59/47.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
47.59/47.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
47.59/47.69	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
47.79/47.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
48.09/48.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
49.69/49.79	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.60 s
49.79/49.81	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
49.89/49.90	c vivif2 --  cl tried    40181 cl shrink        0 lits rem          0 time: 0.09
49.99/50.08	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.18
49.99/50.09	c calculated reachability. Time: 0.00
49.99/50.09	c  N dy   647    105334     34006    145442         0     40181    441660   6008656    166.85   no data
53.29/53.35	c  N dy   692    112102     34006    145442         0     24529    441660   1186039    166.64    175.63
56.39/56.49	c  N dy   747    119282     34006    145442         0     31708    441660   3044184    167.00    192.53
59.80/59.80	c  N dy   801    127003     34006    145442         0     39429    441660   4985020    166.94    180.61
63.29/63.38	c  N dy   855    135132     34006    145442         0     23844    441660    656489    166.77    204.18
67.39/67.47	c  N dy   914    143927     34006    145442         0     32639    441660   2862492    166.80    175.60
71.51/71.51	c  N dy   979    153116     34006    145442         0     41828    441660   5171037    166.86    177.38
73.59/73.69	c  S st  1013    158001     34006    145442         0     46713    441660   6426633    166.95   no data
73.89/73.92	c  S st  1013    158503     34006    145442         0     47215    441660   6521582    166.95   no data
73.89/73.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
73.99/74.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
73.99/74.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.99/74.09	c bin-w-bin subsume rem            0 bins  time:  0.01 s
74.09/74.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
74.09/74.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
74.09/74.12	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
74.19/74.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
74.59/74.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
76.69/76.77	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.14 s
76.69/76.79	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
76.79/76.89	c vivif2 --  cl tried    47212 cl shrink        0 lits rem          0 time: 0.10
77.00/77.08	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.19
77.00/77.09	c calculated reachability. Time: 0.00
77.00/77.09	c  N dy  1013    158503     34006    145442         0     47212    441660   6520656    166.95   no data
81.40/81.48	c  N dy  1084    168733     34006    145442         0     32583    441660   2539682    166.94    178.76
86.70/86.75	c  N dy  1157    179781     34006    145442         0     43628    441660   5415500    167.05    178.45
91.89/91.90	c  N dy  1234    191277     34006    145442         0     29198    441660   1403531    167.05    176.14
97.20/97.25	c  N dy  1324    203577     34006    145442         0     41497    441660   4530445    167.21    188.27
103.09/103.11	c  N dy  1411    216721     34006    145442         0     27675    441660    718889    167.12    181.61
109.10/109.17	c  N dy  1508    230742     34006    145442         0     41695    441660   4403149    167.39    176.83
112.39/112.45	c  S st  1560    237754     34006    145442         0     48706    441660   6230305    167.44   no data
112.69/112.72	c  S st  1560    238257     34006    145442         0     49209    441660   6316897    167.44   no data
112.69/112.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
112.79/112.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
112.89/112.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
112.89/112.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
112.89/112.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
112.89/112.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
112.89/112.95	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
113.09/113.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
113.49/113.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
115.79/115.82	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.26 s
115.79/115.84	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.02
115.89/115.94	c vivif2 --  cl tried    49206 cl shrink        0 lits rem          0 time: 0.10
116.09/116.15	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.20
116.09/116.15	c calculated reachability. Time: 0.00
116.09/116.16	c  N dy  1560    238257     34006    145442         0     49206    441660   6316117    167.44   no data
123.20/123.28	c  N dy  1668    253479     34006    145442         0     36447    441660   2674922    167.62    178.40
130.50/130.55	c  N dy  1782    269702     34006    145442         0     52669    441660   6798067    167.66    177.89
138.19/138.28	c  N dy  1904    286972     34006    145442         0     40951    441660   3648227    167.86    177.26
146.69/146.70	c  N dy  2025    305345     34006    145442         0     59324    441660   8424282    167.94    188.14
147.09/147.18	c  F st  2033    306250     34006    145442         0     30240    441660    561466    167.96   no data
155.69/155.78	c  N dy  2135    324914     34006    145442         0     48902    441660   6601460    168.02    181.45
165.50/165.54	c  N dy  2272    345007     34006    145442         0     37997    441660   2315965    168.14    182.43
172.40/172.45	c  S st  2361    357385     34006    145442         0     50373    441660   5531818    168.23   no data
172.71/172.71	c  S st  2361    357890     34006    145442         0     50878    441660   5641568    168.23   no data
172.71/172.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
172.81/172.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
172.81/172.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
172.81/172.88	c bin-w-bin subsume rem            0 bins  time:  0.01 s
172.81/172.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
172.90/172.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
172.90/172.92	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
173.00/173.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
173.30/173.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
175.50/175.51	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.13 s
175.50/175.52	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.02
175.60/175.62	c vivif2 --  cl tried    50875 cl shrink        0 lits rem          0 time: 0.09
175.80/175.82	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.21
175.80/175.83	c calculated reachability. Time: 0.00
175.80/175.83	c  N dy  2361    357890     34006    145442         0     50875    441660   5639984    168.23   no data
185.90/185.96	c  N dy  2508    377967     34006    145442         0     38957    441660   2374685    168.53    177.95
195.10/195.15	c  N dy  2645    398088     34006    145442         0     59076    441660   7540904    168.57    178.12
204.30/204.34	c  N dy  2781    418156     34006    145442         0     46143    441660   3857506    168.46    197.02
213.80/213.83	c  N dy  2920    438222     34006    145442         0     66207    441660   9070775    168.50    217.24
223.01/223.02	c  N dy  3066    458323     34006    145442         0     52305    441660   5243405    168.60    184.37
232.60/232.64	c  N dy  3206    478348     34006    145442         0     37336    441660   1103378    168.69    179.19
241.80/241.88	c  N dy  3342    498525     34006    145442         0     57513    441660   6378889    168.74    180.38
251.50/251.58	c  N dy  3478    518798     34006    145442         0     41786    441660   1978272    168.76    179.46
260.20/260.28	c  S st  3601    536835     34006    145442         0     59822    441660   6703586    168.76    179.71
260.50/260.56	c  S st  3601    537337     34006    145442         0     60324    441660   6783015    168.76   no data
260.50/260.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
260.71/260.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
260.71/260.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
260.71/260.76	c bin-w-bin subsume rem            0 bins  time:  0.01 s
260.71/260.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
260.71/260.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
260.71/260.80	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
260.90/260.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
261.30/261.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
264.50/264.51	c lits-rem:         3  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.14 s
264.50/264.54	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.03
264.60/264.68	c vivif2 --  cl tried    60318 cl shrink        0 lits rem          0 time: 0.14
264.90/264.96	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.28
264.90/264.97	c calculated reachability. Time: 0.00
264.90/264.97	c  N dy  3601    537337     34006    145442         0     60318    441660   6779476    168.76   no data
276.22/276.27	c  N dy  3748    557570     34006    145442         0     43548    441660   2198520    168.82    178.72
286.01/286.08	c  N dy  3881    577587     34006    145442         0     63564    441660   7363989    168.82    179.69
295.71/295.77	c  N dy  4021    597699     34006    145442         0     45681    441660   2497735    168.87    178.47
305.30/305.34	c  N dy  4158    617906     34006    145442         0     65887    441660   7737672    168.90    185.17
314.91/314.94	c  N dy  4292    638010     34006    145442         0     46990    441660   2542492    168.91    185.41
324.41/324.40	c  N dy  4426    658044     34006    145442         0     67024    441660   7747180    168.93    178.22
334.21/334.24	c  N dy  4562    678178     34006    145442         0     47156    441660   2384785    168.95    185.75
343.90/343.93	c  N dy  4706    698321     34006    145442         0     67297    441660   7634862    169.02    180.85
353.90/353.93	c  N dy  4847    718372     34006    145442         0     46350    441660   1890835    169.12    196.90
363.40/363.47	c  N dy  4982    738383     34006    145442         0     66361    441660   7039738    169.15    190.40
373.50/373.54	c  N dy  5120    758399     34006    145442         0     44381    441660   1110781    169.18    180.63
383.11/383.16	c  N dy  5258    778478     34006    145442         0     64460    441660   6502216    169.26    234.50
393.61/393.60	c  N dy  5402    798521     34006    145442         0     84503    441660  11723714    169.28    179.43
397.12/397.19	c  S st  5451    806006     34006    145442         0     48985    441660   2051341    169.26   no data
397.41/397.43	c  S st  5451    806510     34006    145442         0     49489    441660   2150627    169.26   no data
397.41/397.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
397.51/397.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
397.51/397.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
397.51/397.60	c bin-w-bin subsume rem            0 bins  time:  0.01 s
397.61/397.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
397.61/397.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
397.61/397.63	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
397.71/397.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
397.81/397.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
398.51/398.54	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.66 s
398.51/398.56	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
398.51/398.59	c vivif2 --  cl tried    49486 cl shrink        0 lits rem          0 time: 0.03
398.71/398.79	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.19
398.81/398.80	c calculated reachability. Time: 0.00
398.81/398.80	c  N dy  5451    806510     34006    145442         0     49486    441660   2149224    169.26   no data
408.51/408.57	c  N dy  5596    826661     34006    145442         0     69634    441660   7418547    169.33    181.01
418.91/418.92	c  N dy  5739    846703     34006    145442         0     45679    441660    945158    169.37    209.84
428.41/428.48	c  N dy  5880    866734     34006    145442         0     65709    441660   6165094    169.41    179.72
438.72/438.73	c  N dy  6010    886990     34006    145442         0     85963    441660  11325479    169.38    178.39
448.42/448.46	c  N dy  6142    907044     34006    145442         0     61023    441660   4658533    169.38    184.52
458.52/458.52	c  N dy  6274    927161     34006    145442         0     81140    441660   9869958    169.37    182.51
468.51/468.56	c  N dy  6412    947231     34006    145442         0     55208    441660   2875818    169.38    199.39
478.52/478.51	c  N dy  6556    967379     34006    145442         0     75355    441660   8093442    169.38    180.30
489.01/489.06	c  N dy  6695    987386     34006    145442         0     48359    441660    872576    169.46    185.71
498.71/498.71	c  N dy  6829   1007440     34006    145442         0     68411    441660   6211057    169.50    182.16
509.12/509.14	c  N dy  6968   1027587     34006    145442         0     88557    441660  11394178    169.47    183.77
519.42/519.40	c  N dy  7106   1047733     34006    145442         0     60708    441660   3900137    169.52    179.46
529.61/529.68	c  N dy  7246   1067808     34006    145442         0     80782    441660   9156251    169.55    193.69
531.81/531.82	c  F st  7276   1071875     34006    145442         0     84849    441660  10255186    169.57   no data
540.42/540.41	c  N dy  7365   1087928     34006    145442         0     51906    441660   1252393    169.60    179.01
550.32/550.40	c  N dy  7504   1108341     34006    145442         0     72315    441660   6611746    169.65    182.92
560.92/560.93	c  N dy  7647   1128420     34006    145442         0     92393    441660  11819905    169.66    178.97
571.12/571.13	c  N dy  7783   1148494     34006    145442         0     62470    441660   3745964    169.65    202.10
581.32/581.34	c  N dy  7921   1168505     34006    145442         0     82481    441660   8938708    169.65    178.78
592.22/592.20	c  N dy  8058   1188532     34006    145442         0     51509    441660    683844    169.72    182.74
602.02/602.02	c  N dy  8193   1208628     34006    145442         0     71604    441660   5962301    169.73    178.68
602.62/602.62	c  S st  8202   1209766     34006    145442         0     72742    441660   6275492    169.75   no data
602.83/602.89	c  S st  8202   1210269     34006    145442         0     73245    441660   6372204    169.75   no data
602.94/602.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
603.02/603.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.12
603.02/603.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
603.02/603.08	c bin-w-bin subsume rem            0 bins  time:  0.01 s
603.02/603.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
603.12/603.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
603.12/603.12	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
603.22/603.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
603.52/603.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
606.82/606.87	c lits-rem:         1  cl-subs:        8  v-elim:      0  v-fix:    0  time:  3.27 s
606.82/606.89	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.02
606.92/606.99	c vivif2 --  cl tried    73237 cl shrink        0 lits rem          0 time: 0.10
607.23/607.22	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.23
607.23/607.23	c calculated reachability. Time: 0.00
607.23/607.23	c  N dy  8202   1210269     34006    145442         0     73237    441660   6367553    169.75   no data
617.82/617.84	c  N dy  8342   1230369     34006    145442         0     93337    441660  11589360    169.75    188.25
628.32/628.31	c  N dy  8478   1250529     34006    145442         0     61498    441660   3054478    169.75    180.25
638.42/638.44	c  N dy  8602   1270665     34006    145442         0     81633    441660   8248182    169.70    187.68
650.13/650.11	c  N dy  8751   1290697     34006    145442         0    101658    441660  13587513    169.77    180.90
660.42/660.47	c  N dy  8887   1310912     34006    145442         0     68880    441660   4633726    169.77    180.65
670.92/670.92	c  N dy  9021   1330982     34006    145442         0     88948    441660   9766557    169.77    179.49
681.93/681.90	c  N dy  9163   1351147     34006    145442         0     55116    441660    823733    169.76    183.55
691.93/691.93	c  N dy  9306   1371152     34006    145442         0     75119    441660   6013201    169.77    182.46
702.62/702.62	c  N dy  9446   1391409     34006    145442         0     95375    441660  11304173    169.77    179.72
713.63/713.66	c  N dy  9582   1411851     34006    145442         0     60821    441660   2049269    169.79    180.65
723.73/723.79	c  N dy  9720   1431878     34006    145442         0     80847    441660   7346982    169.81    183.43
734.53/734.56	c  N dy  9852   1451892     34006    145442         0    100860    441660  12593008    169.83    183.71
745.23/745.20	c  N dy  9987   1471987     34006    145442         0     64963    441660   2868555    169.82    178.88
755.53/755.52	c  N dy 10127   1492116     34006    145442         0     85091    441660   8115320    169.82    191.87
766.33/766.34	c  N dy 10262   1512186     34006    145442         0    105159    441660  13353702    169.83    179.90
776.93/776.92	c  N dy 10393   1532194     34006    145442         0     68163    441660   3506646    169.82    221.23
787.33/787.32	c  N dy 10531   1552217     34006    145442         0     88184    441660   8736475    169.84    187.33
798.63/798.63	c  N dy 10670   1572243     34006    145442         0    108206    441660  14034559    169.86    183.04
811.13/811.15	c  N dy 10805   1592303     34006    145442         0     70272    441660   3844620    169.90    179.21
823.94/823.95	c  N dy 10950   1612393     34006    145442         0     90361    441660   9063955    169.93    220.00
835.63/835.62	c  N dy 11082   1632402     34006    145442         0    110367    441660  14307717    169.94    190.72
846.63/846.68	c  N dy 11224   1652476     34006    145442         0     71444    441660   3844300    169.96    179.16
857.13/857.11	c  N dy 11359   1672519     34006    145442         0     91486    441660   9007313    169.95    181.51
868.13/868.15	c  N dy 11493   1692522     34006    145442         0    111488    441660  14268032    169.95    183.24
877.73/877.75	c  S st 11613   1710269     34006    145442         0     69239    441660   2992732    169.95    123.57
878.03/878.02	c  S st 11613   1710773     34006    145442         0     69743    441660   3103068    169.95   no data
878.03/878.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
878.13/878.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.11
878.13/878.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
878.23/878.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
878.23/878.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
878.23/878.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
878.23/878.23	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
878.33/878.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
878.53/878.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
880.33/880.35	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.81 s
880.33/880.37	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.02
880.43/880.42	c vivif2 --  cl tried    69741 cl shrink        0 lits rem          0 time: 0.05
880.63/880.64	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.22
880.63/880.65	c calculated reachability. Time: 0.00
880.63/880.65	c  N dy 11613   1710773     34006    145442         0     69741    441660   3102687    169.95   no data
891.15/891.11	c  N dy 11744   1730888     34006    145442         0     89853    441660   8358991    169.94    181.72
902.43/902.43	c  N dy 11890   1750970     34006    145442         0    109935    441660  13659060    169.98    180.11
913.34/913.31	c  N dy 12025   1770974     34006    145442         0     68937    441660   2682071    170.01    183.38
923.74/923.76	c  N dy 12164   1791079     34006    145442         0     89040    441660   8017898    170.03    185.27
934.73/934.74	c  N dy 12300   1811185     34006    145442         0    109145    441660  13310603    170.05    206.11
946.24/946.23	c  N dy 12441   1831285     34006    145442         0     67253    441660   1983806    170.08    180.01
956.64/956.67	c  N dy 12581   1851424     34006    145442         0     87390    441660   7245500    170.09    183.00
967.63/967.66	c  N dy 12719   1871432     34006    145442         0    107397    441660  12498789    170.11    179.63
979.34/979.33	c  N dy 12854   1891441     34006    145442         0     64407    441660    966917    170.10    180.76
989.64/989.66	c  N dy 12997   1911621     34006    145442         0     84587    441660   6274291    170.12    179.63
1001.24/1001.24	c  N dy 13134   1931724     34006    145442         0    104689    441660  11627349    170.15    182.79
1016.45/1016.46	c  N dy 13272   1951785     34006    145442         0    124747    441660  16859666    170.16    180.04
1028.04/1028.03	c  N dy 13410   1971811     34006    145442         0     80788    441660   4956491    170.16    184.85
1039.44/1039.45	c  N dy 13545   1991825     34006    145442         0    100802    441660  10147336    170.17    197.27
1051.24/1051.21	c  N dy 13689   2011887     34006    145442         0    120864    441660  15385525    170.18    179.33
1062.14/1062.18	c  N dy 13825   2031907     34006    145442         0     75883    441660   3423541    170.18    202.97
1072.84/1072.85	c  N dy 13959   2051985     34006    145442         0     95961    441660   8653246    170.18    188.96
1084.25/1084.28	c  N dy 14098   2072014     34006    145442         0    115989    441660  13981094    170.20    190.60
1095.94/1095.99	c  N dy 14245   2092021     34006    145442         0     69998    441660   1658824    170.23    185.23
1106.54/1106.58	c  N dy 14383   2112164     34006    145442         0     90140    441660   6902370    170.23    182.02
1117.76/1117.79	c  N dy 14522   2132204     34006    145442         0    110179    441660  12173676    170.24    183.78
1129.75/1129.71	c  N dy 14662   2152296     34006    145442         0    130269    441660  17486029    170.27    187.87
1140.44/1140.49	c  N dy 14797   2172348     34006    145442         0     83322    441660   4885969    170.28    183.85
1151.35/1151.35	c  N dy 14938   2192401     34006    145442         0    103374    441660  10115252    170.28    225.14
1162.05/1162.08	c  S st 15072   2210774     34006    145442         0    121746    441660  14932059    170.31   no data
1162.45/1162.43	c  S st 15072   2211276     34006    145442         0    122248    441660  15037099    170.31   no data
1162.45/1162.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1162.65/1162.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.16
1162.65/1162.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1162.65/1162.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1162.65/1162.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1162.65/1162.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
1162.76/1162.71	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
1162.95/1162.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
1163.75/1163.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1171.15/1171.15	c lits-rem:         6  cl-subs:        4  v-elim:      0  v-fix:    0  time:  7.36 s
1171.15/1171.17	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.02
1171.45/1171.41	c vivif2 --  cl tried   122244 cl shrink        0 lits rem          0 time: 0.24
1171.75/1171.71	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.30
1171.75/1171.73	c calculated reachability. Time: 0.00
1171.75/1171.73	c  N dy 15072   2211276     34006    145442         0    122244    441660  15035614    170.31   no data
1183.35/1183.34	c  N dy 15217   2231374     34006    145442         0     74339    441660   2284404    170.33    259.94
1193.95/1193.98	c  N dy 15355   2251477     34006    145442         0     94440    441660   7540003    170.33    179.58
1205.34/1205.30	c  N dy 15484   2271505     34006    145442         0    114468    441660  12758228    170.33    184.71
1218.45/1218.48	c  N dy 15625   2291542     34006    145442         0    134505    441660  18050839    170.34    181.02
1229.86/1229.84	c  N dy 15762   2311682     34006    145442         0     85649    441660   4969244    170.36    181.60
1240.86/1240.81	c  N dy 15894   2331685     34006    145442         0    105649    441660  10172406    170.36    217.65
1252.55/1252.57	c  N dy 16032   2351709     34006    145442         0    125671    441660  15562227    170.38    184.88
1264.25/1264.21	c  N dy 16169   2371733     34006    145442         0     75698    441660   2129919    170.39    186.23
1274.85/1274.88	c  N dy 16303   2391779     34006    145442         0     95743    441660   7266059    170.38    242.98
1286.15/1286.17	c  N dy 16439   2411839     34006    145442         0    115801    441660  12415164    170.36    196.55
1298.26/1298.23	c  N dy 16573   2431958     34006    145442         0    135919    441660  17751744    170.38    182.00

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.03 4.01 3.19 4/362 18296
/proc/meminfo: memFree=23633248/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=26216 CPUtime=0 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 2023 0 0 0 0 0 0 0 25 0 1 0 649659232 26845184 1730 33554432000 4194304 4580011 140736724390400 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 6554 1735 322 95 0 1536 0

[startup+0.106079 s]
/proc/loadavg: 4.03 4.01 3.19 4/362 18296
/proc/meminfo: memFree=23633248/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=51304 CPUtime=0.1 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 7021 0 0 0 9 1 0 0 25 0 1 0 649659232 52535296 5922 33554432000 4194304 4580011 140736724390400 18446744073709551615 4292896 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 12826 5922 339 95 0 7808 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 51304

[startup+0.201069 s]
/proc/loadavg: 4.03 4.01 3.19 4/362 18296
/proc/meminfo: memFree=23633248/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=51304 CPUtime=0.19 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 7021 0 0 0 18 1 0 0 25 0 1 0 649659232 52535296 5922 33554432000 4194304 4580011 140736724390400 18446744073709551615 4504261 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 12826 5922 339 95 0 7808 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 51304

[startup+0.30104 s]
/proc/loadavg: 4.03 4.01 3.19 4/362 18296
/proc/meminfo: memFree=23633248/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=65560 CPUtime=0.29 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 10313 0 0 0 28 1 0 0 25 0 1 0 649659232 67133440 9214 33554432000 4194304 4580011 140736724390400 18446744073709551615 254500352709 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 16390 9216 344 95 0 11372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65560

[startup+0.700966 s]
/proc/loadavg: 4.03 4.01 3.19 4/362 18296
/proc/meminfo: memFree=23633248/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=73888 CPUtime=0.69 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 14218 0 0 0 67 2 0 0 25 0 1 0 649659232 75661312 11143 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 18472 11143 364 95 0 13454 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73888

[startup+1.5008 s]
/proc/loadavg: 4.03 4.01 3.19 5/363 18297
/proc/meminfo: memFree=23583264/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=73888 CPUtime=1.49 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 14869 0 0 0 147 2 0 0 25 0 1 0 649659232 75661312 11794 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 18472 11794 364 95 0 13454 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73888

[startup+3.10048 s]
/proc/loadavg: 4.03 4.01 3.19 5/363 18297
/proc/meminfo: memFree=23585496/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=106704 CPUtime=3.09 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 15953 0 0 0 307 2 0 0 25 0 1 0 649659232 109264896 12878 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 26676 12878 364 95 0 21658 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106704

[startup+6.30084 s]
/proc/loadavg: 4.03 4.01 3.20 5/363 18297
/proc/meminfo: memFree=23564416/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=106704 CPUtime=6.29 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 18056 0 0 0 626 3 0 0 25 0 1 0 649659232 109264896 14981 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293131 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 26676 14981 364 95 0 21658 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106704

[startup+12.7006 s]
/proc/loadavg: 4.02 4.01 3.20 5/363 18298
/proc/meminfo: memFree=23555120/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=143240 CPUtime=12.69 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 24074 0 0 0 1266 3 0 0 25 0 1 0 649659232 146677760 14931 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 35810 14931 367 95 0 30792 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 143240

[startup+25.501 s]
/proc/loadavg: 4.02 4.01 3.21 5/363 18298
/proc/meminfo: memFree=23477876/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=233744 CPUtime=25.49 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 53771 0 0 0 2542 7 0 0 25 0 1 0 649659232 239353856 37330 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 58436 37330 367 95 0 53418 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 233744

[startup+51.1009 s]
/proc/loadavg: 3.95 3.99 3.22 5/363 18327
/proc/meminfo: memFree=23522196/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=304708 CPUtime=51.1 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 88388 0 0 0 5096 14 0 0 25 0 1 0 649659232 312020992 57485 33554432000 4194304 4580011 140736724390400 18446744073709551615 4325625 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 76177 57485 367 95 0 71159 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 304708

[startup+102.301 s]
/proc/loadavg: 3.98 3.99 3.26 5/363 18355
/proc/meminfo: memFree=23629100/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=352356 CPUtime=102.3 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 118513 0 0 0 10210 20 0 0 25 0 1 0 649659232 360812544 71096 33554432000 4194304 4580011 140736724390400 18446744073709551615 4302328 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 88089 71096 367 95 0 83071 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 352356

[startup+162.301 s]
/proc/loadavg: 4.05 4.01 3.31 5/363 18357
/proc/meminfo: memFree=23539972/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=309852 CPUtime=162.3 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 146572 0 0 0 16202 28 0 0 25 0 1 0 649659232 317288448 71359 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 77463 71359 367 95 0 72445 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 309852

[startup+222.314 s]
/proc/loadavg: 4.07 4.02 3.36 5/363 18358
/proc/meminfo: memFree=23527248/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=379240 CPUtime=222.31 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 169923 0 0 0 22197 34 0 0 25 0 1 0 649659232 388341760 75622 33554432000 4194304 4580011 140736724390400 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 94810 75622 367 95 0 89792 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 379240

[startup+282.301 s]
/proc/loadavg: 4.08 4.03 3.40 5/363 18360
/proc/meminfo: memFree=23431744/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=395172 CPUtime=282.3 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 195907 0 0 0 28188 42 0 0 25 0 1 0 649659232 404656128 80082 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 98793 80082 367 95 0 93775 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 395172

[startup+342.301 s]
/proc/loadavg: 4.07 4.03 3.44 5/363 18361
/proc/meminfo: memFree=23410596/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=409980 CPUtime=342.31 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 224685 0 0 0 34182 49 0 0 25 0 1 0 649659232 419819520 85170 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 102495 85170 367 95 0 97477 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 409980

[startup+402.301 s]
/proc/loadavg: 4.03 4.03 3.47 5/363 18363
/proc/meminfo: memFree=23346944/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=410276 CPUtime=402.31 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 248245 0 0 0 40175 56 0 0 25 0 1 0 649659232 420122624 82430 33554432000 4194304 4580011 140736724390400 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 102569 82430 367 95 0 97551 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 410276

[startup+462.301 s]
/proc/loadavg: 4.01 4.02 3.50 5/363 18365
/proc/meminfo: memFree=23357700/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=410920 CPUtime=462.31 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 274532 0 0 0 46170 61 0 0 25 0 1 0 649659232 420782080 90089 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293886 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 102730 90089 367 95 0 97712 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 410920

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.53 5/363 18366
/proc/meminfo: memFree=23340784/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=413436 CPUtime=522.31 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 298846 0 0 0 52164 67 0 0 25 0 1 0 649659232 423358464 84407 33554432000 4194304 4580011 140736724390400 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 103359 84407 367 95 0 98341 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 413436

[startup+582.301 s]
/proc/loadavg: 4.07 4.02 3.56 5/363 18368
/proc/meminfo: memFree=23318520/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=413716 CPUtime=582.32 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 324692 0 0 0 58159 73 0 0 25 0 1 0 649659232 423645184 88356 33554432000 4194304 4580011 140736724390400 18446744073709551615 4320676 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 103429 88356 367 95 0 98411 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 413716

[startup+642.301 s]
/proc/loadavg: 4.09 4.05 3.60 5/363 18369
/proc/meminfo: memFree=23314596/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=413952 CPUtime=642.32 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 347821 0 0 0 64152 80 0 0 25 0 1 0 649659232 423886848 89079 33554432000 4194304 4580011 140736724390400 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 103488 89079 367 95 0 98470 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 413952

[startup+702.301 s]
/proc/loadavg: 4.14 4.07 3.63 5/363 18371
/proc/meminfo: memFree=23289972/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=423668 CPUtime=702.32 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 374443 0 0 0 70145 87 0 0 25 0 1 0 649659232 433836032 92417 33554432000 4194304 4580011 140736724390400 18446744073709551615 4320887 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 105917 92417 367 95 0 100899 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 423668

[startup+762.301 s]
/proc/loadavg: 4.21 4.09 3.66 5/363 18373
/proc/meminfo: memFree=23251712/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=439052 CPUtime=762.34 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 402930 0 0 0 76139 95 0 0 25 0 1 0 649659232 449589248 96467 33554432000 4194304 4580011 140736724390400 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 109763 96467 367 95 0 104745 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 439052

[startup+822.301 s]
/proc/loadavg: 4.08 4.07 3.68 5/363 18374
/proc/meminfo: memFree=23247312/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=439252 CPUtime=822.33 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 425274 0 0 0 82130 103 0 0 25 0 1 0 649659232 449794048 93340 33554432000 4194304 4580011 140736724390400 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 109813 93340 367 95 0 104795 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 439252

[startup+882.314 s]
/proc/loadavg: 4.03 4.05 3.70 5/363 18376
/proc/meminfo: memFree=23240300/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=439880 CPUtime=882.35 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 447562 0 0 0 88123 112 0 0 25 0 1 0 649659232 450437120 89098 33554432000 4194304 4580011 140736724390400 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 109970 89098 367 95 0 104952 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 439880

[startup+942.301 s]
/proc/loadavg: 4.01 4.04 3.71 5/363 18377
/proc/meminfo: memFree=23182532/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=440028 CPUtime=942.34 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 473770 0 0 0 94113 121 0 0 25 0 1 0 649659232 450588672 101651 33554432000 4194304 4580011 140736724390400 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 110007 101651 367 95 0 104989 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 440028

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 3.73 5/363 18379
/proc/meminfo: memFree=23238264/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=440676 CPUtime=1002.34 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 497501 0 0 0 100106 128 0 0 25 0 1 0 649659232 451252224 97178 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 110169 97178 367 95 0 105151 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 440676

[startup+1062.3 s]
/proc/loadavg: 4.14 4.07 3.76 5/363 18390
/proc/meminfo: memFree=23243024/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=441328 CPUtime=1062.34 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 518228 0 0 0 106098 136 0 0 25 0 1 0 649659232 451919872 88793 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 110332 88793 367 95 0 105314 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 441328

[startup+1122.3 s]
/proc/loadavg: 4.14 4.08 3.78 5/363 18391
/proc/meminfo: memFree=23101980/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=441552 CPUtime=1122.34 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 543879 0 0 0 112091 143 0 0 25 0 1 0 649659232 452149248 99427 33554432000 4194304 4580011 140736724390400 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 110388 99427 367 95 0 105370 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 441552

[startup+1182.3 s]
/proc/loadavg: 4.10 4.08 3.80 5/363 18393
/proc/meminfo: memFree=23097716/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=458588 CPUtime=1182.35 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 581953 0 0 0 118085 150 0 0 25 0 1 0 649659232 469594112 106901 33554432000 4194304 4580011 140736724390400 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 114647 106901 367 95 0 109629 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 458588

[startup+1242.3 s]
/proc/loadavg: 4.08 4.08 3.81 5/363 18396
/proc/meminfo: memFree=23010944/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=523460 CPUtime=1242.35 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 610779 0 0 0 124078 157 0 0 25 0 1 0 649659232 536023040 115916 33554432000 4194304 4580011 140736724390400 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 130865 115916 367 95 0 125847 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 523460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.56 3.94 3.78 4/357 18417
/proc/meminfo: memFree=23223076/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=523716 CPUtime=1300.06 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 638439 0 0 0 129841 165 0 0 25 0 1 0 649659232 536285184 123454 33554432000 4194304 4580011 140736724390400 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 130929 123454 367 95 0 125911 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 523716

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

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

[startup+1300 s]
/proc/loadavg: 3.56 3.94 3.78 4/357 18417
/proc/meminfo: memFree=23223076/32950928 swapFree=45937192/67111528
[pid=18296] ppid=18294 vsize=523716 CPUtime=1300.06 cores=1,3
/proc/18296/stat : 18296 (strangenight2-s) R 18294 18296 17897 0 -1 4202496 638439 0 0 0 129841 165 0 0 25 0 1 0 649659232 536285184 123454 33554432000 4194304 4580011 140736724390400 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18296/statm: 130929 123454 367 95 0 125911 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 523716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.1
CPU user time (s): 1298.42
CPU system time (s): 1.67674
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 539720

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

runsolver used 4.53731 second user time and 10.8144 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-14 15:43:45
IDJOB=3367316
IDBENCH=82525
IDSOLVER=1845
FILE ID=node149/3367316-1305380625
RUNJOBID= node149-1305379151-17917
PBS_JOBID= 13324353
Free space on /tmp= 73544 MiB

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

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

MD5SUM BENCH= f8d77cf51b7a3bd2f2043a4a97c7d388
RANDOM SEED=1862162117

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:      23633404 kB
Buffers:        297712 kB
Cached:        3855228 kB
SwapCached:      19984 kB
Active:        6826756 kB
Inactive:      2194692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23633404 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           11096 kB
Writeback:           0 kB
AnonPages:     4861068 kB
Mapped:          15232 kB
Slab:           156908 kB
PageTables:      73744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80827116 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= 73552 MiB
End job on node149 at 2011-05-14 16:05:28