Trace number 3174307

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? (TO) 1300.05 1300.03

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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174307-1301783653.cnf'
0.00/0.00	c -- header says num vars:          35000
0.00/0.00	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.08 s
0.02/0.08	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data
0.09/0.18	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.10
0.19/0.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.07
0.28/0.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.28/0.33	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.28/0.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.28/0.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.01 s
0.28/0.35	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.18 s
0.49/0.54	c Finding binary XORs  T:     0.00 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
1.99/2.07	c  N dy    17      4108     34117    146043         0      4108    443380   1198433    169.29    183.98
3.39/3.49	c  N dy    45      8142     34117    146043         0      8142    443380   2238468    170.56    182.42
4.89/4.97	c  N dy    72     12235     34117    146043         0     12235    443380   3273744    168.26    181.09
6.39/6.47	c  N dy    97     16300     34117    146043         0     16299    443380   4314750    167.24    180.89
7.99/8.03	c  N dy   125     20427     34117    146043         0     10431    443380    757263    166.60    178.42
9.49/9.54	c  N dy   155     24543     34117    146043         0     14546    443380   1771154    166.05    176.87
9.69/9.72	c  F st   160     25000     34117    146043         0     15003    443380   1902592    166.60   no data
11.59/11.69	c  N dy   166     30000     34117    146043         0     20002    443380   3769042    166.60   no data
11.59/11.69	c  S st   166     30000     34117    146043         0     20002    443380   3769042    166.60   no data
11.79/11.87	c  S st   166     30503     34117    146043         0     20505    443380   3870821    166.60   no data
11.79/11.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
11.99/12.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
12.09/12.10	c blocked clauses removed:      589 vars:     97 tried:       34117 T: 0.01 s
12.09/12.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
12.09/12.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.09/12.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34020 time:  0.01 s
12.09/12.14	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
12.29/12.30	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.16 s
12.48/12.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
13.39/13.47	c lits-rem:         7  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.88 s
13.59/13.61	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.13
13.59/13.61	c calculated reachability. Time: 0.00
13.59/13.61	c  N dy   166     30503     34006    145442         0     20305    441660   3769374    166.60   no data
15.08/15.19	c  N dy   190     34621     34006    145442         0     24422    441660   4769233    165.37    177.89
16.79/16.81	c  N dy   219     38662     34006    145442         0     28462    441660   5785533    165.66    182.54
18.39/18.46	c  N dy   248     42709     34006    145442         0     17111    441660   1203409    166.16    178.04
19.70/19.70	c  S st   271     45754     34006    145442         0     20156    441660   1976062    166.48   no data
19.89/19.91	c  S st   271     46258     34006    145442         0     20660    441660   2085967    166.48   no data
19.89/19.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
20.09/20.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.17
20.09/20.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.09/20.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
20.09/20.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.09/20.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
20.09/20.17	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
20.29/20.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
20.39/20.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.69/20.72	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.28 s
20.69/20.74	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
20.69/20.77	c vivif2 --  cl tried    20659 cl shrink        0 lits rem          0 time: 0.03
20.90/20.92	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.15
20.90/20.93	c calculated reachability. Time: 0.00
20.90/20.93	c  N dy   271     46258     34006    145442         0     20659    441660   2085906    166.48   no data
22.49/22.58	c  N dy   299     50405     34006    145442         0     24806    441660   3101376    166.24    175.01
24.20/24.26	c  N dy   328     54495     34006    145442         0     28896    441660   4106311    166.14    183.40
25.89/25.98	c  N dy   357     58587     34006    145442         0     32988    441660   5150348    166.40    177.53
27.69/27.72	c  N dy   386     62618     34006    145442         0     37018    441660   6196722    166.60    176.53
29.39/29.41	c  N dy   409     66636     34006    145442         0     22337    441660   1636195    166.17    175.06
30.49/30.54	c  S st   431     69387     34006    145442         0     25088    441660   2350930    166.44   no data
30.70/30.74	c  S st   431     69887     34006    145442         0     25588    441660   2445353    166.44   no data
30.70/30.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
30.89/30.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.17
30.89/30.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.89/30.98	c bin-w-bin subsume rem            0 bins  time:  0.01 s
30.89/30.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
30.99/31.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
30.99/31.01	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
31.09/31.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
31.19/31.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.59/31.69	c lits-rem:         2  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.39 s
31.69/31.70	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
31.69/31.74	c vivif2 --  cl tried    25584 cl shrink        0 lits rem          0 time: 0.04
31.79/31.90	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.15
31.89/31.90	c calculated reachability. Time: 0.00
31.89/31.90	c  N dy   431     69887     34006    145442         0     25584    441660   2442956    166.44   no data
33.69/33.79	c  N dy   460     74414     34006    145442         0     30110    441660   3580862    166.52    177.83
35.89/35.92	c  N dy   495     79320     34006    145442         0     35015    441660   4836463    166.76    182.44
38.09/38.14	c  N dy   530     84471     34006    145442         0     40165    441660   6147549    166.81    176.02
39.39/39.46	c  F st   553     87501     34006    145442         0     22354    441660   1090447    166.81   no data
40.89/40.92	c  N st   558     90798     34006    145442         0     25651    441660   2216055    166.81   no data
43.29/43.37	c  N dy   587     96629     34006    145442         0     31482    441660   3837269    166.79    181.24
46.09/46.15	c  N dy   634    103037     34006    145442         0     37890    441660   5477426    166.88    178.44
46.89/46.94	c  S st   647    104831     34006    145442         0     39684    441660   5921703    166.85   no data
47.09/47.16	c  S st   647    105334     34006    145442         0     40187    441660   6011967    166.85   no data
47.09/47.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
47.29/47.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
47.39/47.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.39/47.42	c bin-w-bin subsume rem            0 bins  time:  0.01 s
47.39/47.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
47.39/47.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
47.39/47.45	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
47.59/47.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
47.89/47.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
49.59/49.63	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.64 s
49.59/49.64	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
49.69/49.74	c vivif2 --  cl tried    40181 cl shrink        0 lits rem          0 time: 0.09
49.89/49.91	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.17
49.89/49.92	c calculated reachability. Time: 0.00
49.89/49.92	c  N dy   647    105334     34006    145442         0     40181    441660   6008656    166.85   no data
52.79/52.88	c  N dy   692    112102     34006    145442         0     24529    441660   1186039    166.64    175.63
55.89/55.92	c  N dy   747    119282     34006    145442         0     31708    441660   3044184    167.00    192.53
59.19/59.28	c  N dy   801    127003     34006    145442         0     39429    441660   4985020    166.94    180.61
62.89/62.91	c  N dy   855    135132     34006    145442         0     23844    441660    656489    166.77    204.18
66.59/66.62	c  N dy   914    143927     34006    145442         0     32639    441660   2862492    166.80    175.60
70.59/70.63	c  N dy   979    153116     34006    145442         0     41828    441660   5171037    166.86    177.38
72.79/72.84	c  S st  1013    158001     34006    145442         0     46713    441660   6426633    166.95   no data
72.99/73.08	c  S st  1013    158503     34006    145442         0     47215    441660   6521582    166.95   no data
73.09/73.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
73.19/73.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
73.29/73.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.29/73.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
73.29/73.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
73.29/73.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
73.29/73.37	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
73.49/73.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
73.79/73.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
76.09/76.10	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.19 s
76.09/76.12	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
76.19/76.22	c vivif2 --  cl tried    47212 cl shrink        0 lits rem          0 time: 0.10
76.39/76.41	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.19
76.39/76.42	c calculated reachability. Time: 0.00
76.39/76.42	c  N dy  1013    158503     34006    145442         0     47212    441660   6520656    166.95   no data
80.79/80.84	c  N dy  1084    168733     34006    145442         0     32583    441660   2539682    166.94    178.76
85.59/85.66	c  N dy  1157    179781     34006    145442         0     43628    441660   5415500    167.05    178.45
90.79/90.83	c  N dy  1234    191277     34006    145442         0     29198    441660   1403531    167.05    176.14
96.20/96.24	c  N dy  1324    203577     34006    145442         0     41497    441660   4530445    167.21    188.27
102.20/102.20	c  N dy  1411    216721     34006    145442         0     27675    441660    718889    167.12    181.61
108.19/108.29	c  N dy  1508    230742     34006    145442         0     41695    441660   4403149    167.39    176.83
111.39/111.48	c  S st  1560    237754     34006    145442         0     48706    441660   6230305    167.44   no data
111.69/111.71	c  S st  1560    238257     34006    145442         0     49209    441660   6316897    167.44   no data
111.69/111.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
111.89/111.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
111.89/111.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
111.89/111.97	c bin-w-bin subsume rem            0 bins  time:  0.01 s
111.89/111.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
111.89/111.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
111.99/112.01	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
112.09/112.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
112.39/112.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
114.79/114.81	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.29 s
114.79/114.83	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
114.89/114.93	c vivif2 --  cl tried    49206 cl shrink        0 lits rem          0 time: 0.10
115.09/115.12	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.19
115.09/115.13	c calculated reachability. Time: 0.00
115.09/115.13	c  N dy  1560    238257     34006    145442         0     49206    441660   6316117    167.44   no data
122.00/122.03	c  N dy  1668    253479     34006    145442         0     36447    441660   2674922    167.62    178.40
129.30/129.35	c  N dy  1782    269702     34006    145442         0     52669    441660   6798067    167.66    177.89
137.39/137.44	c  N dy  1904    286972     34006    145442         0     40951    441660   3648227    167.86    177.26
145.89/145.91	c  N dy  2025    305345     34006    145442         0     59324    441660   8424282    167.94    188.14
146.30/146.39	c  F st  2033    306250     34006    145442         0     30240    441660    561466    167.96   no data
155.00/155.01	c  N dy  2135    324914     34006    145442         0     48902    441660   6601460    168.02    181.45
164.19/164.28	c  N dy  2272    345007     34006    145442         0     37997    441660   2315965    168.14    182.43
169.89/169.94	c  S st  2361    357385     34006    145442         0     50373    441660   5531818    168.23   no data
170.09/170.18	c  S st  2361    357890     34006    145442         0     50878    441660   5641568    168.23   no data
170.19/170.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
170.29/170.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
170.39/170.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
170.39/170.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
170.39/170.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
170.39/170.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
170.39/170.48	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
170.59/170.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
170.89/170.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
172.99/173.09	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.16 s
173.09/173.11	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.02
173.19/173.20	c vivif2 --  cl tried    50875 cl shrink        0 lits rem          0 time: 0.09
173.29/173.39	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.19
173.39/173.40	c calculated reachability. Time: 0.00
173.39/173.40	c  N dy  2361    357890     34006    145442         0     50875    441660   5639984    168.23   no data
182.69/182.77	c  N dy  2508    377967     34006    145442         0     38957    441660   2374685    168.53    177.95
191.99/192.01	c  N dy  2645    398088     34006    145442         0     59076    441660   7540904    168.57    178.12
201.20/201.29	c  N dy  2781    418156     34006    145442         0     46143    441660   3857506    168.46    197.02
210.79/210.83	c  N dy  2920    438222     34006    145442         0     66207    441660   9070775    168.50    217.24
220.00/220.06	c  N dy  3066    458323     34006    145442         0     52305    441660   5243405    168.60    184.37
229.70/229.73	c  N dy  3206    478348     34006    145442         0     37336    441660   1103378    168.69    179.19
238.90/238.98	c  N dy  3342    498525     34006    145442         0     57513    441660   6378889    168.74    180.38
248.59/248.69	c  N dy  3478    518798     34006    145442         0     41786    441660   1978272    168.76    179.46
257.00/257.08	c  S st  3601    536835     34006    145442         0     59822    441660   6703586    168.76    179.71
257.30/257.33	c  S st  3601    537337     34006    145442         0     60324    441660   6783015    168.76   no data
257.30/257.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
257.50/257.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.20
257.50/257.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
257.60/257.60	c bin-w-bin subsume rem            0 bins  time:  0.01 s
257.60/257.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
257.60/257.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
257.60/257.64	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
257.80/257.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
258.10/258.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
261.19/261.29	c lits-rem:         3  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.12 s
261.29/261.31	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
261.39/261.42	c vivif2 --  cl tried    60318 cl shrink        0 lits rem          0 time: 0.11
261.59/261.63	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.21
261.59/261.64	c calculated reachability. Time: 0.00
261.59/261.64	c  N dy  3601    537337     34006    145442         0     60318    441660   6779476    168.76   no data
271.39/271.44	c  N dy  3748    557570     34006    145442         0     43548    441660   2198520    168.82    178.72
280.79/280.85	c  N dy  3881    577587     34006    145442         0     63564    441660   7363989    168.82    179.69
290.60/290.60	c  N dy  4021    597699     34006    145442         0     45681    441660   2497735    168.87    178.47
300.10/300.14	c  N dy  4158    617906     34006    145442         0     65887    441660   7737672    168.90    185.17
309.80/309.83	c  N dy  4292    638010     34006    145442         0     46990    441660   2542492    168.91    185.41
319.29/319.37	c  N dy  4426    658044     34006    145442         0     67024    441660   7747180    168.93    178.22
329.20/329.23	c  N dy  4562    678178     34006    145442         0     47156    441660   2384785    168.95    185.75
338.89/338.94	c  N dy  4706    698321     34006    145442         0     67297    441660   7634862    169.02    180.85
348.90/348.98	c  N dy  4847    718372     34006    145442         0     46350    441660   1890835    169.12    196.90
358.39/358.49	c  N dy  4982    738383     34006    145442         0     66361    441660   7039738    169.15    190.40
368.50/368.55	c  N dy  5120    758399     34006    145442         0     44381    441660   1110781    169.18    180.63
378.20/378.23	c  N dy  5258    778478     34006    145442         0     64460    441660   6502216    169.26    234.50
388.40/388.46	c  N dy  5402    798521     34006    145442         0     84503    441660  11723714    169.28    179.43
392.10/392.11	c  S st  5451    806006     34006    145442         0     48985    441660   2051341    169.26   no data
392.30/392.36	c  S st  5451    806510     34006    145442         0     49489    441660   2150627    169.26   no data
392.30/392.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
392.50/392.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
392.60/392.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
392.60/392.62	c bin-w-bin subsume rem            0 bins  time:  0.01 s
392.60/392.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
392.60/392.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
392.60/392.65	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
392.70/392.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
392.90/392.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
393.60/393.60	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.68 s
393.60/393.61	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
393.60/393.65	c vivif2 --  cl tried    49486 cl shrink        0 lits rem          0 time: 0.04
393.80/393.84	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.19
393.80/393.84	c calculated reachability. Time: 0.00
393.80/393.85	c  N dy  5451    806510     34006    145442         0     49486    441660   2149224    169.26   no data
403.60/403.60	c  N dy  5596    826661     34006    145442         0     69634    441660   7418547    169.33    181.01
413.90/413.93	c  N dy  5739    846703     34006    145442         0     45679    441660    945158    169.37    209.84
423.40/423.49	c  N dy  5880    866734     34006    145442         0     65709    441660   6165094    169.41    179.72
433.70/433.72	c  N dy  6010    886990     34006    145442         0     85963    441660  11325479    169.38    178.39
443.39/443.49	c  N dy  6142    907044     34006    145442         0     61023    441660   4658533    169.38    184.52
453.70/453.71	c  N dy  6274    927161     34006    145442         0     81140    441660   9869958    169.37    182.51
463.79/463.82	c  N dy  6412    947231     34006    145442         0     55208    441660   2875818    169.38    199.39
473.60/473.68	c  N dy  6556    967379     34006    145442         0     75355    441660   8093442    169.38    180.30
484.20/484.22	c  N dy  6695    987386     34006    145442         0     48359    441660    872576    169.46    185.71
493.81/493.88	c  N dy  6829   1007440     34006    145442         0     68411    441660   6211057    169.50    182.16
504.20/504.26	c  N dy  6968   1027587     34006    145442         0     88557    441660  11394178    169.47    183.77
514.29/514.36	c  N dy  7106   1047733     34006    145442         0     60708    441660   3900137    169.52    179.46
524.50/524.52	c  N dy  7246   1067808     34006    145442         0     80782    441660   9156251    169.55    193.69
526.59/526.68	c  F st  7276   1071875     34006    145442         0     84849    441660  10255186    169.57   no data
535.30/535.30	c  N dy  7365   1087928     34006    145442         0     51906    441660   1252393    169.60    179.01
545.20/545.25	c  N dy  7504   1108341     34006    145442         0     72315    441660   6611746    169.65    182.92
555.70/555.78	c  N dy  7647   1128420     34006    145442         0     92393    441660  11819905    169.66    178.97
565.90/565.94	c  N dy  7783   1148494     34006    145442         0     62470    441660   3745964    169.65    202.10
576.10/576.13	c  N dy  7921   1168505     34006    145442         0     82481    441660   8938708    169.65    178.78
586.90/586.95	c  N dy  8058   1188532     34006    145442         0     51509    441660    683844    169.72    182.74
596.70/596.77	c  N dy  8193   1208628     34006    145442         0     71604    441660   5962301    169.73    178.68
597.30/597.38	c  S st  8202   1209766     34006    145442         0     72742    441660   6275492    169.75   no data
597.60/597.65	c  S st  8202   1210269     34006    145442         0     73245    441660   6372204    169.75   no data
597.60/597.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
597.80/597.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.21
597.90/597.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
597.90/597.94	c bin-w-bin subsume rem            0 bins  time:  0.01 s
597.90/597.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
597.90/597.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
597.90/597.98	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
598.10/598.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
598.40/598.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
601.80/601.82	c lits-rem:         1  cl-subs:        8  v-elim:      0  v-fix:    0  time:  3.32 s
601.80/601.84	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.02
601.90/601.94	c vivif2 --  cl tried    73237 cl shrink        0 lits rem          0 time: 0.10
602.10/602.16	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.22
602.10/602.17	c calculated reachability. Time: 0.00
602.10/602.17	c  N dy  8202   1210269     34006    145442         0     73237    441660   6367553    169.75   no data
612.90/612.95	c  N dy  8342   1230369     34006    145442         0     93337    441660  11589360    169.75    188.25
623.50/623.51	c  N dy  8478   1250529     34006    145442         0     61498    441660   3054478    169.75    180.25
633.51/633.50	c  N dy  8602   1270665     34006    145442         0     81633    441660   8248182    169.70    187.68
644.61/644.61	c  N dy  8751   1290697     34006    145442         0    101658    441660  13587513    169.77    180.90
654.70/654.71	c  N dy  8887   1310912     34006    145442         0     68880    441660   4633726    169.77    180.65
665.10/665.13	c  N dy  9021   1330982     34006    145442         0     88948    441660   9766557    169.77    179.49
676.10/676.14	c  N dy  9163   1351147     34006    145442         0     55116    441660    823733    169.76    183.55
686.10/686.11	c  N dy  9306   1371152     34006    145442         0     75119    441660   6013201    169.77    182.46
696.80/696.81	c  N dy  9446   1391409     34006    145442         0     95375    441660  11304173    169.77    179.72
707.80/707.80	c  N dy  9582   1411851     34006    145442         0     60821    441660   2049269    169.79    180.65
717.90/717.97	c  N dy  9720   1431878     34006    145442         0     80847    441660   7346982    169.81    183.43
728.60/728.66	c  N dy  9852   1451892     34006    145442         0    100860    441660  12593008    169.83    183.71
739.30/739.38	c  N dy  9987   1471987     34006    145442         0     64963    441660   2868555    169.82    178.88
749.60/749.66	c  N dy 10127   1492116     34006    145442         0     85091    441660   8115320    169.82    191.87
760.50/760.59	c  N dy 10262   1512186     34006    145442         0    105159    441660  13353702    169.83    179.90
771.11/771.11	c  N dy 10393   1532194     34006    145442         0     68163    441660   3506646    169.82    221.23
781.70/781.72	c  N dy 10531   1552217     34006    145442         0     88184    441660   8736475    169.84    187.33
792.80/792.88	c  N dy 10670   1572243     34006    145442         0    108206    441660  14034559    169.86    183.04
803.30/803.37	c  N dy 10805   1592303     34006    145442         0     70272    441660   3844620    169.90    179.21
813.90/813.95	c  N dy 10950   1612393     34006    145442         0     90361    441660   9063955    169.93    220.00
824.80/824.89	c  N dy 11082   1632402     34006    145442         0    110367    441660  14307717    169.94    190.72
835.60/835.64	c  N dy 11224   1652476     34006    145442         0     71444    441660   3844300    169.96    179.16
846.00/846.08	c  N dy 11359   1672519     34006    145442         0     91486    441660   9007313    169.95    181.51
857.10/857.11	c  N dy 11493   1692522     34006    145442         0    111488    441660  14268032    169.95    183.24
866.71/866.71	c  S st 11613   1710269     34006    145442         0     69239    441660   2992732    169.95    123.57
866.91/866.98	c  S st 11613   1710773     34006    145442         0     69743    441660   3103068    169.95   no data
866.91/867.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
867.21/867.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.21
867.21/867.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
867.21/867.25	c bin-w-bin subsume rem            0 bins  time:  0.01 s
867.21/867.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
867.21/867.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
867.21/867.29	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
867.41/867.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
867.61/867.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
869.40/869.46	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.84 s
869.40/869.48	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.01
869.50/869.53	c vivif2 --  cl tried    69741 cl shrink        0 lits rem          0 time: 0.05
869.70/869.74	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.21
869.70/869.75	c calculated reachability. Time: 0.00
869.70/869.75	c  N dy 11613   1710773     34006    145442         0     69741    441660   3102687    169.95   no data
880.11/880.12	c  N dy 11744   1730888     34006    145442         0     89853    441660   8358991    169.94    181.72
891.31/891.37	c  N dy 11890   1750970     34006    145442         0    109935    441660  13659060    169.98    180.11
902.20/902.27	c  N dy 12025   1770974     34006    145442         0     68937    441660   2682071    170.01    183.38
912.61/912.63	c  N dy 12164   1791079     34006    145442         0     89040    441660   8017898    170.03    185.27
923.71/923.76	c  N dy 12300   1811185     34006    145442         0    109145    441660  13310603    170.05    206.11
935.11/935.10	c  N dy 12441   1831285     34006    145442         0     67253    441660   1983806    170.08    180.01
945.51/945.56	c  N dy 12581   1851424     34006    145442         0     87390    441660   7245500    170.09    183.00
957.50/957.59	c  N dy 12719   1871432     34006    145442         0    107397    441660  12498789    170.11    179.63
969.11/969.14	c  N dy 12854   1891441     34006    145442         0     64407    441660    966917    170.10    180.76
979.40/979.48	c  N dy 12997   1911621     34006    145442         0     84587    441660   6274291    170.12    179.63
990.50/990.53	c  N dy 13134   1931724     34006    145442         0    104689    441660  11627349    170.15    182.79
1002.01/1002.07	c  N dy 13272   1951785     34006    145442         0    124747    441660  16859666    170.16    180.04
1012.60/1012.61	c  N dy 13410   1971811     34006    145442         0     80788    441660   4956491    170.16    184.85
1023.30/1023.36	c  N dy 13545   1991825     34006    145442         0    100802    441660  10147336    170.17    197.27
1034.90/1034.90	c  N dy 13689   2011887     34006    145442         0    120864    441660  15385525    170.18    179.33
1045.91/1045.99	c  N dy 13825   2031907     34006    145442         0     75883    441660   3423541    170.18    202.97
1056.51/1056.59	c  N dy 13959   2051985     34006    145442         0     95961    441660   8653246    170.18    188.96
1067.90/1067.90	c  N dy 14098   2072014     34006    145442         0    115989    441660  13981094    170.20    190.60
1079.71/1079.71	c  N dy 14245   2092021     34006    145442         0     69998    441660   1658824    170.23    185.23
1090.02/1090.10	c  N dy 14383   2112164     34006    145442         0     90140    441660   6902370    170.23    182.02
1101.31/1101.30	c  N dy 14522   2132204     34006    145442         0    110179    441660  12173676    170.24    183.78
1113.21/1113.21	c  N dy 14662   2152296     34006    145442         0    130269    441660  17486029    170.27    187.87
1123.70/1123.77	c  N dy 14797   2172348     34006    145442         0     83322    441660   4885969    170.28    183.85
1134.71/1134.72	c  N dy 14938   2192401     34006    145442         0    103374    441660  10115252    170.28    225.14
1146.40/1146.41	c  S st 15072   2210774     34006    145442         0    121746    441660  14932059    170.31   no data
1146.71/1146.77	c  S st 15072   2211276     34006    145442         0    122248    441660  15037099    170.31   no data
1146.81/1146.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1147.01/1147.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.26
1147.11/1147.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1147.11/1147.12	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1147.11/1147.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1147.11/1147.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
1147.11/1147.16	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
1147.41/1147.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.30 s
1148.31/1148.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1155.71/1155.78	c lits-rem:         6  cl-subs:        4  v-elim:      0  v-fix:    0  time:  7.44 s
1155.71/1155.79	c vivif2 --  cl tried   145442 cl shrink        0 lits rem          0 time: 0.02
1156.01/1156.04	c vivif2 --  cl tried   122244 cl shrink        0 lits rem          0 time: 0.24
1156.31/1156.33	c asymm  cl-useful: 0/145442/145442 lits-rem:0 time: 0.29
1156.31/1156.34	c calculated reachability. Time: 0.00
1156.31/1156.34	c  N dy 15072   2211276     34006    145442         0    122244    441660  15035614    170.31   no data
1167.91/1167.91	c  N dy 15217   2231374     34006    145442         0     74339    441660   2284404    170.33    259.94
1178.50/1178.58	c  N dy 15355   2251477     34006    145442         0     94440    441660   7540003    170.33    179.58
1189.81/1189.84	c  N dy 15484   2271505     34006    145442         0    114468    441660  12758228    170.33    184.71
1201.81/1201.81	c  N dy 15625   2291542     34006    145442         0    134505    441660  18050839    170.34    181.02
1212.71/1212.74	c  N dy 15762   2311682     34006    145442         0     85649    441660   4969244    170.36    181.60
1223.61/1223.66	c  N dy 15894   2331685     34006    145442         0    105649    441660  10172406    170.36    217.65
1235.21/1235.28	c  N dy 16032   2351709     34006    145442         0    125671    441660  15562227    170.38    184.88
1247.01/1247.03	c  N dy 16169   2371733     34006    145442         0     75698    441660   2129919    170.39    186.23
1257.61/1257.66	c  N dy 16303   2391779     34006    145442         0     95743    441660   7266059    170.38    242.98
1268.91/1268.90	c  N dy 16439   2411839     34006    145442         0    115801    441660  12415164    170.36    196.55
1281.01/1281.07	c  N dy 16573   2431958     34006    145442         0    135919    441660  17751744    170.38    182.00
1292.21/1292.24	c  N dy 16713   2452099     34006    145442         0     85071    441660   4427986    170.41    180.78

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3174307-1301783653/watcher-3174307-1301783653 -o /tmp/evaluation-result-3174307-1301783653/solver-3174307-1301783653 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3174307-1301783653.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.00 0.00 0.69 1/172 17342
/proc/meminfo: memFree=22035968/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=25168 CPUtime=0 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 1547 0 0 0 0 0 0 0 18 0 1 0 289964943 25772032 1388 33554432000 4194304 4627331 140736530198720 18446744073709551615 4357923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 6227 1262 320 106 0 1198 0

[startup+0.0352699 s]
/proc/loadavg: 0.00 0.00 0.69 1/172 17342
/proc/meminfo: memFree=22035968/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=45132 CPUtime=0.02 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 5016 0 0 0 2 0 0 0 18 0 1 0 289964943 46215168 3916 33554432000 4194304 4627331 140736530198720 18446744073709551615 4506837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 11283 3916 322 106 0 6254 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 45132

[startup+0.10026 s]
/proc/loadavg: 0.00 0.00 0.69 1/172 17342
/proc/meminfo: memFree=22035968/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=51348 CPUtime=0.09 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 7024 0 0 0 9 0 0 0 18 0 1 0 289964943 52580352 5924 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 12837 5924 341 106 0 7808 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51348

[startup+0.30023 s]
/proc/loadavg: 0.00 0.00 0.69 1/172 17342
/proc/meminfo: memFree=22035968/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=62676 CPUtime=0.28 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 9569 0 0 0 28 0 0 0 18 0 1 0 289964943 64180224 8469 33554432000 4194304 4627331 140736530198720 18446744073709551615 4415579 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 15669 8470 349 106 0 10640 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62676

[startup+0.700161 s]
/proc/loadavg: 0.00 0.00 0.69 1/172 17342
/proc/meminfo: memFree=22035968/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=73932 CPUtime=0.69 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 14230 0 0 0 68 1 0 0 18 0 1 0 289964943 75706368 11154 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308622 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 18483 11154 372 106 0 13454 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73932

[startup+1.50103 s]
/proc/loadavg: 0.00 0.00 0.69 2/173 17343
/proc/meminfo: memFree=21991320/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=73932 CPUtime=1.49 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 14914 0 0 0 148 1 0 0 20 0 1 0 289964943 75706368 11838 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308622 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 18483 11838 372 106 0 13454 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73932

[startup+3.10075 s]
/proc/loadavg: 0.08 0.02 0.69 3/178 17353
/proc/meminfo: memFree=21962356/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=106748 CPUtime=3.09 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 16075 0 0 0 308 1 0 0 25 0 1 0 289964943 109309952 12999 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308561 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 26687 12999 372 106 0 21658 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106748

[startup+6.30021 s]
/proc/loadavg: 0.08 0.02 0.69 7/184 17364
/proc/meminfo: memFree=21838088/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=106748 CPUtime=6.29 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 18303 0 0 0 627 2 0 0 25 0 1 0 289964943 109309952 15227 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 26687 15227 372 106 0 21658 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106748

[startup+12.7011 s]
/proc/loadavg: 0.75 0.16 0.73 4/183 17365
/proc/meminfo: memFree=21825804/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=220452 CPUtime=12.69 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 43336 0 0 0 1264 5 0 0 25 0 1 0 289964943 225742848 34192 33554432000 4194304 4627331 140736530198720 18446744073709551615 4467611 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 55113 34192 378 106 0 50084 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 220452

[startup+25.501 s]
/proc/loadavg: 1.25 0.29 0.76 5/188 17375
/proc/meminfo: memFree=21518696/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=233788 CPUtime=25.49 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 54239 0 0 0 2541 8 0 0 25 0 1 0 289964943 239398912 37797 33554432000 4194304 4627331 140736530198720 18446744073709551615 4321707 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 58447 37797 378 106 0 53418 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 233788

[startup+51.1007 s]
/proc/loadavg: 2.19 0.59 0.85 5/188 17375
/proc/meminfo: memFree=21356800/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=304752 CPUtime=51.09 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 88517 0 0 0 5096 13 0 0 25 0 1 0 289964943 312066048 57613 33554432000 4194304 4627331 140736530198720 18446744073709551615 4321707 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 76188 57613 378 106 0 71159 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 304752

[startup+102.307 s]
/proc/loadavg: 3.27 1.16 1.03 5/188 17377
/proc/meminfo: memFree=21078700/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=291156 CPUtime=102.3 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 118795 0 0 0 10211 19 0 0 25 0 1 0 289964943 298143744 66671 33554432000 4194304 4627331 140736530198720 18446744073709551615 4330250 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 72789 66671 378 106 0 67760 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 291156

[startup+162.301 s]
/proc/loadavg: 3.77 1.69 1.21 5/188 17379
/proc/meminfo: memFree=20913108/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=309896 CPUtime=162.29 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 146584 0 0 0 16204 25 0 0 25 0 1 0 289964943 317333504 71370 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308379 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 77474 71370 378 106 0 72445 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 309896

[startup+222.301 s]
/proc/loadavg: 3.91 2.10 1.39 5/188 17379
/proc/meminfo: memFree=20884204/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=379284 CPUtime=222.29 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 171549 0 0 0 22199 30 0 0 25 0 1 0 289964943 388386816 77247 33554432000 4194304 4627331 140736530198720 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 94821 77247 378 106 0 89792 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 379284

[startup+282.301 s]
/proc/loadavg: 4.03 2.46 1.55 5/188 17381
/proc/meminfo: memFree=20816124/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=395216 CPUtime=282.29 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 198699 0 0 0 28192 37 0 0 25 0 1 0 289964943 404701184 82873 33554432000 4194304 4627331 140736530198720 18446744073709551615 4309132 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 98804 82873 378 106 0 93775 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 395216

[startup+342.301 s]
/proc/loadavg: 4.01 2.74 1.70 5/188 17383
/proc/meminfo: memFree=20796772/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=410024 CPUtime=342.3 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 227242 0 0 0 34187 43 0 0 25 0 1 0 289964943 419864576 87726 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308683 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 102506 87726 378 106 0 97477 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 410024

[startup+402.3 s]
/proc/loadavg: 4.00 2.97 1.84 5/188 17385
/proc/meminfo: memFree=20758440/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=410320 CPUtime=402.3 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 250897 0 0 0 40182 48 0 0 25 0 1 0 289964943 420167680 85081 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308364 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 102580 85081 378 106 0 97551 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 410320

[startup+462.3 s]
/proc/loadavg: 4.00 3.15 1.97 5/188 17387
/proc/meminfo: memFree=20739948/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=349648 CPUtime=462.29 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 275525 0 0 0 46176 53 0 0 25 0 1 0 289964943 358039552 81395 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308720 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 87412 81395 378 106 0 82383 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 349648

[startup+522.3 s]
/proc/loadavg: 4.00 3.30 2.10 5/188 17387
/proc/meminfo: memFree=20768808/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=413480 CPUtime=522.3 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 301433 0 0 0 52171 59 0 0 25 0 1 0 289964943 423403520 86993 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308567 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 103370 86993 378 106 0 98341 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 413480

[startup+582.301 s]
/proc/loadavg: 4.06 3.44 2.22 5/188 17389
/proc/meminfo: memFree=20741240/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=413760 CPUtime=582.3 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 327292 0 0 0 58164 66 0 0 25 0 1 0 289964943 423690240 90955 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308556 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 103440 90955 378 106 0 98411 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 413760

[startup+642.301 s]
/proc/loadavg: 4.09 3.56 2.33 5/188 17391
/proc/meminfo: memFree=20701668/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=413996 CPUtime=642.3 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 350188 0 0 0 64159 71 0 0 25 0 1 0 289964943 423931904 91445 33554432000 4194304 4627331 140736530198720 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 103499 91445 378 106 0 98470 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 413996

[startup+702.301 s]
/proc/loadavg: 4.03 3.64 2.44 5/188 17393
/proc/meminfo: memFree=20661108/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=423712 CPUtime=702.31 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 377158 0 0 0 70153 78 0 0 25 0 1 0 289964943 433881088 95131 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 105928 95131 378 106 0 100899 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 423712

[startup+762.307 s]
/proc/loadavg: 4.01 3.70 2.53 5/188 17395
/proc/meminfo: memFree=20641984/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=439096 CPUtime=762.3 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 405586 0 0 0 76145 85 0 0 25 0 1 0 289964943 449634304 99122 33554432000 4194304 4627331 140736530198720 18446744073709551615 4324727 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 109774 99122 378 106 0 104745 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 439096

[startup+822.301 s]
/proc/loadavg: 4.00 3.75 2.62 5/188 17395
/proc/meminfo: memFree=20657464/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=439296 CPUtime=822.31 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 429994 0 0 0 82138 93 0 0 25 0 1 0 289964943 449839104 98059 33554432000 4194304 4627331 140736530198720 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 109824 98059 378 106 0 104795 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 439296

[startup+882.3 s]
/proc/loadavg: 4.00 3.79 2.70 5/188 17397
/proc/meminfo: memFree=20622852/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=439924 CPUtime=882.31 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 452956 0 0 0 88132 99 0 0 25 0 1 0 289964943 450482176 94491 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 109981 94491 378 106 0 104952 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 439924

[startup+942.3 s]
/proc/loadavg: 4.00 3.83 2.78 5/188 17399
/proc/meminfo: memFree=20619748/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=440580 CPUtime=942.3 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 477020 0 0 0 94126 104 0 0 25 0 1 0 289964943 451153920 90866 33554432000 4194304 4627331 140736530198720 18446744073709551615 4327378 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 110145 90866 378 106 0 105116 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 440580

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.85 5/188 17401
/proc/meminfo: memFree=20442416/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=440720 CPUtime=1002.31 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 502375 0 0 0 100118 113 0 0 25 0 1 0 289964943 451297280 102051 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 110180 102051 378 106 0 105151 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 440720

[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 2.92 5/188 17403
/proc/meminfo: memFree=20466816/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=441372 CPUtime=1062.31 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 526026 0 0 0 106113 118 0 0 25 0 1 0 289964943 451964928 96590 33554432000 4194304 4627331 140736530198720 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 110343 96590 378 106 0 105314 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 441372

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.99 5/188 17403
/proc/meminfo: memFree=20504112/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=441700 CPUtime=1122.3 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 549128 0 0 0 112107 123 0 0 25 0 1 0 289964943 452300800 89462 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 110425 89462 378 106 0 105396 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 441700

[startup+1182.3 s]
/proc/loadavg: 4.00 3.91 3.05 5/188 17405
/proc/meminfo: memFree=20353548/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=523264 CPUtime=1182.31 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 589431 0 0 0 118099 132 0 0 25 0 1 0 289964943 535822336 114378 33554432000 4194304 4627331 140736530198720 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 130816 114378 378 106 0 125787 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 523264

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.11 5/188 17407
/proc/meminfo: memFree=20334424/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=523504 CPUtime=1242.31 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 618383 0 0 0 124093 138 0 0 25 0 1 0 289964943 536068096 123519 33554432000 4194304 4627331 140736530198720 18446744073709551615 4308294 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 130876 123519 378 106 0 125847 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 523504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 3.95 3.16 5/188 17409
/proc/meminfo: memFree=20324472/32951132 swapFree=67111528/67111528
[pid=17342] ppid=17340 vsize=523948 CPUtime=1300.02 cores=5,7
/proc/17342/stat : 17342 (strangenight2-s) R 17340 17342 17312 0 -1 4202496 648546 0 0 0 129858 144 0 0 25 0 1 0 289964943 536522752 113375 33554432000 4194304 4627331 140736530198720 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17342/statm: 130987 113375 378 106 0 125958 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 523948

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.05
CPU user time (s): 1298.58
CPU system time (s): 1.46378
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 539764

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

runsolver used 2.07668 second user time and 5.03923 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-03 00:34:13
IDJOB=3174307
IDBENCH=82525
IDSOLVER=1587
FILE ID=node129/3174307-1301783653
RUNJOBID= node129-1301783652-17333
PBS_JOBID= 12841389
Free space on /tmp= 72148 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
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-3174307-1301783653/watcher-3174307-1301783653 -o /tmp/evaluation-result-3174307-1301783653/solver-3174307-1301783653 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3174307-1301783653.cnf

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

MD5SUM BENCH= f8d77cf51b7a3bd2f2043a4a97c7d388
RANDOM SEED=1498580090

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      22036124 kB
Buffers:        352328 kB
Cached:       10249460 kB
SwapCached:          0 kB
Active:        7116624 kB
Inactive:      3548300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22036124 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8604 kB
Writeback:           0 kB
AnonPages:       63292 kB
Mapped:          14840 kB
Slab:           187908 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   187792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72116 MiB
End job on node129 at 2011-04-03 00:55:55