Trace number 3174399

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-v40000-c168000-S64788608-008-UNKNOWN.cnf
MD5SUMc0e1e71ade06eb64bd0f5dbaf6b892a1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark138.192
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.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-3174399-1301784955.cnf'
0.00/0.00	c -- header says num vars:          40000
0.00/0.00	c -- header says num clauses:      168000
0.09/0.11	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.09/0.11	c -- vars added      40000
0.09/0.11	c Parsing time:  0.10 s
0.09/0.11	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data
0.19/0.25	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.14
0.29/0.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.10
0.39/0.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.39/0.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.39/0.47	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.69/0.72	c lits-rem:         0  cl-subs:        0  v-elim:    968  v-fix:    0  time:  0.24 s
0.69/0.72	c Finding binary XORs  T:     0.01 s  found:       0
0.69/0.78	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.69/0.78	c calculated reachability. Time: 0.00
0.69/0.79	c Calc default polars -  time:   0.01 s pos:   17771 undec:    4428 neg:   17801
0.69/0.79	c =========================================================================================
0.69/0.79	c types(t): F = full restart, N = normal restart
0.69/0.79	c types(t): S = simplification begin/end, E = solution found
0.69/0.79	c restart types(rt): st = static, dy = dynamic
0.69/0.79	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.79	c  B st     0         0     39032    166897         0         0    506628         0   no data   no data
2.59/2.61	c  N dy    20      4047     39032    166897         0      4047    506628   1286137    180.64    213.75
4.40/4.42	c  N dy    48      8156     39032    166897         0      8156    506628   2351589    177.54    187.33
6.09/6.19	c  N dy    75     12172     39032    166897         0     12172    506628   3395126    177.10    196.90
7.99/8.08	c  N dy   104     16277     39032    166897         0     16274    506628   4469883    176.89    186.78
9.99/10.03	c  N dy   131     20355     39032    166897         0     10356    506628    766737    177.23    190.92
11.79/11.87	c  N dy   155     24503     39032    166897         0     14504    506628   1835074    175.31    187.11
12.09/12.11	c  F st   159     25000     39032    166897         0     15001    506628   1969956    175.45    161.64
14.20/14.26	c  N dy   165     30000     39032    166897         0     20001    506628   3840798    175.45   no data
14.20/14.27	c  S st   165     30000     39032    166897         0     20001    506628   3840798    175.45   no data
14.39/14.47	c  S st   165     30504     39032    166897         0     20505    506628   3954420    175.45   no data
14.39/14.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14.59/14.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.20
14.69/14.75	c blocked clauses removed:      799 vars:    132 tried:       39032 T: 0.02 s
14.69/14.76	c bin-w-bin subsume rem            0 bins  time:  0.01 s
14.69/14.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.69/14.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38900 time:  0.01 s
14.69/14.79	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
14.89/14.98	c lits-rem:         0  cl-subs:        0  v-elim:     26  v-fix:    0  time:  0.19 s
15.19/15.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.09/16.15	c lits-rem:         7  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.86 s
16.29/16.32	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.17
16.29/16.33	c calculated reachability. Time: 0.00
16.29/16.33	c  N dy   165     30504     38874    166076         0     20111    504337   3675931    175.45   no data
18.10/18.11	c  N dy   192     34593     38874    166076         0     24200    504337   4762782    175.13    187.75
19.99/20.02	c  N dy   220     38764     38874    166076         0     28371    504337   5851065    175.04    187.37
21.79/21.87	c  N dy   250     42807     38874    166076         0     17114    504337   1276088    175.67    193.33
23.19/23.25	c  S st   273     45756     38874    166076         0     20063    504337   2067162    175.93   no data
23.39/23.49	c  S st   273     46258     38874    166076         0     20565    504337   2181909    175.93   no data
23.49/23.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
23.69/23.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
23.69/23.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.69/23.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.69/23.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
23.69/23.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
23.79/23.81	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
23.89/23.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
23.99/24.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
24.39/24.40	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.29 s
24.39/24.42	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
24.39/24.46	c vivif2 --  cl tried    20564 cl shrink        0 lits rem          0 time: 0.04
24.59/24.63	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.17
24.59/24.64	c calculated reachability. Time: 0.00
24.59/24.64	c  N dy   273     46258     38874    166076         0     20564    504337   2181574    175.93   no data
26.39/26.49	c  N dy   305     50289     38874    166076         0     24595    504337   3263838    176.58    188.19
28.39/28.41	c  N dy   336     54379     38874    166076         0     28685    504337   4380261    176.79    187.42
30.20/30.28	c  N dy   362     58419     38874    166076         0     32725    504337   5466514    176.82    189.16
32.20/32.27	c  N dy   392     62569     38874    166076         0     36875    504337   6597188    177.29    189.77
34.09/34.12	c  N dy   418     66580     38874    166076         0     22234    504337   1708172    177.08    187.96
35.39/35.44	c  S st   437     69392     38874    166076         0     25046    504337   2497526    177.37   no data
35.59/35.66	c  S st   437     69894     38874    166076         0     25548    504337   2611777    177.37   no data
35.59/35.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
35.79/35.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
35.89/35.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.89/35.95	c bin-w-bin subsume rem            0 bins  time:  0.01 s
35.89/35.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
35.89/35.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
35.89/35.98	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
36.10/36.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
36.20/36.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
36.69/36.73	c lits-rem:         3  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.41 s
36.69/36.75	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
36.69/36.79	c vivif2 --  cl tried    25546 cl shrink        0 lits rem          0 time: 0.04
36.89/36.97	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.18
36.89/36.98	c calculated reachability. Time: 0.00
36.89/36.98	c  N dy   437     69894     38874    166076         0     25546    504337   2610040    177.37   no data
39.09/39.15	c  N dy   468     74478     38874    166076         0     30130    504337   3874858    177.64    193.86
41.39/41.43	c  N dy   500     79359     38874    166076         0     35011    504337   5186605    177.68    190.77
43.79/43.90	c  N dy   535     84500     38874    166076         0     40152    504337   6584821    177.69    190.95
45.39/45.49	c  F st   558     87501     38874    166076         0     22328    504337   1158372    177.74   no data
47.09/47.12	c  N st   563     90799     38874    166076         0     25626    504337   2321933    177.74   no data
49.89/49.95	c  N dy   594     96591     38874    166076         0     31418    504337   4227800    178.19    188.31
52.80/52.87	c  N dy   637    102759     38874    166076         0     37586    504337   5892318    178.20    192.82
53.90/53.90	c  S st   653    104842     38874    166076         0     39669    504337   6450751    178.31   no data
54.09/54.15	c  S st   653    105350     38874    166076         0     40177    504337   6546691    178.31   no data
54.09/54.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
54.39/54.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
54.39/54.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.39/54.46	c bin-w-bin subsume rem            0 bins  time:  0.01 s
54.39/54.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
54.39/54.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
54.39/54.49	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
54.59/54.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
55.00/55.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
56.69/56.79	c lits-rem:         5  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.68 s
56.79/56.80	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
56.89/56.91	c vivif2 --  cl tried    40171 cl shrink        0 lits rem          0 time: 0.11
57.10/57.11	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.20
57.10/57.12	c calculated reachability. Time: 0.00
57.10/57.12	c  N dy   653    105350     38874    166076         0     40171    504337   6544519    178.31   no data
60.50/60.51	c  N dy   702    112211     38874    166076         0     24618    504337   1327831    178.85    189.44
64.09/64.15	c  N dy   751    119439     38874    166076         0     31846    504337   3294528    178.88    262.20
67.79/67.81	c  N dy   801    127159     38874    166076         0     39566    504337   5397808    178.89    190.62
71.89/71.91	c  N dy   861    135287     38874    166076         0     23989    504337    723439    179.35    189.10
75.99/76.00	c  N dy   923    144079     38874    166076         0     32780    504337   3068748    179.31    189.82
80.40/80.42	c  N dy   978    153298     38874    166076         0     41998    504337   5515427    178.92    230.00
82.70/82.79	c  S st  1012    158025     38874    166076         0     46725    504337   6825078    179.03   no data
83.00/83.04	c  S st  1012    158528     38874    166076         0     47228    504337   6923736    179.03   no data
83.00/83.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
83.30/83.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
83.30/83.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.30/83.36	c bin-w-bin subsume rem            0 bins  time:  0.01 s
83.30/83.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
83.30/83.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
83.40/83.40	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
83.50/83.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
83.89/83.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
86.19/86.25	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.24 s
86.19/86.27	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
86.29/86.38	c vivif2 --  cl tried    47223 cl shrink        0 lits rem          0 time: 0.12
86.59/86.60	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.22
86.59/86.62	c calculated reachability. Time: 0.00
86.59/86.62	c  N dy  1012    158528     38874    166076         0     47223    504337   6922352    179.03   no data
91.70/91.72	c  N dy  1082    168793     38874    166076         0     32636    504337   2717532    179.00    192.68
96.99/97.04	c  N dy  1158    179604     38874    166076         0     43446    504337   5693974    179.09    230.80
102.80/102.82	c  N dy  1237    191165     38874    166076         0     29083    504337   1466704    179.23    211.44
108.69/108.70	c  N dy  1323    203376     38874    166076         0     41294    504337   4784095    179.23    191.35
115.20/115.29	c  N dy  1412    216452     38874    166076         0     27401    504337    671898    179.22    194.93
122.00/122.03	c  N dy  1509    230382     38874    166076         0     41331    504337   4473125    179.33    189.81
125.89/125.92	c  S st  1559    237792     38874    166076         0     48741    504337   6459854    179.30   no data
126.09/126.17	c  S st  1559    238295     38874    166076         0     49244    504337   6557045    179.30   no data
126.19/126.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
126.40/126.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
126.40/126.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
126.40/126.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
126.40/126.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
126.50/126.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
126.50/126.53	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
126.69/126.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
126.99/127.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
129.29/129.33	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.24 s
129.29/129.35	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
129.39/129.46	c vivif2 --  cl tried    49241 cl shrink        0 lits rem          0 time: 0.11
129.59/129.67	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.21
129.59/129.68	c calculated reachability. Time: 0.00
129.59/129.69	c  N dy  1559    238295     38874    166076         0     49241    504337   6554075    179.30   no data
137.09/137.19	c  N dy  1659    253547     38874    166076         0     36510    504337   2826110    179.16    193.59
145.30/145.31	c  N dy  1770    269820     38874    166076         0     52783    504337   7220081    179.20    193.77
153.79/153.89	c  N dy  1890    287073     38874    166076         0     41048    504337   3752896    179.31    215.40
163.19/163.24	c  N dy  2018    305474     38874    166076         0     59448    504337   8794929    179.40    198.13
163.59/163.68	c  F st  2024    306250     38874    166076         0     30229    504337    585563    179.40   no data
173.19/173.20	c  N dy  2129    325069     38874    166076         0     49046    504337   6387992    179.61    192.32
183.49/183.55	c  N dy  2263    345134     38874    166076         0     38115    504337   2441842    179.59    189.51
189.59/189.67	c  S st  2343    357443     38874    166076         0     50422    504337   5846383    179.59   no data
189.89/189.94	c  S st  2343    357945     38874    166076         0     50924    504337   5957349    179.59   no data
189.89/189.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
190.20/190.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
190.20/190.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
190.20/190.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
190.20/190.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
190.20/190.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
190.20/190.30	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
190.49/190.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
190.69/190.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
192.89/192.93	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.11 s
192.89/192.95	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
192.99/193.05	c vivif2 --  cl tried    50920 cl shrink        0 lits rem          0 time: 0.10
193.19/193.27	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.22
193.19/193.28	c calculated reachability. Time: 0.00
193.19/193.28	c  N dy  2343    357945     38874    166076         0     50920    504337   5956389    179.59   no data
203.50/203.53	c  N dy  2475    378027     38874    166076         0     39004    504337   2420100    179.56    193.48
213.70/213.73	c  N dy  2609    398129     38874    166076         0     59106    504337   7878122    179.51    189.03
224.00/224.02	c  N dy  2748    418238     38874    166076         0     46216    504337   4110447    179.53    190.18
234.60/234.67	c  N dy  2891    438460     38874    166076         0     66435    504337   9647337    179.67    191.57
244.89/244.94	c  N dy  3030    458639     38874    166076         0     52616    504337   5570047    179.68    190.66
255.40/255.44	c  N dy  3168    478674     38874    166076         0     37656    504337   1243975    179.75    192.81
265.60/265.68	c  N dy  3305    498720     38874    166076         0     57701    504337   6680014    179.75    189.54
276.19/276.25	c  N dy  3443    518736     38874    166076         0     41724    504337   2069815    179.80    241.07
285.49/285.59	c  S st  3569    536917     38874    166076         0     59904    504337   7031829    179.83   no data
285.79/285.87	c  S st  3569    537420     38874    166076         0     60407    504337   7122207    179.83   no data
285.90/285.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
286.09/286.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
286.09/286.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
286.19/286.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
286.19/286.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
286.19/286.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
286.19/286.24	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
286.39/286.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
286.79/286.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
289.89/289.92	c lits-rem:        14  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.07 s
289.89/289.94	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
289.99/290.05	c vivif2 --  cl tried    60401 cl shrink        0 lits rem          0 time: 0.12
290.19/290.28	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.23
290.30/290.30	c calculated reachability. Time: 0.00
290.30/290.30	c  N dy  3569    537420     38874    166076         0     60401    504337   7119252    179.83   no data
301.10/301.10	c  N dy  3715    557601     38874    166076         0     43583    504337   2369557    179.97    207.35
311.50/311.50	c  N dy  3854    577667     38874    166076         0     63649    504337   7834149    180.00    194.58
322.20/322.21	c  N dy  3995    597757     38874    166076         0     45736    504337   2619396    180.10    190.09
332.69/332.74	c  N dy  4128    617813     38874    166076         0     65792    504337   8144334    180.14    192.00
343.40/343.41	c  N dy  4263    637958     38874    166076         0     46938    504337   2690580    180.09    193.07
354.00/354.06	c  N dy  4407    658119     38874    166076         0     67095    504337   8258521    180.18    194.46
364.80/364.82	c  N dy  4541    678168     38874    166076         0     47145    504337   2460947    180.18    192.08
375.29/375.36	c  N dy  4675    698261     38874    166076         0     67237    504337   7991674    180.20    194.98
386.19/386.29	c  N dy  4815    718343     38874    166076         0     46321    504337   1967924    180.27    192.47
397.00/397.04	c  N dy  4957    738388     38874    166076         0     66361    504337   7457698    180.36    249.04
408.10/408.17	c  N dy  5098    758416     38874    166076         0     44391    504337   1163945    180.38    196.42
418.59/418.63	c  N dy  5235    778591     38874    166076         0     64563    504337   6715131    180.41    196.07
429.70/429.75	c  N dy  5378    798635     38874    166076         0     84607    504337  12198635    180.46    204.64
433.70/433.75	c  S st  5430    806132     38874    166076         0     49107    504337   2203495    180.50    162.04
434.00/434.01	c  S st  5430    806640     38874    166076         0     49615    504337   2304619    180.50   no data
434.00/434.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
434.20/434.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
434.30/434.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
434.30/434.32	c bin-w-bin subsume rem            0 bins  time:  0.01 s
434.30/434.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
434.30/434.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
434.30/434.36	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
434.51/434.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
434.60/434.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
435.30/435.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.72 s
435.40/435.41	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
435.40/435.45	c vivif2 --  cl tried    49615 cl shrink        0 lits rem          0 time: 0.04
435.60/435.67	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.21
435.60/435.68	c calculated reachability. Time: 0.00
435.60/435.68	c  N dy  5430    806640     38874    166076         0     49615    504337   2304619    180.50   no data
446.20/446.25	c  N dy  5563    826675     38874    166076         0     69648    504337   7810848    180.54    194.11
457.50/457.60	c  N dy  5697    846761     38874    166076         0     45737    504337    983802    180.60    190.57
468.10/468.16	c  N dy  5842    866895     38874    166076         0     65870    504337   6506985    180.64    205.08
479.51/479.51	c  N dy  5976    887155     38874    166076         0     86127    504337  12115671    180.65    190.47
490.20/490.22	c  N dy  6116    907189     38874    166076         0     61164    504337   4988662    180.72    195.32
501.40/501.44	c  N dy  6262    927259     38874    166076         0     81232    504337  10647785    180.85    198.00
512.51/512.59	c  N dy  6404    947460     38874    166076         0     55434    504337   3139773    180.91    191.22
523.30/523.37	c  N dy  6537    967484     38874    166076         0     75458    504337   8718460    180.95    193.00
534.70/534.79	c  N dy  6669    987536     38874    166076         0     48510    504337    948766    180.91    190.81
545.40/545.40	c  N dy  6813   1007559     38874    166076         0     68531    504337   6468605    180.94    195.47
556.60/556.61	c  N dy  6940   1027626     38874    166076         0     88598    504337  11967864    180.93    232.75
567.60/567.64	c  N dy  7068   1047806     38874    166076         0     60783    504337   3972156    180.87    197.07
578.50/578.56	c  N dy  7201   1067871     38874    166076         0     80845    504337   9482468    180.86    217.24
580.81/580.84	c  F st  7232   1071875     38874    166076         0     84849    504337  10622523    180.89   no data
590.00/590.02	c  N dy  7311   1087873     38874    166076         0     51849    504337   1327308    180.85    191.02
600.70/600.72	c  N dy  7457   1107939     38874    166076         0     71915    504337   6846208    180.89    223.81
612.00/612.09	c  N dy  7593   1127942     38874    166076         0     91916    504337  12332774    180.90    230.69
623.30/623.30	c  N dy  7734   1148090     38874    166076         0     62067    504337   3879565    180.94    192.89
634.40/634.45	c  N dy  7874   1168248     38874    166076         0     82223    504337   9446079    180.96    191.25
646.20/646.24	c  N dy  8013   1188444     38874    166076         0     51420    504337    644066    180.96    196.21
656.90/656.99	c  N dy  8146   1208523     38874    166076         0     71498    504337   6179452    180.93    195.54
657.71/657.76	c  S st  8156   1209960     38874    166076         0     72935    504337   6574616    180.94    186.64
658.00/658.06	c  S st  8156   1210462     38874    166076         0     73437    504337   6674342    180.94   no data
658.00/658.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
658.30/658.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.25
658.30/658.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
658.40/658.40	c bin-w-bin subsume rem            0 bins  time:  0.01 s
658.40/658.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
658.40/658.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
658.40/658.44	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
658.60/658.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
658.91/658.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
662.30/662.31	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.29 s
662.30/662.33	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
662.40/662.44	c vivif2 --  cl tried    73435 cl shrink        0 lits rem          0 time: 0.11
662.60/662.69	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.25
662.70/662.70	c calculated reachability. Time: 0.00
662.70/662.70	c  N dy  8156   1210462     38874    166076         0     73435    504337   6673553    180.94   no data
674.21/674.21	c  N dy  8299   1230547     38874    166076         0     93520    504337  12205962    180.99    194.48
685.60/685.61	c  N dy  8441   1250637     38874    166076         0     61610    504337   3184521    181.01    196.24
696.70/696.73	c  N dy  8583   1270750     38874    166076         0     81721    504337   8713126    181.01    191.51
708.50/708.50	c  N dy  8719   1290890     38874    166076         0    101859    504337  14232669    181.00    190.92
719.60/719.64	c  N dy  8856   1310939     38874    166076         0     68905    504337   4877518    180.98    209.55
730.90/730.93	c  N dy  8994   1331019     38874    166076         0     88984    504337  10323208    180.96    192.39
742.90/742.98	c  N dy  9133   1351062     38874    166076         0     55032    504337    843177    180.98    193.21
754.50/754.58	c  N dy  9274   1371293     38874    166076         0     75263    504337   6437861    181.00    194.37
766.20/766.22	c  N dy  9419   1391393     38874    166076         0     95362    504337  11954846    181.03    196.35
777.91/777.95	c  N dy  9553   1411482     38874    166076         0     60453    504337   2103150    181.04    191.01
789.00/789.02	c  N dy  9689   1431561     38874    166076         0     80530    504337   7590859    181.04    192.94
800.71/800.71	c  N dy  9828   1451620     38874    166076         0    100588    504337  13084619    181.05    190.63
812.30/812.34	c  N dy  9952   1471809     38874    166076         0     64782    504337   2970720    181.02    203.52
823.51/823.50	c  N dy 10093   1491812     38874    166076         0     84784    504337   8460188    181.06    193.88
835.31/835.34	c  N dy 10229   1511878     38874    166076         0    104848    504337  13923306    181.05    191.16
846.81/846.84	c  N dy 10365   1531989     38874    166076         0     67963    504337   3610098    181.04    192.86
858.10/858.13	c  N dy 10499   1552062     38874    166076         0     88034    504337   9155467    181.07    219.37
870.11/870.18	c  N dy 10637   1572102     38874    166076         0    108073    504337  14740224    181.09    225.04
881.50/881.59	c  N dy 10769   1592236     38874    166076         0     70210    504337   3902346    181.07    190.66
892.91/892.92	c  N dy 10900   1612262     38874    166076         0     90235    504337   9375020    181.06    222.00
904.90/904.92	c  N dy 11033   1632276     38874    166076         0    110247    504337  14856458    181.06    192.73
916.41/916.44	c  N dy 11163   1652367     38874    166076         0     71338    504337   3939996    181.04    205.55
927.80/927.89	c  N dy 11296   1672387     38874    166076         0     91358    504337   9365091    181.03    200.21
939.91/939.95	c  N dy 11430   1692390     38874    166076         0    111361    504337  14816723    181.03    191.13
951.11/951.14	c  S st 11555   1710462     38874    166076         0     69437    504337   3179116    181.01    171.14
951.41/951.45	c  S st 11555   1710966     38874    166076         0     69941    504337   3281637    181.01   no data
951.41/951.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
951.70/951.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.25
951.70/951.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
951.70/951.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
951.70/951.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
951.80/951.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
951.80/951.82	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
952.00/952.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
952.10/952.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
954.00/954.04	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.83 s
954.00/954.06	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
954.10/954.11	c vivif2 --  cl tried    69940 cl shrink        0 lits rem          0 time: 0.06
954.30/954.36	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.24
954.30/954.37	c calculated reachability. Time: 0.00
954.30/954.37	c  N dy 11555   1710966     38874    166076         0     69940    504337   3281046    181.01   no data
965.71/965.77	c  N dy 11699   1730999     38874    166076         0     89972    504337   8861219    181.04    245.37
977.71/977.73	c  N dy 11838   1751084     38874    166076         0    110057    504337  14401602    181.04    191.24
989.81/989.85	c  N dy 11972   1771175     38874    166076         0     69149    504337   2889113    181.06    197.53
1001.11/1001.18	c  N dy 12113   1791334     38874    166076         0     89307    504337   8439183    181.08    193.05
1013.21/1013.25	c  N dy 12251   1811435     38874    166076         0    109407    504337  13917355    181.08    199.63
1025.51/1025.55	c  N dy 12389   1831438     38874    166076         0     67415    504337   2117072    181.12    196.65
1036.81/1036.85	c  N dy 12526   1851491     38874    166076         0     87463    504337   7699161    181.13    201.93
1049.10/1049.13	c  N dy 12672   1871730     38874    166076         0    107698    504337  13389546    181.19    192.85
1061.51/1061.53	c  N dy 12808   1891756     38874    166076         0     64734    504337   1107052    181.20    253.47
1072.71/1072.75	c  N dy 12945   1911850     38874    166076         0     84828    504337   6655457    181.22    191.19
1084.71/1084.73	c  N dy 13091   1931865     38874    166076         0    104841    504337  12244094    181.26    191.33
1097.31/1097.30	c  N dy 13234   1951888     38874    166076         0    124863    504337  17711551    181.28    192.02
1108.91/1108.94	c  N dy 13376   1971992     38874    166076         0     80969    504337   5320620    181.30    192.43
1120.71/1120.78	c  N dy 13515   1992016     38874    166076         0    100991    504337  10812102    181.33    221.30
1133.11/1133.17	c  N dy 13658   2012036     38874    166076         0    121009    504337  16391758    181.35    192.34
1145.02/1145.06	c  N dy 13787   2032109     38874    166076         0     76082    504337   3624871    181.33    193.48
1157.51/1157.52	c  N dy 13930   2052157     38874    166076         0     96129    504337   9167548    181.36    197.24
1170.21/1170.26	c  N dy 14065   2072165     38874    166076         0    116136    504337  14669794    181.36    224.77
1182.81/1182.85	c  N dy 14207   2092247     38874    166076         0     70225    504337   1752692    181.38    191.42
1194.41/1194.43	c  N dy 14353   2112313     38874    166076         0     90291    504337   7321513    181.42    218.18
1206.41/1206.41	c  N dy 14491   2132318     38874    166076         0    110296    504337  12802019    181.43    192.13
1219.21/1219.23	c  N dy 14634   2152419     38874    166076         0    130395    504337  18372613    181.46    249.31
1231.01/1231.10	c  N dy 14774   2172498     38874    166076         0     83470    504337   5173844    181.48    202.00
1242.82/1242.86	c  N dy 14915   2192514     38874    166076         0    103485    504337  10660257    181.48    195.21
1254.31/1254.37	c  S st 15047   2210967     38874    166076         0    121936    504337  15756222    181.49   no data
1254.71/1254.72	c  S st 15047   2211476     38874    166076         0    122445    504337  15866030    181.49   no data
1254.71/1254.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1255.01/1255.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.30
1255.12/1255.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1255.12/1255.12	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1255.12/1255.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1255.12/1255.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
1255.12/1255.16	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1255.41/1255.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.33 s
1256.41/1256.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1263.92/1263.98	c lits-rem:         1  cl-subs:        8  v-elim:      0  v-fix:    0  time:  7.54 s
1264.01/1264.00	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
1264.21/1264.27	c vivif2 --  cl tried   122437 cl shrink        0 lits rem          0 time: 0.26
1264.61/1264.60	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.33
1264.61/1264.61	c calculated reachability. Time: 0.00
1264.61/1264.61	c  N dy 15047   2211476     38874    166076         0    122437    504337  15862422    181.49   no data
1277.02/1277.04	c  N dy 15183   2231528     38874    166076         0     74495    504337   2415837    181.51    198.58
1288.62/1288.61	c  N dy 15325   2251617     38874    166076         0     94582    504337   8001007    181.51    194.08

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-3174399-1301784955/watcher-3174399-1301784955 -o /tmp/evaluation-result-3174399-1301784955/solver-3174399-1301784955 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3174399-1301784955.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: 3.98 3.94 3.16 3/185 17437
/proc/meminfo: memFree=21152160/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=25168 CPUtime=0 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 1509 0 0 0 0 0 0 0 25 0 1 0 290095178 25772032 1351 33554432000 4194304 4627331 140734927927936 18446744073709551615 4357923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 6292 1360 320 106 0 1263 0

[startup+0.090445 s]
/proc/loadavg: 3.98 3.94 3.16 3/185 17437
/proc/meminfo: memFree=21152160/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=48652 CPUtime=0.08 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 6673 0 0 0 7 1 0 0 25 0 1 0 290095178 49819648 5563 33554432000 4194304 4627331 140734927927936 18446744073709551615 4507152 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 12196 5564 322 106 0 7167 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48652

[startup+0.100442 s]
/proc/loadavg: 3.98 3.94 3.16 3/185 17437
/proc/meminfo: memFree=21152160/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=51436 CPUtime=0.09 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 7261 0 0 0 8 1 0 0 25 0 1 0 290095178 52670464 6151 33554432000 4194304 4627331 140734927927936 18446744073709551615 4507152 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 12859 6151 322 106 0 7830 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51436

[startup+0.300412 s]
/proc/loadavg: 3.98 3.94 3.16 3/185 17437
/proc/meminfo: memFree=21152160/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=51748 CPUtime=0.29 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 7553 0 0 0 28 1 0 0 25 0 1 0 290095178 52989952 6443 33554432000 4194304 4627331 140734927927936 18446744073709551615 4238983 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 12937 6443 344 106 0 7908 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51748

[startup+0.700354 s]
/proc/loadavg: 3.98 3.94 3.16 3/185 17437
/proc/meminfo: memFree=21152160/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=79344 CPUtime=0.69 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 14664 0 0 0 68 1 0 0 25 0 1 0 290095178 81248256 12897 33554432000 4194304 4627331 140734927927936 18446744073709551615 4302629 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 19836 12897 360 106 0 14807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79344

[startup+1.50021 s]
/proc/loadavg: 3.98 3.94 3.16 4/186 17438
/proc/meminfo: memFree=21097644/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=79344 CPUtime=1.49 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 15241 0 0 0 148 1 0 0 25 0 1 0 290095178 81248256 13474 33554432000 4194304 4627331 140734927927936 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 19836 13474 372 106 0 14807 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79344

[startup+3.10094 s]
/proc/loadavg: 3.98 3.94 3.16 3/181 17456
/proc/meminfo: memFree=21599504/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=112160 CPUtime=3.09 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 16235 0 0 0 307 2 0 0 25 0 1 0 290095178 114851840 14468 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 28040 14468 372 106 0 23011 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112160

[startup+6.30039 s]
/proc/loadavg: 3.98 3.94 3.16 5/187 17492
/proc/meminfo: memFree=21558372/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=112160 CPUtime=6.29 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 18087 0 0 0 626 3 0 0 25 0 1 0 290095178 114851840 16320 33554432000 4194304 4627331 140734927927936 18446744073709551615 4406990 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 28040 16320 372 106 0 23011 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112160

[startup+12.7003 s]
/proc/loadavg: 4.06 3.96 3.17 5/188 17493
/proc/meminfo: memFree=21492336/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=87328 CPUtime=12.69 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 23423 0 0 0 1265 4 0 0 25 0 1 0 290095178 89423872 15246 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308680 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 21832 15246 374 106 0 16803 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87328

[startup+25.5012 s]
/proc/loadavg: 4.06 3.96 3.19 5/188 17521
/proc/meminfo: memFree=21637168/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=172612 CPUtime=25.49 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 52618 0 0 0 2539 10 0 0 25 0 1 0 290095178 176754688 36789 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308680 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 43153 36789 378 106 0 38124 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 172612

[startup+51.1008 s]
/proc/loadavg: 4.04 3.96 3.21 5/188 17521
/proc/meminfo: memFree=21526080/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=253928 CPUtime=51.09 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 73938 0 0 0 5095 14 0 0 25 0 1 0 290095178 260022272 42533 33554432000 4194304 4627331 140734927927936 18446744073709551615 4310360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 63482 42533 378 106 0 58453 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 253928

[startup+102.306 s]
/proc/loadavg: 4.01 3.96 3.24 5/188 17523
/proc/meminfo: memFree=21339860/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=309192 CPUtime=102.3 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 121312 0 0 0 10208 22 0 0 25 0 1 0 290095178 316612608 71498 33554432000 4194304 4627331 140734927927936 18446744073709551615 4327560 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 77298 71498 378 106 0 72269 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 309192

[startup+162.301 s]
/proc/loadavg: 4.00 3.97 3.29 5/188 17525
/proc/meminfo: memFree=21234936/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=391900 CPUtime=162.29 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 147628 0 0 0 16202 27 0 0 25 0 1 0 290095178 401305600 81685 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308303 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 97975 81685 378 106 0 92946 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 391900

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.33 5/188 17527
/proc/meminfo: memFree=21238636/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=402968 CPUtime=222.29 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 171624 0 0 0 22196 33 0 0 25 0 1 0 290095178 412639232 79500 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308259 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 100742 79500 378 106 0 95713 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 402968

[startup+282.301 s]
/proc/loadavg: 4.06 3.99 3.38 5/188 17529
/proc/meminfo: memFree=21173396/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=403420 CPUtime=282.3 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 195831 0 0 0 28191 39 0 0 25 0 1 0 290095178 413102080 81725 33554432000 4194304 4627331 140734927927936 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 100855 81725 378 106 0 95826 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 403420

[startup+342.301 s]
/proc/loadavg: 4.02 3.99 3.41 5/188 17538
/proc/meminfo: memFree=21164608/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=371932 CPUtime=342.3 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 225951 0 0 0 34183 47 0 0 25 0 1 0 290095178 380858368 87261 33554432000 4194304 4627331 140734927927936 18446744073709551615 4321373 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 92983 87261 378 106 0 87954 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 371932

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.45 5/188 17540
/proc/meminfo: memFree=21088088/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=436760 CPUtime=402.3 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 251241 0 0 0 40176 54 0 0 25 0 1 0 290095178 447242240 94700 33554432000 4194304 4627331 140734927927936 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 109190 94700 378 106 0 104161 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 436760

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.48 5/188 17542
/proc/meminfo: memFree=21062876/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=437120 CPUtime=462.29 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 273397 0 0 0 46170 59 0 0 25 0 1 0 290095178 447610880 88123 33554432000 4194304 4627331 140734927927936 18446744073709551615 4333216 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 109280 88123 378 106 0 104251 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 437120

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.51 5/188 17544
/proc/meminfo: memFree=21100808/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=437296 CPUtime=522.3 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 298797 0 0 0 52165 65 0 0 25 0 1 0 290095178 447791104 92780 33554432000 4194304 4627331 140734927927936 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 109324 92780 378 106 0 104295 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 437296

[startup+582.3 s]
/proc/loadavg: 4.08 4.00 3.54 5/188 17549
/proc/meminfo: memFree=21029484/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=437596 CPUtime=582.3 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 323641 0 0 0 58159 71 0 0 25 0 1 0 290095178 448098304 96012 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 109399 96012 378 106 0 104370 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 437596

[startup+642.301 s]
/proc/loadavg: 4.03 4.00 3.57 5/188 17549
/proc/meminfo: memFree=21006556/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=437892 CPUtime=642.31 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 348380 0 0 0 64155 76 0 0 25 0 1 0 290095178 448401408 97741 33554432000 4194304 4627331 140734927927936 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 109473 97741 378 106 0 104444 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 437892

[startup+702.301 s]
/proc/loadavg: 4.01 4.00 3.59 5/188 17551
/proc/meminfo: memFree=20977008/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=441432 CPUtime=702.31 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 371187 0 0 0 70150 81 0 0 25 0 1 0 290095178 452026368 96737 33554432000 4194304 4627331 140734927927936 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 110358 96737 378 106 0 105329 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 441432

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.61 5/188 17553
/proc/meminfo: memFree=20940916/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=457896 CPUtime=762.31 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 398721 0 0 0 76143 88 0 0 25 0 1 0 290095178 468885504 99545 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 114474 99545 378 106 0 109445 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 457896

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.64 5/188 17555
/proc/meminfo: memFree=20868232/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=466148 CPUtime=822.31 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 424356 0 0 0 82136 95 0 0 25 0 1 0 290095178 477335552 99355 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 116537 99355 378 106 0 111508 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 466148

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.65 5/188 17557
/proc/meminfo: memFree=20895236/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=449100 CPUtime=882.3 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 451758 0 0 0 88130 100 0 0 25 0 1 0 290095178 459878400 91408 33554432000 4194304 4627331 140734927927936 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 112275 91408 378 106 0 107246 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 449100

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/188 17557
/proc/meminfo: memFree=20780396/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=465664 CPUtime=942.3 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 481038 0 0 0 94123 107 0 0 25 0 1 0 290095178 476839936 106942 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308683 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 116416 106942 378 106 0 111387 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 465664

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/188 17559
/proc/meminfo: memFree=20789796/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=448548 CPUtime=1002.3 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 506813 0 0 0 100116 114 0 0 25 0 1 0 290095178 459313152 95799 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 112137 95799 378 106 0 107108 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 448548

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/188 17561
/proc/meminfo: memFree=20815828/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=399012 CPUtime=1062.31 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 535112 0 0 0 106110 121 0 0 25 0 1 0 290095178 408588288 94082 33554432000 4194304 4627331 140734927927936 18446744073709551615 4332989 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 99753 94082 378 106 0 94724 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 399012

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/188 17563
/proc/meminfo: memFree=20772424/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=465604 CPUtime=1122.31 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 558872 0 0 0 112104 127 0 0 25 0 1 0 290095178 476778496 102481 33554432000 4194304 4627331 140734927927936 18446744073709551615 4332058 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 116401 102482 378 106 0 111372 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 465604

[startup+1182.3 s]
/proc/loadavg: 4.12 4.03 3.75 5/188 17565
/proc/meminfo: memFree=20698512/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=399360 CPUtime=1182.31 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 582002 0 0 0 118098 133 0 0 25 0 1 0 290095178 408944640 94169 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308275 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 99840 94169 378 106 0 94811 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 399360

[startup+1242.3 s]
/proc/loadavg: 4.04 4.02 3.76 5/188 17565
/proc/meminfo: memFree=20725652/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=466348 CPUtime=1242.32 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 605362 0 0 0 124092 140 0 0 25 0 1 0 290095178 477540352 101408 33554432000 4194304 4627331 140734927927936 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 116587 101408 378 106 0 111558 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 466348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.77 5/188 17567
/proc/meminfo: memFree=20538284/32951132 swapFree=67111528/67111528
[pid=17437] ppid=17435 vsize=550752 CPUtime=1300.02 cores=5,7
/proc/17437/stat : 17437 (strangenight2-s) R 17435 17437 17312 0 -1 4202496 645152 0 0 0 129854 148 0 0 25 0 1 0 290095178 563970048 124859 33554432000 4194304 4627331 140734927927936 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17437/statm: 137688 124859 378 106 0 132659 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 550752

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.55
CPU system time (s): 1.50377
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 550752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.55
system time used= 1.50377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 645152
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= 13
involuntary context switches= 2464

runsolver used 2.03569 second user time and 5.07323 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-03 00:55:56
IDJOB=3174399
IDBENCH=82617
IDSOLVER=1587
FILE ID=node129/3174399-1301784955
RUNJOBID= node129-1301783652-17333
PBS_JOBID= 12841389
Free space on /tmp= 72120 MiB

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

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

MD5SUM BENCH= c0e1e71ade06eb64bd0f5dbaf6b892a1
RANDOM SEED=507021172

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:      21152316 kB
Buffers:        352752 kB
Cached:       10276620 kB
SwapCached:          0 kB
Active:        8005360 kB
Inactive:      3542092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21152316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8996 kB
Writeback:           0 kB
AnonPages:      917420 kB
Mapped:          16208 kB
Slab:           187712 kB
PageTables:       7096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1176168 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= 72120 MiB
End job on node129 at 2011-04-03 01:17:38